body {
    padding: 0;
    margin: 0;
}

/*-------------------1-header */

/*-------------------1-1-header-top */
header {
    position: relative;
}

.header-top {
    width: 100%;
    height: 52px;
    background-color: white;
}

.header-top .content {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 130px;
}

.header-top .content a {
    text-decoration: none;
    color: #033F33;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 200;
    line-height: 26px;
    letter-spacing: -0.64px;
}

.header-top .content a img {
    width: 20px;
}

nav {
    width: 100%;
    height: 100px;
    background-color: #033F33;
    overflow: hidden;
    transition: height 0.4s ease;
}

nav .content {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 185px;
}

nav .content img {
    width: 140px;
    height: 58px;
}

nav .content .links {
    display: flex;
    align-items: center;
    gap: 30px;
}

nav .content .links a {
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-weight: 200;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    text-decoration: none;
    min-width: 215px;
    height: 60px;
    background-color: transparent;
    border: 0.1px solid rgb(232, 255, 40, 0.5);
    color: #E8FF28;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-family: "Readex Pro", sans-serif;
    transition: all 0.5s ease-in;
}

.btn:hover {
    color: #033F33;
    background-color: #E8FF28;
    border-radius: 1px;
}

.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(232, 255, 40, 0.5);
    color: #E8FF28;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    display: none;
}

.btn-icon i {
    font-size: 24px;
}

.btn-icon:hover {
    color: #033F33;
    background-color: #E8FF28;
}


/* Le menu mobile caché */
.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
}

.mobile-menu a {
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-weight: 200;
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-align: center;
}

nav.active {
    height: 350px;
}

nav.active .mobile-menu {
    opacity: 1;
    visibility: visible;
}


/* hero-section */

.hero-section {
    width: 100%;
    min-height: 800px;
    background: url(../images/hero-section.webp) no-repeat center/cover;
}

.hero-section .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}

.hero-section .content img {
    width: 550px;
    height: 275px;
    opacity: 0.5;
    margin-bottom: 15px;
}



