.elementor-4727 .elementor-element.elementor-element-0a7be72{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-4727 .elementor-element.elementor-element-8284006{--display:flex;}.elementor-4727 .elementor-element.elementor-element-818e98c{border-style:solid;border-width:1px 1px 1px 1px;border-color:#FF872238;border-radius:14px 14px 14px 14px;}body.elementor-page-4727:not(.elementor-motion-effects-element-type-background), body.elementor-page-4727 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FF87220D;}@media(max-width:767px){.elementor-4727 .elementor-element.elementor-element-0a7be72{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-4727 .elementor-element.elementor-element-0a7be72{--content-width:849px;}}/* Start custom CSS for shortcode, class: .elementor-element-818e98c *//* ==== FORMULAIRE GARPI STYLE ==== */

/* Section globale du formulaire */
.contact-one__form {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 1100px;
  margin: auto;
}

/* Titres des sections */
.contact-one__form .block-title {
  margin-bottom: 30px;
}

.contact-one__form .block-title p.small-title {
  color: #FF8722;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.contact-one__form .block-title h2 {
  font-size: 25px;
  color: #222;
  font-weight: 700;
  margin: 0;
}

/* Espacement entre lignes */
.contact-one__form .row {
  margin-bottom: 30px;
}

/* Labels */
.contact-one__form label {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

/* Champs de saisie */
.contact-one__form input[type="text"],
.contact-one__form input[type="email"],
.contact-one__form input[type="tel"],
.contact-one__form input[type="date"],
.contact-one__form input[type="number"],
.contact-one__form select,
.contact-one__form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
  background-color: #fdfdfd;
}

/* Focus champ */
.contact-one__form input:focus,
.contact-one__form select:focus,
.contact-one__form textarea:focus {
  border-color: #FF8722;
  outline: none;
  box-shadow: 0 0 0 2px rgba(4, 74, 108, 0.2);
}

/* Bouton */
.contact-one__form .wpcf7-submit,
.contact-one__form .thm-btn {
  background-color: #FF8722;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s ease;
  display: inline-block;
  text-align: center;
}

.contact-one__form .wpcf7-submit:hover,
.contact-one__form .thm-btn:hover {
  background-color: #06648F;
}

/* Responsive ajustement (si pas déjà géré) */
@media (max-width: 767px) {
  .contact-one__form {
    padding: 20px;
  }
  .contact-one__form .block-title h2 {
    font-size: 22px;
  }
}/* End custom CSS */