/* ============================================================
   STRUCTURE COMMUNE ICONIC : .hs-form-gifteo
   ============================================================ */

fieldset:has(.hs-form-field:not([style*="display: none"])) {
margin-bottom:0px !important;
}

/* Espacements et Layout */
.hs-form-gifteo .hs-form fieldset {
    max-width: 100% !important;
    border: none !important;
    padding: 0 !important;
}

/* Labels */
.hs-form-gifteo .hs-form label:not(.hs-error-msg) {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    margin-top:10px !important;
}

.hs-form-gifteo label.hs-error-msg{
    font-size:14px;
}

/* Champs (Input & Textarea) */
.hs-form-gifteo .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

/* Bouton (Structure) */
.hs-form-gifteo .hs-form input[type="submit"] {
    border-radius: 999px !important;
    padding: 12px 32px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-top:20px;
}

/* Éléments masqués */
.hs-form-gifteo .hs-form .hs-field-desc{
    font-size:12px;
}

/* Erreurs et Légal (Structure) */
.hs-form-gifteo .hs-form .hs-error-msgs {
    list-style: none !important;
    padding: 0 !important;
    margin: 4px 0 0 !important;
}

.hs-form-gifteo .hs-form .legal-consent-container,
.hs-form-gifteo .hs-form .hs-richtext p {
    font-size: 12px !important;
    line-height: 1.5 !important;
}

.hs-form-gifteo .hs-form .hs_submit{
    text-align: center;
}

.hs-form .hs-input:focus {
    outline: none;
}

/* ============================================================
   FOND BLANC
   ============================================================ */

/* Champs */
.hs-form-white.hs-form-gifteo .hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    background: #ffffff !important;
    border: 2px solid #DBDBDB !important;
    color: #2c2c2a !important;
}

.hs-form-white.hs-form-gifteo .hs-form .hs-input::placeholder {
    color: #b4b2a9 !important;
}

/* Boutons */
.hs-form-white.hs-form-gifteo .hs-form input[type="submit"] {
    background: linear-gradient(270deg, #FFB199 0%, #F43E40 64.72%, #F43E40 98.81%) padding-box, linear-gradient(270deg, #FFB199 0%, #F43E40 64.72%, #F43E40 98.81%) border-box;
    border-radius: 999px;
    padding: 14px 32px;
    border: 2px solid transparent;
    transition: background .25s ease, box-shadow .25s ease;
    color:#FFF;
}

.hs-form-white.hs-form-gifteo .hs-form .hs-button:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(270deg, #FFB199 0%, #F43E40 64.72%, #F43E40 98.81%) border-box !important;
    color:#F43E40;
}