@media screen and (max-width: 1200px) {
    .pattern-header {
        display: none;
    }

    nav .content {
        max-width: 90%;
        margin: auto;
    }

    nav .content {
        justify-content: space-between;
        gap: 50px;
    }

    .hero-section .content {
        padding-top: 150px;
    }
}

@media screen and (max-width: 1000px) {
    nav .content {
        max-width: 90%;
        margin: auto;
    }

    nav .content .links {
        display: none;
    }

    .btn-contact {
        display: none;
    }

    .btn-icon {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .header-top {
        display: none;
    }
}



















/* hero-section */
@media screen and (max-width: 1200px) {
    .hero-section .content h2 {
        font-size: 50px;
        line-height: 60px;
        letter-spacing: -1px;
    }

    .hero-section .content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .hero-section .content h2 {
        font-size: 45px;
        line-height: 55px;
        letter-spacing: -0.9px;
        text-align: center;
    }

    .hero-section .content {
        padding-top: 70px;
    }
}


@media screen and (max-width: 768px) {
    .hero-section {
        background: url(../images/hero-section.webp) no-repeat right/cover;
    }

    .hero-section .content {
        padding-top: 50px;
    }
}

@media screen and (max-width: 500px) {
    .hero-section {
        min-height: 700px;
    }

    .hero-section .content h1 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: -1.2px;
        text-align: center;
    }

    .hero-section .content h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.8px;
    }

    .hero-section .content img {
        width: 300px;
        height: 175px;
        opacity: 0.5;
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 320px) {
    .hero-section .content h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }

    .hero-section .content .btn {
        min-width: 220px;
    }

}



/* footer */

@media screen and (max-width: 1200px) {
    footer {
        background: url(../images/bg-footer.webp) no-repeat right/cover;
    }

    footer .content {
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {}


@media screen and (max-width: 768px) {

    footer .content1 {
        width: 100%;
    }

    footer .content2 {
        width: 100%;
        margin-right: 0px;
    }

    footer .content1 .logo img {
        width: 200px;
        height: auto;
        display: block;
        margin: auto;
    }

    footer .content1 .txt h3 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.8px;
        text-align: center;
    }

    footer .content1 .txt p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.84px;
        text-align: center;
    }

    footer .content2 .links a {
        display: block;
        text-align: center;
    }

    footer .content2 .contact {
        gap: 20px;
    }

    footer .content2 .contact div a {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }

    footer .content2 .contact div img {
        width: 25px;
    }

    footer {
        padding: 70px 0px;
    }

    footer .content1 .txt {
        padding-top: 25px;
    }

}

@media screen and (max-width: 500px) {
    footer {
        background: url(../images/bg-footer.webp) no-repeat left/cover;
    }
}


/* cta */

@media screen and (max-width: 1200px) {
    .cta .content {
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 1000px) {
    .cta {
        background: url(../images/bg-cta.webp) no-repeat left/cover;
    }
}


@media screen and (max-width: 768px) {
    .cta {
        padding: 100px 0px;
    }

    .cta .content p {
        font-size: 25px;
        line-height: 35px;
        letter-spacing: -1px;
    }
}

@media screen and (max-width: 500px) {
    .cta .content h3 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.7px;
    }

    .cta .content p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.80px;
        font-weight: 400;
    }

    .cta {
        padding: 80px 0px;
    }
}


/* process */


@media screen and (max-width: 1200px) {
    .process .content {
        width: 95%;
        margin: auto;
    }

    .process .etapes-h {
        padding-top: 100px;
    }

    .process .phases {
        margin-left: 0px;
    }


    .process .etapes-h .phases-barre {
        width: 90%;
        margin-left: 0px;
    }

    .process .phases .phase {
        width: 33%;
        display: flex;
        flex-direction: column;
    }

    .process .etapes-h .phases .phase .txt p {
        font-size: 13px;
        line-height: 23px;
        letter-spacing: -0.52px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {

    .process .etapes-h {
        gap: 50px;
    }

    .process .etapes-h .phases .phase-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .process .etapes-h .phases .phase .txt h3 {
        text-align: center;
    }

    .process .etapes-h .phases .phase .txt p {
        text-align: center;
    }

    .process .etapes-h .phases .phase-bottom {
        width: 90%;
        height: 15px;
        border-radius: 57px;
        margin-left: 0px;
        margin: auto;
    }

    .process .etapes-h .phases-barre {
        display: none;
    }

    .process .etapes-h .phases {
        margin-left: 0px;
    }

    .process .etapes-h .phases2 {
        display: none;
    }

    .process .etapes-h .phases .phase-hidden {
        display: flex;
    }


    .process .etapes-h .phases .phase1,
    .process .etapes-h .phases .phase2,
    .process .etapes-h .phases .phase3,
    .process .etapes-h .phases .phase4,
    .process .etapes-h .phases .phase5 {
        width: 50%;
        gap: 20px;
        margin-bottom: 50px;
    }

    .process .etapes-h .phases .phase.phase4 .phase-bottom {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .process .etapes-h .phases .phase.phase5 .phase-bottom {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .process .phases .phase {
        display: flex;
        flex-direction: column;
    }


}


@media screen and (max-width: 768px) {
    .process .content {
        padding: 100px 0px;
    }
}

@media screen and (max-width: 500px) {
    .cta {
        background: url(../images/bg-cta.webp) no-repeat center/cover;
    }

    .process .content h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.7px;
        text-align: center;
    }

    .process .etapes-h .phases .phase1,
    .process .etapes-h .phases .phase2,
    .process .etapes-h .phases .phase3,
    .process .etapes-h .phases .phase4,
    .process .etapes-h .phases .phase5 {
        width: 100%;
    }

}



/* services */


@media screen and (max-width: 1200px) {
    .services .content {
        max-width: 90%;
        margin: auto;
    }

    .services-content {
        gap: 30px;
    }

    .services-content .img {
        width: 70%;
    }

    .services-content .cards {
        width: 100%;
    }

}

@media screen and (max-width: 1000px) {
    .services-content .img {
        width: 100%;
    }
    .services {
        background: url(../images/bg-services.webp) no-repeat left/cover;
    }

}

@media screen and (max-width: 500px) {
    .services-content .cards {
        gap: 20px;
    }

    .services-content .cards .card {
        width: 100%;
    }

    .services .content h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -0.8px;
    }

    .services .content {
        padding: 50px 0px;
    }
}




/* about */

@media screen and (max-width: 1200px) {
    .about .content {
        max-width: 95%;
        margin: auto;
        padding: 100px 0px;
    }


    .about .content .txt {
        width: 100%;
    }


    .about .content .txt p {
        max-width: 100%;
    }

    .about .content .img {
        width: 100%;
        margin-top: 40px;
    }
    .about .content .img img{
        width: 70%;
        height: 70%;
    }
}

@media screen and (max-width: 1000px) {
    .about .content .img img{
        width: 100%;
        height: 100%;
    }
}


@media screen and (max-width: 768px) {
    .process .etapes-h {
        padding-top: 70px;
    }
}

@media screen and (max-width: 500px) {
    .about .content .txt h2 {
        font-size: 35px;
        line-height: 50px;
        letter-spacing: -0.7px;
    }

    .about .content .txt p,
    .about .content .txt .piliers p {
        font-size: 18px;
        letter-spacing: -0.72px;
    }

    .about .content .txt .piliers p {
        flex-wrap: wrap;
    }

}