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

        /* ==================================== */
        /* ============== <body> ============== */
        /* ==================================== */
        body {
        background-color: #CFE2F3;                    background-image: url('/public/4975/upload/theme/kal-theme-fond-image_2.jpg');
                        background-repeat: no-repeat;
                                    background-position: center;
                                    background-attachment: fixed;
                                    background-size: cover;
                            font-family: Arial, Helvetica, sans-serif;
        font-size: 14px; }

        body.erreur {
        background: #EAEAEA;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px; }

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

        hr { margin: 15px 0; }

        /** PANEL **/
        .panel { margin: 0 0 22px 0; background: none; box-shadow: none; border: 0; }
        .panel:last-child { margin: 0; }
        .panel .liste-item-group { padding: 12px; margin: 0; }
        .panel .liste-item-group hr { margin: 12px 0; }

        .panel-default { border: 1px solid #ddd; }

        .panel-primary { 
            border: 0; font-size: 13px; position: relative; background: #FFF;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            box-shadow: 0 1px 1px rgba(0,0,0,.15);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px; 
        }
        .panel-primary .panel-heading { border-bottom: solid 1px #BBB; display: block; margin: 0; padding: 0; background: none; }
        .panel-primary .panel-heading h2 { padding: 10px 17px; text-transform: uppercase; font-size: 16px; }
        .panel-primary .panel-heading h2, .panel-primary .panel-heading h2 a { color: #F08618; }
        .panel-primary .panel-heading .pict {
                            color: #43DC00;
                        background-color: #F08618;
            background-image: url("../assets/img/bg-h2.png");
            font-size: 12px; width: 36px; height: 36px; position: absolute; top: 0; right: 0; text-align: right; 
        }
        .panel-primary .panel-heading .pict i { margin: 4px 5px 0 0; }
        .panel-primary .panel-body { padding: 15px; }
        .panel-primary .bxencarts { padding: 0; }
        .panel-primary .panel-body .table { margin: 0; }
        .panel-primary .panel-body p:last-child { margin: 0; }
        .panel-primary .panel-body ul { padding: 0; margin: 0 0 0 0; }
        .panel-primary .panel-body ul li { clear: both; list-style: none; margin: 0; padding: 6px 1px; border-bottom: solid 1px #ddd; }
        .panel-primary .panel-body ul li:last-child { border-bottom: 0; }
        .panel-primary .panel-body ul li a { color: #333; }
        .panel-primary > .panel-body + .panel-body { border-top: 0; }
        .panel-primary .liste-item-group { padding: 15px; }
        .panel-primary .liste-item-group hr { margin: 15px 0; }

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

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

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

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

        /** LABEL **/
        .label {  }

        .label-custom-primary { background: rgba(240,134,24, 0.9); color: #FFF; }

        /** LIST ITEM **/
        .liste-item-group { margin-bottom: 30px; }
        .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; }

        #wrap, .container { width: 1010px; margin: 0 auto; padding: 0px; position: relative; }

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

        /* WRAP */
        #wrap-couleur2 { height: 20px;  }
        #wrap-couleur1 {
        background: #F08618;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        box-shadow: 0 1px 1px rgba(0,0,0,.15);
        height: 40px; }

        /* ========== <header> + <nav> ========== */
        #header { position: relative; width: 100%; margin: 0px 0px 14px; }
        #header .logo { display: table; position: absolute; width: 100px; height: 100px; /*top: 78px;*/ left: 10px; margin-top: 20px; }
        #header .logo a { display: table-cell; height: 100%; vertical-align: middle; text-decoration: none; text-align: center; }
        #header .logo img { max-width: 100px; max-height: 100px; }

        #header .container.has-logo { min-height: 112px; }

        #header h1 { padding: 20px 0px 16px 125px; font-size: 28px; color: #43DC00; text-shadow: 1px 1px 1px #000; }
        #header h1.invisible { padding-bottom: 0; }
        #header h1.no-logo { padding-left: 0; }

        #header .user-connect {
                            background: #43DC00;
             
        }
        #header .user-connect .container { padding: 2px 8px; top: 0px; right: 0px; z-index: 20; font-size: 12px; height: 20px; }
        #header .user-connect, #header .user-connect a { color: #F08618; }
        #header .user-connect a { display: inline-block; }
        #header .user-connect a img { width: 15px; height: 15px; margin: -2px 2px 0px 0px; border: 2px solid rgba(0,0,0,0.2); }
        #header .user-connect a .badge { 
            margin: 0 0 1px 6px; font-size: 10px; padding: 3px 5px; vertical-align: middle;
                            color: #43DC00;
                background: #F08618;
                    }
        #header .user-connect a:hover { text-decoration: none; }
        #header .user-connect a:hover span { text-decoration: underline; }
        #header .user-connect a:hover span.badge { text-decoration: none; }

        #header .nav { background: #F08618; position: relative; padding: 0; text-align: center; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15); box-shadow: 0 1px 1px rgba(0,0,0,.15); }
        #menu { width: 100%; margin: 0; padding: 0; list-style: none; font-size: 0; /*height: 40px;*/ }
        #menu li { display: inline-block; padding: 0; position: relative; font-size: 14px; height: 40px; line-height: 40px; }
        #menu a {
            float: left; position: relative; height: 40px; display: block; padding: 1px 14px;
            text-transform: uppercase; font-size: 14px; text-decoration: none;
                            color: #43DC00;
             
        }
        #menu li:hover > a {
            color: #F08618;
                            background: #43DC00;
             
        }
        *html #menu li a:hover {  } /* IE6 */
        #menu li:hover > ul { display: block; -webkit-box-shadow: 0 2px 5px -2px #000; -moz-box-shadow: 0 2px 5px -2px #000; box-shadow: 0 2px 5px -2px #000; }
        #menu li a span:last-child { margin-left: 4px; margin-right: 0; }

        /* Sub-menu */
        #menu ul {
            text-align: left; min-width: 100%; list-style: none; margin: 0; padding: 6px 0px; display: none;
            position: absolute; top: 40px; left: 0; z-index: 99999;
                            background: #43DC00;
             
        }
        #menu ul li { float: none; margin: 0; padding: 1px 5px; display: block; height: auto; line-height: 1; }
        #menu ul li a { color: #F08618; border-radius: 3px; font-family: Arial, sans-serif; padding: 6px 24px 6px 8px; height: auto; line-height: 1; display: block; white-space: nowrap; float: none; text-transform: none; text-shadow: none; font-weight: 500; }
        #menu ul li a i { position: absolute; right: 8px; }
        #menu ul li a:hover {
            background: #F08618;
                            color: #43DC00;
             
        }
        #menu ul li ul { background-color: #F08618; top: 0; left: 100%; }
        #menu li:last-child ul li ul { right: 100%; left: auto; }
        #menu ul ul a { color: #43DC00; }
        #menu ul ul a:hover {
            color: #F08618;
                            background-color: #43DC00;
             
        }

        /* Clear floated elements */
        #menu:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

        .gameline {
        background: #efefef;
        font-size: 0;
        position: relative;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
        box-shadow: 0 1px 1px rgba(0,0,0,.15); }
        #header h1.invisible + .gameline { margin-bottom: 40px; }
        .gameline ul { padding: 0px; margin: 0px 27px; /*width: 832px;*/ height: 51px; overflow: hidden; background: #FFF; }
        .gameline ul li { display: block; float: left; font-size: 12px; padding: 1px 1px; border-right: 1px solid #EEE; position: relative; }
        .gameline ul li a { color: #000; text-decoration: none; display: block; padding: 2px 0px 1px 5px; width: 101px; border-top: 2px solid transparent; border-bottom: 2px solid transparent; }
        .gameline ul li a.resume { border-bottom: 2px solid #F08618; }
        .gameline ul li a.soon { border-top: 2px solid #43DC00; }
        .gameline ul li a:hover { background: #EEE; }
        .gameline ul li .home, .gameline ul li .away { line-height: 15px; height: 15px; }
        .gameline ul li img { float: left; width: 13px; height: 13px; margin: 1px 4px 1px 0; }
        .gameline ul li span.winner { font-weight: bold; }
        .gameline ul li span.info { font-size: 0.7em; font-weight: bold; display: block; line-height: 11px; height: 12px; }
        .gameline ul li .label-live { position: absolute; top: 15px; right: 8px; font-size: 7px; }
        .gameline .nav .previous_link, .gameline .nav .next_link { position: absolute; top: -50px; width: 27px; height: 49px; line-height: 49px; background: #E1E1E1; display: block; font-size: 20px; color: #FFF; font-weight: bold; text-align: center; z-index: 1; }
        .gameline .nav .previous_link:hover, .gameline .nav .next_link:hover { text-decoration: none; color: #BBB; }
        .gameline .nav .previous_link { left: 0px; }
        .gameline .nav .next_link { right: 0px; }
        .gameline .nav .no_more, .gameline .nav .no_more:hover { color: #F8F8F8; cursor: default; background: #F8F8F8; }

        #page { margin: 20px 0px; padding: 0px; }
        #page #content {
            width: 70%; padding: 20px;
            background: #FFF;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            box-shadow: 0 1px 1px rgba(0,0,0,.15); 
        }
        #page #content.accueil { box-shadow: none; background: none; padding: 0; }
        #page #content.full { width: 100%; }
        #page #column { width: 28%; margin-left: 2%; padding: 0px; }

        #page #content.accueil > .render-ckeditor,
        #page #content.accueil > .liste-item-group { background: #FFF; box-shadow: 0 1px 1px rgb(0 0 0 / 15%); border-radius: 3px; margin: 0 0 22px 0; padding: 15px; }

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

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

        #content #a-la-une.panel-primary .liste-item-group { padding: 0; }

        #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 { border: 1px solid #DDD; padding: 8px; font-size: 13px; }
        #content .attachements p { margin: 0px 0px 8px 0px; padding: 5px 7px; font-weight: bold; background: #EEE; }
        #content .attachements ul { margin: 0px; padding-left: 25px; }

        #content .author { position: relative; padding: 10px 0px 10px 10px; font-size: 13px; background: #EEE; overflow: hidden; }
        #content .author .photo { float:left; width: 50px; margin-right: 10px; }
        #content .author h2 { position: absolute; top: 0px; right: 0px; padding: 4px 8px; font-size: 16px; color: #FFF; background: #999; }
        #content .author h3 { margin: 3px 0px 2px; font-size: 18px; float: left; width: 59%; }
        #content .author p { margin: 5px 0px 0px; width: 59%; float: left; }
        #content .author p span + span:before { content: ","; padding: 0px 4px 0px 1px; }
        #content .author ul { margin: -5px 0px 0px 0px; padding: 0; font-size: 0; float: right; width: 193px; text-align: center; }
        #content .author ul li { display: inline-block; margin: 5px 5px 0px 5px; }
        #content .author ul li a { display: block; height: 100%; }
        #content .author ul li img { width: 26px; }

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

        /* NAV-TABS */
        #content .nav-tabs.nav-justified { border-left: 1px solid #DDD; border-right: 1px solid #DDD; }
        #content .nav-tabs.nav-justified > li { background: #EEE; }
        #content .nav-tabs.nav-justified > li > a { font-size: 1.1em; color: #555; font-weight: 600; border: 1px solid #DDD; border-top-width: 2px; border-radius: 0; }
        #content .nav-tabs.nav-justified > .active > a { border-bottom: 1px solid #FFF; color: #F08618; }

        #content .related-posts { background: #444; padding: 12px; }
        #content .related-posts h2 { padding: 0; margin: 0; font-size: 18px; color: #FFF; margin-bottom: 6px; text-transform: uppercase; }
        #content .related-posts ul { margin: 0; padding: 8px 0px 0px 0px; overflow: hidden; }
        #content .related-posts ul li { display: block; font-size: 13px; width: 32%; margin-right: 2%; float: left; }
        #content .related-posts ul li:last-child { margin: 0; }
        #content .related-posts ul li .cover { height: 120px; background-size: cover; background-position: center; overflow: hidden; background-color: #999; text-align: center; }
        #content .related-posts ul li .cover img { display: none; }
        #content .related-posts ul li a { color: #FFF; }
        #content .related-posts ul li a h3 { font-size: 18px; color: #444; padding: 5px 2px; color: #FFF; }

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


        /* ===================================================== */
        /* ====================== COLUMN ======================= */
        /* ===================================================== */
        #column .panel-primary .panel-body, #column .panel-primary .liste-item-group { padding: 10px; }
        #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 #convocation.panel { border: 0; padding: 0; border-radius: 0; background: #F08618; }
        #column #convocation .content { border: 0; position: relative;  overflow: hidden; padding: 0; }
        #column #convocation .content a {
            display: block; padding: 7px; width: 100%; border: 0;
                            color: #43DC00;
             
        }
        #column #convocation .content a:hover {
            text-decoration: none; color: #F08618;
                            background: #43DC00;
             
        }
        #column #convocation .content i { font-size: 100px; position: absolute; top: -14px; right: 8px; opacity: 0.2; margin: 0; }
        #column #convocation .content p { display: block; position: inherit; margin: 0; padding: 0; font-size: 18px; }
        #column #convocation .content span { display: block; position: inherit; text-transform: uppercase; font-size: 10px; }

        #column #live-tweet .panel-body { padding: 0; }
        #column #live-tweet .live-date { background: #F08618; 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: #F08618; }
        #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-partenaires { margin: 0 0 20px 0px; font-size: 13px; position: relative; }
        #footer-partenaires ul { margin: 0; padding: 0; }
        #footer-partenaires ul li { list-style: none; display: inline-block; height: 90px; margin: 0 7px; }

        #footer {
            padding: 15px 10px 15px 15px;
            background: #F08618; 
        }
        #footer, #footer a {
                            color: #43DC00;
             
        }
        #footer ul { padding: 0; margin: 0; font-size: 13px; }
        #footer ul li { display: inline-block;  line-height: 40px; }
        #footer ul > li + li:before { padding: 0 2px; content: "|"; }

        #footer .social { font-size: 0; }
        #footer .social a { display: inline-block; margin: 0 5px; }
        #footer .social img { width: 40px; }

        #footer-signature {
            text-align: center; font-size: 12px; padding: 8px 15px; margin: 0 0 20px 0;
            background: #43DC00;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
            box-shadow: 0 1px 1px rgba(0,0,0,.15); 
        }
        #footer-signature, #footer-signature a {
                            color: #F08618;
             
        }

        #footer-logo img { max-width: 250px; margin: 0 auto 20px; }


        /* ===================================================== */
        /* ============ RESPONSIVE - MEDIAS QUERIES ============ */
        /* ===================================================== */


        /* ========================================= */
        /* === BLOCS =============================== */
        /* ========================================= */
        #hook-pre-contenu {  }
        #hook-pre-contenu .panel:first-child { margin-left: 125px; }

        #hook-pre-contenu .gameline:first-child ul { width: 832px; }

        #hook-pre-contenu .bloc-texte:first-child .panel-heading h2 { padding: 8px 12px; }
        #hook-pre-contenu .bloc-texte:first-child .panel-body { padding: 10px; min-height: 54px; }
        #hook-pre-contenu .bloc-texte:first-child .panel-heading + .panel-body { min-height: 1px; }

        .panel-body.filinfo { padding-top: 4px !important; padding-bottom: 4px !important; }
        .panel-body.filinfo ul li a { color: #000; }

        #bloc-twitter .tweet { line-height: 1.4em; }
        #bloc-twitter .tweet small { color: #888; }

        #bloc-facebook .panel-body { line-height: 1; }
        #bloc-facebook iframe { width: 283px; }

        #bloc-googleplus.panel { background : none; box-shadow: none; }
        #bloc-googleplus .panel-heading { background: #FFF; }
        #bloc-googleplus .panel-body { padding: 0 !important; line-height: 1; margin-top: -1px; }
        #bloc-googleplus iframe { width: 283px; }

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

        .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, #footer-partenaires { margin: 20px auto; background: none; }

        #accueil-partenaires { margin-top: 1em; }
        #accueil-partenaires.partenaires-band ul { padding-top: 0; padding-bottom: 0; }
        #accueil-partenaires.partenaires-band ul li img { box-shadow: none; }

        #footer-partenaires { margin-bottom: 20px; background: none; }

        #column-partenaires .panel-body { padding: 0 !important; }
        #column-partenaires .encart-liste li + li { margin-top: 10px; }
        #column-partenaires img { margin: 0 auto; }
        /***************************************************/

        /** 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 { padding: 10px; }
        .bloc-liens .panel-heading + .list-group {  }
        .bloc-liens .list-group .list-group-item { 
            border-radius: 0 !important;
            border: 1px solid #F08618 !important; 
            background: rgba(240,134,24, 0.85); 
            color: #43DC00; 
        }
        .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(240,134,24, 1); }
        .bloc-liens .list-group .list-group-item + .list-group-item { margin-top: 10px; }
        /***************************************************/

        #column-anniversaires .panel-body { padding-bottom: 4px; }
        #column-anniversaires li { padding: 6px 8px; }
        #column-anniversaires li.date { background: rgba(240,134,24, 0.5); color: #43DC00; font-weight: bold; padding: 2px; }
        #column-anniversaires img { width: 30px; height: 30px; margin: 1px 8px 1px 0; }

        #bloc-a-la-une .panel-body { padding-top: 0; padding-bottom: 0; }
        #bloc-a-la-une .panel-body p { margin: 0; }
        #bloc-a-la-une .panel-body .article { overflow: hidden; padding: 10px 0; border-bottom: solid 1px #ddd; }
        #bloc-a-la-une .panel-body .article:last-child { border-bottom: 0px; }
        #bloc-a-la-une .panel-body .article .cover {
        width: 80px; height: 70px; display: block; overflow: hidden; float: left;
        background-size: cover; background-repeat: no-repeat; background-position: center; }
        #bloc-a-la-une .panel-body .article time { display: block; font-size: 12px; }
        #bloc-a-la-une .panel-body .article .caption { margin-left: 90px; font-size: 15px; line-height: 17px; }
        #bloc-a-la-une .panel-body .article .caption a:hover { opacity: 0.6; text-decoration: none; }
        #bloc-a-la-une .panel-body .article .caption p { margin: 4px 0 0 0; font-size: 12px; }

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

        .bloc-meteo .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: #43DC00; }
        .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-rss .panel-body ul li:first-child { padding-top: 0; }
        .bloc-rss .panel-body ul li:last-child { padding-bottom: 0; }


        /* ========================================= */
        /* === 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 #infos-match { background: #222; color: #AAA; padding: 0 8px; font-size: 0; height: 22px; text-align: center; }
        #fiche-match #infos-match .date, #fiche-match #infos-match .lieu { line-height: 22px; font-size: 12px; }
        #fiche-match #infos-match .date a, #fiche-match #infos-match .lieu a { color: #AAA; }
        #fiche-match #infos-match .type-match { width: 350px; margin: 0 auto; text-align: center; background: #FFF; color: #333; font-size: 14px; height: 30px; line-height: 30px; }
        #fiche-match #infos-match .more-info {
            display: inline-block; margin: 0 auto; text-align: center; font-size: 10px; padding: 2px 6px; min-width: 10px; max-width: 300px;
            background: #F08618;
                            color: #43DC00;
             
        }
        #resultat-match { position: relative; margin: 0px auto; padding: 35px 0px 20px; overflow: hidden; }
        #resultat-match #logo-locaux img,
        #resultat-match #logo-visiteurs img { background: #FFF; border: 2px solid rgba(250,250,250,0.5); width: 120px; height: 120px; -webkit-border-radius: 80px; -moz-border-radius: 80px; -o-border-radius: 80px; border-radius: 80px; }
        #resultat-match #logo-locaux { float: left; margin-left: 70px; }
        #resultat-match #logo-visiteurs { float: right; margin-right: 70px; }
        #resultat-match .score, #resultat-match .etat { width: 230px; margin: 0px auto; }
        #resultat-match .score { margin-top: 7px; margin-bottom: 7px; text-align: center; }
        #resultat-match .score h2 { font-size: 0; margin-bottom: 2px; }
        #resultat-match .score h2 span {
        display: inline-block; width: 114px; height: 85px; line-height: 85px;
        background: #FFF; font-size: 60px; color: #444; text-align: center; vertical-align: top;
        -webkit-border-radius: 0 5px 0 0; -moz-border-radius: 0 5px 0 0; -o-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; }
        #resultat-match .score h2 span:first-child { margin-right: 2px; -webkit-border-radius: 5px 0 0 0; -moz-border-radius: 5px 0 0 0; -o-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; }
        #resultat-match .score h2 span.one { width: 100%; margin: 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -o-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; }
        #resultat-match .score p { background: #FFF; margin: -10px 0 0 0; padding-bottom: 7px; }
        #resultat-match .etat {
            background: #F08618;
                            color: #43DC00;
                        padding: 3px; font-size: 12px; line-height: 1.2em; text-align: center;
            -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -o-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; 
        }
        #resultat-match #score-locaux { float: left; }
        #resultat-match #score-visiteurs { float: right; }
        #resultat-match h1 { margin: 25px 30px 0px; position: relative; height: 35px; line-height: 35px; text-align: center; background: rgba(0,0,0,0.8); }
        #resultat-match h1, #resultat-match h1 a { font-size: 16px; color: #FFF; }
        #resultat-match h1 .equipe-locaux,
        #resultat-match h1 .equipe-visiteurs { position: absolute; margin: 0px; clear: none; height: 35px; line-height: 35px; top: 0px; width: 290px; overflow: hidden; }
        #resultat-match h1 .equipe-locaux { left: 0px; padding-left: 15px; text-align: left; }
        #resultat-match h1 .equipe-visiteurs { right: 0px; padding-right: 15px; text-align: right; }
        #resultat-match h1 .vs { font-size: 14px; color: #AAA; }
        #resultat-match #scores-qt { margin-top: 15px; text-align: center; }
        #resultat-match #scores-qt .detail-qt { margin: 0px 2px; background: rgba(0,0,0,0.8); display: inline-block; width: 60px; color: #FFF; text-align: center; padding: 3px 0px; }
        #resultat-match #scores-qt .detail-qt.no { width: 175px; }
        #resultat-match #scores-qt .detail-qt span { display: block; font-weight: bold; font-size: 0.8em; }

        