.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; }

<div class="meta"><strong>CSS GLOBAL</strong> → coller une seule fois dans Apparence › Personnaliser › CSS additionnel</div>
 
.flex-banner {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.flex-header {
  background: #F2E7E2;
  padding: 36px 40px 28px;
  border-bottom: 3px solid #EB737F;
}
.flex-header .eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #EB737F;
  font-weight: 700;
  margin: 0 0 10px;
}
.flex-wrap .flex-header h1 {
  font-size: 2.1rem;
  font-weight: 900;
  color: #1C244B;
  margin: 0 0 10px;
  line-height: 1.1;
  text-align: left;
}
.flex-header .tagline {
  font-size: 1rem;
  color: #5a6080;
  font-style: italic;
  margin: 0;
}
.flex-body {
  background: #ffffff;
  padding: 36px 40px;
}
.flex-body > p {
  font-size: 1rem;
  line-height: 1.8;
  color: #1C244B;
  margin-bottom: 24px;
}
.flex-body h2 {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #EB737F;
  margin: 36px 0 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F2E7E2;
}
.flex-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.flex-body ul li {
  padding: 10px 0 10px 20px;
  position: relative;
  color: #1C244B;
  font-size: 0.96rem;
  line-height: 1.6;
  border-bottom: 1px solid #f5f0ee;
}
.flex-body ul li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #EBA900;
  font-weight: 700;
}
.flex-infos {
  background: #F2E7E2;
  border-radius: 4px;
  padding: 28px 32px;
  margin: 32px 0 0;
}
.flex-infos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
.flex-info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.flex-info-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #EB737F;
}
.flex-info-value {
  font-size: 0.95rem;
  color: #1C244B;
  font-weight: 600;
  line-height: 1.4;
}
.flex-info-note {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #ddd0c8;
  font-size: 0.87rem;
  color: #5a6080;
  line-height: 1.65;
}
.flex-cta {
  background: #1C244B;
  padding: 36px 40px;
  text-align: center;
}
.flex-cta p {
  color: #c8cce0;
  font-size: 0.9rem;
  margin: 0 0 18px;
}
.flex-cta a {
  display: inline-block;
  background: #EB737F;
  color: #ffffff !important;
  padding: 14px 40px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: background 0.2s;
}
.flex-cta a:hover {
  background: #EBA900;
}
.flex-wrap {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(28,36,75,0.12);
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .flex-banner { height: 240px; }
  .flex-header, .flex-body, .flex-cta { padding: 20px; }
  .flex-header h1 { font-size: 1.5rem; }
  .flex-infos-grid { grid-template-columns: 1fr; }
}