/** Load from cache **/
        /********/
        /* FONT */
        /********/
                @import url("//fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic,700,900|Manrope:400,400i,800,800i");
        @import url("//cdn-x254.kalisport.com/css/super-gen.css?20250707");

        ::selection { background-color: #000000; color: #FFFFFF; }


        /**********/
        /* TITRES */
        /**********/
        h1, h2, h3, h4, h5, h6, .h-font {
            font-family: 'Manrope', sans-serif;
                            font-weight: 800;
                    }


        /***********/
        /* ACCUEIL */
        /***********/
        #content #a-la-une .main { min-width: 100%; margin-bottom: 15px; }
        #content #a-la-une .main h1 a:hover, #content #a-la-une .main h2 a:hover { color: #000000; }
        #content #a-la-une ul.liste-items { border-top: 1px solid #DDD; }
        #content #a-la-une > ul.liste-items:first-child { border-top: 0; }
        #content #a-la-une > ul.liste-items:first-child li:first-child > div { padding-top: 0; }

        /* MODE LISTE */
        #content #a-la-une.liste .main .container { position: relative; width: auto; padding: 0; }
        #content #a-la-une.liste .main .container { background: #f1f1f1; }
        #content #a-la-une.liste .main .cover { width: 100%; display: block; border-bottom: 3px solid #000000; height: auto; max-height: 450px; overflow: hidden; text-align: center; padding: 0; }
        #content #a-la-une.liste .main .cover img { max-height: 100%; left: 50%; margin-left: -100%; position: relative; width: auto; max-width: 100%; }
        #content #a-la-une.liste .main .text { text-align: left; padding: 8px; }
        #content #a-la-une.liste .main h1 { background: none; }
        #content #a-la-une.liste .main h1 a { color: #000000; text-transform: none; display: block; line-height: 1; margin-bottom: 5px; }
        #content #a-la-une.liste .main .meta, #content #a-la-une.liste .main .meta time { font-size: 11px; color: #666; }

        /* MODE VIGNETTES */
        #content #a-la-une.vignettes .container { position: relative; width: auto; padding: 0; }
        #content #a-la-une.vignettes .container, #content #a-la-une.vignettes .row.bloc > div > div { background: #f1f1f1; }
        #content #a-la-une.vignettes .cover { width: 100%; display: block; border-bottom: 3px solid #000000; height: auto; max-height: 450px; overflow: hidden; text-align: center; padding: 0; }
        #content #a-la-une.vignettes .cover img { max-height: 100%; left: 50%; margin-left: -100%; position: relative; width: auto; max-width: 100%; }
        #content #a-la-une.vignettes .text { text-align: left; padding: 8px; }
        #content #a-la-une.vignettes .main h1 { background: none; }
        #content #a-la-une.vignettes .main h1 a { color: #000000; text-transform: none; display: block; line-height: 1; margin-bottom: 5px; }
        #content #a-la-une.vignettes .meta, #content #a-la-une.vignettes .meta time { font-size: 11px; color: #666; }
        #content #a-la-une.vignettes .row.bloc > div { margin-bottom: 12px; }
        #content #a-la-une.vignettes .row.bloc > div .cover { height: 130px; }
        #content #a-la-une.vignettes .row.bloc > div .text h2, #content #a-la-une .row.bloc > div .text h2 a { color: #000000; font-size: 20px; line-height: 22px; margin-bottom: 5px; }

        /* MODE DIAPO */
        #content #a-la-une.diaporama .carousel { margin-bottom: 8px; }
        #content #a-la-une.diaporama .carousel-caption h2, #content #a-la-une.diaporama .carousel-caption h2 a {
                            color: #000000;
                    }
        #content #a-la-une.diaporama .carousel-caption h2 a { background: #F0FA84; }
        #content #a-la-une.diaporama .carousel + #all-news { margin-top: 30px; }

        /* BOUTON TOUTES LES ACTUS */
        #all-news { border-top: 1px solid #DDD; margin-top: 15px; }
        #all-news .btn { display: inline-block; margin-top: -20px; }


        /*******************/
        /* INFOS - EQUIPES */
        /*******************/
        dl#infos-equipe { margin-bottom: 0; }
        dl#infos-equipe dt { font-size: 18px; }
        dl#infos-equipe dd { margin-bottom: 10px; }
        dl#infos-equipe dd:last-child { margin-bottom: 0; }


        /*********************/
        /* JOUEURS - EQUIPES */
        /*********************/
        .liste-player-group { overflow: hidden; }
        .liste-player-group .item-joueur-equipe { display: table; width: 100%; margin: 0; padding: 15px 7.5px; }
        .liste-player-group .item-joueur-equipe:nth-child(2n) { background: rgba(0,0,0, 0.1); }
        .liste-player-group .item-joueur-equipe > div { display: table-cell; vertical-align: middle; padding: 0 7.5px; float: none; }
        .liste-player-group .item-joueur-equipe .photo-container { width: 80px; height: 80px; float: left; margin-right: 15px; }
        .liste-player-group .item-joueur-equipe .photo-container img { width: 100%; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
        .liste-player-group .item-joueur-equipe .bold { font-weight: bold; }
        .liste-player-group .item-joueur-equipe .infos-container {  }
        .liste-player-group .item-joueur-equipe .infos h4 { font-size: 20px; margin-bottom: 5px; }
        .liste-player-group .item-joueur-equipe .fiche { text-align: right; }
        .liste-player-group .item-joueur-equipe .fiche a.btn {  }


        /*********************/
        /* TAGS / CATEGORIES */
        /*********************/
        ul.categories li { background: rgba(0,0,0, 0.9); margin-right: 2px; }
        ul.categories li:nth-child(2) { background: rgba(0,0,0, 0.8); }
        ul.categories li:nth-child(3) { background: rgba(0,0,0, 0.7); }
        ul.categories li:nth-child(4) { background: rgba(0,0,0, 0.6); }
        ul.categories li:nth-child(5) { background: rgba(0,0,0, 0.5); }


        /****************/
        /* SOCIAL-SHARE */
        /****************/
        #content .social-share { position: relative; border: 0; font-size: 13px; }
        #content .social-share h3 { color: #000000; font-size: 18px; display: inline-block; line-height: 25px; margin: 0 10px 0 0; }
        #content .social-share .btn { margin-left: 3px; margin-right: 3px; padding: 0; border-radius: 2px; width: 25px; height: 25px; line-height: 25px; font-size: 14px; text-align: center; }
        @media (max-width:768px) {
            #content .social-share h3 { display: block; width: 100%; }
        }


        /***************/
        /* FICHE MATCH */
        /***************/
        #fiche-match .bg-custom, #fiche-evenement .bg-custom {
                    }

        #fiche-match .overlay, #fiche-evenement .overlay {
            background: url("../../../assets/img/bg/bg-fiche-match-layer.png") 0px -2px;
            background-size: 15px; 
        }


        /************/
        /* BOUTIQUE */
        /************/
        #boutique-slider-container .owl-controls { border-top-color: #000000; }
        #boutique-slider-container .owl-dots,
        .boutique-grid .categorie-item .product-details h2 {
            background: #000000;
        }
        .boutique-grid .categorie-item .product-details h2,
        .boutique-grid .categorie-item .product-details h2 a {
            color: #FFFFFF;
        }

        