/** Load from cache **/
        .row { margin-right: -8px; margin-left: -8px; }

        .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: 8px; padding-left: 8px; }

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

        /** BG **/
        .bg-white { background: #FFF !important; }
        .bg-white-o { background: rgba(255,255,255,0.5) !important; }
        .bg-couleur1 { background: #000000 !important; }
        .bg-couleur1-o { background: rgba(0,0,0, 0.5) !important; }
        .bg-couleur2 { background: #000000 !important; }
        .bg-couleur2-o { background: rgba(0,0,0, 0.5) !important; }

        /** FORM **/
        form fieldset:invalid { box-shadow: none; }
        .form-control,
        .input-group .input-group-addon { border-radius: 0 !important; }

        /** PANEL **/
        .panel { margin: 0 0 25px 0; background: none; box-shadow: none; border-radius: 0; }
        .panel:last-child { margin-bottom: 0; }
        .panel > .liste-item-group { padding: 15px 7px 0; overflow: hidden; width: 100%; }

        .panel-default { border: 0; }
        .panel-default > .panel-heading,
        .panel-default > .panel-subheading { background: rgba(0,0,0, 1); border-radius: 0; border: 0; }
        .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: #FFF; }
        .panel-default .panel-body, 
        .panel-default > .liste-item-group { border: 1px solid rgba(0,0,0, 1); }
        .panel-default > .panel-heading + .table,
        .panel-default > .panel-subheading + .table { border: 1px solid rgba(0,0,0, 1); border-top: 0; }
        .panel-default > .panel-body + .panel-body,
        .panel-default > .panel-body { border-top: 0; }
        .panel-default > .panel-body:first-child { border-top: 1px solid rgba(0,0,0, 1); }

        .panel.panel-primary { border: 0; }
        .panel-primary > .panel-heading { background: none; border-radius: 0; border: 0; padding: 0; }
        .panel-primary > .panel-heading h2:before,
        .panel-primary > .panel-heading h3:before,
        .panel-primary > .panel-heading h4:before { content: ' '; display: block; border-top: 2px solid #000000; width: 100px; padding-bottom: 10px; }
        .panel-primary > .panel-heading h2,
        .panel-primary > .panel-heading h3,
        .panel-primary > .panel-heading h4,
        .panel-primary > .panel-heading .link-more { display: inline-block; font-size: 20px; line-height: 1; text-transform: uppercase; }
        .panel-primary > .panel-heading h3 { font-size: 17px; }
        .panel-primary > .panel-heading h4 { font-size: 15px; }
        .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: #000000; }
        .panel-primary > .panel-heading .link-more { float: right; font-size: 16px; line-height: 20px; }
        .panel-primary > .panel-heading .link-more:hover { color: rgba(0,0,0, 0.5); }
        .panel-primary > .panel-body,
        .panel-primary > .liste-item-group { padding: 10px 0 0; }
        .panel-primary > .panel-body + .panel-body { border: 0; }
        .panel-primary .table { border: 1px solid #DDD; margin-bottom: 40px; }
        .panel-primary .panel-heading + .table { border: 1px solid #DDD; }
        .panel-primary .panel-heading + .table,
        .panel-primary .panel-heading + .table-responsive { margin-top: 15px; }

        /** BTN **/
        .btn { border-radius: 0; }
        .btn.btn-xs { font-size: 14px; padding: 2px 4px; }

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

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

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

        /** LABEL **/
        .label {  }

        .label-custom-primary { background: rgba(0,0,0, 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: 15px; }
        .liste-item-group .liste-item.cover a { display: block; height: 250px; background-size: cover; background-position: center; border: 1px solid #DDD; }
        .liste-item-group .liste-item.cover img { width: 100%; }
        .liste-item-group .liste-item.cover .legend { position: absolute; bottom: 10px; left: 10px; right: 10px; }
        .liste-item-group .liste-item.cover .categories { margin-bottom: 5px; }
        .liste-item-group .liste-item.cover .categories span { font-size: 12px; color: #FFF; padding: 3px; display: inline-block; background: #000000; }
        .liste-item-group .liste-item.cover time { display: none/*inline-block*/; padding: 3px; margin-bottom: 5px; font-size: 12px; line-height: 1; }
        .liste-item-group .liste-item.cover .titre { padding: 5px; font-size: 16px; line-height: 1.2; }
        .liste-item-group .liste-item.cover time,
        .liste-item-group .liste-item.cover .titre { background: rgba(0,0,0,0.9); color: #FFF; }
        .liste-item-group .liste-item.cover a:hover time,
        .liste-item-group .liste-item.cover a:hover .titre { background: rgba(0,0,0,1); }

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

        /** THUMBNAIL **/
        .thumbnail { border: 0; padding: 0; width: 100%; }
        .thumbnail img { margin-bottom: 2px; }
        .thumbnail .caption { display: table; width: 100%; padding: 0; background: rgba(0,0,0, 1); }
        .thumbnail .caption .row { margin: 0; display: table-row; }
        .thumbnail .caption .row > * { display: table-cell; width: 100%; text-align: center; vertical-align: middle; padding: 0 5px; }
        .thumbnail .caption h4 { height: 45px; font-size: 17px; }
        .thumbnail .caption span { height: 30px; vertical-align: top !important; }
        .thumbnail .caption, .thumbnail .caption a { color: #FFF; }

        /** SLIDER IMG **/
        .owl-carousel.owl-kal-theme .item a .caption {
            display: none; position: absolute; left: 0; right: 0; bottom: 0; text-align: center; padding: 3px;
            background: #000000;
                            color: #FFFFFF;
                        transition: all .5s ease;
            -moz-transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -o-transition: all .5s ease; 
        }
        .owl-carousel.owl-kal-theme .item a:hover .caption { display: block; }
        .owl-carousel.owl-kal-theme .owl-nav i.fa { width: 100%; height: 40px; line-height: 40px; }
        .owl-carousel.owl-kal-theme .owl-nav .owl-prev,
        .owl-carousel.owl-kal-theme .owl-nav .owl-next {
            position: absolute; top: calc(50% - 20px); width: 40px; display: block; font-size: 20px; font-weight: bold; text-align: center; z-index: 1;
            background: #FFFFFF;
                            color: #000000;
             
        }
        .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 .owl-nav .owl-prev { left: 0; }
        .owl-carousel.owl-kal-theme .owl-nav .owl-next { right: 0; }
        .owl-carousel.owl-kal-theme .owl-dots { display: table; width: 100%; height: 3px; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot { display: table-cell; width: 20%; background: rgba(0,0,0, 0.3); border-right: 1px solid #FFF; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot:last-child { border: 0; }
        .owl-carousel.owl-kal-theme .owl-dots .owl-dot.active { background: #000000; }

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

                a { color: #000000; }
        a:hover, a:focus { color: #000000; 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 { position: relative; width: 100%; margin: 0; }

        #header > .banner { position: relative; min-height: 100px; }
        #header > .banner > img { width: 100%; }
        #header > .banner .banner-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; }
        #header > .banner .banner-container .container { position: absolute; top: calc(50% - 35px); width: 100%; max-width: 100%; }

        #header .logo { display: inline-block; padding: 0; height: 70px; }
        #header .logo a { height: 100%; display: inline-block; text-decoration: none; }
        #header .logo img { height: 70px; vertical-align: middle; }
        #header .logo h1 { 
            vertical-align: middle; padding: 0 10px; font-size: 26px; line-height: 70px; display: inline-block; 
                            text-shadow: 0 0 5px #000; 
                    }
        #header .logo h1, #header .logo h1 a { color: #FFF; }

        #header .nav-user { background: #000000; border-bottom: 3px solid; border-bottom-color: #FFFFFF; overflow: hidden;  }
        #header .nav-user ul { margin: 0; padding: 0; }
        #header .nav-user ul li { list-style: none; font-size: 12px; float: left; }
        #header .nav-user ul li a { line-height: 26px; display: inline-block; color: #FFFFFF; }

        #header .nav-user ul.nav-left { float: left; }
        #header .nav-user ul.nav-left li { font-size: 15px; padding: 0 6px; }
        #header .nav-user ul.nav-left li a.facebook:hover { color: #3b5998; }
        #header .nav-user ul.nav-left li a.twitter:hover { color: #00aced; }
        #header .nav-user ul.nav-left li a.google-plus:hover { color: #dd4b39; }
        #header .nav-user ul.nav-left li a.youtube:hover { color: #bb0000; }
        #header .nav-user ul.nav-left li a.dailymotion:hover { color: #0066dc; }
        #header .nav-user ul.nav-left li a.vimeo:hover { color: #aad450; }
        #header .nav-user ul.nav-left li a.instagram:hover { color: #405de6; }
        #header .nav-user ul.nav-left li a.flickr:hover { color: #0063dc; }
        #header .nav-user ul.nav-left li a.linkedin:hover { color: #0077b5; }
        #header .nav-user ul.nav-left li a.github:hover { color: #4078c0; }
        #header .nav-user ul.nav-left li a.soundcloud:hover { color: #ff8800; }

        #header .nav-user ul.nav-right { float: right; }
        #header .nav-user ul.nav-right li + li:before { content: "|"; padding: 0 8px; color: #FFFFFF; }
        #header .nav-user ul.nav-right li, 
        #header .nav-user ul.nav-right li a { color: #FFFFFF; }
        #header .nav-user ul.nav-right li .badge { background: #FFFFFF; color: #000000; margin: 0 0 0px 6px; font-size: 10px; padding: 3px 5px; vertical-align: middle; }

        #header .navbar { position: relative; margin: 0; padding: 0; border: 0; border-radius: 0; background-color: #FFFFFF; }
        #header .navbar .navbar-toggle { border: 0; float: none; padding: 9px 10px 9px 0; }
        #header .navbar .navbar-toggle .icon-bar { background: #000000; }
        #header .navbar .navbar-toggle:hover, #header .navbar .navbar-toggle:focus { background: none; }
        #header .navbar .navbar-toggle:hover .icon-bar { opacity: 0.8; }

        #menu li.open > a, #menu li > a:hover, #menu li > a:focus { background: rgba(0,0,0, 1); color: #FFFFFF; }
        #menu > li > a { color: #000000; }
        #menu > li > a .sub-arrow { display: none; }
        #menu > li > a .fa:last-child { margin-left: 4px; margin-right: 0; }
        #menu ul li a {
            font-weight: normal;
            font-family: 'Arial', sans-serif;
             
        }
        #menu ul li a .fa:last-child { float: right; margin: 0 0 0 4px; }
        #menu ul.dropdown-menu { border-radius: 0; border-top: 0; background: #000000; border-color: rgba(255,255,255, 1); }
        #menu ul.dropdown-menu li a { padding: 4px 26px 4px 12px; color: #FFFFFF; }
        #menu ul.dropdown-menu li > a:hover { background: rgba(255,255,255, 1); color: #000000; }

        @media (min-width:768px) {
            #header .navbar { min-height: 45px; }
            #header .navbar .container { text-align: center; }
            #header .navbar-collapse.collapse { font-size: 0; }
            #menu { margin: 0; padding: 0; list-style: none; display: inline-block; float: none; }
            #menu > li { float: left; padding: 0; position: relative; height: 45px; line-height: 45px; }
            #menu > li > a { height: 45px; line-height: 45px; position: relative; display: block;  padding: 0 20px; text-transform: uppercase; font-size: 14px; text-decoration: none; }

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

        @media (max-width:767px) {
            #header .logo { overflow: hidden; }

            #header .navbar .navbar-collapse { border-color: #000000;}
            #header .navbar .navbar-toggle { display: block; width: 100%; }
            #header .navbar .navbar-toggle .visible-xs { 
                float: left; margin-left: 35px; height: 15px; line-height: 15px; text-transform: uppercase; 
                color: #000000;
            }

            #menu li a { color: #000000; }
            #menu ul li a .fa:last-child { float: none; margin-left: 4px !important; }

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

        .gameline {
            color: #000000; border: 0;
            padding: 15px 0; margin: 0; font-size: 0; position: relative; 
        }
        .gameline .container { padding: 0; }
        .gameline .carousel { margin: 0; padding: 0 28px;}
        .gameline .carousel .owl-stage { display: block; }
        .gameline .carousel,
        .gameline .carousel .owl-stage { height: 70px; overflow: hidden; }
        .gameline .carousel .owl-item { margin: 0; }
        .gameline .carousel .item { display: block; width: 100%; float: left; font-size: 12px; border-right: 1px solid #000000; }
        .gameline .carousel .item a {
            height: 70px; text-decoration: none; display: table; padding: 4px 6px; width: 100%; overflow: hidden;
            border-top: 1px solid #000000; border-bottom: 1px solid #000000;
            color: #000000; 
        }
        .gameline .carousel .item .logo-container { display: table-cell; width: 36%; padding-right: 6px; vertical-align: middle; }
        .gameline .carousel .item .logo-container .logo { float: left; width: 26%; height: 56px; line-height: 56px; text-align: center; }
        .gameline .carousel .item .logo-container .logo-away { float: right; }
        .gameline .carousel .item .logo-container img { display: inline; width: 100%; height: auto; max-height: 56px; vertical-align: middle; }
        .gameline .carousel .item .logo-container .vs { float: left; width: 44%; line-height: 1.2; padding-top: 20px; margin: 0 2%; font-size: 14px; text-align: center; }
        .gameline .carousel .item .match-container { display: table-cell; width: 60%; padding-left: 6px; vertical-align: middle; }
        .gameline .carousel .item .match-container .title { font-size: 12px; line-height: 14px; }
        .gameline .carousel .item .match-container .title span { font-size: 14px; text-transform: uppercase; }
        .gameline .carousel .item .match-container .competition { text-transform: uppercase; font-size: 11px; line-height: 1; padding-top: 3px; }
        .gameline .carousel .item .match-container .competition .label-live {  }
        .gameline .carousel .item .match-container .competition strong { font-weight: 600; }
        .gameline .carousel .item .match-container .date { text-transform: uppercase; font-size: 10px; line-height: 1; padding-top: 3px; }
        .gameline .carousel .item a:hover { background: #000000; color: #FFF; }
        .gameline .carousel .owl-controls { position: relative; }
        .gameline .carousel .owl-nav .owl-prev, .gameline .carousel .owl-nav .owl-next { background: #FFF; position: absolute; top: -70px; width: 28px; height: 70px; line-height: 70px; 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: #000000; color: #FFF; text-decoration: none; }
        .gameline .carousel .owl-nav .owl-prev { left: -28px; border-right: 1px solid #000000; -webkit-border-radius: 8px 0 0 8px; -moz-border-radius: 8px 0 0 8px; -o-border-radius: 8px 0 0 8px; border-radius: 8px 0 0 8px; }
        .gameline .carousel .owl-nav .owl-next { right: -28px; -webkit-border-radius: 0 8px 8px 0; -moz-border-radius: 0 8px 8px 0; -o-border-radius: 0 8px 8px 0; border-radius: 0 8px 8px 0; }
        .gameline .carousel .owl-nav i.fa { width: 100%; height: 30px; line-height: 30px; }
        @media (max-width: 1200px) {
            .gameline .carousel .item .logo-container .vs { font-size: 13px; }
        }
        @media (max-width: 767px) {
            .gameline .carousel .owl-nav .owl-prev,
            .gameline .carousel .owl-nav .owl-next { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
        }
        @media (max-width: 400px) {
            .gameline .carousel .item .logo-container .logo { width: 40%; height: 30px; line-height: 30px; }
            .gameline .carousel .item .logo-container .logo img { width : auto; max-height: 100%; }
            .gameline .carousel .item .logo-container .vs { width: 100%; margin: 0; padding-top: 5px; }
        }

        .container { width: 100%; }
        @media (min-width: 1200px) {
            .container { width: 1170px; }
        }

        .container-page.container { padding-right: 0; padding-left: 0; }
        .container-page.container > div { padding-right: 15px; padding-left: 15px; }

        #page { margin: 0; padding-top: 0; padding-bottom: 0; }
        #page #content { width: 71%; padding: 1em 1em 1em 0; }
        #page #content.full { width: 100%; padding: 1em 0; }
        #page #column { width: 29%; padding: 1em 0 1em 1em; }

        @media screen and (max-width: 767px) {
            #page #content, #page #column { width: 100%; padding: 1em 0; }
        }


        /* ===================================================== */
        /* ====================== ACCUEIL ====================== */
        /* ===================================================== */
        #accueil .page-cover { text-align: center; }

        #accueil .panel-primary { margin: 30px 0 15px; }
        #accueil .panel-primary > .panel-heading h2 { font-size: 30px; }
        #accueil .panel-primary > .panel-heading .link-more { font-size: 25px; line-height: 30px; padding: 12px 10px 0 10px; }
        #accueil .panel-primary > .liste-item-group { padding: 15px 0 5px; }
        #accueil .panel-primary .table { margin-bottom: 15px; background: #FFF; }

        #accueil > div.bg-white:nth-child(2n) { background: rgba(255,255,255, 0.95) !important; }
        #accueil > div.bg-white + div.bg-white { margin-top: 0; }
        #accueil > div.bg-white-o + div.bg-white-o { margin-top: 0; }

        /** BOUTIQUE **/
        #accueil .boutique-container { margin-bottom: 30px; }

        /** BLOC A LA UNE **/
        #accueil #bloc-accueil-alaune .liste-item-group { padding-top: 15px; }
        #accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover a { height: 515px; }
        #accueil #bloc-accueil-alaune .liste-item-group.owl-kal-theme .liste-item.liste-item-big.cover a { height: 600px; }
        #accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .titre { font-size: 34px; padding: 12px; display: inline-block; }

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

        @media screen and (max-width: 767px) {
            #accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover a { height: 330px; }
        }

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

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

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

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

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

        
        .nom-page { background: rgba(0,0,0, 1); padding-top: 10px; padding-bottom: 10px; margin-top: 35px; margin-bottom: 20px; }
        .nom-page h1 { font-size: 30px; text-transform: none; color: #FFFFFF; }

        #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: 1px solid rgba(0,0,0, 0.5); }
        #content .nav-tabs.nav-justified > li { background: none; }
        #content .nav-tabs.nav-justified > li > a { padding: 5px 15px 18px; font-size: 1.1em; color: #999; font-weight: 600; border: 0; border-radius: 0; position: relative; text-transform: uppercase; }
        #content .nav-tabs.nav-justified > li > a:after { content: ''; display: block; position: absolute; left: 15px; right: 15px; background: none; height: 3px; bottom: 0; }
        #content .nav-tabs.nav-justified > li.active > a { color: #000000; }
        #content .nav-tabs.nav-justified > li.active > a,
        #content .nav-tabs.nav-justified > li > a:hover { background: none; }
        #content .nav-tabs.nav-justified > li.active > a:after,
        #content .nav-tabs.nav-justified > li > a:hover:after { background: rgba(0,0,0, 1); }
        #content.full .tab-container { margin-left: -15px; margin-right: -15px; }
        #content.full .tab-container .nav-tabs.nav-justified { padding-left: 15px; padding-right: 15px; }
        #content.full .tab-container .tab-content { padding-left: 15px; padding-right: 15px; }

        #content .header h1 { text-transform: none; }

        /* ===================================================== */
        /* ====================== 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 .liste-item-group hr { margin: 10px 0; }
        #column .panel-primary h1 { text-transform: none; font-size: 26px; }

        #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: #000000; }

        #column #convocation { border: 0; padding: 0; background: #000000; }
        #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 #000000;
                            color: #FFFFFF;
             
        }
        #column #convocation .panel-body a:hover {
            text-decoration: none; color: #000000;
                            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 { background: none; }
        #column #bloc-facebook .content, #column #bloc-twitter .content, #column #bloc-googleplus .content { line-height: 1; }

        #column .bloc-timeline { border-radius: 0; }
        #column .bloc-timeline .description { padding: 10px 0px 4px; }
        #column .bloc-timeline .description > p:last-child { margin: 0; }
        #column .bloc-timeline .liste-item-group { margin: 0; padding: 10px 0 5px 2px; }
        #column .bloc-timeline .liste-item-group .liste-item { margin: 0 0 5px; padding: 0 0 8px; border-left: 3px solid rgba(0,0,0, 0.2); position: relative; }
        #column .bloc-timeline .liste-item-group .liste-item:before { content: ' '; width: 13px; height: 13px; background: rgba(0,0,0, 1); display: inline-block; border-radius: 50%; border: 3px solid #FFF; position: absolute; top: 0; left: -8px; }
        #column .bloc-timeline .liste-item-group .liste-item > .row > div { padding: 0 0 0 18px; }
        #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(0,0,0, 0.8); }
        #column .bloc-timeline .panel-footer { background: rgba(0,0,0, 0.1); border: 0; border-radius: 0; padding: 7px 15px; text-transform: uppercase; font-size: 11px; }

        #column #live-tweet .content { padding: 0; }
        #column #live-tweet .live-date { background: #000000; 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: #000000; }
        #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 { clear: both; position: relative; background: #000000; }

        #footer #menu-footer { text-align: center; font-size: 13px; }
        #footer #menu-footer ul { margin: 0; padding: 5px 0; }
        #footer #menu-footer ul li { list-style: none; display: inline-block; vertical-align: top; text-transform: uppercase; }
        #footer #menu-footer ul li + li:before { content: '|'; display: inline-block; float: left; padding: 9px 4px 0 0; }
        #footer #menu-footer ul li a { display: block; padding: 10px 7px 5px 12px; }
        #footer #menu-footer ul li a:hover { text-decoration: none; color: rgba(255,255,255, 0.8); }
        #footer #menu-footer, #footer #menu-footer a { color: #FFFFFF; }

        #footer, #footer a { color: #FFF; }

        #footer-logo { margin: 0; padding: 10px 0; overflow: hidden; background: #000000; text-align: center; }
        #footer-logo .container > * { vertical-align: middle; }
        #footer-logo .border { height: 24px; margin-bottom: 25px; border-bottom: 1px solid; border-bottom-color: rgba(255,255,255, 0.2); }
        #footer-logo .logo { display: inline-block; height: 50px; margin: 0; background: #000000; padding: 0 15px; }
        #footer-logo .logo img { height: 100%; }
        #footer-logo p { display: inline-block; margin: 0; line-height: 100px; text-transform: uppercase; font-size: 40px; color: #FFFFFF; }

        #footer-signature { background: #000000; margin: 0px; padding: 10px 0; font-size: 11px; }
        #footer-signature, #footer-signature a { color: #FFFFFF; }

        /* ========================================= */
        /* === BLOCS =============================== */
        /* ========================================= */

        /** ENCARTS ****************************************/
        .partenaires-band { padding: 30px 0; }
        .partenaires-band a { color: #000000; display: flex; }
        .partenaires-band ul { margin: 0; padding: 0; opacity: 1; }
        .partenaires-band ul li { list-style: none; margin: 5px 2.5px; vertical-align: middle; }
        .partenaires-band ul li, .partenaires-band a { height: 90px; vertical-align: middle; }
        .partenaires-band ul li img { max-height: 100%; vertical-align: middle; }

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

        .encart-slider.owl-encarts .owl-item { height: 90px; }
        .encart-slider.owl-encarts .item { display: flex; width: 100%; }
        .encart-slider.owl-encarts .item a { display: flex; align-items: center; justify-content: center; }
        .encart-slider.owl-encarts .item,
        .encart-slider.owl-encarts .item a { height: auto; max-height: 90px; }
        .encart-slider.owl-encarts .item a img { width: auto; height: auto; max-width: 100%; max-height: 100%; }
        .encart-slider.owl-encarts .owl-controls { display: none; }

        #header-partenaires.partenaires-band { padding: 10px 0; background: #000000; }

        #pre-contenu-partenaires.partenaires-band { padding: 15px 0; background: #000000; }

        #footer-partenaires.partenaires-band { padding: 10px 0 20px; background: #000000; }

        #column-partenaires .panel-heading { margin-bottom: 10px; }
        #column-partenaires .encart-liste,
        #column-partenaires .encart-slider { padding: 0; }
        #column-partenaires .encart-liste li + li { margin-top: 10px; }
        #column-partenaires 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: contain; background-repeat: no-repeat; background-position: center; }

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

        /** 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; }

        #accueil .bloc-bandeau { margin: 0; }

        @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 { margin-top: 10px; }
        .bloc-liens .list-group .list-group-item { 
            border-radius: 0 !important;
            border: 1px solid #000000 !important; 
            background: rgba(0,0,0, 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(0,0,0, 1); }
        .bloc-liens .list-group .list-group-item + .list-group-item { margin-top: 10px; }
        /***************************************************/

        #column-anniversaires .panel-body { padding: 0 !important; }
        #column-anniversaires ul { padding: 0; list-style: none; }
        #column-anniversaires li { padding: 6px 8px; }
        #column-anniversaires li.date { background: rgba(255,255,255, 0.5); color: #000000; font-weight: bold; padding: 2px; }
        #column-anniversaires img { width: 30px; height: 30px; margin: 1px 8px 1px 0; }

        .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-stats-clubs { padding-top: 15px; padding-bottom: 15px; }
        .bloc-stats-clubs i { background: #000000; color: #FFF; float: left; font-size: 24px; width: 50px; height: 50px; line-height: 50px; text-align: center; margin-right: 10px; }
        .bloc-stats-clubs .nb { font-weight: 600; font-size: 22px; line-height: 1; }
        .bloc-stats-clubs .title { font-size: 14px; line-height: 16px; }
        .bloc-stats-clubs p { margin: 0; font-size: 11px; }

        .bloc-meteo .widget-title { text-align: center; margin: 0; font-size: 18px; color: #444; }
        .bloc-meteo .widget-location { text-align: center; margin: 0 0 8px; font-size: 12px; }
        .bloc-meteo .icon-meteo,
        .bloc-meteo .list-unstyled { color: #000000; }
        .bloc-meteo .icon-meteo { text-align: right; font-size: 4em; }
        .bloc-meteo .list-unstyled { padding-top: 5px; }
        .bloc-meteo .list-unstyled span { font-weight: bold; font-size: 1.5em; }

        .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 { margin-top: -14px; margin-left: -15px; margin-right: -15px; 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: #FFFFFF;
                            color: #000000;
             
        }
        #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; }

        /* ===================================================== */
        /* ============ RESPONSIVE - MEDIAS QUERIES ============ */
        /* ===================================================== */
        @media screen and (max-width: 767px) {
            .page-cover { margin-left: 0; }

            #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; }
        }

        