.elementor-8834 .elementor-element.elementor-element-0c3bfbd{--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-8834 .elementor-element.elementor-element-a33e263 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-8834 .elementor-element.elementor-element-a33e263 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-8834 .elementor-element.elementor-element-a33e263 .eael-contact-form-7-wrapper{text-align:default;}.elementor-8834 .elementor-element.elementor-element-a33e263 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}.elementor-8834 .elementor-element.elementor-element-a33e263 .eael-contact-form-7 .wpcf7-form input[type="submit"]{color:#FFFFFF;padding:10px 10px 10px 10px;margin-top:15px;}:root{--page-title-display:none;}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-a33e263 *//* ===== FORMULAIRE INTERVENTION ===== */
.fiche-intervention {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 2.8rem;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
  color: #333;
}

/* Titres */
.fiche-intervention h2 {
  text-align: center;
  color: #5c4b8a;
  margin-bottom: 35px;
  font-size: 2rem;
}

.fiche-intervention h3 {
  color: #5c4b8a;
  font-size: 1.4rem;
  margin-bottom: 25px;
  margin-top: 30px;
  border-left: 5px solid #8c7ae6;
  padding-left: 12px;
}

/* Espacements généraux */
label {
  display: block;
  margin-bottom: 3%;
  font-weight: 600;
  color: #444;
  margin-top: 5%
}

.input-field,
textarea,
select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1.5px solid #ccc;
  font-size: 1rem;
  margin-bottom: 5%; /* ← plus d'espace entre les champs */
  transition: all 0.3s ease;
  background: #fafafa;
}

.input-field:focus,
textarea:focus {
  border-color: #8c7ae6;
  outline: none;
  box-shadow: 0 0 6px rgba(140, 122, 230, 0.25);
  background: #fff;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

/* Grilles */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px; /* ← espace horizontal + vertical */
  margin-bottom: 15px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 15px;
}

/* Signature */
.signature-wrapper {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  
}

.signature-wrapper label {
  align-self: flex-start;
  margin-bottom: 10px;
  font-weight: 600;
  color: #444;
}

/* Version bureau (large et longue) */
.signature-field {
  width: 220% !important;
  max-width: 900px;
  height: 200px !important;
  border: 2px dashed #8c7ae6;
  border-radius: 12px;
  background-color: #faf9ff;
  box-shadow: inset 0 0 8px rgba(140, 122, 230, 0.15);
  transition: all 0.3s ease;
}

/* Bouton envoyer */
.btn-envoyer {
  display: block;
  width: 100%;
  background: linear-gradient(135deg, #8c7ae6, #6c5ce7);
  color: white;
  padding: 16px;
  border-radius: 12px;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.btn-envoyer:hover {
  background: linear-gradient(135deg, #6c5ce7, #5e54d1);
  transform: scale(1.02);
}

/* Responsive */
@media (max-width: 768px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .fiche-intervention {
    padding: 1.8rem;
  }

  .fiche-intervention h2 {
    font-size: 1.7rem;
  }

  
}

@media (max-width: 1024px) {
  .signature-field {
    width: 100% !important;
    max-width: 100%;
    height: 180px !important;
  }
}

@media (max-width: 768px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .fiche-intervention {
    padding: 1.8rem;
  }

  .fiche-intervention h2 {
    font-size: 1.7rem;
  }

  .signature-field {
    width: 95% !important;
    height: 160px !important;
  }
}

@media (max-width: 480px) {
  .signature-field {
    height: 140px !important;
  }
}/* End custom CSS */