.elementor-6512 .elementor-element.elementor-element-5e3df62{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6512 .elementor-element.elementor-element-7e7162e > .elementor-widget-container{margin:47px 0px 0px 0px;}.elementor-6512 .elementor-element.elementor-element-7e7162e{text-align:center;}.elementor-6512 .elementor-element.elementor-element-7e7162e .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:42px;font-weight:600;line-height:1.1em;color:#000505;}.elementor-6512 .elementor-element.elementor-element-ba68e56{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6512 .elementor-element.elementor-element-db8fcad > .elementor-widget-container{margin:47px 0px 0px 65px;}.elementor-6512 .elementor-element.elementor-element-db8fcad{text-align:start;font-family:"Poppins", Sans-serif;}.elementor-6512 .elementor-element.elementor-element-dbb39e5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6512 .elementor-element.elementor-element-73893ce{--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:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6512 .elementor-element.elementor-element-69eea85 > .elementor-widget-container{margin:16px 0px 0px 0px;}.elementor-6512 .elementor-element.elementor-element-4df0c37{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}body.elementor-page-6512:not(.elementor-motion-effects-element-type-background), body.elementor-page-6512 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-6512 .elementor-element.elementor-element-73893ce{--margin-top:0px;--margin-bottom:0px;--margin-left:18px;--margin-right:0px;}}@media(min-width:768px){.elementor-6512 .elementor-element.elementor-element-dbb39e5{--width:17%;}}@media(max-width:1024px) and (min-width:768px){.elementor-6512 .elementor-element.elementor-element-dbb39e5{--width:500px;}}@media(max-width:767px){.elementor-6512 .elementor-element.elementor-element-7e7162e .elementor-heading-title{font-size:35px;}.elementor-6512 .elementor-element.elementor-element-ba68e56{--content-width:500px;}.elementor-6512 .elementor-element.elementor-element-db8fcad > .elementor-widget-container{margin:26px 0px 0px 13px;}.elementor-6512 .elementor-element.elementor-element-dbb39e5{--width:500px;--margin-top:0px;--margin-bottom:0px;--margin-left:40px;--margin-right:0px;}.elementor-6512 .elementor-element.elementor-element-73893ce{--margin-top:19px;--margin-bottom:0px;--margin-left:6px;--margin-right:0px;}.elementor-6512 .elementor-element.elementor-element-69eea85 > .elementor-widget-container{margin:25px 0px 0px 11px;}}/* Start custom CSS for shortcode, class: .elementor-element-69eea85 */.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.field {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.field label {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: 600;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.wpcf7 .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* force le contenu interne en ligne */
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}

/* checkbox */
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
}

/* texte */
.wpcf7 .wpcf7-list-item-label {
  display: inline;
}
/* Réduit la taille de la case à 80% */
input[type="checkbox"] {
    transform: scale(0.6);
    margin-right: 5px; /* Ajuste l'espace avec le texte */
    cursor: pointer;
}
/* Bouton Envoyer */
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
  background-color: #1C9B96;
  color: #1C9B96;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s ease;
}

/* Effet au survol */
.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
  background-color: #1C9B96; /* version plus foncée */
}/* End custom CSS */