/* HERO HEADER SECTION */

.hero-header {
    width: 100%;
    height: 110rem;
    background-color: #F4F6FB;
    padding-top: 18rem;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.hero-header-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

.left-hero {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 12rem;
    margin-top: 5rem;
    gap: 3rem;
}

.left-hero>ul>li {
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    font-size: 9rem;
    font-weight: 600;
    letter-spacing: -0.2rem;

}

.left-hero>ul>li>span {
    font-size: 11rem;
    background-color: var(--teal);
    padding: 0 0.5rem;
}

.left-hero>ul>li:nth-child(2)>span {
    padding: 0 1rem;
}

.left-hero>ul>li:nth-child(3)>span {
    padding: 0 1rem;
    background-color: var(--blue);
    color: var(--white);
}

.left-hero>ul>li:nth-child(4)>span {
    padding: 0 0.3rem;
}

.left-part1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #118AC5;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    gap: 2rem;
}

.left-part2 {
    color: var(--grey);
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0.05rem;
    opacity: 0.7;
}

.right-hero {
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url('../images/hero-header.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 150% 120%;
}

.first-right-hero {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 7.5%;
    justify-content: space-around;
}

.second-right-hero {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15%;


}

@media screen and (max-width: 950px) {
    .right1 {
        display: none;
    }

    .right2 {
        display: none !important;
    }

    .right3 {
        display: none !important;
    }

    .hero-header {
        height: 120rem;
        width: auto;
        background-size: auto 100% !important;
        justify-content: center;
    }


    .left-hero {
        margin-left: 0 !important;
        width: 100%;
        z-index: 1;
    }

    .right-hero {
        z-index: 0;
    }

    .left-hero>ul>li {
        font-size: 7rem;
    }
}

@media screen and (max-width: 700px) {
    .left-hero>ul>li {
        font-size: 5rem;
    }

    .hero-header {
        height: auto;
        width: auto;
        justify-content: center;
        /* background: rgb(0, 212, 255);
            background: linear-gradient(90deg, rgba(0, 212, 255, 1) 0%, rgba(117, 180, 255, 1) 49%, rgba(111, 219, 241, 1) 100%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%); */
        background-image: url('../images/hero-header-sf.png');
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto;
        padding-top: 13rem;
        z-index: 0;


    }

    .right-hero {
        display: none;
    }

    .left-part2 p {
        margin: 2rem 0 6rem 0;
        text-align: center;
        font-size: 2.4rem;
        background-color: #003cff;
        padding: 3.5rem 1.5rem;
        color: white;
    }

    .left-part1 {
        gap: 0;
        margin: 2rem auto 0rem auto;
    }

    .left-part1 svg {
        display: none;
    }

    .left-part1 p {
        font-size: 3.5rem;
        color: white;
        background-color: #373737bb;
        border-radius: 5rem;
        padding: 0.5rem 2rem;
        opacity: 1;
    }

}

@media screen and (max-width: 800px) {
    .hero-header svg {
        width: 70%;
    }

    .right-hero svg {
        width: 70%;
    }

}

.right2,
.right3 {
    background-color: var(--white);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 2rem
}

.right2 {
    padding: 3.5rem 4rem;
}

.right3 {
    padding: 2.5rem 5.5rem;
}

.right2-text p:first-child {
    color: #373737;
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 5.5rem;
    letter-spacing: 0.03rem;
}

.right2-text p:last-child {
    color: #2F2F2F;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    opacity: 0.7;
}

.right3-text p:first-child {
    color: #2F2F2F;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.03rem;
    opacity: 0.7;
    line-height: 2.5rem;
}

.right3-text p:last-child {
    color: #373737;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.03rem;
}


.wave {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.wave-blue {
    border-radius: 0rem 0rem 0rem 35rem;
    background: #8FD0F3;
    width: 44%;
    height: 4.6rem;
}

/* QSM SECTION */

.qsm-section {
    width: 80%;
    height: 80rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 10rem auto;
}

.qsm-img {
    width: 50%;
    background-image: url('../images/accueil-quisommes.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.qsm-content {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.qsm-content h1 {
    color: #000;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    background: #8FD0F3;
    margin-bottom: 5rem;
    text-align: center;
}

.qsm-content p {
    color: #000;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3rem;
    /* 118.182% */
    letter-spacing: 0.07rem;
    margin-bottom: 3%;
}



.qsm-content a {
    display: flex;
    height: 8rem;
    width: 40rem;
    padding: 1.6rem 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background: #8FD0F3;
    font-size: 2.6rem;
    font-weight: 700;
    color: var(--white);
}

/* ACCROCHE 1 */

.accroche-1 {
    background-image: url('../images/accueil-img1-accroche.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: 4.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.2rem;
    /* 115.556% */
    letter-spacing: 0.05rem;
    padding: 15rem 0rem;
}

/* ENGAGEMENT */

.engagement {
    width: 70%;
    margin: 10rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 70rem;
}

.engagement-img {
    background-image: url('../images/accueil-engagement.png');
    width: 35%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 1rem;
}

.engagement-content {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.engagement-content h1 {
    color: var(--Black, #12141D);
    font-size: 6rem;
    font-weight: 700;
    line-height: 6rem;
    /* 90.909% */
    letter-spacing: -0.1rem;
}

.engagement-content p {
    color: #000;
    font-family: Inter;
    font-size: 2.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.8rem;
    opacity: 0.7;
    /* 100% */
    width: 88%;
}

/* NOS PRESTATIONS */
.prestations {
    margin: 20rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 8rem;
    width: 70%;
}

.presta-title {
    display: flex;
    flex-direction: row;
}

.presta-title h1 {
    width: 50%;
    color: #000;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 6.4rem;
    /* 118.519% */
    letter-spacing: 0.03rem;
}

.presta-title p {
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 600;
    background: #8FD0F3;
    line-height: 2.8rem;
    /* 100% */
    letter-spacing: 0.03rem;
    padding: 2rem 2rem;
    height: 7rem;
}

.presta-cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.presta-card {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 600;
    height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 3.4rem;
}


.presta-cards-container .presta-card:nth-child(1) {
    background-image: url('../images/presta-vitrerie.png');
}

.presta-cards-container .presta-card:nth-child(2) {
    background-image: url('../images/preta-nettoyage.png');
}

.presta-cards-container .presta-card:nth-child(3) {
    background-image: url('../images/presta-remise.png');
}

.prestations a {
    display: flex;
    width: 30.2rem;
    height: 7rem;
    padding: 1.6rem 0rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 1rem;
    background: #8FD0F3;
    color: var(--white);
    font-family: Inter;
    font-size: 2.1rem;
    font-weight: 700;
    margin: 0 auto;
}

/* ACCROCHE 2 */

.accroche-2 {
    background-image: url('../images/accueil-accroche2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accroche-2 h2 {
    color: #FFF;
    text-align: center;
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.2rem;
    /* 115.556% */
    letter-spacing: 0.05rem;
    padding: 15rem 0rem;
}


@media screen and (max-width: 700px) {
    .qsm-section {
        height: auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .qsm-img {
        width: 100%;
        background-image: url('../images/accueil-quisommes.png');
        background-size: cover;
        height: 60rem;
    }

    .qsm-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .qsm-content h1 {
        color: #000;
        font-size: 4rem;
        font-style: normal;
        font-weight: 700;
        background: #8FD0F3;
        margin: 5rem 0;
        text-align: center;
        padding: 2rem 0rem;
        border-radius: 2.5rem;
    }

    .qsm-content p {
        color: #000;
        font-size: 2.5rem;
        font-style: normal;
        font-weight: 500;
        line-height: 4rem;
        letter-spacing: 0.06rem;
        margin-bottom: 5rem;
    }



    .qsm-content a {
        display: flex;
        height: 12rem;
        width: 100%;
        padding: 1.6rem 0rem;
        justify-content: center;
        align-items: center;
        border-radius: 1rem;
        background: #8FD0F3;
        font-size: 2.6rem;
        font-weight: 700;
        color: var(--white);
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .accroche-1 h2 {
        font-size: 4rem;
        width: 90%;
    }

    .engagement {
        width: 95%;
        margin: 10rem auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: auto;
    }

    .engagement-img {
        background-image: url('../images/accueil-engagement.png');
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 1rem;
        height: 50rem;
    }

    .engagement-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 6rem auto;
        align-items: center;
    }

    .engagement-content h1 {
        color: var(--Black, #12141D);
        font-size: 6rem;
        font-weight: 700;
        margin: 0 0 5rem 0;
    }

    .engagement-content p {
        color: #000;
        font-family: Inter;
        font-size: 3.2rem;
        font-style: normal;
        font-weight: 400;
        line-height: 3.8rem;
        /* 100% */
        width: 95%;
    }

    /* NOS PRESTATIONS */
    .prestations {
        margin: 5rem auto !important;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 95% !important;
    }

    .presta-title {
        display: flex;
        flex-direction: column !important;
        width: 100%;
        gap: 5rem;
    }

    .presta-title h1 {
        width: 95% !important;
        color: #000;
        font-size: 6.4rem;
        font-weight: 600;
        line-height: 6.4rem;
        /* 118.519% */
        letter-spacing: 0.03rem;
    }

    .presta-title p {
        color: #FFF;
        font-size: 2.8rem;
        font-weight: 600;
        background: #8FD0F3;
        line-height: 2.8rem;
        /* 100% */
        letter-spacing: 0.03rem;
        padding: 2rem 2rem;
        height: 7rem;
    }

    .presta-cards-container {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .presta-card {
        width: 33% !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-size: 3.2rem !important;
        font-weight: 600;
        height: 30rem;
        background-size: cover;
        background-repeat: no-repeat;
        line-height: 3.4rem;
    }

    .presta-card p {
        font-size: 2rem;
    }


    .accroche-2 h2 {
        font-size: 4rem;
    }

}

/* WAVE PREFOOTER */
.wave-prefooter {
    width: 100%;
    height: 30rem;
    /* background-image: url('../images/wave-prefooter.png'); */
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}