/* Style général du formulaire WPForms */
.wpforms-form {
  max-width: 600px;
  margin: auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wpforms-field {
  position: relative;
  margin-bottom: 25px;
}

/* Champs de formulaire */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field textarea {
  width: 100%;
  padding: 12px 12px 12px 12px; /* Padding gauche augmenté pour l’icône */
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.wpforms-field input:focus,
.wpforms-field textarea:focus {
  border-color: #007bff;
  outline: none;
}

/* Icônes à gauche */
.wpforms-field .fa {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #888;
  font-size: 16px;
  pointer-events: none;
}

/* Bouton envoyer */
.wpforms-submit {
  background-color: #007bff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpforms-submit:hover {
  background-color: #0056b3;
}





.form-section {
  /*background: linear-gradient(to right, #f5f7fa, #e3eaf3);*/
  padding: 10px;
}

.form-container {
  max-width: 700px;
  margin: auto;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.form-container h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
}

.form-subtitle {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
}

/* Bouton effet moderne */
.wpforms-submit {
  background: linear-gradient(to right, #007bff, #0056b3);
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wpforms-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 123, 255, 0.3);
}






.text-image-bloc .wp-block-media-text__media {
    margin: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
}
