.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-52ab1a0 *//* ===== Formulaire "Créer une intervention" – conteneur ===== */

#wpforms-3314 {
  max-width: 720px;
  margin: 40px auto;
}

#wpforms-3314 .wpforms-form {
  background: #f7f9fc;
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  font-size: 14px;
}

/* ===== Titre & description ===== */

#wpforms-3314 .wpforms-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111827;
}

#wpforms-3314 .wpforms-description {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 20px;
}

/* ===== Champs ===== */

#wpforms-3314 .wpforms-field {
  margin-bottom: 14px;
}

#wpforms-3314 .wpforms-field-label {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

#wpforms-3314 .wpforms-field-sublabel {
  font-size: 11px;
  color: #9ca3af;
}

/* Inputs, select, textarea */

#wpforms-3314 .wpforms-field input[type="text"],
#wpforms-3314 .wpforms-field input[type="email"],
#wpforms-3314 .wpforms-field input[type="tel"],
#wpforms-3314 .wpforms-field input[type="url"],
#wpforms-3314 .wpforms-field input[type="date"],
#wpforms-3314 .wpforms-field input[type="time"],
#wpforms-3314 .wpforms-field select,
#wpforms-3314 .wpforms-field textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 9px 11px;
  font-size: 14px;
  background: #ffffff;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

#wpforms-3314 .wpforms-field textarea {
  min-height: 90px;
  resize: vertical;
}

#wpforms-3314 .wpforms-field input:focus,
#wpforms-3314 .wpforms-field select:focus,
#wpforms-3314 .wpforms-field textarea:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 1px rgba(79, 70, 229, 0.25);
  background: #ffffff;
}

/* Upload fichier */

#wpforms-3314 .wpforms-field-file-upload input[type="file"] {
  border-radius: 10px;
  border: 1px dashed #d1d5db;
  padding: 10px;
  background: #f9fafb;
}

/* Messages d’erreur */

#wpforms-3314 .wpforms-error {
  color: #b91c1c;
  font-size: 12px;
}

#wpforms-3314 .wpforms-required-label {
  color: #ef4444;
}

#wpforms-3314 .wpforms-submit {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #22c55e;
  background: #22c55e;      /* vert principal */
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

#wpforms-3314 .wpforms-submit:hover {
  background: #16a34a;     /* vert foncé au survol */
  border-color: #16a34a;
}

/* ===== Responsive ===== */

@media (max-width: 768px) {
  #wpforms-3314 {
    margin: 24px auto;
    padding: 0 8px;
  }

  #wpforms-3314 .wpforms-form {
    padding: 18px 16px;
  }

  #wpforms-3314 .wpforms-submit-container {
    text-align: center;
  }
}/* End custom CSS */