.section-title__tagline {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: var(--green-agence);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.55;
}

.section-title__title {
    font-size: 50px;
}

.btn-main-custom {
    background-color: rgb(115, 201, 32);
    width: 296px;
    font-family: "Open Sans", sans-serif;
    height: 64px;
    font-size: 20px;
    border-radius: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 8px !important;
}

.btn-main-custom:hover {
    background-color: var(--thm-base);
    transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    color: white;
    cursor: pointer;

}

.contact-one {
    padding-bottom: 75px
}

.contact-one::before {
    background: none
}

.contact-one__content-text {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(89, 86, 84);
    line-height: 1.75;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

.section-etape {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 100px;
}

.section-etape h4 {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(118, 202, 36);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 20px;

}

.section-etape h2 {
    font-size: 60px;
    font-family: 'Work Sans', sans-serif;
    color: black;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.section-etape-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 50px;
    margin-bottom: 80px;
}

.section-etape-container {
    display: flex;
    gap: 20px;

}


.section-etape-block {
    background-color: rgb(244, 245, 245);
    width: 440px;
    height: 348px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.section-etape-block div {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-etape-block span {
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(0, 1, 8);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}


.section-etape-block div span {
    font-size: 26px;
    font-family: 'Work Sans', sans-serif;
    color: rgb(0, 1, 8);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 0px;

}

.section-etape-block p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(89, 86, 84);
    line-height: 1.944;
    text-align: center;
    padding: 0px 50px;

}



.section-etape-block p span {
    color: black;
    font-weight: bold;
}


.section-post {
    height: 725px;
}

.section-post h4 {
    padding-top: 7%;
}

.section-post h2 {
    margin: 30px 0
}

.section-post .row {
    padding-top: 0
}

.section-col-6 {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.section-qrcode {
    background-color: rgb(115, 201, 32);
    width: 100%;
    height: 896px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section-qrcode-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode-list {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    position: relative;
    left: 80px;

}

.section-qrcode span {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.55;
    text-align: center;
}

.qrcode-list span {
    font-size: 20px;
    font-family: "Open Sans";
    color: rgb(0, 1, 8) !important;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: none;
    border-bottom: 1px solid rgb(243, 244, 245, 0.302);
    padding: 10px 0;
}

.section-qrcode h2 {
    font-size: 60px;
    font-family: "Work Sans";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0
}

.formQrcode {
    position: relative;
    left: 70px;
}

.formQrcode2 {
    position: relative;
    top: -140px;
    left: 100px;
}

.section-post {
    text-align: center;
}

.section-col-5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.formeEtape {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1400px) {
    .formQrcode2 {
        width: 150px;
        top: -180px;
        left: 60px;
    }
}

@media (max-width: 1200px) {
    .section-etape h2 {
        font-size: 35px;
        line-height: 1.286;
        text-align: center;
    }

    .section-etape-row,
    .section-etape-container {
        flex-direction: column;
    }

    .thm-btn {
        padding: 17px 30px 17px;
    }

    .section-post .row .blockPost {
        height: 196px;
        padding: 10px 30px 10px 30px;
    }

    .section-post {
        height: 1160px;
        justify-content: center;
    }

    .formQrcode {
        position: relative;
        left: 70px;
        display: none;
    }

    .formQrcode2 {
        position: inherit;
    }

    .qrcode-list {
        left: 0;
        margin-left: 0;
        margin: 0 20px;
    }

    .section-qrcode h2 {
        font-size: 30px;
        margin: 30px 0 20px;
    }

    .section-qrcode {
        height: 1426px
    }

    .formeEtape {
        width: 300px
    }

    .section-etape {
        margin: 0 20px
    }

    .section-etape-block {
        width: 100%;
    }

    .section-etape-block p {
        padding: 0px 20px;
        font-size: 16px
    }

    .section-qrcode-div {
        flex-direction: column-reverse;
    }

    .formQrcode {
        width: auto;
        left: 0px;
        top: -20px
    }

    .formQrcode2 {
        width: 180px;
        margin: 20px 0;
    }

    .qrcode-list span {
        align-items: flex-start;
    }

    .svg-fusee {
        display: none
    }
}