.elementor-kit-7{--e-global-color-primary:#4A2C78;--e-global-color-secondary:#E67E22;--e-global-color-text:#7A7A7A;--e-global-color-accent:#988AD8;--e-global-color-52d89f0:#2D2456;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h2{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h3{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h4{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h5{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h6{font-family:"Poppins", Sans-serif;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Poppins", Sans-serif;}.elementor-kit-7 label{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//* ===== Mega menu template (IDs Elementor) ===== */
/* Wrapper du template mega menu */
.elementor-element-32e8bbe1{
  background: #F8F8FC;
  border-radius: 16px;
  padding: 30px;
}

/* Ligne des 3 colonnes */
.elementor-element-6f16bcc{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}

/* Les 3 blocs (colonnes) */
.elementor-element-2d84571f,
.elementor-element-4314ab9,
.elementor-element-580121d9{
  flex: 1 1 0;
  min-width: 0; /* évite les débordements */
}

/* ===== Tablette : 2 colonnes puis retour à la ligne ===== */
@media (max-width: 1024px){
  .elementor-element-32e8bbe1{
    padding: 20px;
  }

  .elementor-element-6f16bcc{
    flex-wrap: wrap;
    gap: 20px;
  }

  .elementor-element-2d84571f,
  .elementor-element-4314ab9{
    flex: 1 1 calc(50% - 10px);
  }

  .elementor-element-580121d9{
    flex: 1 1 100%;
  }
}

/* ===== Mobile : 1 colonne ===== */
@media (max-width: 767px){
  .elementor-element-32e8bbe1{
    padding: 16px;
    border-radius: 14px;
  }

  .elementor-element-6f16bcc{
    flex-direction: column;
    gap: 14px;
  }

  .elementor-element-2d84571f,
  .elementor-element-4314ab9,
  .elementor-element-580121d9{
    flex: 1 1 100%;
  }
}
/* Le dropdown du menu reste opaque (évite l’effet “héro visible dessous”) */
.elementor-location-header .elementor-nav-menu--dropdown,
.elementor-location-header .sub-menu{
  background: #F8F8FC !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Le header garde sa couche au-dessus */
.elementor-location-header,
.site-header,
#site-header{
  position: relative;
  z-index: 9999;
}
/* Base carte */
.uc-project{
  border-radius: 12px;
  overflow: hidden;
}

/* Détails cachés par défaut */
.uc-project__details{
  display: none;
}

/* Détails visibles seulement sur la slide active (Swiper Elementor) */
.swiper-slide-active .uc-project__details{
  display: block;
}

/* Overlay lisible sur l'image */
.uc-project .uc-project__media{
  position: relative;
}
.uc-project .uc-project__media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.10));
  pointer-events:none;
}/* End custom CSS */