body {
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    overflow-x: clip !important;
    width: 100vw !important;
    min-height: 100vh;
    font-weight: 400;
    color: #000;
}

.max-row {
    max-width: 1200px;
}

.navbar {
    height: 80px;
}

.navbar-text {
    text-transform: uppercase;
}

.banner {
    background-color: #FBBA00;
    height: auto;
}

.banner-porteur {
    background-color: #FBBA05;
    height: auto;
}


@media (max-width: 768px) {
    .banner {
        height: auto;
        min-height: 350px !important;
    }
}

.banner-img {
    height: 250px;
}

@media (max-width: 768px) {
    .banner-img {
        width: 100% !important;
        border-radius: 20px;
        height: 125px;
    }
}

.banner-bold-text {
    font-size: 46px !important;
    font-weight: 700;
    line-height: 1.25 !important;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .banner-bold-text {
        margin-top: 55px;
        font-size: 50px;
        line-height: 1;
    }

    .mandataire-title-subtext {
        font-size: 32px !important;
    }
}

.banner-white-text {
    color: white;
}

.banner-small-white-text {
    color: white;
    font-size: 20px;
    line-height: 1.5;
}

.banner-small-black-text {
    color: black;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}


@media (max-width: 768px) {

    .banner-small-white-text {
        font-size: 18px;
        text-align: center;
    }

    .banner-small-black-text {
        font-size: 14px;
    }

}

.banner-bold-text,
.banner-white-text,
.uppercase-strong-banner {
    line-height: 1;
}

p.uppercase-strong-banner {
    margin-bottom: 0;
}

.icon-banner {
    padding-bottom: 8px;
}

.icon-banner img {
    width: 50px !important;
    height: 50px !important;
}

.text-banner {
    font-size: 14px !important;
}

.icon-banner img {
    height: 70px;
}

.banner-p {
    font-size: 14px;
}

.flag {
    font-family: "Noto Color Emoji", sans-serif;
    font-size: 22px;
}

.header-ul {
    margin-left: 0;
    font-size: 14px;
    white-space: nowrap;
}

.banner-form {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 30px;
    overflow: hidden;
}

