.elementor-2407 .elementor-element.elementor-element-2a4f347{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0c8e720 *//* Ligne Nom / Prénom */
#sib_signup_form_2 .sib-name-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

/* Desktop : 55% / 45% */
@media (min-width: 768px) {
    #sib_signup_form_2 .sib-PRENOM-area {
        width: 55%;
    }

    #sib_signup_form_2 .sib-NOM-area {
        width: 45%;
    }
}

/* Mobile : empilé */
@media (max-width: 767px) {
    #sib_signup_form_2 .sib-name-row {
        flex-direction: column;
    }

    #sib_signup_form_2 .sib-PRENOM-area,
    #sib_signup_form_2 .sib-NOM-area {
        width: 100%;
    }
}

/* Inputs clean */
#sib_signup_form_2 input[type="text"],
#sib_signup_form_2 input[type="email"] {
    width: 100%;
    box-sizing: border-box;
}/* End custom CSS */