/** Load from cache **/
        .row { margin-right: -10px; margin-left: -10px; }
        .row-flex, .row-grid { gap: 20px; }
        .row-flex:before,
        .row-flex:after, 
        .row-grid:before,
        .row-grid:after { display: none; content: ""; }
        
        .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
        .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 10px; padding-left: 10px; }

        hr { margin: 15px 0; border-color: #267BBA; }

        h1, h2, h3, h4, h5, h6 { text-transform: uppercase; }

        /** BG **/
        .bg-white { background: #FFF !important; }
        .bg-white-o { background: rgba(255,255,255,0.5) !important; }
        .bg-couleur1 { background: #267BBA !important; }
        .bg-couleur1-o { background: rgba(38,123,186, 0.5) !important; }
        .bg-couleur2 { background: #267BBA !important; }
        .bg-couleur2-o { background: rgba(38,123,186, 0.5) !important; }

        /** FORM **/
        form fieldset:invalid { box-shadow: none; }
        form .form-group.champs-obligatoires { border-radius: 2px; font-size: 13px; background: rgba(38,123,186, 0.1); }
        fieldset { padding: 0; border: 0; border-top: 1px solid #267BBA; }
        fieldset legend { color: #267BBA; padding: 0 8px; margin-bottom: 10px; margin-left: 8px; }
        .form-group { margin-bottom: 20px; }
        .form-control,
        select.form-control { border-radius: 2px; box-shadow: none; border: 1px solid #DDD; font-size: 14px; padding: 6px 12px; height: 40px; }
        .chosen-container-single .chosen-single,
        .chosen-container-single .chosen-single span { height: 40px !important; line-height: 38px !important; font-size: 14px !important; }
        .chosen-container-single .chosen-single { border: 1px solid #DDD !important; }
        .chosen-container-single .chosen-single div b { background-position: 0 10px !important; }
        .chosen-container-single .chosen-single abbr { top: 14px !important; }

        /** TABLE **/
        .table tbody tr.active th, .table tbody tr.active td { background: rgba(38,123,186, 0.1); color: #267BBA; }

        /** PANEL **/
        .panel { margin: 0 0 35px 0; background: none; box-shadow: none; border-radius: 0; border: 0; }
        .panel:last-child { margin-bottom: 0; }

        .panel > .liste-item-group { padding: 15px 7px 0; overflow: hidden; }

        .panel-default { border: 0; }
        .panel-default > .panel-heading,
        .panel-default > .panel-subheading { background: #FFF; border-radius: 0; border: 0; border-bottom: 1px solid #E0E0E0; padding: 0 0 12px; position: relative; }
        .panel-default > .panel-heading,
        .panel-default > .panel-subheading,
        .panel-default > .panel-heading h2,
        .panel-default > .panel-subheading h2,
        .panel-default > h2.panel-subheading,
        .panel-default > .panel-heading h3,
        .panel-default > .panel-subheading h3,
        .panel-default > h3.panel-subheading,
        .panel-default > .panel-heading h4,
        .panel-default > .panel-subheading h4,
        .panel-default > h4.panel-subheading,
        .panel-default > .panel-heading a,
        .panel-default > .panel-subheading a,
        .panel-default > a.panel-subheading { color: #267BBA; }
        .panel-default > .panel-heading:after,
        .panel-default > .panel-subheading:after {
            content: ''; position: absolute; bottom: 0; left: 0;
            width: 2.8em; height: 3px;
            background-color: #267BBA;
        }
        .panel-default > .panel-body { padding: 15px 2px; }
        .panel-default > .panel-body + .panel-body,
        .panel-default > .panel-body { border-top: 0; }
        .panel-default > .liste-item-group { padding-left: 0; padding-right: 0; }
        .panel-default > .table { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
        .panel-default > .panel-heading + .table,
        .panel-default > .panel-subheading + .table { border-bottom: 1px solid #ddd; }

        .panel.panel-primary { border: 1px solid #e4e7ed; border-radius: 4px; background: #fff; }
        .panel-primary > .panel-heading { line-height: 0; background: none; padding: 24px 20px; border-radius: 4px 4px 0 0; border: 0; border-bottom: 1px solid #e4e7ed; position: relative; overflow: hidden; }
        .panel-primary > .panel-heading:before { content: ""; display: block; position: absolute; width: 6px; left: 0; top: 0; bottom: 0; background: #267BBA; border-radius: 3px 0 0 0; }
        .panel-primary > .panel-heading:last-child { border-bottom: 0; }
        .panel-primary > .panel-heading h2,
        .panel-primary > .panel-heading h3,
        .panel-primary > .panel-heading h4,
        .panel-primary > .panel-heading .link-more { display: inline-block; line-height: 1; text-transform: uppercase; padding: 0; }
        .panel-primary > .panel-heading h3 { font-size: 17px; }
        .panel-primary > .panel-heading h4 { font-size: 15px; }
        .panel-primary > .panel-heading .link-more { float: right; font-size: 16px; line-height: 17px; }
        .panel-primary > .panel-heading .link-more:hover i.fa { color: rgba(38,123,186, 0.5); }
        .panel-primary > .panel-heading h2, .panel-primary > .panel-heading h2 a,
        .panel-primary > .panel-heading h3, .panel-primary > .panel-heading h3 a,
        .panel-primary > .panel-heading h4, .panel-primary > .panel-heading h4 a { color: #267BBA; }
        .panel-primary > .panel-body,
        .panel-primary > .liste-item-group,
        .panel-primary > .liste-player-group { padding: 40px; }
        .panel-primary > .liste-player-group { padding: 32px 42px 27px; }
        .panel-primary > .panel-body.min,
        .panel-primary > .liste-item-group.min,
        .panel-primary > .liste-player-group.min { padding: 20px; }
        .panel-primary > .liste-player-group.min { padding: 12px 22px 7px; }
        .panel-primary .table,
        .panel-primary .panel-heading + .table,
        .panel-primary .panel-heading + .table-responsive .table { border: 0; }
        .panel-primary .panel-heading + .table,
        .panel-primary .panel-heading + .table-responsive { margin-top: 0; }
        .panel-primary .bxencarts { margin: 0 !important; padding: 0 !important; height: 100%; }
        .panel-primary > .panel-footer { padding: 10px 20px; background: rgba(38,123,186, 0.05); border: 0; border-top: 1px solid #e4e7ed; position: relative; overflow: hidden; }
        .panel-primary > .panel-footer:before { content: ""; display: block; position: absolute; width: 6px; right: 0; top: 0; bottom: 0; background: #267BBA; border-radius: 0 0 3px 0; }

        @media (max-width:767px) {
            .panel-primary > .panel-body,
            .panel-primary > .liste-item-group,
            .panel-primary > .liste-player-group { padding: 20px; }
            .panel-primary > .liste-player-group { padding: 12px 22px 7px; }
        }

        /** BTN **/
        .btn { border-radius: 2px; font-size: 15px; padding: 8.5px 15px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
        .btn.btn-xs { font-size: 14px; padding: 2px 4px; }

        .btn-primary { background: rgba(38,123,186, 0.7); border-color: rgba(38,123,186, 0.8); color: #FFF; }
        .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: rgba(38,123,186, 0.8); border-color: rgba(38,123,186, 0.9); }
        .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active { background-color: rgba(38,123,186, 0.5); border-color: rgba(38,123,186, 0.7); }

        .btn-secondary { background: rgba(38,123,186, 0.7); border-color: rgba(38,123,186, 0.8); color: #FFF; }
        .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { background: rgba(38,123,186, 0.8); border-color: rgba(38,123,186, 0.9); }
        .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled:active { background-color: rgba(38,123,186, 0.5); border-color: rgba(38,123,186, 0.7); }
        .btn-default { background: #FFF; border: 1px solid rgba(38,123,186, 0.9); color: rgba(38,123,186, 0.9); }
        .btn-default:hover, .btn-default:focus , .btn-default:active { background: rgba(38,123,186, 0.8); border-color: rgba(38,123,186, 1); color: #FFF; }
        .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active { background-color: rgba(38,123,186, 0.5); border-color: rgba(38,123,186, 0.7); }

        /** DROPDOWN **/
        .dropdown-menu > .active > a,
        .dropdown-menu > .active > a:focus,
        .dropdown-menu > .active > a:hover { background: rgba(38,123,186, 0.8); color: #FFF; }

        /** LABEL **/
        .label {  }

        .label-custom-primary { background: rgba(38,123,186, 0.9); color: #FFF; }

        /** LIST ITEM **/
        .liste-item-group {  }
        .liste-item-group { line-height: 1.2; }
        .liste-item-group hr { margin: 20px 0; }
        .liste-item-group .liste-item .meta { color: #999; }
        .liste-item-group .liste-item .meta ul.categories { display: inline-block; margin: 0; }
        .liste-item-group .liste-item p, .liste-item-group .liste-item .meta { margin: 5px 0; line-height: 1.3; }
        .liste-item-group .liste-item p .btn { margin-top: 2px; }
        .liste-item-group .liste-item p:first-child { margin-top: 0; }
        .liste-item-group .liste-item p:last-child { margin-bottom: 0; }
        .liste-item-group .liste-item time { font-size: 12px; }
        .liste-item-group .liste-item small { color: #AAA; }

        .liste-item-group .liste-item.cover { position: relative; margin-bottom: 35px; }
        .liste-item-group .liste-item.cover a { display: block; overflow: hidden; position: relative; }
        .liste-item-group .liste-item.cover a:hover,
        .liste-item-group .liste-item.cover a:active,
        .liste-item-group .liste-item.cover a:focus { text-decoration: none; }
        .liste-item-group .liste-item .image-group,
        .liste-item-group .liste-item .image-full { overflow: hidden; margin-bottom: 10px; position: relative; }
        .liste-item-group .liste-item .image-group,
        .liste-item-group .liste-item .image-container-blur,
        .liste-item-group .liste-item .image-container,
        .liste-item-group .liste-item .image-container .image { height: 160px; overflow: hidden; }
        .liste-item-group .liste-item .image-container-blur {
            margin: -10px;
            background-size: cover;
            background-position: center;
            transform: scale(1.1);
            filter: blur(15px);
            -webkit-filter: blur(15px); 
                    }
        .liste-item-group .liste-item .image-container,
        .liste-item-group .liste-item .image-container .image { width: 100%; height: 160px; top: 0; position: absolute; }
        .liste-item-group .liste-item.cover .image-container .placeholder { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background: rgba(38,123,186, 0.5); display: flex; justify-content: center; align-items: center; z-index: 1; }
        .liste-item-group .liste-item.cover .image-container .placeholder span { color: #FFFFFF; font-size: 20px; }
        #content.col-sm-12 .liste-item-group .liste-item.cover .image-group,
        #content.col-sm-12 .liste-item-group .liste-item.cover .image-container-blur,
        #content.col-sm-12 .liste-item-group .liste-item.cover .image-container,
        #content.col-sm-12 .liste-item-group .liste-item.cover .image { height: 200px; }
        #content.col-sm-12 .liste-item-group .liste-item.cover .image-group,
        #content.col-sm-12 .liste-item-group .liste-item.cover .image-container,
        #content.col-sm-12 .liste-item-group .liste-item.cover .image { height: 180px; }
        .liste-item-group .liste-item.cover .image { display: block; }
        .liste-item-group .liste-item.cover img { width: 100%; }
        .liste-item-group .liste-item.cover .type { position: absolute; top: 0; right: 0; padding: 4px 5px; color: #FFF; background: #267BBA; }
        .liste-item-group .liste-item.cover .legend {  }
        .liste-item-group .liste-item.cover time,
        .liste-item-group .liste-item.cover categories { display: block; padding: 0; margin-bottom: 3px; font-size: 12px; line-height: 1; }
        .liste-item-group .liste-item.cover .titre { padding: 0; font-size: 18px; line-height: 1.2; }
        .liste-item-group .liste-item.cover time,
        .liste-item-group .liste-item.cover .categories { color: #686868; font-size: 12px; }
        .liste-item-group .liste-item.cover .titre { color: #222; }
        .liste-item-group .liste-item.cover a:hover .titre { color: #444; }
        .liste-item-group .liste-item .image-container,
        .liste-item-group .liste-item .image-container .image,
        .liste-item-group .liste-item.cover .image {
                            background-size: contain;
                        background-position: center;
            background-repeat: no-repeat;
            background-position: center;
            background-repeat: no-repeat;
            transition: all 700ms ease; 
            -moz-transition: all 700ms ease; 
            -ms-transition: all 700ms ease; 
            -webkit-transition: all 700ms ease; 
            -o-transition: all 700ms ease;
        }

        @media screen and (min-width: 768px) {
            .liste-item-group .row:last-child .liste-item.cover { margin-bottom: 0 !important; }
        }
        @media screen and (max-width: 767px) {
            .liste-item-group .row:last-child > div:last-child .liste-item.cover { margin-bottom: 0 !important; }
        }

        /** LIST GROUP **/
        .list-group .list-group-item {
            border: 0; border-radius: 0 !important; padding: 7px 14px; margin: 0; 
        }
        .list-group .list-group-item + .list-group-item { border-top: 1px solid #DDD !important; }
        .list-group .list-group-item .fa { color: #267BBA; }
        .list-group .list-group-item:hover { background: rgba(38,123,186, 0.05); }
        .list-group .list-group-item + .list-group-item { margin-top: 0; }
        .list-group .list-group-item.active.disabled {
            padding: 5px 0; 
            color: #333;
            background: rgba(38,123,186, 0.01);
        }
        .list-group .list-group-item.active.disabled:hover { 
            background: rgba(38,123,186, 0.01);
            cursor: default;
        }

        .list-group .list-group-item.with-picture { padding: 20px; }
        .list-group .list-group-item.with-picture img { margin: -13px -13px 0 0; float: right; width: auto; max-height: 44px; }

        /** MODAL **/
        .modal-content { border-radius: 2px; border: 0; }
        .modal-content .modal-header { background: #267BBA; border-bottom: 0; border-radius: 2px 2px 0 0; }
        .modal-content .modal-header .modal-title,
        .modal-content .close {
                            color: #FFFFFF;
             
        }
        .modal-content .modal-footer { background: #FFF; border-radius: 0 0 2px 2px; }

        /** THUMBNAIL **/
        .thumbnail { border: 0; padding: 0; width: 100%; }
        .row-flex .thumbnail { display: flex; flex-direction: column; height: 100%; }
        .thumbnail img { margin-bottom: 0; }
        .thumbnail .caption { display: table; width: 100%; padding: 0; border-top: 3px solid #267BBA; background: #FFF; }
        .thumbnail .caption .row { margin: 0; padding: 0 6px 3px; display: flex; }
        .thumbnail .caption .row:first-child { padding-top: 10px; }
        .thumbnail .caption .row:last-child { padding-bottom: 6px; }
        .thumbnail .caption h4 { font-size: 17px; }
        .thumbnail .caption span { line-height: 1.1; }
        .thumbnail .caption, .thumbnail .caption a { color: #267BBA; }

        /** SLIDER IMG **/
        .owl-carousel.owl-kal-theme .item a .caption {
            display: none; position: absolute; left: 0; right: 0; bottom: 0; text-align: center;
            background: #267BBA; color: #FFF; padding: 3px;
            transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease; 
        }
        .owl-carousel.owl-kal-theme .owl-nav i.fa { width: 100%; height: 50px; line-height: 50px; }
        .owl-carousel.owl-kal-theme .owl-nav .owl-prev,
        .owl-carousel.owl-kal-theme .owl-nav .owl-next {
            opacity: 0; color: #FFF; position: absolute; bottom: calc( 50% - 25px ); width: 25px; height: 50px; display: block;
            font-size: 45px; line-height: 1; text-align: center; z-index: 1;
            -webkit-transition: opacity 0.5s; /* Safari */
            transition: opacity 0.5s; 
        }
        .owl-carousel.owl-kal-theme .owl-nav .owl-prev:hover,
        .owl-carousel.owl-kal-theme .owl-nav .owl-next:hover { text-decoration: none; }
        .owl-carousel.owl-kal-theme:hover .owl-prev,
        .owl-carousel.owl-kal-theme:hover .owl-next { opacity: 1; }
        .owl-carousel.owl-kal-theme .owl-nav .owl-prev { left: 15px; }
        .owl-carousel.owl-kal-theme .owl-nav .owl-next { right: 15px; }
        .owl-carousel.owl-kal-theme .owl-dots { text-align: center; height: 10px; position: absolute; bottom: 15px; left: 0; right: 0; line-height: 1; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot { display: inline-block; width: 10px; height: 10px; background: rgba(38,123,186, 0.4); margin-right: 4px; border-radius: 50%; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot:last-child { border: 0; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot.active { background: #267BBA; }

        /* ==================================== */
        /* ============== <body> ============== */
        /* ==================================== */
        body {
            background: #0d1424; font-size: 15px;
            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
                    }
        body.erreur {
            background: #EAEAEA; font-size: 14px;
            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
             
        }

                a { color: #267BBA; }
        a:hover, a:focus { color: #267BBA; text-decoration: underline; }

        #wrap { width: 1010px; margin: -320px auto 0 auto; padding: 0; }

        .fond {
                            background-color: #FFFFFF;
                                }

        /* ========== 404 ========== */
        #wrap.erreur { background: transparent; width: 740px; margin: 80px auto; color: #222; overflow: hidden; }
        #wrap.erreur img { width: 200px; float: left; margin-right: 30px; }
        #wrap.erreur .well { float: left; width: 500px; margin-top: 9px; }

        /* ========== <header> + <nav> ========== */
        #header-container {  }

        #header {  }

        #header-container { position: relative; }
        #header-container .container { position: relative; }

                #header-container .navbar-transparent {
        border: 0; border-radius: 0; margin: 0; z-index: 999;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        background: #6AA84F; }
        #header-container .navbar-brand { padding: 12px 15px; height: 125px; }
        #header-container .navbar-brand img { max-height: 100%; }

        #menu > li > a { padding: 16px; line-height: 1; margin: 0 0 0; color: #FFFFFF; }
        #menu li a .badge { background: #FFFFFF; color: #6AA84F; margin: 0 0 1px 6px; font-size: 10px; padding: 3px 5px; vertical-align: middle; }

        #menu li.open > a, 
        #menu li > a:hover, 
        #menu li > a:focus { background: rgba(255,255,255, 1); color: #267BBA; }
        #menu li a:hover .badge,
        #menu li a:focus .badge { background: #267BBA; color: rgba(255,255,255, 1); }

        #menu ul li a,
        #header #menu-user-mobile li a {
            font-weight: normal;
            font-family: 'Roboto', sans-serif;
                            font-weight: 400;
             
        }
        #menu ul.dropdown-menu { border-radius: 0; border: 0; background: rgba(255,255,255, 1); }
        #menu ul.dropdown-menu li a { padding: 4px 26px 4px 12px; color: #267BBA; }
        #menu ul.dropdown-menu li > a:hover,
        #menu ul.dropdown-menu li > a:active,
        #menu ul.dropdown-menu li > a:focus { background: rgba(38,123,186, 1); color: #FFFFFF; }

        @media (min-width:768px) {
            .menu-container.fixed { z-index: 999; position: fixed; left: 0; top: 0; width: 100%; }

            #header-inside-container { display: table; width: 100%; }
            #header-inside-container .navbar-header,
            #header-inside-container .navbar-collapse { display: table-cell !important; vertical-align: middle; }
            #header-inside-container .navbar-collapse { text-align: right; }

            #menu { margin: 0; padding: 0; list-style: none; display: inline-block; float: none; }
            #menu > li { padding: 0; position: relative; display: inline-block; float: none; }
            #menu > li > a { position: relative; display: block; text-transform: uppercase; font-size: 14px; text-decoration: none; }

            #menu ul li a .fa:last-child { float: right; margin: 3px -16px 0 0; }

            #menu li:hover { position: relative; }
            #menu ul li:hover ul { display: block; left: 100%; top: 0; border-top: 0; margin-top: 0; }
        }

        @media (max-width:767px) {
            #header-inside-container { margin-left: -15px; margin-right: -15px; }

            #header .navbar .navbar-collapse { 
                border: 0; 
                border-top: 1px solid #FFFFFF; 
                padding: 5px 0; 
                margin-bottom: 0;
                box-shadow: none;
            }
            #header .navbar .navbar-toggle { display: block; margin-top: 42px; margin-right: 10px; }
            #header .navbar .navbar-toggle .visible-xs {
                float: left; margin-right: 10px; height: 15px; line-height: 15px; text-transform: uppercase; font-size: 12px;
                color: #FFFFFF; 
            }
            #header .navbar .burger { float: right; }
            #header .navbar-toggle .burger .icon-bar { background: #FFFFFF; }

            #header #menu-user-mobile { border: 1px solid #FFFFFF; list-style: none; position: relative; display: block; padding: 0; margin: 36px 15px 8px 0; float: right; }
            #header #menu-user-mobile li a { color: #FFFFFF; padding: 6px 8px; display: block; font-size: 18px; }
            #header #menu-user-mobile li a .badge { background: #FFFFFF; color: #6AA84F; padding: 3px 5px; font-size: 8px; margin-left: 3px; }

            #menu { height: auto; }
            #menu.navbar-nav { margin: 0; }
            #menu li a { color: #FFFFFF; }
            #menu > li { height: auto; }
            #menu > li > a { padding: 12px 14px; margin: 0; }

            #menu li a .str-min,
            #menu-user-mobile li a .str-min { display: block; text-transform: uppercase; font-size: 8px; }

            #menu ul.dropdown-menu { background: #FFFFFF; }
            #menu ul.dropdown-menu li a { color: #267BBA; }
            #menu ul.dropdown-menu ul { margin: 0 0 15px 13px; border-left: 1px solid #000000; padding: 0; }
        }

        .gameline {
            border: 0; margin: 0; font-size: 0; position: relative;
            color: #267BBA; 
        }
        .gameline .container { padding: 0; }
        .gameline .carousel { margin: 0; padding: 0 28px; overflow: hidden; }
        .gameline .carousel .item { display: block; width: 100%; float: left; font-size: 12px; }
        .gameline .carousel .item a {
            text-decoration: none; display: block; padding: 8px 5px; width: 100%; overflow: hidden;
            color: #267BBA; 
        }
        .gameline .carousel .item .title-container { background: #267BBA; color: #FFF; padding: 4px; line-height: 1; font-size: 11px; }
        .gameline .carousel .item .title-container .date {  }
        .gameline .carousel .item .title-container .time { text-align: right; }
        .gameline .carousel .item .match-container { padding: 4px; background: #EEE; font-size: 0; }
        .gameline .carousel .item .match-container .team { padding-bottom: 5px; }
        .gameline .carousel .item .match-container .team > div { vertical-align: middle; max-height: 20px; overflow: hidden; }
        .gameline .carousel .item .match-container .logo { width: 15%; display: inline-block; padding-right: 5px; }
        .gameline .carousel .item .match-container .logo img { max-height: 20px; }
        .gameline .carousel .item .match-container .nom { display: inline-block; width: 68%; font-size: 13px; }
        .gameline .carousel .item .match-container .score { display: inline-block; font-size: 12px; width: 17%; text-align: right; padding-right: 4px; }
        .gameline .carousel .item .match-container .competition { border-top: 1px solid #BBB; text-transform: uppercase; font-size: 9px; color: #777; padding: 3px 0 0; }
        .gameline .carousel .item .match-container .competition .label-live {  }
        .gameline .carousel .owl-controls { /*position: relative;*/ }
        .gameline .carousel .owl-nav .owl-prev, .gameline .carousel .owl-nav .owl-next { position: absolute; top: 0; width: 28px; height: 100%; line-height: 105px; background: transparent; display: block; font-size: 20px; font-weight: bold; text-align: center; z-index: 1; }
        .gameline .carousel .owl-nav .owl-prev:hover, .gameline .carousel .owl-nav .owl-next:hover { background: #FFF; color: rgba(38,123,186, 0.6); text-decoration: none; }
        .gameline .carousel .owl-nav .owl-prev { left: 0; }
        .gameline .carousel .owl-nav .owl-next { right: 0; }

        .container { width: 100%; }
        @media (min-width: 1200px) {
            .container { width: 100%; padding-left: 7.5%; padding-right: 7.5%; max-width: 1500px; margin-left: auto; margin-right: auto; }
        }

        #page { padding: 15px 0; }

        @media (min-width: 992px){
            #page { padding: 60px 0; }
        }

        @media screen and (max-width: 767px) {
            #page #content, #page .column { width: 100%; padding: 1em 0; }
            #page #column-desktop { padding-bottom: 0; }
            #page #column-mobile { border-top: 3px dashed #DDD; margin-top: 15px; padding-top: 25px; }
        }


        /* ===================================================== */
        /* ====================== ACCUEIL ====================== */
        /* ===================================================== */
        #content.accueil .panel { margin: 30px 0 15px; }
        #content.accueil .panel:first-child { margin-top: 0; }

        #content.accueil .panel-primary > .liste-item-group {  }
        #content.accueil .panel-primary > .liste-item-group .row { margin-left: -5px; margin-right: -5px; }
        #content.accueil .panel-primary > .liste-item-group .row > div { padding-left: 5px; padding-right: 5px; }
        #content.accueil .panel-primary > .liste-item-group .liste-item.cover { margin-bottom: 25px; }

        #content.accueil .slider-img.liste-item-group { padding: 0; }
        #content.accueil .slider-img.liste-item-group .liste-item { margin: 0; }

        /** BLOC ARTICLES-FLASH */
        #bloc-articles-flash-accueil { margin: 0 !important; }
        #content.accueil #bloc-articles-flash-accueil + #bloc-accueil-alaune { margin-top: 0; }


        /* ===================================================== */
        /* =================== PAGE HEADING ==================== */
        /* ===================================================== */
                .page-heading {
            text-align: center; padding: 50px 0; position: relative;
            background-color: #FFFFFF;
             
        }

        .page-heading h1.page-title {
            font-size: 24px; text-transform: uppercase; margin: 0; font-style: normal; color: #000000; 
        }
        .page-heading .breadcrumb { margin: 5px 0 0; font-size: 10px; text-transform: uppercase; background: none; }
        .page-heading .breadcrumb li,
        .page-heading .breadcrumb li a { color: #000000; }

        @media (min-width: 992px){
            .page-heading { padding: 80px 0; }
            .page-heading h1.page-title { font-size: 48px; }
            .page-heading .breadcrumb { font-size: 11px; padding-bottom: 0; }                                       
        }


        /* ===================================================== */
        /* ===================== PAGE COVER ==================== */
        /* ===================================================== */
        .page-cover { margin: 20px 0; }
        .page-cover img { max-width: 100%; }
        .page-cover a:hover { text-decoration: none; }
        .page-cover .caption {
            text-align: center; padding: 3px; background: #FFFFFF;
                            color: #267BBA;
             
        }

        .slider-img.page-cover .item { position: relative; }
        .slider-img.page-cover .item a { display: block; }
        .slider-img.page-cover .item img { width: auto; max-height: 900px; margin: 0 auto; }

        .panel-primary > .page-cover:first-child,
        .panel-primary > .panel-body + .page-cover { margin-top: 0; text-align: center; overflow: hidden; }
        .panel-primary > .page-cover:first-child { border-radius: 4px 4px 0 0; margin: 0; }

        /* ===================================================== */
        /* ====================== CONTENT ====================== */
        /* ===================================================== */

        /* SUBMENU - FIL ARIANE */
        #submenu { width: 100%; overflow: hidden; margin: 0 0 10px 0; }
        #submenu .breadcrumb { float: left; margin: 0px; padding: 0px; background: transparent; font-size: 12px; }
        #submenu .breadcrumb > li + li:before { content: "›"; }
        #submenu .breadcrumb > .active { color: #999; }

        #content time, #content time + span { font-size: 12px; }

        #content p img { max-width: 100%; height: auto; }
        #content .img-thumbnail img { max-width: 100%; }

        #content img.pull-left { margin: 6px 15px 12px 0; }
        #content img.pull-right { margin: 6px 0 12px 15px; }

        #content .attachements .panel-body { font-size: 13px; }
        #content .attachements .panel-body ul { margin: 0 0 10px; padding-left: 25px; }
        #content .attachements .panel-body iframe { border: 0; }

        #content .author .panel-body .photo { float:left; width: 50px; margin-right: 10px; }
        #content .author .panel-body h3 { margin: 3px 0px 2px; font-size: 18px; float: left; width: 59%; }
        #content .author .panel-body p { margin: 5px 0px 0px; width: 59%; float: left; }
        #content .author .panel-body p span + span:before { content: ","; padding: 0px 4px 0px 1px; }
        #content .author .panel-body ul { margin: -5px 0px 0px 0px; padding: 0; font-size: 0; float: right; width: 193px; text-align: center; }
        #content .author .panel-body ul li { display: inline-block; margin: 5px 5px 0px 5px; }
        #content .author .panel-body ul li a { display: block; height: 100%; }
        #content .author .panel-body ul li img { width: 26px; }

        #content .fiche-match { margin: 18px 0 15px; }

        /* NAV-TABS */
        #content .nav-tabs.nav-justified { border-bottom: 0; }
        #content .nav-tabs.nav-justified > li { background: #FFF; margin: 0; border-bottom: 1px solid #EEE; }
        #content .nav-tabs.nav-justified > li.active { border-bottom: 1px solid #FFF; border-left: 1px solid #EEE; border-right: 1px solid #EEE; }
        #content .nav-tabs.nav-justified > li > a { font-size: 1.1em; color: #333; font-weight: 600; border: 0; border-top: 2px solid transparent; border-radius: 0; }
        #content .nav-tabs.nav-justified > li > a:hover { background: transparent; color: #267BBA; }
        #content .nav-tabs.nav-justified > li.active > a { border-top: 3px solid #267BBA; color: #267BBA; border-radius: 3px 3px 0 0; background: #FFF; }

        /* TAB-CONTENT */
        .tab-content { padding: 20px 40px; }
        @media (max-width:767px) {
            .tab-content { padding: 20px; }
        }

        /* ARTICLES */
        #page.articles #content .social-share + .page-cover { margin-top: -35px; }

        /* ORGANIGRAMME */
        #page.organigramme .panel > .panel-body + .panel-body { border-top: 0; }

        /* ===================================================== */
        /* ====================== CKEDITOR ===================== */
        /* ===================================================== */
        .render-ckeditor img { height: auto !important; }
        .render-ckeditor table { margin-bottom: 20px !important; }
        @media (max-width:767px) {
            .render-ckeditor img { width: auto !important; height: auto !important; margin: 0 !important; display: block; max-width: 100%; }

            .render-ckeditor table { width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
        }

        @media (max-width:350px) {
            .render-ckeditor img { margin: 0 auto !important; }
        }

        /* ===================================================== */
        /* ====================== COLUMN ======================= */
        /* ===================================================== */
        .column .panel-primary > .panel-heading { background: none; }
        .column .panel-primary .liste-item-group hr { margin: 10px 0; }
        .column .panel-primary h1 { text-transform: none; font-size: 26px; }

        .column .panel-primary > .panel-body,
        .column .panel-primary > .liste-item-group { padding: 20px; }

        .column hr { border-color: #DDD; }

        .column .panel > .liste-item-group.filinfo .liste-item .cover {
            width: 100%; height: 70px; display: block; overflow: hidden; float: left;
            background-size: cover; background-repeat: no-repeat; background-position: center; 
        }
        .column .panel > .liste-item-group.filinfo .liste-item a:hover { opacity: 0.6; color: #267BBA; }

        .column #convocation { border: 0; padding: 0; background: #267BBA; }
        .column #convocation .panel-body { border: 0; position: relative;  overflow: hidden; padding: 0; }
        .column #convocation .panel-body a {
            display: block; padding: 7px; width: 100%; border: 1px solid #267BBA;
                            color: #FFFFFF;
             
        }
        .column #convocation .panel-body a:hover {
            text-decoration: none; color: #267BBA;
                            background: #FFFFFF;
             
        }
        .column #convocation .panel-body i { font-size: 100px; position: absolute; top: -14px; right: 8px; opacity: 0.2; margin: 0; }
        .column #convocation .panel-body p { display: block; position: inherit; margin: 0; padding: 0; font-size: 18px; }
        .column #convocation .panel-body span { display: block; position: inherit; text-transform: uppercase; font-size: 10px; }

        .column #bloc-facebook, .column #bloc-twitter, .column #bloc-googleplus { overflow: hidden; }
        .column #bloc-facebook .content, .column #bloc-twitter .content, .column #bloc-googleplus .content { line-height: 1; }

        .column .bloc-timeline {  }
        .column .bloc-timeline .description { border-bottom: 1px solid rgba(38,123,186, 0.2); padding: 10px 4px; }
        .column .bloc-timeline .description > p:last-child { margin: 0; }
        .column .bloc-timeline .liste-item-group { margin: 0; padding: 0; }
        .column .bloc-timeline .liste-item-group .liste-item { border-bottom: 1px solid #e4e7ed; padding: 20px; }
        .column .bloc-timeline .liste-item-group .liste-item:last-child { border-bottom: 0; }
        .column .bloc-timeline .liste-item-group .liste-item .image-group,
        .column .bloc-timeline .liste-item-group .liste-item .image-container-blur,
        .column .bloc-timeline .liste-item-group .liste-item .image-container,
        .column .bloc-timeline .liste-item-group .liste-item .image-container .image { height: 80px; margin: 0; }
        .column .bloc-timeline .liste-item-group .liste-item .image-group,
        .column .bloc-timeline .liste-item-group .liste-item .image-container,
        .column .bloc-timeline .liste-item-group .liste-item .image-container .image { height: 60px; }
        .column .bloc-timeline .liste-item-group .liste-item .image-container:before { font-size: 36px; }
        .column .bloc-timeline .liste-item-group .liste-item a { display: block; }
        .column .bloc-timeline .liste-item-group .liste-item > .row { margin-right: -5px; margin-left: -5px; }
        .column .bloc-timeline .liste-item-group .liste-item > .row > div { padding-left: 5px; padding-right: 5px; }
        .column .bloc-timeline .liste-item-group .liste-item p.date { line-height: 1; }
        .column .bloc-timeline .liste-item-group .liste-item p.date, .column .bloc-timeline .liste-item-group .liste-item p.date a { color: rgba(38,123,186, 0.8); }
        .column .bloc-timeline .liste-item-group .liste-item time { font-size: 11px; }
        .column .bloc-timeline .liste-item-group .liste-item p { margin: 3px 0; }
        .column .bloc-timeline .liste-item-group .liste-item p:first-child { margin-top: 0; }
        .column .bloc-timeline .liste-item-group .liste-item p:last-child { margin-bottom: 0; }
        .column .bloc-timeline .panel-footer { text-transform: uppercase; font-size: 11px; }

        .column #live-tweet .content { padding: 0; }
        .column #live-tweet .live-date { background: #267BBA; margin: 8px 12px; color: #FFF; font-weight: 600; }
        .column #live-tweet .match-container { border-bottom: 1px solid #CCC; }
        .column #live-tweet .match-container:last-child { border-bottom: 0; }
        .column #live-tweet .live-item { display: block; position: relative; padding: 5px 14px; border-top: 1px solid #CCC; }
        .column #live-tweet .match-container .live-item:nth-child(odd) { background-color: #f1f1f1; }
        .column #live-tweet .live-item:hover, .column #live-tweet .live-item:focus { text-decoration: none; }
        .column #live-tweet .label-live { position: absolute; right: 14px; top: 23px; font-size: 0.75em; color: #267BBA; }
        .column #live-tweet .live-home { margin-bottom: 4px; }
        .column #live-tweet .live-nom { font-size: 1.1em; font-weight: bold; color: #333; text-align: start; height: 25px; line-height: 25px; }
        .column #live-tweet .live-logo { width: 25px; margin-right: 6px; }
        .column #live-tweet .live-desc { text-align: center; font-size: 10px; color: #999; }


        /* ========================================= */
        /* =============== FOOTER ================== */
        /* ========================================= */
        
        #footer-container { background: rgba(143,206,0, 0.7); }

        #footer { clear: both; position: relative; }

        #footer #menu-footer { font-size: 13px; }
        #footer #menu-footer ul { margin: 0; padding: 5px 20px 0; text-align: left; }
        #footer #menu-footer ul li { list-style: none; display: inline-block; text-transform: uppercase; padding:  10px 12px; }
        #footer #menu-footer ul li:first-child { padding-left: 0; }
        #footer #menu-footer ul li:last-child { padding-right: 0; }
        #footer #menu-footer ul li a { display: inline-block; position: relative; }
        #footer #menu-footer ul li a:after {
            content: ""; position: absolute; display: block; left: 0; bottom: -2px; width: 20px; height: 1.5px;
            background: rgba(0,0,0, 0.8); 
        }
        #footer #menu-footer, #footer #menu-footer a { color: rgba(0,0,0, 0.8); }
        #footer #menu-footer ul li a:hover { text-decoration: none; color: rgba(0,0,0, 1); }

        #footer #social-footer { padding: 1.8em 0 2em; border-top: 2px solid #FFF; text-align: center; }
        #footer #social-footer p { font-size: 14px; }
        #footer #social-footer ul { margin: 0; padding: 0; }
        #footer #social-footer ul li { list-style: none; display: inline-block; margin: 0 12px; }
        #footer #social-footer ul li i { font-size: 16px; }

        #footer-signature { margin: 0; padding: 15px 20px; font-size: 12px; }
        #footer-signature, #footer-signature a { color: #000000; }
        #footer-signature p { margin: 6px 0 0 0;  }
        #footer-signature .name { font-size: 20px; margin: 0; }
        #footer-signature .logo-container { text-align: right; }
        #footer-signature .logo-container img { max-height: 50px; }

        @media screen and (max-width: 767px) {
            #footer #menu-footer { font-size: 12px; }
            #footer #menu-footer ul li { padding:  10px 8px; }

            #footer-signature { text-align: center; }
            #footer-signature .logo-container { text-align: center; margin-top: 10px; }
        }

        /* ========================================= */
        /* === BLOCS =============================== */
        /* ========================================= */
        #hook-header .panel { border-top: 1px solid #267BBA; margin: 0; }
        #hook-header .panel:last-child { border-bottom: 1px solid #267BBA; }

        #hook-pre-contenu.container { padding: 0 }

        #hook-post-contenu.container { padding: 0 }
        #hook-post-contenu .panel { margin: 0; }

        #accueil-matchs-a-venir.panel .table-responsive > .table-border { border: 0; }
        #accueil-matchs-a-venir.panel .table-responsive > .table-border tbody > tr:first-child > td:first-child { border-top: 0; }

        /** ACCUEIL - A LA UNE *****************************/
        #hook-pre-contenu > #bloc-accueil-alaune:first-child {
             
        }
        #hook-pre-contenu #bloc-accueil-alaune .liste-item-group { padding: 0; }
        #hook-pre-contenu #bloc-accueil-alaune .liste-item-group .liste-item-big .image-group { margin: 0; }
        #hook-pre-contenu #bloc-accueil-alaune .liste-item-group .liste-item.cover .image { background-size: cover; }

        #bloc-accueil-alaune { margin: 0; }
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover { border: 0; margin: 0 !important; }
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-group,
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container-blur,
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container,
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image { height: 600px; }
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-group,
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container,
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image { height: 580px; }
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .legend { position: absolute; left: 15px; right: 15px; bottom: 50px; text-align: center; }
        #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .titre {
            display: inline-block; font-size: 30px; padding: 4px 10px;
            background: #FFFFFF;
                            color: #267BBA;
             
        }
        #bloc-accueil-alaune .liste-item-group .liste-item.cover { margin-top: 20px; }

        /* Diaporama */
        #bloc-accueil-alaune.diaporama .liste-item-group .liste-item.liste-item-big.cover .image-group { margin-bottom: 0; }

        @media screen and (max-width: 767px) {
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-group,
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container-blur,
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container,
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image { height: 280px; }
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-group,
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image-container,
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .image { height: 260px; }
            #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .titre { font-size: 26px; }
        }
        /***************************************************/

        /** ENCARTS ****************************************/
        .partenaires-band { padding: 20px 0; }
        .partenaires-band a { color: #267BBA; }
        .partenaires-band ul { margin: 0; padding: 0.5em 0.25em; opacity: 1; }
        .partenaires-band ul li { list-style: none; margin: 5px 2.5px; }
        .partenaires-band ul li, .partenaires-band ul li a, .partenaires-band ul li, .partenaires-band ul li img { display: inline-block; max-height: 90px; vertical-align: middle; }

        .encart-slider.owl-encarts .item { display: table; width: 100%; }
        .encart-slider.owl-encarts .item a { display: table-cell; vertical-align: middle; text-align: center; }
        .encart-slider.owl-encarts .item,
        .encart-slider.owl-encarts .item a { height: 90px; }
        .encart-slider.owl-encarts .item a img { display: inline-block; width: auto; height: auto; max-width: 100%; max-height: 100%; }
        .encart-slider.owl-encarts .owl-controls { display: none; }

        .encart-liste { list-style: none; }

        #encart-pub-header.partenaires-band { padding: 15px 0; }
        #encart-pub-header.partenaires-band ul { padding-top: 0; padding-bottom: 0; }

        #encart-pub-pre-contenu.partenaires-band { padding: 15px 0; }

        #encart-pub-page.partenaires-band.panel { padding: 0; border: 0; }
        #encart-pub-page.partenaires-band ul { padding-top: 0; padding-bottom: 0; }

        #encart-pub-column .encart-liste { padding: 0; margin: 0; }
        #encart-pub-column .encart-liste li + li { margin-top: 10px; }
        #encart-pub-column img { margin: 0 auto; }
        /***************************************************/

        /** CAROUSEL IMAGES ********************************/
        .bloc-carousel-images .owl-carousel.owl-kal-theme .item { position: relative; }
        .bloc-carousel-images .owl-carousel.owl-kal-theme .item a { display: block; background-size: cover; background-repeat: no-repeat; background-position: center; }

        /** SLIDER IMG **/
        .bloc-carousel-images .owl-carousel.owl-kal-theme .item a .caption { display: block; }
        .bloc-carousel-images .owl-carousel.owl-kal-theme .owl-dots { bottom: 40px; }

        #hook-pre-contenu .bloc-carousel-images { border-bottom: 0 !important; margin-bottom: 0; }
        #hook-pre-contenu > .bloc-carousel-images:first-child {
            border-top: 0 !important;
                    }
        #hook-pre-contenu .bloc-carousel-images .image { background-size: cover; }
        /***************************************************/

        /** BANDEAU ********************************/
        .bloc-bandeau { background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; position: relative; }
        .bloc-bandeau .img-bg { width: 100%; height: auto; visibility: hidden; }
        .bloc-bandeau .caption { 
            display: flex; flex-direction: column; align-items: center; justify-content: center; 
            padding: 10px 15px;
            font-size: 24px;
            position: absolute; top: 0; bottom: 0; left: 0; right: 0;
        }
        .bloc-bandeau .caption h2 { font-size: 64px; margin-bottom: 10px; }
        .bloc-bandeau .caption h3 { font-size: 32px; margin-bottom: 8px; }

        .bloc-bandeau .caption > * { color: inherit; text-align: center; }
        .bloc-bandeau .caption > *:last-child { margin-bottom: 0; }

        #hook-pre-contenu .bloc-bandeau { border-bottom: 0 !important; }
        #hook-pre-contenu .bloc-bandeau:first-child { border-top: 0 !important; }

        @media screen and (max-width: 767px) {
            .bloc-bandeau .caption { font-size: 15px; }
            .bloc-bandeau .caption h2 { font-size: 44px;  }
            .bloc-bandeau .caption h3 { font-size: 24px; }
        }
        /***************************************************/

        /** LIENS ******************************************/
                .bloc-liens .list-group {  }
        .bloc-liens .panel-heading + .list-group {  }
        .bloc-liens .list-group .list-group-item { 
            border-radius: 2px !important;
            border: 1px solid #267BBA !important; 
            background: rgba(38,123,186, 0.85); 
            color: #FFFFFF; 
        }
        .bloc-liens .list-group .list-group-item:hover,
        .bloc-liens .list-group .list-group-item:active,
        .bloc-liens .list-group .list-group-item:focus { background: rgba(38,123,186, 1); }
        .bloc-liens .list-group .list-group-item + .list-group-item { margin-top: 10px; }
        /***************************************************/

        #anniversaires-column ul { padding: 0; list-style: none; }
        #anniversaires-column li { padding: 6px 8px; }
        #anniversaires-column li.date { color: rgba(38,123,186, 0.8); font-weight: bold; padding: 2px; overflow: hidden; }
        #anniversaires-column li.date span { background: #FFF; }
        #anniversaires-column li.date span.line { border-bottom: 1px solid #267BBA; display: block; height: 10px; }
        #anniversaires-column li.date span.str-date { margin: -10px 0 0 8px; display: block; float: left; padding: 0 5px; }
        #anniversaires-column img { width: 30px; height: 30px; margin: 1px 8px 1px 0; border-radius: 5px; }

        .bloc-agenda .liste-item-group .label { display: inline-block; padding: 2px 4px; margin-bottom: 4px; font-size: 13px; border-radius: 1px; }
        .bloc-agenda .liste-item-group a { color: #000; }

        .bloc-meteo.panel.panel-primary { border-top: 3px solid #267BBA; text-align: center; color: #FFF; border-radius: 3px; }
        .bloc-meteo .panel-body { padding: 15px 15px 10px !important; color: #267BBA; }
        .bloc-meteo .icon-meteo { text-align: center; font-size: 6em; }
        .bloc-meteo .temperatures { margin: 0; font-size: 16px; color: #267BBA; }
        .bloc-meteo .widget-location { margin: 0; font-size: 12px; }

        /* STATS CLUB ***************/
        .bloc-stats-clubs { background: #FFFFFF; padding-top: 30px; padding-bottom: 30px; border-radius: 0; }
        .bloc-stats-clubs h3 { color: #267BBA; text-transform: uppercase; font-size: 20px; margin: 0 0 19px; }
        .bloc-stats-clubs h3 span { position: relative; }
        .bloc-stats-clubs h3 span:after { content: ""; position: absolute; display: block; left: 0; bottom: -3px; width: 50px; height: 2px; background: rgba(38,123,186, 0.8); }
        .bloc-stats-clubs .row { margin: 0; }
        .bloc-stats-clubs .row > div { display: inline-block; padding: 0 35px; }
        .bloc-stats-clubs .nb { font-weight: 600; font-size: 54px; line-height: 1; color: rgba(38,123,186, 0.6); }
        .bloc-stats-clubs .title { font-size: 16px; line-height: 16px; margin-top: 5px; color: rgba(38,123,186, 0.8); }

        /* Accueil */
        #stats-clubs-page { padding: 0; background: none; }
        #stats-clubs-page .nb { color: rgba(38,123,186, 0.8); }
        #stats-clubs-page .title { color: rgba(38,123,186, 0.8); }

        /* Pre-contenu + Post-contenu + Footer */
        #stats-club-pre-contenu,
        #stats-club-post-contenu,
        #stats-clubs-footer { background: rgba(143,206,0, 0.7); }
        #stats-club-pre-contenu h3,
        #stats-club-post-contenu h3,
        #stats-clubs-footer h3 { color: #000000; }
        #stats-club-pre-contenu h3:after,
        #stats-club-post-contenu h3:after,
        #stats-clubs-footer h3:after { background: rgba(0,0,0, 0.8); }

        #stats-club-pre-contenu .nb,
        #stats-club-post-contenu .nb { color: rgba(0,0,0, 0.6); }
        #stats-club-pre-contenu .title,
        #stats-club-post-contenu .title { color: #000000; }

        @media screen and (max-width: 767px) {
            .bloc-stats-clubs { padding-bottom: 0; }
            .bloc-stats-clubs h3 span { padding: 0 5px; }
            .bloc-stats-clubs .nb { font-size: 36px; }
            .bloc-stats-clubs .title { font-size: 14px; margin-top: 5px; }
            .bloc-stats-clubs .row > div { padding: 0 20px 25px; }
        }
        /****************************/

        .bloc-social-club { background: rgba(255,255,255, 0.7); padding: 30px 0; }
        .bloc-social-club h3 { 
            text-transform: uppercase; font-size: 20px; margin: 0 0 19px;
                            color: #267BBA;
             
        }
        .bloc-social-club h3 span { position: relative; }
        .bloc-social-club h3 span:after { 
            content: ""; position: absolute; display: block; left: 0; bottom: -3px; width: 50px; height: 2px; 
                            background: rgba(38,123,186, 0.8);
             
        }
        .bloc-social-club .social-group {  }
        .bloc-social-club .social-item { 
            display: inline-block; font-size: 30px; margin: 4px; line-height: 1; width: 60px; height: 60px; line-height: 50px; border-radius: 50%; overflow: hidden;
                            border: 3px solid #267BBA;
             
        }
        .bloc-social-club .social-item:hover {
                            background: #267BBA;
             
        }

        .bloc-social-club .social-item a { 
            display: block; height: 100%; 
                            color: #267BBA !important;
             
        }
        .bloc-social-club .social-item a:hover { color: #FFFFFF !important; }
        .bloc-social-club .social-item i { margin: 0; vertical-align: middle; }

        @media screen and (max-width: 767px) {
            .bloc-social-club h3 span { padding: 0 5px; }
        }

        /* Post-contenu */
        #post-contenu-social-club,
        #footer-social-club { background: rgba(143,206,0, 0.7); }
        #post-contenu-social-club h3,
        #footer-social-club h3 { color:  #000000; }
        #post-contenu-social-club h3 span:after,
        #footer-social-club h3 span:after { background: #000000; }
        #post-contenu-social-club .social-item,
        #footer-social-club .social-item { border-color:  #000000 !important; }
        #post-contenu-social-club .social-item a,
        #footer-social-club .social-item a { color:  #000000 !important; }
        #post-contenu-social-club .social-item a:hover,
        #footer-social-club .social-item a:hover { color:  #8FCE00 !important; }
        /****************************/

        .bloc-texte img { max-width: 100%; height: auto !important; }


        /* ========================================= */
        /* === OTHER =============================== */
        /* ========================================= */

        /* ROUND-CORNER -SMALL- */
        .round-corner-small { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
        .round-top-corner-small { -webkit-border-radius: 2px 2px 0px 0px; -moz-border-radius: 2px 2px 0px 0px; -o-border-radius: 2px 2px 0px 0px; border-radius: 2px 2px 0px 0px; }
        .round-top-left-corner-small { -webkit-border-radius: 2px 0px 0px 0px; -moz-border-radius: 2px 0px 0px 0px; -o-border-radius: 2px 0px 0px 0px; border-radius: 2px 0px 0px 0px; }
        .round-top-right-corner-small { -webkit-border-radius: 0px 2px 0px 0px; -moz-border-radius: 0px 2px 0px 0px; -o-border-radius: 0px 2px 0px 0px; border-radius: 0px 2px 0px 0px; }
        .round-bottom-corner-small { -webkit-border-radius: 0px 0px 2px 2px; -moz-border-radius: 0px 0px 2px 2px; -o-border-radius: 0px 0px 2px 2px; border-radius: 0px 0px 2px 2px; }
        .round-bottom-left-corner-small { -webkit-border-radius: 0px 0px 0px 2px; -moz-border-radius: 0px 0px 0px 2px; -o-border-radius: 0px 0px 0px 2px; border-radius: 0px 0px 0px 2px; }
        .round-bottom-right-corner-small { -webkit-border-radius: 0px 0px 2px 0px; -moz-border-radius: 0px 0px 2px 0px; -o-border-radius: 0px 0px 2px 0px; border-radius: 0px 0px 2px 0px; }

        /* PAGINATION */
        #pagination { text-align: center; margin: 40px 0; }
        #pagination.btn-toolbar .btn-group { float: none; }

        /* RESULTATS MATCH */
        #fiche-match { text-align: center; }
        #fiche-match .overlay { background: rgba(255,255,255,0.6); padding: 1em 0 2em; }
        #fiche-match .gameday { margin-top: 0; padding: 15px 0; line-height: 1.2em; }
        #fiche-match .gameday .lieu { font-size: 12px; line-height: 1.2em; padding-top: 2px; }
        #fiche-match .gameday .etat { margin-top: 15px; }
        #fiche-match .gameday .etat span {
            display: inline-block; padding: 4px 8px; -webkit-border-radius: 15px; -moz-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px;
            background: #267BBA;
                            color: #FFFFFF;
             
        }
        #fiche-match .gameday .date time { font-size: 14px; }
        #fiche-match .gameday .type-match { margin-top: 15px; }
        #fiche-match .hometeam, #fiche-match .awayteam { margin-top: 0; }
        #fiche-match .homelogo, #fiche-match .awaylogo { padding: 15px; }
        #fiche-match .scorepad { margin-top: 25px; }
        #fiche-match .score { font-size: 80px; padding: 10px; }
        #fiche-match .awayleaders { float: right; margin-bottom: 20px; }
        #fiche-match .homeleaders h3, #fiche-match .homeleaders h3 a,
        #fiche-match .awayleaders h3, #fiche-match .awayleaders h3 a { color: #444; }
        #fiche-match .periodes {
            margin: 0 10px; padding: 8px; background: #FFF;
            -webkit-box-shadow: inset 0px 1px 3px 0px #aaa; -moz-box-shadow: inset 0px 1px 3px 0px #aaa;
            -o-box-shadow: inset 0px 1px 3px 0px #aaa; box-shadow: inset 0px 1px 3px 0px #aaa; 
        }
        #fiche-match #periodes-score { width: 100%; font-size: 12px; }
        #fiche-match #periodes-score th, #fiche-match #periodes-score td { text-align: center; padding: 5px 0; }

        /* EQUIPES - INFOS DATAS */
        .bloc-data-equipe {
            margin-bottom: 10px; padding: 15px 5px; color: #FFF; text-align: center; border-radius: 3px;
            background: #267BBA; 
        }
        .bloc-data-equipe .title {
            font-size: 20px; margin-bottom: 10px;
                            color: #FFFFFF;
             
        }

        /* ===================================================== */
        /* ============ RESPONSIVE - MEDIAS QUERIES ============ */
        /* ===================================================== */
        @media screen and (max-width: 767px) {
            #content .header .logo { float: none; display: block; margin: 0 auto 10px; }

            #page.equipe-fiche .btn-group { display: block; }
            #page.equipe-fiche .btn-group .btn { display: block; width: 100%; text-align: left; float: none; }
            #page.equipe-fiche .btn-group .btn + .btn { margin-left: 0; margin-top: -1px; }

            #fiche-match .homelogo img, #fiche-match .awaylogo img { width: 75%; margin: 0 auto; }
            #fiche-match .scorepad { margin-top: 0; }
        }

        