/* ============================================================
   STRUCTURE GLOBALE : .hs-form-formoz
   ============================================================ */

/* Style structurel des champs */
.hs-form-formoz .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    border-radius: 5px !important;
    padding: 0 15px !important;
    height: 42px !important;
    box-sizing: border-box !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    width: 100% !important;
    min-height: 47px;
    line-height: 42px !important;
}

/* Spécificités Select */
.hs-form-formoz .hs-form select.hs-input {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding-right: 35px !important;
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}

/* Espacements et Layout */
.hs-form-formoz .hs-form .hs-form-field {
    padding: 0 !important;
    margin-bottom: 20px !important;
}

.hs-form-formoz .hs-form fieldset {
    max-width: 100% !important;
    margin-bottom: 0px !important;
    border: none !important;
    padding: 0 !important;
}

/* Labels et Erreurs (Structure) */
.hs-form-formoz .hs-form label:not(.hs-error-msg) {
    font-size: 14px !important;
    font-weight: 300 !important;
    width: 100%;
}

.hs-form-formoz .hs-form .hs-field-desc {
    font-size: 13px !important;
    font-style: italic !important;
    margin-bottom: 5px;
}

.hs-form-formoz .hs-form .hs-error-msg {
    font-size: 12px !important;
    font-weight: 500;
}

/* Bouton (Structure) */
.hs-form-formoz .hs-form .hs-submit {
    text-align: center !important;
    margin-top: 24px !important;
}

.hs-form-formoz .hs-form .hs-button {
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* --- RESPONSIVE --- */
@media (min-width: 768px) {
    .hs-form-formoz .hs-form fieldset {
        display: flex !important;
        gap: 20px !important;
    }
    .hs-form-formoz .hs-form fieldset .hs-form-field {
        flex: 1 !important;
        margin-bottom: 0 !important;
    }
    .hs-form-formoz .hs-form .form-columns-2 .hs-form-field,
    .hs-form-formoz .hs-form .form-columns-3 .hs-form-field {
        width: 100% !important;
        float: none !important;
    }
}

@media (max-width: 767px) {
    .hs-form-formoz .hs-form .hs-form-field {
        margin-bottom: 15px !important;
    }
    .hs-form-formoz .hs-form fieldset {
        display: block !important;
    }
}

/* ============================================================
   THÈME COULEURS : .hs-form-white
   ============================================================ */

/* Couleurs des champs */
.hs-form-white.hs-form-formoz .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #ffffff !important;
    border: 1px solid rgba(27, 35, 64, 0.33) !important;
    color: #333 !important;
}

/* État Focus */
.hs-form-white.hs-form-formoz .hs-form .hs-input:focus {
    outline: none !important;
    border-color: var(--e-global-color-primary) !important;
}

/* Couleurs des textes */
.hs-form-white.hs-form-formoz .hs-form label:not(.hs-error-msg) {
    color: #7a7d81 !important;
}

.hs-form-white.hs-form-formoz .hs-form .hs-error-msg {
    color: #f2545b !important;
}

/* Couleurs du bouton */
.hs-form-white.hs-form-formoz .hs-form .hs-button {
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    color: #ffffff !important;
}

.hs-form-white.hs-form-formoz .hs-form .hs-button:hover {
    background-color: #ffffff !important;
    color: var(--e-global-color-primary) !important;
}

/* ============================================================
   THÈME COULEURS : .hs-form-blue
   ============================================================ */

/* Couleurs des champs */
.hs-form-blue.hs-form-formoz .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #ffffff !important;
    border: 1px solid rgba(27, 35, 64, 0.33) !important;
    color: #333 !important;
}

/* État Focus */
.hs-form-blue.hs-form-formoz .hs-form .hs-input:focus {
    outline: none !important;
    border-color: var(--e-global-color-primary) !important;
}

/* Couleurs des textes */
.hs-form-blue.hs-form-formoz .hs-form label:not(.hs-error-msg) {
    color:  !important;
}

.hs-form-blue.hs-form-formoz .hs-form .hs-error-msg {
    color: #f2545b !important;
}

/* Couleurs du bouton */
.hs-form-blue.hs-form-formoz .hs-form .hs-button {
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    color: #ffffff !important;
}

.hs-form-blue.hs-form-formoz .hs-form .hs-button:hover {
    background-color: #ffffff !important;
    color: var(--e-global-color-primary) !important;
}

/* ============================================================
   THÈME COULEURS : .hs-form-rose
   ============================================================ */

/* Couleurs des champs */
.hs-form-rose.hs-form-formoz .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    background-color: #ffffff !important;
    border: 1px solid rgba(27, 35, 64, 0.33) !important;
    color: #333 !important;
}

/* État Focus */
.hs-form-rose.hs-form-formoz .hs-form .hs-input:focus {
    outline: none !important;
    border-color: var(--e-global-color-primary) !important;
}

/* Couleurs des textes */
.hs-form-rose.hs-form-formoz .hs-form label:not(.hs-error-msg) {
    color:  !important;
}

.hs-form-blue.hs-form-formoz .hs-form .hs-error-msg {
    color: #f2545b !important;
}

/* Couleurs du bouton */
.hs-form-rose.hs-form-formoz .hs-form .hs-button {
    background-color: var(--e-global-color-primary) !important;
    border: 1px solid var(--e-global-color-primary) !important;
    color: #ffffff !important;
}

.hs-form-rose.hs-form-formoz .hs-form .hs-button:hover {
    background-color: #ffffff !important;
    color: var(--e-global-color-primary) !important;
}