.elementor-179 .elementor-element.elementor-element-07a0357{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-07a0357 *//* ---- 1. HARMONISATION DES CHAMPS DU FORMULAIRE ---- */

/* Couleur des labels (Nom, Prénom, etc.) */
.form-group label {
  color: #3C1E0F;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Personnalisation de la ligne du bas des champs (remplace le border-primary) */
.form-group .form-control {
  border-bottom-color: #3C1E0F !important;
  color: #3C1E0F !important; /* Couleur du texte saisi */
}

/* Couleur du texte d'exemple (placeholder) si besoin */
.form-group .form-control::placeholder {
  color: rgba(60, 30, 15, 0.6) !important;
}

/* Effet quand l'utilisateur clique dans un champ (Focus) */
.form-group .form-control:focus {
  background-color: transparent !important;
  border-bottom-color: #3C1E0F !important;
  box-shadow: none !important; /* Enlève le halo bleu par défaut de Bootstrap */
  color: #3C1E0F !important;
}


/* ---- 2. LE BOUTON DE SOUMISSION (SUBMIT) ---- */

/* Style de base et état "déjà cliqué" */
.wpcf7-submit,
.wpcf7-submit:visited {
  background-color: #3C1E0F !important;
  color: #F9F4ED !important;
  border: 2px solid #3C1E0F !important;
  padding: 10px 30px !important;
  font-weight: bold !important;
  border-radius: 0px !important; /* Reste carré comme vos champs */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}

/* Effet au survol (hover) et au clic (active) */
.wpcf7-submit:hover,
.wpcf7-submit:active {
  background-color: #F9F4ED !important;
  color: #3C1E0F !important;
  border-color: transparent !important; /* Enlève la bordure au survol */
}/* End custom CSS */