.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Form wrapper */
.wpcf7 { }

/* Inputs & textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 14px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #8B1A2E;
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background: #6e1424;
}

/* Error messages */
.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}

/* Success message */
.wpcf7 .wpcf7-response-output {
  border: none;
  background: #e6f4ea;
  color: #2d6a4f;
  padding: 12px;
  border-radius: 8px;
}
/* Mobile responsive CF7 */
@media (max-width: 768px) {

  .wpcf7 {
    padding: 20px 16px;
  }

  /* Inputs pleine largeur */
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 textarea,
  .wpcf7 select {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px; /* évite le zoom auto sur iOS */
  }

  /* Si tu as une grille 2 colonnes, la passer en 1 colonne */
  .wpcf7 .grid-2col {
    display: block !important;
  }

  .wpcf7 .grid-2col > div {
    width: 100% !important;
    margin-bottom: 12px;
  }

  /* Bouton pleine largeur */
  .wpcf7 input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }

}/* End custom CSS */