.elementor-kit-21{--e-global-color-primary:#1E293B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:28px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-21 e-page-transition{background-color:#FFBC7D;}.elementor-kit-21 h1{color:#1E293B;font-family:"Poppins", Sans-serif;font-size:28px;font-weight:700;}.elementor-kit-21 h2{color:#1E293B;font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}.site-footer .site-branding .site-logo img{width:180px;max-width:180px;}.site-footer .copyright p{color:#94A3B8;font-family:"Poppins", Sans-serif;font-size:13px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   SMARTGARANTIE — CSS de la page de téléchargement
   ============================================ */

/* 1. Cacher le bouton "Select from Media Library" */
.jet-form-builder-advanced-media__library-button {
    display: none !important;
}

/* 2. Centrer les boutons Enregistrer / Annuler */
form.jet-form-builder .wp-block-group,
form.jet-form-builder .wp-block-buttons {
    justify-content: center !important;
    display: flex !important;
    gap: 12px !important;
}

/* 3. Message d'erreur discret et centré */
.jet-form-builder-error,
.jet-form-builder-advanced-media-error,
.jet-form-builder-advanced-media__required-error {
    background: transparent !important;
    border: none !important;
    padding: 4px 0 !important;
    margin-top: 6px !important;
    color: #dc2626 !important;
    font-size: 12px !important;
    font-style: italic !important;
    text-align: center !important;
    box-shadow: none !important;
    width: 100% !important;
    display: block !important;
}

/* 4. Pointillés plus discrets sur la zone de dépôt */
.jet-form-builder-advanced-media__dropzone,
.jet-form-builder-advanced-media__content {
    border-color: #e2e8f0 !important;
    border-width: 1px !important;
}

/* 5. Cacher le compteur 0/1 */
.jet-form-builder-advanced-media__limit {
    display: none !important;
}

/* 6. Bouton "Parcourir les fichiers" plus doux */
.jet-form-builder-advanced-media__browse {
    text-transform: none !important;
    border: none !important;
    background: transparent !important;
    color: #2563eb !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 16px !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

/* 7. Espacement sous-titre / carte */
.elementor-widget-text-editor p {
    margin-bottom: 16px !important;
}

/* 8. Textes "Taille max" et "Formats acceptés" plus discrets */
.jet-form-builder-advanced-media__message small {
    font-size: 11px !important;
    font-style: italic !important;
    color: #94a3b8 !important;
    display: block !important;
    line-height: 1.4 !important;
    margin-top: 2px !important;
}

/* 9. Centrer le bloc fichier uploadé */
.jet-form-builder-advanced-media__files {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.jet-form-builder-advanced-media-file-upload__file {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 16px auto !important;
    padding: 16px 20px !important;
    background: #f8fafc !important;
    border-radius: 10px !important;
    min-width: 100px !important;
    max-width: 200px !important;
    position: relative !important;
}

/* 10. Icône du fichier — taille modérée */
.jet-form-builder-advanced-media__file-icon {
    width: 48px !important;
    height: 60px !important;
    margin: 0 auto !important;
}

.jet-form-builder-advanced-media__file-icon svg {
    width: 40px !important;
    height: 52px !important;
}

/* 11. Nom du fichier sous l'icône */
.jet-form-builder-advanced-media__filename-display {
    text-align: center !important;
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 6px !important;
    width: 100% !important;
    word-break: break-all !important;
}

/* 12. Bouton supprimer le fichier */
.jet-form-builder-advanced-media-file-upload__file-remove {
    position: absolute !important;
    top: 6px !important;
    right: 6px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 2px !important;
}/* End custom CSS */