.banner-form-large-text {
    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {

    .banner-form-large-text {
        font-size: 22px;
    }
}

.gold-text {
    color: #FBBA00;
}

.form-statut-occupation-div {
    height: 100px;
    width: 150px;
    background-color: #F6F7FB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[type="radio"]:checked+.form-statut-occupation-div,
.clickable-option.selected {
    border: 2px solid #FBBA00;
    box-shadow: 0 0 8px rgba(0, 102, 255, 0.3);
}


.form-statut-occupation-div:hover {
    cursor: pointer;
}

.form-dropdown {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 15px;
}

.form-dropdown:hover {
    cursor: pointer;
}

.form-dropdown-text {
    opacity: 0.5;
}

.dropdown-options {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    margin-top: -15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 100;
    width: fit-content;
}

.dropdown-options div {
    padding: 8px;
    cursor: pointer;
}

.dropdown-options div:hover {
    background-color: #e0e0e0;
}

.form-part-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* form input handling Start */

.form-part {
    transition: opacity 0.5s ease;
    opacity: 1;
    height: 100%;
}

.form-part.d-none {
    display: none !important;
    opacity: 0;
}

.agence-landing-form-icons {
    width: 45px!important;
    padding-right: 10px !important;
}

.form-input {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    min-height: 60px;
}

.form-input-small-label {
    font-size: 12px;
    margin-top: -2px;
}

.form-input-label {
    opacity: 0.5;
    outline: none;
    min-height: 20px;
    font-size: 16px !important;
    white-space: wrap !important;
}

.form-input-label[contenteditable="true"] {
    display: block;
    /* prend toute la largeur dispo */
    box-sizing: border-box;
    /* inclut padding/border dans la largeur */
    white-space: pre-wrap;
    /* autorise retour à la ligne automatique */
    overflow-wrap: break-word;
    /* coupe proprement les mots longs */
    word-break: break-word;
    /* compatibilité extra */
}

@media (max-width: 768px) {

    .form-input-label {
        font-size: 14px !important;
    }

}

.form-input-label.editing {
    opacity: 1;
}

.form-input-pluscode {
    position: relative;
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    height: 60px;
    width: 40%;
}

.form-pluscode {
    opacity: 0.5;
}

.flag:hover,
.form-pluscode:hover,
.form-pluscode-dropdown:hover {
    cursor: pointer;
}


.form-input-number {
    background-color: #F6F7FB;
    border-radius: 10px;
    padding: 10px;
    min-height: 60px;
    width: 55%;
}

.form-input-label.no-icon {
    padding-left: 0;
}

.phone-code-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    width: 150%;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.checkmark-outer {
    height: 27px;
    width: 27px;
    border-radius: 8px;
    border: solid 1px #FBBA00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark-outer:hover {
    cursor: pointer;
}

.checkmark-inner {
    height: 23px;
    width: 23px;
    border-radius: 6px;
    border: solid 1px white;
    color: white;
}

.checkmark-inner.active {
    background-color: #FBBA00;
}

.agreement-text {
    opacity: 0.5;
    line-height: 1.2;
    font-size: 12px;
    width: 90%;
}

/* form input handling End */

.banner-form-btn a,
button.banner-form-btn {
    position: relative;
    overflow: hidden;
    z-index: 0;
    background-color: black;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}

.banner-form-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, black 0%, #fbba00 100%);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.banner-form-btn.animate-effect::after {
    animation: fadeRadial 10s linear forwards;
}

@keyframes fadeRadial {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.banner-form-marker {
    height: 6px;
    width: 70px;
    border-radius: 3px;
    background-color: #FBBA00;
    opacity: 0.2;
}

.banner-form-marker:hover {
    cursor: pointer;
}

.banner-form-marker.active {
    opacity: 1 !important;
    background-color: #FDD666;
}

.section-1 {
    background-color: #F0F3F7;
}

.section-1-large-text {
    font-size: 26px;
    line-height: 1.75;
    text-align: center;
    font-weight: 700;
}

.section-1-yellow-bg-text {
    background-color: #FDD666;
    padding: 3px 5px;
    border-radius: 15px;
}

.section-1-intro {
    text-align: center;
}

.section-1-regular-text {
    color: white;
}

.section-1-card {
    background-color: white;
    border-radius: 20px;
}

.section-1-card-text {
    text-align: justify;
}

@media (max-width: 768px) {

    .section-1-card-text {
        font-size: 14px;
    }

}

.devenir-franchise-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000000;
    color: #FBBA05;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
}

.devenir-franchise-button:hover {
    background-color: #FBBA05;
    color: #000000;
}

.section-2 {
    border: solid 3px #000;
    border-radius: 30px;
}

.section-2-title {
    font-size: 26px;
    color: #000;
    font-weight: 700;
}

.section-2-col {
    width: 80% !important;
}

@media (min-width : 1280px) {
    .section-2-col {
        width: 90% !important;
    }
}

@media (max-width: 768px) {
    .section-2-col {
        width: 100% !important;
    }
}

.section-3-card {
    height: 200px;
    font-weight: 700;
    color: white;
    text-align: center !important;
}

@media (max-width: 768px) {
    .section-3-card {
        font-size: 14px;
        overflow-wrap: break-word;
    }
}

.section-3-title {
    font-size: 26px;
    font-weight: 700;
}

.section-3-btn {
    color: #FBBA00;
    text-decoration: none;
    background-color: #000;
    padding: 15px;
    border-radius: 30px;
    width: auto;
}

.section-4 {
    background-color: #FBBA00;
}

.section-4-title {
    font-size: 26px;
    font-weight: 700;
}

footer {
    background-color: #000;
    min-height: 160px;
}

/* misc */

.opacity-1 {
    opacity: 1;
}

.loader {
    width: 60px;
    height: 20px;
    --_g: no-repeat radial-gradient(circle closest-side, #FBBA00 90%, transparent 100%);
    background:
        var(--_g) 0% 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 100%;
    animation: l7 1s infinite linear;
}

@keyframes l7 {
    33% {
        background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
    }

    50% {
        background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
    }

    66% {
        background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
    }
}

/*======================

    Responsive

======================*/

@media (max-width: 768px) {

    .banner-white-text {
        text-align: center;
    }

    .section-1-1st-part {
        min-height: 200px;
    }

    .section-1-large-text {
        font-size: 22px;
        white-space: nowrap;
        font-weight: 700;
    }

    .section-3-card,
    .section-5-img {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .section-3-img {
        width: 150px;
        height: 150px;
    }

    @media (max-width: 768px) {
        .section-3-img {
            height: 150px;
        }
    }

    .section-4-bold-text {
        text-align: center !important;
        font-size: 16px;
    }

    .section-4-regular-text {
        font-size: 14px;
    }

    .section-5-img-divs {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .section-5-img {
        width: 48%;
        margin-bottom: 15px;
        padding-right: 10px !important;
    }

    .footer-text {
        font-size: 12px;
    }
}

#fill-our-form {
    scroll-margin-top: 10px;
}

@media (max-width: 768px) {
    .banner-bold-text {
        text-align: center;
        font-size: 24px !important;
        margin-top: 32px;
    }
}

/* section mandataire video */

.section-4-card {
    border: solid 2px #000;
    border-radius: 40px;
    padding: 20px;
    height: inherit;
}

.section-4-card-title {
    font-size: 26px;
    font-weight: 700;
}

/* css pour la vidéo */

.play-button-overlay {
    font-size: 60px;
    color: white;
    text-shadow: 0 0 10px black;
    pointer-events: none;
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline {
    display: block !important;
}

/* fin css pour la vidéo */

@media (max-width: 768px) {

    .section-2-mandataire-bold-text,
    .section-3-porteur-bold-text {
        text-align: center !important;
        font-size: 16px;
    }

    .section-2-mandataire-regular-text,
    .section-3-porteur-regular-text {
        font-size: 14px;
    }

}

.section-2-mandataire-card,
.section-3-porteur-card {
    border: solid 2px #000;
    border-radius: 40px;
    padding: 20px;
}

.section-2-mandataire-card-title,
.section-3-porteur-card-title {
    font-size: 26px;
    font-weight: 700;
}

/* css pour la vidéo */

.play-button-overlay {
    font-size: 60px;
    color: white;
    text-shadow: 0 0 10px black;
    pointer-events: none;
}

video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline {
    display: block !important;
}

/* fin css pour la vidéo */

.section-2-mandataire-card-1,
.section-3-porteur-card-1 {
    background-color: #FBBA00;
    height: 100%;
}

.section-2-mandataire-card-2,
.section-3-porteur-card-2 {
    height: 100%;
}

.section-3-porteur-card-2 {
    background-color: #fff;
}

.section-2-mandataire-bold-text,
.section-3-porteur-bold-text {
    font-size: 20px;
    font-weight: 700;
}

.section-2-mandataire-regular-text,
.section-3-porteur-regular-text {
    font-size: 20px;
}

.section-mandataire-black-bg {
    background-color: black;
    color: white;
    border-top-left-radius: 191px;
    border-bottom-left-radius: 191px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
}

.mandataire-btn-center {
    position: absolute;
    z-index: 10;
}

@media (max-width: 768px) {
    .section-mandataire-black-bg {
        background-color: black;
        color: white;
        border-top-left-radius: 191px;
        border-top-right-radius: 191px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

}

.section-subtitle-yellow {
    color: #FBBA05;
    font-size: 22px;
    font-weight: 700;
}

.devenir-mandataire-button {
    display: inline-block;
    padding: 12px 24px;
    color: #000000;
    background-color: #FBBA05;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
}

.devenir-mandataire-button:hover {
    background-color: #FBBA05;
    color: #ffffff;
}

.devenir-ambassadeur-btn {
    background-color: #000000;
    color: #FDD666;
    font-weight: 700;
    border-radius: 30px;
    height: 60px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.devenir-ambassadeur-btn:hover {
    cursor: pointer;
    color: white;
}

.porteur-section-1 {
    background-color: #F0F3F7;
}

.porteur-section-1-card {
    background-color: white;
    border-radius: 30px;
    height: 100%;
}

.porteur-section-1-large-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.span-yellow {
    color: #FBBA05;
}

@media (max-width: 768px) {

    .porteur-section-1-regular-text,
    .porteur-section-1-li {
        font-size: 14px;
    }
}

.porteur-section-2 {
    border: solid 3px black;
    border-radius: 30px;
}

.porteur-section-2-title {
    background-color: black;
    font-size: 24px;
    color: white;
    border-radius: 15px;
    padding: 5px 10px;
    width: fit-content;
}

.porteur-section-2-small-text {
    font-size: 14px;
}

.section-3-porteur {
    background-color: #F0F3F7;
}

.porteur-section-4-title {
    font-size: 24px;
    font-weight: 700;

}

.highlight-porteur-section-4 {
    background-color: #FDD666;
    padding: 2px;
    border-radius: 10px;
}

.form-input-label[contenteditable],
.clickable-option,
.checkmark-outer,
.flag,
.form-pluscode,
.form-pluscode-dropdown {
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}