.hero-header {
    width: 100%;
    height: 110rem;
    background-color: #F4F6FB;
    padding-top: 18rem;
    background-image: url('../images/engagement-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-header h1 {
    color: var(--white);
    font-size: 8.6rem;
    font-weight: 700;
    margin: 0 0 10% 5%;
}

.presta-wave {
    width: 100%;
    height: 21rem;
    background-image: url('../images/presta-wave.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.presta-title{
    color: #000;
font-size: 5.6rem;
font-style: normal;
font-weight: 700;
text-align: center;
margin-bottom: 15rem;
}

/* PRESTA SECTION PRINCIPAL */

.presta-container{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    margin: 0 auto 15rem auto;
}

.presta-card{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.presta-img{
    width:45%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vitrerie{
    background-image: url('../images/prestation-vitrerie.png');
}

.nettoyage{
    background-image: url('../images/prestation-nettoyage.png');
}

.travaux{
    background-image: url('../images/prestation-travaux.png');
}


.presta-content{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
}

.presta-content h3{
    color: #000;
font-family: Inter;
font-size: 1.4rem;
font-weight: 700;
letter-spacing: 0.1rem;
text-transform: uppercase;
background: #8FD0F3;
padding: 0.5rem 1.873rem 0.5rem 1.5rem;
width: 7.2rem;
}

.presta-content h2{
    color: #000;
font-size: 4.5rem;
font-weight: 600;
line-height: 4.6rem; /* 102.222% */
text-transform: uppercase;
}

.presta-content p{
    color: #2F2F2F;
font-size: 2.2rem;
font-weight: 400;
line-height: 2.8rem; /* 127.273% */
letter-spacing: 0.05rem;
opacity: 0.7;
}

/* ACCROCHE */

.accroche-1 {
    background-image: url('../images/accroche-presta.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accroche-1 h2 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.2rem;
    letter-spacing: 0.05rem;
    padding: 18rem 0rem;
}

.wave-prefooter{
    width: 100%;
    height: 30rem;
 background-image: url('../images/wave-prefooter-presta.png'); 
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}


@media screen and (max-width: 720px) {
    .hero-header {
        padding-top: 16rem;
        height: 70rem;
        background-position: center;
    }

    .hero-header h1{
        padding-left: 0;
        margin: 0 auto;
        padding-bottom: 10rem;
        font-size: 7rem;
    
    }

    .presta-container{
        width: 95%;
        gap: 5rem;
    }

    .presta-content{
        width: 50%;
    }

    .wave-prefooter{
        height: 20rem;
    }

    .presta-wave {
        height: 15rem;
    }
}