.elementor-25168 .elementor-element.elementor-element-9e043a7{--display:flex;}/* Start custom CSS for container, class: .elementor-element-9e043a7 *//****************************************************
 * Style professionnel pour WPForms (FR)
 * Formulaire ID = 27635
 ****************************************************/

/* Cibler uniquement ce formulaire */
#wpforms-27635{
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  padding: 24px;
  max-width: 720px;
  margin: 0 auto;
  font-family: "Poppins", "Inter", sans-serif;
}

/* Titre et description */
#wpforms-27635 .wpforms-title{
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}
#wpforms-27635 .wpforms-description{
  font-size: 14px;
  color: #64748b;
  margin-bottom: 20px;
}

/* Champs */
#wpforms-27635 .wpforms-field{
  margin-bottom: 18px;
}
#wpforms-27635 .wpforms-field-label{
  font-size: 13px;
  color: #475569;
  margin-bottom: 6px;
  display: block;
}
#wpforms-27635 .wpforms-required-label{
  color: #f59e0b;
}

/* Inputs */
#wpforms-27635 input[type=text],
#wpforms-27635 input[type=email],
#wpforms-27635 input[type=number],
#wpforms-27635 input[type=tel],
#wpforms-27635 select,
#wpforms-27635 textarea{
  width: 100%;
  background: #f9fafb;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  color: #0f172a;
  transition: .2s border, .2s box-shadow, .2s background;
}
#wpforms-27635 input:focus,
#wpforms-27635 select:focus,
#wpforms-27635 textarea:focus{
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14,165,233,.25);
  background: #fff;
}

/* Bouton Envoyer */
#wpforms-27635 .wpforms-submit-container button{
  background: linear-gradient(135deg, #0ea5e9, #0284c7);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(14,165,233,.25);
  transition: transform .1s ease, box-shadow .2s ease;
}
#wpforms-27635 .wpforms-submit-container button:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(14,165,233,.35);
}

/* Messages d'erreur / confirmation */
#wpforms-27635 .wpforms-error{
  border-color: #ef4444 !important;
}
#wpforms-27635 .wpforms-confirmation-container-full{
  background: #dcfce7;
  border: 1px solid #86efac;
  border-radius: 10px;
  padding: 14px;
  color: #166534;
  font-size: 14px;
}/* End custom CSS */