.elementor-9544 .elementor-element.elementor-element-b885300{--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-9544 .elementor-element.elementor-element-b885300.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-9544 .elementor-element.elementor-element-6209430.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:1366px){.elementor-9544 .elementor-element.elementor-element-6209430{width:var( --container-widget-width, 772px );max-width:772px;--container-widget-width:772px;--container-widget-flex-grow:0;}}@media(max-width:1366px) and (min-width:768px){.elementor-9544 .elementor-element.elementor-element-b885300{--width:565px;}}/* Start custom CSS for shortcode, class: .elementor-element-6209430 *//* ================================
   CONTENEUR PRINCIPAL
================================ */
.devis-conteneur-form {
  max-width: 720px;
  margin: 60px auto;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.14);
  font-family: "Inter", "Segoe UI", sans-serif;
}

/* ================================
   TITRE
================================ */
.devis-conteneur-form h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 8px;
  color: #0f172a;
  font-weight: 800;
}

/* ================================
   DESCRIPTION
================================ */
.devis-conteneur-form p {
  text-align: center;
  color: #64748b;
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* ================================
   LABELS
================================ */
.devis-conteneur-form label {
  display: block;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 6px;
  margin-top: 18px;
  font-size: 14px;
}

/* ================================
   INPUTS - SELECT - TEXTAREA
================================ */
.devis-conteneur-form input,
.devis-conteneur-form select,
.devis-conteneur-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #cbd5f5;
  outline: none;
  font-size: 15px;
  background: #f8fafc;
  transition: all 0.3s ease;
}

/* ================================
   FOCUS
================================ */
.devis-conteneur-form input:focus,
.devis-conteneur-form select:focus,
.devis-conteneur-form textarea:focus {
  border-color: #16a34a;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.18);
  background: #ffffff;
}

/* ================================
   TEXTAREA
================================ */
.devis-conteneur-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* ================================
   CHAMP FICHIER
================================ */
.devis-conteneur-form input[type="file"] {
  background: #ecfdf5;
  padding: 12px;
  border: 2px dashed #16a34a;
  cursor: pointer;
  border-radius: 12px;
}

/* ================================
   ZONE DU BOUTON — À DROITE
================================ */
.devis-conteneur-form .submit-btn {
  margin-top: 35px;
  display: flex;
  justify-content: flex-end;
}

/* ================================
   BOUTON SUBMIT — VERT & COMPACT
================================ */
.devis-conteneur-form input[type="submit"] {
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #ffffff;
  border: none;
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(22, 163, 74, 0.35);
}

/* ================================
   EFFET HOVER BOUTON
================================ */
.devis-conteneur-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(22, 163, 74, 0.5);
}

/* ================================
   ERREURS FORMULAIRE
================================ */
.wpcf7-not-valid {
  border-color: #dc2626 !important;
  background: #fef2f2 !important;
}

/* ================================
   MESSAGE DE RÉPONSE
================================ */
.wpcf7-response-output {
  border-radius: 12px;
  padding: 16px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

/* ================================
   VERSION MOBILE
================================ */
@media (max-width: 768px) {
  .devis-conteneur-form {
    padding: 30px 20px;
  }

  .devis-conteneur-form h3 {
    font-size: 22px;
  }

  .devis-conteneur-form input[type="submit"] {
    width: auto;
  }
}/* End custom CSS */