.elementor-9551 .elementor-element.elementor-element-0925925{--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-9551 .elementor-element.elementor-element-0925925.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9551 .elementor-element.elementor-element-2d617a8.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px){.elementor-9551 .elementor-element.elementor-element-2d617a8{width:var( --container-widget-width, 789px );max-width:789px;--container-widget-width:789px;--container-widget-flex-grow:0;}}@media(max-width:1366px) and (min-width:768px){.elementor-9551 .elementor-element.elementor-element-0925925{--width:549px;}}/* Start custom CSS for shortcode, class: .elementor-element-2d617a8 *//* ================================
 FORMULAIRE DE DEVIS - DESIGN PRO
 ID: d44edbd
================================ */

/* Conteneur du formulaire */
#wpcf7-f-d44edbd-p0 form {
  max-width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Champs de saisie */
#wpcf7-f-d44edbd-p0 input[type="text"],
#wpcf7-f-d44edbd-p0 input[type="email"],
#wpcf7-f-d44edbd-p0 input[type="tel"],
#wpcf7-f-d44edbd-p0 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Focus sur les champs */
#wpcf7-f-d44edbd-p0 input:focus,
#wpcf7-f-d44edbd-p0 textarea:focus {
  border-color: #007BFF;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
  outline: none;
}

/* 2 champs sur la même ligne */
#wpcf7-f-d44edbd-p0 .form-row {
  display: flex;
  gap: 15px;
}

#wpcf7-f-d44edbd-p0 .form-row > div {
  flex: 1;
}

/* Bouton de soumission */
#wpcf7-f-d44edbd-p0 .submit-button,
#wpcf7-f-d44edbd-p0 input[type="submit"] {
  background-color: #007BFF;
  color: #fff;
  font-weight: bold;
  border: none;
  padding: 14px 40px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
  display: inline-block;
}

/* Effet hover du bouton */
#wpcf7-f-d44edbd-p0 input[type="submit"]:hover {
  background-color: #0056b3;
  box-shadow: 0 5px 15px rgba(0, 91, 187, 0.4);
}

/* Placeholder */
#wpcf7-f-d44edbd-p0 ::placeholder {
  color: #999;
  opacity: 1;
}

/* Message succès */
#wpcf7-f-d44edbd-p0 .wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}

/* Message erreur */
#wpcf7-f-d44edbd-p0 .wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
  margin-top: 20px;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
}/* End custom CSS */