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

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


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

        /***********/
        /* ACCUEIL */
        /***********/


        /*******************/
        /* 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 { margin: 0 0 5px; padding-top: 8px; padding-bottom: 8px; }
        .liste-player-group .item-joueur-equipe .photo-container { padding-bottom: 2px; }
        .liste-player-group .item-joueur-equipe .photo-container img { width: 100%;}
        .liste-player-group .item-joueur-equipe .infos-container { background: rgba(65,133,71, 1); }
        .liste-player-group .item-joueur-equipe .infos { display: table; width: 100%; }
        .liste-player-group .item-joueur-equipe .infos h4 { padding: 0 0 0 10px; font-size: 17px; margin-bottom: 5px; }
        .liste-player-group .item-joueur-equipe .infos h4 span { display: block; margin-bottom: 3px; }
        .liste-player-group .item-joueur-equipe .infos .number {
            padding: 0 10px 0 0; text-align: right; font-size: 26px;
                            color: #FFFFFF;
             
        }
        .liste-player-group .item-joueur-equipe .infos h4,
        .liste-player-group .item-joueur-equipe .infos .number { display: table-cell; height: 60px; vertical-align: middle; }
        .liste-player-group .item-joueur-equipe .infos, 
        .liste-player-group .item-joueur-equipe .infos a { color: #FFF; }
        .liste-player-group .item-joueur-equipe .infos, 
        .liste-player-group .item-joueur-equipe .infos a { color: #FFFFFF; }
        @media (max-width:750px) {
            .liste-player-group .item-joueur-equipe { display: table; width: 100%; overflow: hidden; border-top: solid 1px #ccc; padding: 15px 0; }
            .liste-player-group .item-joueur-equipe:first-child { border-top: 0; padding-top: 5px; }
            .liste-player-group .item-joueur-equipe .photo-container { display: table-cell; width: 30%; }
            .liste-player-group .item-joueur-equipe .infos { display: table-cell; width: 70%; background: #FFF; vertical-align: middle; padding: 10px 10px 10px 15px; }
            .liste-player-group .item-joueur-equipe .infos h4 span { display: inline; }
            .liste-player-group .item-joueur-equipe .infos h4, .liste-player-group .item-joueur-equipe .infos .number { display: inline-block; height: auto; vertical-align: middle; width: 100%; text-align: left; padding: 0; }
            .liste-player-group .item-joueur-equipe .infos h4 { font-size: 20px; }
            .liste-player-group .item-joueur-equipe .infos .number { font-size: 16px; }
            .liste-player-group .item-joueur-equipe .infos h4,
            .liste-player-group .item-joueur-equipe .infos h4 a,
            .liste-player-group .item-joueur-equipe .infos .number { color: #418547; }
        }


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


        /****************/
        /* SOCIAL-SHARE */
        /****************/
        #content .social-share { position: relative; border: 0; font-size: 13px; margin-top: 25px; }
        #content .social-share h3 { color: #418547; 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; }


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


        /****************/
        /* PLAN DU SITE */
        /****************/
        #plan-du-site h2 { font-size: 16px; margin-bottom: 4px; }
        #plan-du-site > ul > li { margin-bottom: 10px; }
        #plan-du-site ul ul { margin-bottom: 6px; padding-left: 20px; }


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

        