/* ENTETE V2 */

body {
    background: white;
}

#entete-principale,
.sous-entete {
    overflow: hidden !important;
}

.un-bloc {
    margin-top: 45px;
    margin-bottom: 45px;
}

#contenu-principal .wrapper {
    background: #fff;
    border-left: 0;
    border-right: 0;
}

#piedpage-principal {
    padding: 30px 0;
    background: black;
    color: white;
    font-size: 0.6rem;
    border-top: 1px solid #666;
}            
#piedpage-principal ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}
#piedpage-principal ul li {
    display: inline-block;
}
#piedpage-principal ul li i {
    color: white;
}
#piedpage-principal .a-droite {
    text-align: right;
}

.menu-display {
    display: inline-block;
}
.flex-centre {
    display: flex !important;
    align-items: center !important;
}
.menu-display .sf-menu {
    margin-right: 0;
}
#entete-principale {
    position: absolute;
    left: 0;
    top: 0;
}
#pre-entete.bg-noir {
    background: black !important;
}

.sous-entete {
    margin-top: 120px;
}

.slick-slider {
    overflow: hidden;
}



/* SEMAINE DE CAMP */
.bloc-mois {
    display: none;
}
li.semaine-une-date {
    width: 100%;
    box-sizing: border-box;
    max-width: 450px;
    margin: 0 auto 40px auto;
    border: 1px solid #ddd;
    text-align: center;
    padding: 40px 6%;
    display: block;
    background: #f9f9f9;
}
.bloc-mois.courant {
    display: block;
}

.bloc-mois .btn.btn-rouge {
    font-size: 16px;
    padding: 10px 20px;
}
.la-selection {
    text-align: center;
    margin: 0 0 40px 0;
}
.selection-mois {
    font-size: 18px !important;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    color: black;
    background: white;
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin: 0 5px;
}
.selection-mois:hover {
    color: white;
    background: black;
}
.selection-mois.courant {
    color: white;
    background: black;
}
.centre {
    text-align: center;
}

#display-prix {
    padding: 20px 0 40px 0;
}
#display-prix .tres-petit {
    font-weight: bold;
}
#selecteur-prix-form {
    margin-top: 10px;
    display: block;
}

#contenu-principal .wrapper.bg-rouge-flash {
    background: #900;
}

.a-propos {
    display: flex;
}
.a-propos .premier {
    width: 360px;
    display: block;
}
    .a-propos img {
        width: 100% !important;
        height: auto !important;
    }
.a-propos .deuxieme {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-left: 30px;
    display: block;
}

#entraineurs {
    display: flex;
    align-items: center;
    background: transparent !important;
}

.grid-a-propos {
    display: grid;
    grid-template-columns: 45% auto;
    grid-gap: 10px;
    position: relative;
    align-items: center;
    grid-template-areas: 
        "ap-image ap-texte";    
}
    .grid-a-propos .image {
        display: flex;
        width: 100%;
        height: 100%;
        grid-area: ap-image;
    }
    .grid-a-propos .image img {
        width: 100%;
        height: 100%;
        display: flex;
        object-fit: cover;
        object-position: top center;
    }
    .grid-a-propos .texte {
        grid-area: ap-texte;
    }







@media screen and (max-width: 960px) {

    #pre-entete .gauche {
        text-align: left !important;
    }
    #pre-entete .droite {
        text-align: right !important;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }
    #menu-mobile {
        padding-top: 0;
    }                
    #logo-principal {
        width: 100px !important;
        display: block;
    }            
    .sous-entete {
        margin-top: 86px;
    }
    #menu-principal.menu-display ul {
        left: auto;
        right: 0;
        top: 87px;
    }
    
    .a-propos {
        display: block;
    }
    .a-propos .premier {
        width: 100%;
        margin-bottom: 40px;
    }
    .a-propos .deuxieme {
        width: 100%;
        padding-left: 0;
    }
    #entraineurs {
        display: block;
        padding: 20px 0;
    }   
    #entraineurs img {
        padding-top: 20px;
    }
    .grid-a-propos {
        grid-template-columns: 100%;
        grid-template-areas: 
            "ap-texte"
            "ap-image";         
    }                
    .grid-a-propos .image {
        max-height: 50vw;
    }    
}

@media screen and (max-width: 445px) {
    #menu-principal.menu-display ul {
        top: 87px;
    }
}