.elementor-kit-12{--e-global-color-text:#FFFFFF;--e-global-color-primary:#000000;--e-global-color-secondary:#919191;--e-global-color-accent:#6FDDB3;--e-global-color-ae25804:#C2B4D9;--e-global-color-62696c4:#4AB48B;--e-global-color-9929b9b:#073032;--e-global-color-1ec7c46:#9178BA;--e-global-typography-primary-font-family:"forma-djr-display";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:2.5px;--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;color:#FFFFFF;font-family:"forma-djr-display", Sans-serif;font-size:15px;letter-spacing:2.5px;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-62696c4 );font-family:"forma-djr-display", Sans-serif;font-size:15px;letter-spacing:2.5px;color:var( --e-global-color-text );border-radius:15px 15px 15px 15px;padding:10px 15px 10px 15px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-accent );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a{color:var( --e-global-color-text );}.elementor-kit-12 h1{color:#FFFFFF;font-family:"forma-djr-display", Sans-serif;font-size:30px;letter-spacing:2.5px;}.elementor-kit-12 h2{color:var( --e-global-color-text );font-family:"forma-djr-display", Sans-serif;font-size:25px;letter-spacing:2.5px;}.elementor-kit-12 h3{color:var( --e-global-color-text );font-family:"forma-djr-display", Sans-serif;font-size:22px;letter-spacing:2.5px;}.elementor-kit-12 h4{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1565px;}.e-con{--container-max-width:1565px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */body {
    margin: 0;
    padding: 0;;
}

/* =========================================
   TRUSTINDEX – TEXTE EN BLANC
   ========================================= */

/* Texte principal : "EXCELLENT" */
.ti-widget .ti-fade-container 
.ti-rating-text .ti-rating.ti-rating-large {
  color: #ffffff !important;
}

/* Texte secondaire : "Basée sur 55 avis"
   + le nombre mis en <strong> */
.ti-widget .ti-fade-container 
.ti-rating-text .nowrap,
.ti-widget .ti-fade-container 
.ti-rating-text .nowrap strong {
  color: #ffffff !important;
}

/* Container MAPS (8652343) : annule l'effet "boxed" */
.elementor-element-8652343.e-con-boxed > .e-con-inner{
  max-width: 100% !important;
  width: 100% !important;
}

/* Force la Google Maps à prendre toute la largeur */
.elementor-element-8652343 .elementor-widget-google_maps,
.elementor-element-8652343 .elementor-custom-embed,
.elementor-element-8652343 iframe{
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}

/* =========================
   DESKTOP (≥ 1025px)
   ========================= */
@media (min-width: 1025px) {
  .map-bottom-block-mobile {
    display: none !important;
  }

  .map-bottom-block-desktop {
    display: block !important;
  }
}

/* =========================
   TABLETTE + MOBILE (≤ 1024px)
   ========================= */
@media (max-width: 1024px) {
  .map-bottom-block-mobile {
    display: block !important;
  }

  .map-bottom-block-desktop {
    display: none !important;
  }
}

/* =========================
   DESKTOP (≥ 1025px)
   ========================= */
@media (min-width: 1025px) {
  .bottom-bloc-maps {
    transform: translateX(50%);
  }
}

/* =========================
   TABLETTE + MOBILE (≤ 1024px)
   ========================= */
@media (max-width: 1024px) {
  .bottom-bloc-maps {
    transform: translateX(0);
  }
}

/* --- FX Upload (maquette) --- */

.fx-upload__box{
  border: 1px dashed #777;
  border-radius: 18px;
  padding: 30px 10px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  user-select: none;
  margin-bottom: 47px;
}

.fx-upload__icon{
  width: 45px;
  height: 45px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #f1f1f1;
  display: grid;
  place-items: center;
}

.fx-upload__icon img{
  width: 45px;
  height: 45px;
  display: block;
}

.fx-upload__title{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.fx-upload__subtitle{
  font-size: 14px;
  line-height: 1.2;
  color: #777;
  margin-bottom: 16px;
}

.fx-upload__btn{
  appearance: none;
  border: none;
  background: #000 !important;
  color: #fff;
  font-size: 9px !important;
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
}

.fx-upload__btn:hover{
  filter: brightness(0.95);
}

.fx-upload__filename{
  margin-top: 10px;
  font-size: 13px;
  color: #666;
}

.fx-upload__count{
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #9a9a9a;
}


/* Masquer le champ natif Elementor (celui “Select. fichiers”) */
.elementor-field-type-upload input[type="file"]{
  display: none !important;
}

/* Ajuste 90px à la hauteur de ton header sticky */
section[id],
div[id]{
  scroll-margin-top: 90px;
}/* End custom CSS */