/*!
Theme Name: Divi Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.19.15
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI:
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}

/* Réduire l'espace vertical entre les champs */
#gform_1 .gform_fields {
  grid-row-gap: 8px !important; /* mets 0, 4, 6, 8 selon ton goût */
}

/* Réduire le margin/padding des blocs de champs */
#gform_1 .gfield {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Réduire l'espace entre label et champ */
#gform_1 .gfield_label {
  margin-bottom: 2px !important;
}

/* Réduire l'espace sous les champs (descriptions/erreurs) */
#gform_1 .gfield_description,
#gform_1 .validation_message,
#gform_1 .instruction {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
}

.gform_required_legend{
display:none !important;
}

/* Centrer le bouton d’envoi Gravity Forms */
#gform_1 .gform_button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
