.elementor-button 
{
   min-width:300px !important;
}
.accent-menu a {
  color: #eb737f !important;
  font-weight: 600;
}
/* Style bouton menu dans le header */
.bouton-header a {
  background-color: #eb737f;        /* Couleur de fond (rougeFlex&Steel) */
  color: #fff !important;           /* Couleur du texte */
  padding: 8px 16px;                /* Espace autour du texte */
  border-radius: 30px;              /* Coins arrondis */
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

/* Hover = couleur inversée */
.bouton-header a:hover {
  background-color: #000;
  color: #fff !important;
}
/* 1. Enlever le cadre noir autour du formulaire CF7 */
.wpcf7 form {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 2. Espacement entre chaque champ */
.wpcf7 form p {
  margin-bottom: 15px;
}

/* 3. Espacement entre case à cocher et texte */
.wpcf7 input[type="checkbox"] {
  margin-right: 8px;
  vertical-align: middle;
}

/* (Optionnel) Champs plus aérés */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* Bouton CF7 avec classe personnalisée */
.wpcf7 .bouton-rose {
  appearance: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #eb737f;
  border: 1px solid #eb737f;
  border-radius: 30px;
  padding: 10px 24px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpcf7 .bouton-rose:hover {
  background-color: transparent;
  color: #002737;
  border-color: #eb737f;
}
.grecaptcha-badge { bottom: 80px !important; right: 20px !important; }
/* Forcer l'affichage de la case à cocher CF7 */
.wpcf7-acceptance input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  position: static !important;
  margin-right: 8px;
}

/* S'assurer que le label s'affiche en ligne */
.wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
/* Masquer le badge reCAPTCHA */
.grecaptcha-badge { visibility: hidden; }