.elementor-151 .elementor-element.elementor-element-9691323{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-151 .elementor-element.elementor-element-7765722{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-151 .elementor-element.elementor-element-6ccdd00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-151 .elementor-element.elementor-element-2ce4a88{text-align:end;}.elementor-151 .elementor-element.elementor-element-2ce4a88 .elementor-heading-title{color:#0A2E3E;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1d8500c *//* === Section formulaire === */
.form-section {
  margin: 40px auto;
  max-width: 700px;
  padding: 20px;
}

/* === Bloc accroche (titre + sous-texte) === */
.form-section .form-intro {
  text-align: center;
  margin-bottom: 25px;
  padding: 10px;
}

.form-section .form-intro h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-section .form-intro p {
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 500px;
  color: #444;
}

/* === Container du formulaire === */
.form-section form {
  background: #fffdfd; /* Fond très léger pour contraster avec #5E0006 */
  border: 1px solid #e5c9c9;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 14px rgba(94,0,6,0.15); /* Ombre chaude */
  font-family: 'Poppins', sans-serif;
}

/* === Champs === */
.form-section input,
.form-section select,
.form-section textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}

.form-section input:focus,
.form-section select:focus,
.form-section textarea:focus {
  border-color: #5E0006;
  box-shadow: 0 0 6px rgba(94,0,6,0.3);
  outline: none;
}

/* === Boutons === */
.form-section button,
.form-section input[type="submit"] {
  background: #5E0006; /* Rouge profond */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.form-section button:hover,
.form-section input[type="submit"]:hover {
  background: #7a1a1f; /* Variante plus claire au survol */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(94,0,6,0.3);
}

/* === Messages d’erreur / succès === */
.um-field-error,
.user-registration-error {
  color: #5E0006;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.um-field-success,
.user-registration-success {
  color: #1D1D1F;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}

/* === Responsive === */
@media (max-width: 768px) {
  .form-section {
    padding: 15px;
  }
  .form-section .form-intro h3 {
    font-size: 20px;
  }
  .form-section .form-intro p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-348109a *//* Conteneur global du formulaire */
.ur-form-row {
  margin-bottom: 20px;
}

.ur-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.ur-field:focus {
  border-color: #E63946;
  outline: none;
}

/* Labels */
.ur-label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1D1D1F;
  margin-bottom: 6px;
  display: block;
}

/* Bouton d'inscription */
.ur-submit-button {
  background: #E63946;
  color: #fff;
  padding: 14px 24px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ur-submit-button:hover {
  background: #c72d3a;
}/* End custom CSS */