

#home-header h2 {
    padding-top: 150px;
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 2em;
    color: #FFF;
}
@media screen and (min-width: 992px) {
    #home-header h2 {
        font-size: 4em !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    #home-header h2 {
        font-size: 3em !important;
    }
}
@media screen and (max-width: 767px) {
    #home-header h2 {
        font-size: 2em !important;
    }
}

#home-header p {
    padding: 5% 10%;
    color: #d3d3d3;
    font-size: 1.2em;
}

#home-header h3 {
    color: var(--goldcolor);
    text-align: center;
    font-family: Khand;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 47.5px; /* 98.958% */
    padding: 40px;
    margin-bottom: 50px;
}

#big {
    font-size: 1.07em;
    font-weight: 600;
}

#home-header p:last-child {
    padding: 10px;
    padding-bottom: 40px;
    font-size: 1em;
}
.custom-toggler.dark {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
 .custom-toggler {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 1400px) {
    .nav_custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent  ;
    background-color: transparent;
    box-shadow: 0 0 0  !important;
    }
/* 
    .nav_list_custom{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
    }
    .nav_items_custom{
        width: 50%;
        min-width: 200px;
    }
    .nav-link-custom{
        color: black;
        font-weight:bold;
    }
    .nav-link-custom:hover{
    color: black
    }
    .subscribe_custom{
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 20px;
    }
    #signin {
        background-color: #F2F25D;
        border-radius: 30px;
        color: black;
    } */
}






















.body-accueil{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    /* background-color: pink; */
    font-size: max(25px,3vw);
    flex-direction: column;
}

.phrase1 {
    margin-left: 20%;
    color: var(--goldcolor);
    font-family: var(--centurygothic);
    width: 100%;
    text-align: left;
    font-size: max(4vw,25px);
}


.phrase2 {
    margin-left: 50%;
    color: white;
    font-family: var(--centurygothic);
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
    font-size: 4vw;
}


.fond{
    position: absolute;
    top: 0; 
    height:100%;
    filter: brightness(0.9);
    object-fit: contain ;
    z-index:0;
}

.center-accueil{
    position: relative;
    display:flex;
    flex-direction: column;
    width: 100%;
    height: 60%;
    max-width:100%;
    text-align: center;
    padding:0;
    align-items: center;
    /* background-color: pink; */

}

.center-accueil .titre-accueil{
    font-family: 1em;
    font-family: var(--yugothiclight);
    color:var(--goldcolor);
}
.center-accueil .slogan-accueil,.offre-accueil{
    font-size: max(2.1vw,12px);
    font-family:var(--calibri);
    color:white;
}

.offre-accueil {
    margin-top: 2vh;
}

.center-accueil .bouton-offre-accueil{
    margin-top: 4vh;
    font-size: max(2.1vw,12px);
    padding: var(--pad-btn);
    border-radius: 10px;
}








@media only screen and (max-width:850px){
    body{
        overflow-x: hidden;
    }

    .body-accueil .top-accueil{
        background-position: 50% 50%;
        align-items: flex-end;
    }

    .body-accueil .top-accueil .center-top{
        position: relative;
        justify-content: center;
        width:90%;
        height:90%;
        align-items: center;
    }

    .fond{
        width:auto;
        max-width: 100%;
        height:100%;
        object-fit: cover ;
        z-index:0;
    }
 
    .body-accueil .top-accueil .center-top .logo-accueil-center{
        position: absolute;
        width:max(80%,200px);
        top: max(25px,7vh);     
    }


    .sous-titre-accueil{
        flex-direction: column;
        width:90%;
        font-size:min(30px,max(20px,10vw));
    }

    .sous-titre-accueil h1{
        width:100%;
        margin-bottom: 1vh;
        flex-direction: column;
        font-size:1em;
    }


    .sous-titre-accueil .tick{
        display:none;
    }


    .button-wrapper-accueil{
        flex-direction: column;
        font-size: max(12px,2vw);
        bottom:max(10px,2vh);  
        width:80%;
        justify-content: none;     

    }

    .bouton-accueil-gauche{
        position: relative;
        width: max(120px,70%);
        animation:none;
        margin-bottom: 2vh;
        animation: anim-opacity  1.3s ease-out 3s forwards;
        font-size:1.2;
        
    }
    .bouton-accueil-droite{
        position: relative;
        width: max(120px,70%);
        animation:none;
        margin-bottom: 2vh;
        animation: anim-opacity  1.3s ease-out 3.5s forwards;
        font-size:1.2;


    }

    .bouton-accueil-gauche:active,.bouton-accueil-droite:active{
        filter:brightness(1);
    }



    .section-accueil{
        font-size:max(10px,4vw);
    }

    .chiffres-cles-wrapper{
        flex-direction: column;
    }

    .chiffres-cles{
        margin-bottom: 1vh;
    }


    .demarche-evolution{
        width:70%;
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        padding:0;
        background:none;
        font-size: max(12px,2vw);
    }

    .case-evolution{
        flex-direction: row;
    }

    .case-evolution{
        width:100%;
        align-items: center;
        justify-content: center;
    }

    .image-evolution{
        top:0;
        height: max(2vh,60px);
    }

    .image-evolution h4 {
        height:100%;
        font-size: 2.5em;
        top:0;
    }
    .case-evolution h5 {
        height:100%;
        width: 100%;
        top:0;
        font-size: 1.4em;
    }

    .block-blanc{
        display:none;
    }

    .atout-image:hover img{
        animation: none; 
    }
}