.elementor-55 .elementor-element.elementor-element-a3e4607{--display:flex;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-55 .elementor-element.elementor-element-87bc227 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-fluent-form-widget .fluentform-widget-description{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-widget-fluent-form-widget .fluentform-widget-description{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS for fluent-form-widget, class: .elementor-element-87bc227 *//* ===============================
   FORMULAIRE DE RÉSERVATION
   (Fluent Form ID #3)
   Thème pastel bleu / menthe PROF&VOUS
================================= */

/* Conteneur principal */
.fluent_form_3 {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffffcc;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 28px;
  padding: 40px 32px;
  box-shadow: 0 18px 60px rgba(85, 198, 195, 0.12);
  backdrop-filter: blur(8px);
  font-family: "Lexend", system-ui, sans-serif;
}

/* Titres et labels */
.fluent_form_3 label {
  font-weight: 700;
  font-size: 15px;
  color: #1E1E1E;
  margin-bottom: 6px;
  display: inline-block;
}

/* Champs (input, select, textarea) */
.fluent_form_3 .ff-el-form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  color: #1E1E1E;
  background: #fff;
  box-shadow: 0 6px 14px rgba(85, 198, 195, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.fluent_form_3 .ff-el-form-control:focus {
  border-color: #55C6C3;
  box-shadow: 0 0 0 4px rgba(85, 198, 195, 0.15);
  outline: none;
}

/* Bouton principal */
.fluent_form_3 .ff-btn-submit {
  background: linear-gradient(180deg, #55C6C3, #3BB3B0);
  color: #0F1F3A;
  font-weight: 800;
  border: none;
  border-radius: 999px;
  padding: 14px 32px;
  font-size: 15px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(85, 198, 195, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fluent_form_3 .ff-btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(85, 198, 195, 0.35);
}

/* Bouton désactivé pendant l’envoi */
.fluent_form_3 .ff-btn-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Messages de confirmation / erreur */
.fluent_form_3 .ff-message-success {
  color: #3BB3B0;
  background: rgba(85, 198, 195, 0.08);
  border: 1px solid rgba(85, 198, 195, 0.25);
  border-radius: 12px;
  padding: 16px;
  font-weight: 600;
  text-align: center;
}

.fluent_form_3 .ff-message-error {
  color: #B33B3B;
  background: rgba(255, 230, 230, 0.4);
  border: 1px solid rgba(255, 100, 100, 0.3);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  font-weight: 600;
}

/* Case à cocher (RGPD) */
.fluent_form_3 .ff-el-checkable {
  accent-color: #55C6C3; /* Colore la case en bleu/menthe */
}

.pv-rgpd-note {
  font-size: 13px;
  margin-top: 4px;
  color: #666;
}
.pv-rgpd-note a {
  color: #009688;
  text-decoration: none;
  font-weight: 500;
}
.pv-rgpd-note a:hover {
  text-decoration: underline;
}

/* Sélecteurs déroulants */
.fluent_form_3 select.ff-el-form-control {
  appearance: none;
  background-image: linear-gradient(180deg, #fff, #fff),
    url("data:image/svg+xml;charset=UTF-8,<svg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'><path fill='%2355C6C3' d='M7 10L0 0h14z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px;
  padding-right: 36px;
}

/* Espacement entre les champs */
.fluent_form_3 .ff-t-container {
  margin-bottom: 18px;
}

/* Placeholder doux */
.fluent_form_3 ::placeholder {
  color: rgba(30, 30, 30, 0.4);
}

/* Responsive mobile */
@media (max-width: 767px) {
  .fluent_form_3 {
    padding: 28px 20px;
    border-radius: 22px;
  }

  .fluent_form_3 .ff-btn-submit {
    width: 100%;
  }
}/* End custom CSS */