.elementor-857 .elementor-element.elementor-element-ced3fad{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-857 .elementor-element.elementor-element-7371908{width:100%;max-width:100%;}@media(min-width:768px){.elementor-857 .elementor-element.elementor-element-ced3fad{--content-width:1120px;}}/* Start custom CSS for shortcode, class: .elementor-element-7371908 *//* ✅ Import de la police Raleway */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

/* ✅ Formulaire ciblé */
form.wpcf7-form[action*="wpcf7-f868-p853-o1"] {
  font-family: 'Raleway', sans-serif;
  max-width: 1120px;
  margin: 0 auto;
  background-color: #fff0f0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(150, 0, 0, 0.2);
  font-size: 18px; /* ↑ taille globale du texte */
}

/* ✅ Libellés */
form.wpcf7-form[action*="wpcf7-f868-p853-o1"] label {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #990000;
  display: block;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 18px; /* ↑ taille des libellés */
}

/* ✅ Champs */
form.wpcf7-form[action*="wpcf7-f868-p853-o1"] .wpcf7-form-control {
  font-family: 'Raleway', sans-serif;
  width: 100%;
  max-width: 1120px;
  padding: 14px 16px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px; /* ↑ taille du texte dans les champs */
  box-sizing: border-box;
}

/* ✅ Bouton Envoyer */
form.wpcf7-form[action*="wpcf7-f868-p853-o1"] .wpcf7-submit {
  font-family: 'Raleway', sans-serif;
  background-color: #d50000;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px; /* ↑ taille du bouton */
  transition: background-color 0.3s ease;
  width: auto;
}

form.wpcf7-form[action*="wpcf7-f868-p853-o1"] .wpcf7-submit:hover {
  background-color: #b00000;
}

/* ✅ Message de confirmation */
form.wpcf7-form[action*="wpcf7-f868-p853-o1"] .wpcf7-response-output {
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
  font-weight: bold;
  color: #006600;
  font-size: 18px; /* ↑ taille du message */
}/* End custom CSS */