/** 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 30px 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: 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 { border: 1px solid rgba(0,0,0, 1); }
        .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; border-bottom: 1px solid rgba(0,0,0, 0.2); }
        .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; border-bottom: 1px solid #000000; padding: 0 6px 6px 6px; }
        .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 i.fa { 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,
        .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(245,245,245,0.8); color: #000000; }
        .liste-item-group .liste-item.cover a:hover time,
        .liste-item-group .liste-item.cover a:hover .titre { background: rgba(255,255,255,0.9); }

        /** MODAL **/
        .modal-content { 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;
            background: #000000; 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 .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 { background: #000000; color: #FFF; position: absolute; top: calc(50% - 20px); width: 40px; display: block; font-size: 20px; font-weight: bold; text-align: center; z-index: 1; }
        .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: #D6D6D6;
                                        background-image: url('/public/9552/upload/theme/background-petanque.jpg');
                                    background-repeat: no-repeat;
                                                    background-position: center;
                                                    background-attachment: fixed;
                                                    background-size: cover;
                                    }

        /* ========== 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 { padding: 0; }
        #header { position: relative; width: 100%; margin: 0; }

        #header > .banner {
            padding: 15px 0;
                        background-repeat: round; 
        }
        #header > .banner.has-banner { height: 180px; }
        @media (max-width:1080px) { #header > .banner.has-banner { height: 162px; } }
        @media (max-width:1000px) { #header > .banner.has-banner { height: 152px; } }
        @media (max-width:940px) { #header > .banner.has-banner { height: 144px; } }
        @media (max-width:880px) { #header > .banner.has-banner { height: 135px; } }
        @media (max-width:830px) { #header > .banner.has-banner { height: 126px; } }
        @media (max-width:770px) { #header > .banner.has-banner { height: 118px; text-align: center; } }
        @media (max-width:720px) { #header > .banner.has-banner { height: 110px; } }
        @media (max-width:670px) { #header > .banner.has-banner { height: 105px; } }
        @media (max-width:640px) { #header > .banner.has-banner { height: 100px; } }
        @media (max-width:630px) { #header > .banner.has-banner { height: 98px; } }
        @media (max-width:590px) { #header > .banner.has-banner { height: 92px; } }
        @media (max-width:570px) { #header > .banner.has-banner { height: 88px; } }
        @media (max-width:550px) { #header > .banner.has-banner { height: 85px; } }
        @media (max-width:520px) { #header > .banner.has-banner { height: 80px; } }
        @media (max-width:490px) { #header > .banner.has-banner { height: 76px; } }
        @media (max-width:450px) { #header > .banner.has-banner { height: 70px; } }
        @media (max-width:420px) { #header > .banner.has-banner { height: 65px; } }
        @media (max-width:390px) { #header > .banner.has-banner { height: 62px; } }
        @media (max-width:370px) { #header > .banner.has-banner { height: 60px; } }
        @media (max-width:360px) { #header > .banner.has-banner { height: 58px; } }
        @media (max-width:350px) { #header > .banner.has-banner { height: 55px; } }
        @media (max-width:320px) { #header > .banner.has-banner { height: 50px; } }


        #header .logo { display: none; }
        #header .logo.has-logo, #header .logo.has-title { display: inline-block; }
        #header .logo.has-logo { padding: 0; height: 140px; }
        #header .logo a { height: 100%; display: inline-block; text-decoration: none; }
        #header .logo img { max-height: 100%; vertical-align: middle; }
        #header .logo h1 { 
            vertical-align: middle; padding: 0 10px; font-size: 40px; line-height: 70px; display: inline-block;
                    }
        #header .logo h1, #header .logo h1 a { color: #FFF; }

        @media screen and (max-width: 767px) {
            #header .logo { display: block; height: auto; text-align: center; }
            #header .logo img { height: 140px; margin: 0 auto; }
            #header .logo h1 { display: block; font-size: 18px; line-height: 26px; text-align: center; }

            #header .has-banner .logo img { height: 90px; }
            #header .has-banner h1 { display: block; font-size: 16px; line-height: 24px; text-align: center; }
        }

        #header .nav-user { background: #000000; 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; }

        #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,
        #header .nav-user ul.nav-left li a { color: #51F534; }
        #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; }
        #header .nav-user ul.nav-right li + li:before,
        #header .nav-user ul.nav-right li,
        #header .nav-user ul.nav-right li a { color: #51F534; }
        #header .nav-user ul.nav-right li .badge { background: #51F534; color: #000000; margin: 0 0 0px 6px; font-size: 10px; padding: 3px 5px; vertical-align: middle; }

        .gameline {
            border: 0; margin: 0; font-size: 0; position: relative;
            color: #000000; 
        }
        .gameline .container { padding: 0; }
        .gameline .carousel { margin: 0; padding: 0 28px; height: 70px; overflow: hidden; }
        .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;
            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 { position: absolute; top: 0; width: 28px; height: 100%; 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: 0; border-right: 1px solid #000000; }
        .gameline .carousel .owl-nav .owl-next { right: 0; }
        @media (max-width: 1200px) {
            .gameline .carousel .item .logo-container .vs { font-size: 13px; }
        }
        @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; }
        }

        #page { margin: 0; padding: 0; }
        #page #content { padding: 1em 0 1.5em 0.5em; }
        #page .column { padding: 1em 1em 1em 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 > .panel-heading h2 { font-size: 24px; padding: 0 10px 10px 10px; }
        #content.accueil .panel-primary > .panel-heading .link-more { font-size: 20px; line-height: 24px; padding: 0 10px 10px 10px; }
        #content.accueil .panel-primary > .liste-item-group { padding: 0; }
        #content.accueil .panel-primary > .liste-item-group .liste-item.cover { margin-top: 15px; margin-bottom: 0; }

        /** BLOC A LA UNE **/
        #content.accueil #bloc-accueil-alaune > .liste-item-group { padding-left: 0; padding-right: 0px; }
        #content.accueil #bloc-accueil-alaune .liste-item-group { padding-top: 15px; }
        #content.accueil > #bloc-accueil-alaune:first-child .liste-item-group { padding-top: 0; }
        #content.accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover a { height: 550px; }
        #content.accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .titre { font-size: 34px; padding: 12px; display: inline-block; width: 100%; }
        @media screen and (max-width: 767px) {
            #content.accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover a { height: 220px; }
            #content.accueil #bloc-accueil-alaune .liste-item-group .liste-item.liste-item-big.cover .titre { font-size: 30px; padding: 8px; }
        }

        #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 COVER ==================== */
        /* ===================================================== */
        .page-cover { margin: 20px 0; }
        #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: #F0FA84;
                            color: #000000;
             
        }

        .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: 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: 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 .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 ======================= */
        /* ===================================================== */
        #menu li.open > a, #menu li > a:hover, #menu li > a:focus { background: rgba(0,0,0, 1); color: #51F534; }
        #menu > li > a { color: #000000; padding: 12px; line-height: 1.1; }
        #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 { background: #000000; border-color: rgba(81,245,52, 1); border-radius: 0; }
        #menu ul.dropdown-menu li a { color: #51F534; padding: 4px 26px 4px 12px; }
        #menu ul.dropdown-menu li > a:hover { background: rgba(81,245,52, 1); color: #000000; }

        @media (min-width:768px) {
            .column .navbar-default { background: none; border: 0; padding: 0; }
            .column .navbar-default .navbar-collapse { padding: 0; }
            #menu { margin: 0; padding: 0; list-style: none; display: block; float: none; }
            #menu > li { background: rgba(81,245,52, 1); padding: 0; position: relative; float: left; width: 100%; }
            #menu > li > a {  position: relative; display: block; text-transform: uppercase; font-size: 14px; text-decoration: none; }
            #menu > li > a > .fas { float: right; }

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

        @media (max-width:767px) {
            .column .navbar { margin-bottom: 0; border: 0; min-height: 33px; }
            .column .navbar .navbar-collapse { background: rgba(81,245,52, 0.6); }
            .column .navbar .navbar-toggle { background: rgba(81,245,52, 1); display: block; width: 100%; margin-top: 0; margin-right: 0; margin-bottom: 0; border: 0; border-radius: 0; }
            .column .navbar .navbar-toggle .icon-bar { background: #000000; }
            .column .navbar .navbar-toggle .visible-xs { float: left; color: #000000; margin-left: 35px; height: 15px; line-height: 15px; text-transform: uppercase; }

            #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: #51F534; }
            #menu ul.dropdown-menu ul { margin: 0 0 15px 13px; border-left: 1px solid ; padding: 0; }
        }

        .column .panel-primary .panel-body, .column .panel-primary .liste-item-group { padding: 10px 0; }
        .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: #F0FA84;
             
        }
        .column #convocation .panel-body a:hover {
            text-decoration: none; color: #000000;
                            background: #F0FA84;
             
        }
        .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 #partenaires .bxencarts img { margin: 0 auto; }

        .column #bloc-facebook, .column #bloc-twitter, .column #bloc-googleplus { background: none; overflow: hidden; }
        .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 { border-bottom: 1px solid rgba(0,0,0, 0.2); padding: 10px 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 .liste-item-group .liste-item p a { color: #000000; }
        .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 .bloc-timeline .panel-footer a { color: #000000; }

        .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-container { padding: 0; }

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

        #footer #menu-footer { text-align: center; font-size: 13px; border-top: 2px solid #000000; }
        #footer #menu-footer ul { margin: 0; padding: 0; }
        #footer #menu-footer ul li { list-style: none; display: inline-block; text-transform: uppercase; }
        #footer #menu-footer ul li a { display: block; padding: 0.8em 15px; }
        #footer #menu-footer ul li a:hover { text-decoration: none; background: rgba(0,0,0, 0.1); }
        #footer #menu-footer, #footer #menu-footer a { color: #000000; }

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

        #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 { background: #F0FA84; margin: 0; padding: 8px 0; font-size: 12px; }
        #footer-signature, #footer-signature a { color: #000000; }

        #footer-logo { margin: 0; padding: 20px 0; overflow: hidden; background: #F0FA84; text-align: center; }
        #footer-logo .container > * { vertical-align: middle; }
        #footer-logo .logo { display: inline-block; height: 250px; margin: 0; }
        #footer-logo .logo img { max-height: 100%; }
        #footer-logo p { display: block; margin: 20px 0 0 0; line-height: 1.2; text-transform: uppercase; font-size: 22px; color: #000000; }
        @media (max-width:767px) {
            #footer-logo { padding: 15px; }
            #footer-logo .logo { height: auto; }
            #footer-logo .logo img { max-width: 100%; max-height: 100%; height: auto; }
        }

        /* ========================================= */
        /* === BLOCS =============================== */
        /* ========================================= */
        #hook-header { padding: 0; background: #F0FA84; }
        #hook-header .panel { margin: 0; border: 0; }

        #hook-pre-contenu { padding: 0; }
        #hook-pre-contenu .panel { margin: 0; border-top: 1px solid #000000; }
        #hook-pre-contenu .panel:last-child { border-bottom: 1px solid #000000; }

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

        #hook-footer { padding: 0; background: #F0FA84; }
        #hook-footer .panel { margin: 0; }

        /** ENCARTS ****************************************/
        .partenaires-band { padding: 20px 0; }
        .partenaires-band a { color: #000000; }
        .partenaires-band ul { margin: 0; padding: 0; 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; }

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

        #pre-contenu-partenaires.partenaires-band { padding: 10px 0; }

        #accueil-partenaires.partenaires-band.panel { padding: 0; border: 0; }

        #footer-partenaires.partenaires-band.panel { margin: 0; padding: 10px 0 20px; }

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

        @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: #F0FA84; 
        }
        .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(0,0,0, 0.5); color: #F0FA84; 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-accueil-stats-clubs.panel { padding: 0; border: 0; }

        .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 { 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: #000000;
                            color: #F0FA84;
             
        }
        #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) {
            #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; }
        }

        