.hero-section .content h1 {
    font-size: 97.5px;
    line-height: 107.5px;
    letter-spacing: -1.95px;
    font-weight: 800;
    background: linear-gradient(91deg, #FFF 1.5%, #E7FF27 55.66%, #FFF 99.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
}

.hero-section .content h2 {
    font-size: 72px;
    line-height: 82px;
    letter-spacing: -1.44px;
    font-weight: 800;
    background: linear-gradient(91deg, #FFF 1.5%, #E7FF27 55.66%, #FFF 99.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 0;
}

.hero-section .content p {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.88px;
}

.hero-section .content .btn {
    min-width: 330px;
}

.about {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about .content {
    max-width: 1250px;
    padding: 150px 0px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.about .content .txt {
    width: 60%;
}
.about .content .img{
    width: 40%;
}
.about .content .img img{
    width: 100%;
    height: 100%;
}

.about .content .txt h2 {
    color: #033F33;
    font-size: 61px;
    line-height: 71px;
    letter-spacing: -1.22px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0;
}

.about .content .txt p {
    font-family: "Poppins", sans-serif;
    font-size: 20.5px;
    font-weight: 300;
    line-height: 30.5px;
    letter-spacing: -0.84px;
    margin-bottom: 30px;
    max-width: 89%;
}

.about .content .txt p span {
    font-weight: 600;
}

.about .content .txt .piliers {
    margin-top: 70px;
}

.about .content .txt .piliers h5 {
    color: #033F33;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.70px;
    margin: 0;
}

.about .content .txt .piliers p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30.5px;
    letter-spacing: -0.84px;
    margin-top: 12px;
    margin-bottom: 0px;
    max-width: 100%;
}

.about .content .txt .piliers p span {
    color: #033F33;
}

.about .content .txt img {
    width: 32px;
    height: 32px;
}


/* services */

.services {
    width: 100%;
    min-height: 800px;
    background: url(../images/bg-services.webp) no-repeat right/cover;
}

.services .content {
    max-width: 1250px;
    margin: auto;
    padding: 100px 0px;
}

.services .content h2 {
    color: #E7FF26;
    font-size: 61px;
    line-height: 71px;
    letter-spacing: -1.22px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0;
}

.services-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.services-content .img {
    width: 45%;
}

.services-content .img img {
    width: 100%;
    height: 100%;
}

.services-content .cards {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.services-content .cards .card {
    width: 49%;
    min-height: 230px;
    background-color: white;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 25px;
    padding-right: 8px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.services-content .cards .card img {
    width: 41px;
    height: 45px;
    margin-bottom: 10px;
}

.services-content .cards .card h3 {
    color: #171717;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.48px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 0;
}

.services-content .cards .card p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: -0.56px;
    color: #171717;
    margin: 0;
    margin-top: 5px;
    max-width: 94%;
}

/* process */


.process .content {
    max-width: 1250px;
    margin: auto;
    padding: 150px 0px;
}

.process .content h2 {
    text-align: center;
    color: #033F33;
    font-size: 61px;
    line-height: 71px;
    letter-spacing: -1.22px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    margin: 0;
}

.process .etapes-h {
    padding-top: 180px;
    display: flex;
    flex-direction: column;
}

.process  .etapes-h .phases {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 120px;
}

.process .etapes-h .phases .phase {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.process .etapes-h .phases .phase-hidden {
    display: none;
}

.process .etapes-h .phases .phase-top {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.process .etapes-h .phases .phase img {
    width: 35px;
    height: 35px;
}

.process .etapes-h .phases .phase .txt h3 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.48px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    margin: 0;
}

.process .etapes-h .phases .phase.phase1 h3 {
    color: #171717;
}

.process .etapes-h .phases .phase.phase2 h3 {
    color: #05735D;
}

.process .etapes-h .phases .phase.phase3 h3 {
    color: #08A182;
}

.process .etapes-h .phases .phase.phase4 h3 {
    color: #171717;
}

.process .etapes-h .phases .phase.phase5 h3 {
    color: #06836A;
}

.process .etapes-h .phases .phase .txt p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.64px;
    color: #171717;
    margin: 0;
    margin-top: 5px;
    max-width: 85%;
}

.process .etapes-h .phases .phase-bottom {
    width: 15px;
    height: 70px;
    border-radius: 57px;
    margin-left: 10px;
}

.process .etapes-h .phases .phase.phase1 .phase-bottom {
    background: #033F33;
}

.process .etapes-h .phases .phase.phase2 .phase-bottom {
    background: #05735D;
}

.process .etapes-h .phases .phase.phase3 .phase-bottom {
    background: #08A182;
}

.process .etapes-h .phases .phase.phase4 .phase-bottom {
    background: #055B4A;
    margin-bottom: 15px;
    margin-top: -10px;
}

.process .etapes-h .phases .phase.phase5 .phase-bottom {
    background: #06836A;
    margin-bottom: 15px;
    margin-top: -10px;
}

.process .etapes-h .phases-barre {
    width: 73%;
    height: 25px;
    border-radius: 57px;
    background: linear-gradient(90deg, #033F33 0%, #08A586 100%);
    z-index: 200;
    margin-top: -10px;
    margin-left: 75px;
}



/* cta */

.cta {
    width: 100%;
    min-height: 400px;
    background: url(../images/bg-cta.webp) no-repeat right/cover;
    padding: 70px 0px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.cta .content {
    max-width: 1250px;
    margin: auto;
}

.cta .content h3 {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -0.9px;
    margin: 0;
    background: linear-gradient(91deg, #FFF 1.5%, #E7FF27 55.66%, #FFF 99.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta .content p {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.56px;
    margin: 0;
    margin-top: 10px;
}

.cta .content .btn {
    max-width: 280px;
    margin: auto;
    margin-top: 20px;
}



/* footer */

footer {
    width: 100%;
    min-height: 495px;
    background: url(../images/bg-footer.webp) no-repeat left/cover;
    padding: 70px 0px;
    box-sizing: border-box;
    position: relative;
}

footer .content {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    flex-wrap: wrap;
}

footer .content1 {
    width: 50%;
}

footer .content2 {
    width: 40%;
    margin-right: -10px;
}

footer .content1 .logo img {
    width: 300px;
    height: 120px;
}

footer .content1 .txt {
    padding-top: 50px;
}

footer .content1 .txt h3 {
    color: white;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.9px;
    margin: 0;
}

footer .content1 .txt p {
    color: white;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.92px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

footer .content1 .txt p span {
    color: #E7FF27;
}


footer .content2 .links a {
    text-decoration: none;
    color: white;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: -0.76px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

footer .content2 .contact {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

footer .content2 .contact div a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 25px;
    color: white;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.76px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

footer .content2 .contact div img {
    width: 20px;
}

footer .footer-bottom {
    width: 100%;
    height: 50px;
    background-color: #192325;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-bottom p {
    color: #E7FF28;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.76px;
    font-weight: 200;
    font-family: "Inter", sans-serif;
}