/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2026 | 09:05:11 */
/* Champs du formulaire */
.wpforms-field input,
.wpforms-field textarea {
  border: 2px solid #E8F0E4 !important;
  border-radius: 0 !important;
  font-family: 'Barlow', sans-serif !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  background: #FFFFFF !important;
  color: #0A1A0F !important;
  transition: border-color 0.2s !important;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  border-color: #024c3d !important;
  outline: none !important;
}

/* Labels */
.wpforms-field label {
  font-family: 'Barlow', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #024c3d !important;
}

/* Bouton envoyer */
.wpforms-submit {
  background: #024c3d !important;
  color: #FFFFFF !important;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  cursor: pointer !important;
}

.wpforms-submit:hover {
  background: #0A1A0F !important;
}