.elementor-6840 .elementor-element.elementor-element-e7602b7{--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;--margin-top:88px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6840 .elementor-element.elementor-element-e63055d > .elementor-widget-container{margin:-12px 0px 0px 0px;}.elementor-6840 .elementor-element.elementor-element-e63055d .elementor-heading-title{font-family:"Noto Naskh Arabic", Sans-serif;font-size:48px;font-weight:bold;line-height:1.1em;color:#000505;}.elementor-6840 .elementor-element.elementor-element-48a7e68{--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;--margin-top:14px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6840 .elementor-element.elementor-element-cb55fc1 > .elementor-widget-container{margin:20px 0px 0px 65px;}.elementor-6840 .elementor-element.elementor-element-cb55fc1{text-align:start;font-family:"Poppins", Sans-serif;}.elementor-6840 .elementor-element.elementor-element-7c2ba5b{--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;--justify-content:center;--margin-top:37px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6840 .elementor-element.elementor-element-db3a9ac{text-align:center;}.elementor-6840 .elementor-element.elementor-element-db3a9ac .elementor-heading-title{font-family:"Noto Naskh Arabic", Sans-serif;font-size:35px;font-weight:900;color:#1C9B96;}.elementor-6840 .elementor-element.elementor-element-741075c{--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-6840:not(.elementor-motion-effects-element-type-background), body.elementor-page-6840 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-6840 .elementor-element.elementor-element-7c2ba5b{--content-width:500px;}}@media(max-width:767px){.elementor-6840 .elementor-element.elementor-element-e63055d .elementor-heading-title{font-size:35px;}}/* Start custom CSS for shortcode, class: .elementor-element-dc5cfb5 */.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 */