
.home-header {
    width: 100%;
    position: relative;
    background-image: url('../img/acceuil-extend.webp');
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    /* transition: margin ease-in .8s; */
    background-size: cover;
    height: 110vh;
    background-attachment: fixed;
}
/* Full overlay to "hide" header initially */


/* .home-header.unloaded {
    transform: translateY(90vh); 
    margin-top: 90vh;
} */
/* .img-header-container {
    width: 100%;
    opacity: 0;
}
.img-header {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    
} */
.title-container {
    position: fixed;
    top: 45%;
    left: 7.5vw;
    z-index: 1;
}
.title-container h1 {
    color: #fff;
    font-family: 'PoppinsBold';
    font-size: 3.2vw;
    line-height: 3.8vw;
    margin: 0 0 1.5vw;
}
.title-container p{
    margin: 0 0;
    color: #fff;
    text-align: left;
    font-size: 1.7vw;
    line-height: 2.1vw;
    text-shadow: 0px 0px 20vw #63483C57;
    max-width: 40vw;
}
.home-about {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw 0 8vw;
    position: relative;
    z-index: 2;
    background-color: #ffff;
}
.about-text p{
    font-family: 'Indivisible';
    font-weight: 600;
    font-size: 1.4vw;
    line-height: 1.8vw;
    color: #212023;
    text-align: center;
    margin-bottom: 2vw;
}
.about-text p strong{
    font-family: 'Indivisible_Bold';
}
.about-text {
    max-width: 50vw;
}

.home-advtg {
    display: flex;
    padding: 0 0;
    justify-content: center;
    background-color: #F3EDDF;
    position: relative;
    align-items: center;
    z-index: 2;
}
.img-advtg {
    width: 31vw;
    position: relative;
    top: -1.5vw;
    margin-bottom: -1.5vw;
    object-fit: cover;
    margin-right: 4vw;
    border-top-left-radius: 5vw;
}
.advtg-block {
    display: flex;
    width: 35vw;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}
.single-adtv {
    display: flex;
}
.ico-advtg {
    object-fit: contain;
    width: 3.5vw;
    height: 3.2vw;
    margin-right: 2vw;
}
.text-adtv {
    line-height: 1.4vw;
    margin-bottom: 2.5vw;
    font-family: 'PoppinsMedium';
        font-size: 1.05vw;
        text-align: left;
}
@media only screen and (min-width: 1448px) {
    .title-container {
        left: 12.5vw;
    }
}
@media only screen and (max-width: 767px) {
    .home-header {
        background-image: url('../img/home-mobile-extended.webp');
        /* background-image: url('../img/home-img-mobile.webp'); */
        background-position: 0 bottom;
        height: 95vh;
        background-attachment: unset;
    }
    .title-container {
        top: 16%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, 0);
        position: absolute;
    }
    .title-container h1 {
        font-size: 7.2vw;
        line-height: 8vw;
        margin: 0 0 2vw;
        text-align: center;
    }
    .title-container p {
        font-size: 4.3vw;
        padding: 0px 6vw;
        line-height: 5.5vw;
        text-align: center;
        max-width: 100%;
    }
    
    .home-about {
        padding: 10vw 0 20vw;
    }
    .about-text p {
        font-size: 4vw;
        line-height: 5vw;
        margin-bottom: 4vw;
    }
    .about-text {
        max-width: 80vw;
    }
    
    .home-advtg {
        flex-direction: column;
        align-items: center;
    }
    .img-advtg {
        width: 80vw;
        height: 75vw;
        object-position: 0 -6vw;
        position: relative;
        top: -10vw;
        margin-bottom: 0vw;
        object-fit: cover;
        margin-right: 0;
        border-top-left-radius: 10vw;
    }
    .advtg-block {
        width: 80vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-top: 0vw;
        padding-bottom: 5vw;
    }
    .text-adtv {
        line-height: 5vw;
        margin-bottom: 7vw;
        font-size: 4vw;
    }
    .text-adtv br { 
        display: none;
    }
    .ico-advtg {
        width: 8vw;
        height: 8vw;
        margin-right: 7vw;
    }
}