.elementor-1906 .elementor-element.elementor-element-c65bae7{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1906 .elementor-element.elementor-element-3f8f1fd{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;text-align:center;}.elementor-1906 .elementor-element.elementor-element-3f8f1fd .elementor-heading-title{font-family:var( --e-global-typography-7c88d05-font-family ), Sans-serif;font-size:var( --e-global-typography-7c88d05-font-size );font-weight:var( --e-global-typography-7c88d05-font-weight );text-transform:var( --e-global-typography-7c88d05-text-transform );color:var( --e-global-color-1a85dcb );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .eael-contact-form-7-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-text, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-quiz, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-textarea, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control.wpcf7-select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form label, .elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form .wpcf7-quiz-label{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form-control::-webkit-input-placeholder{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-form input[type="submit"]{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-contact-form-7 .eael-contact-form-7 .wpcf7-not-valid-tip{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1906 .elementor-element.elementor-element-6f84721{background-color:var( --e-global-color-cfdf05a );}.elementor-1906 .elementor-element.elementor-element-6f84721 .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-1906 .elementor-element.elementor-element-6f84721 .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-1906 .elementor-element.elementor-element-6f84721 .eael-contact-form-7-wrapper{text-align:default;}.elementor-1906 .elementor-element.elementor-element-6f84721 .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1906 .elementor-element.elementor-element-3f8f1fd .elementor-heading-title{font-size:var( --e-global-typography-7c88d05-font-size );}}@media(max-width:767px){.elementor-1906 .elementor-element.elementor-element-3f8f1fd .elementor-heading-title{font-size:var( --e-global-typography-7c88d05-font-size );}}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-6f84721 *//* Style global du formulaire */
.wpcf7-form {
  max-width: 600px;
  margin: auto;
}

/* Champs du formulaire */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 5px;
}

/* Focus (quand on clique dans un champ) */
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #012C6D;
  outline: none;
}

/* Bouton */
.wpcf7-form input[type="submit"] {
  background-color: #012C6D;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}

/* Hover bouton (bleu ciel) */
.wpcf7-form input[type="submit"]:hover {
  background-color: #4FC3F7;
}

/* Espacement */
.wpcf7-form p {
  margin-bottom: 15px;
}

/* Checkbox (acceptance) */
.wpcf7-form input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
}/* End custom CSS */