.elementor-60 .elementor-element.elementor-element-14bf805b{--display:flex;--min-height:80px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:5% 5%;--row-gap:5%;--column-gap:5%;--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;--z-index:99;}.elementor-60 .elementor-element.elementor-element-14bf805b:not(.elementor-motion-effects-element-type-background), .elementor-60 .elementor-element.elementor-element-14bf805b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-60 .elementor-element.elementor-element-14bf805b.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-60 .elementor-element.elementor-element-53bf7303{--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:flex-end;--gap:25px 25px;--row-gap:25px;--column-gap:25px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:10px;}.elementor-60 .elementor-element.elementor-element-53bf7303.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-60 .elementor-element.elementor-element-f93bb81{width:var( --container-widget-width, 82.145% );max-width:82.145%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 22px 0px 0px;--container-widget-width:82.145%;--container-widget-flex-grow:0;}.elementor-60 .elementor-element.elementor-element-f93bb81.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-60 .elementor-element.elementor-element-14bf805b{--gap:2% 2%;--row-gap:2%;--column-gap:2%;--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}}@media(max-width:767px){.elementor-60 .elementor-element.elementor-element-53bf7303{--width:17.79%;}.elementor-60 .elementor-element.elementor-element-f93bb81{width:auto;max-width:auto;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 54px 0px 0px;}}@media(min-width:768px){.elementor-60 .elementor-element.elementor-element-14bf805b{--width:95.867%;}.elementor-60 .elementor-element.elementor-element-53bf7303{--width:104px;}}@media(max-width:1024px) and (min-width:768px){.elementor-60 .elementor-element.elementor-element-53bf7303{--width:35%;}}/* Start custom CSS for html, class: .elementor-element-f93bb81 *//* HEADER */
.header {
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:20px 3% !important;
  background:#000 !important;
  flex-wrap:nowrap !important; /* 🔥 interdit retour ligne */
}

/* MENU */
.header .nav {
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  flex-wrap:wrap !important;
}

/* LIENS */
.header .nav a {
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px !important;
  font-family:'Playfair Display', serif !important;
  white-space:nowrap !important;
  transition:0.3s !important;
}

.header .nav a:hover {
  color:#C9A227 !important;
}

/* SÉPARATEURS */
.separator {
  color:#555 !important;
}

/* DROPDOWN */
.dropdown {
  position:relative !important;
}

.dropdown-menu {
  position:absolute !important;
  top:100% !important;
  left:0 !important;
  background:#000 !important;
  display:none !important;
  flex-direction:column !important;
  min-width:220px !important;
  border-top:1px solid #333 !important;
  z-index:999 !important;
}

.dropdown:hover .dropdown-menu {
  display:flex !important;
}

.dropdown-menu a {
  padding:10px 20px !important;
  font-size:14px !important;
  font-family:Arial !important;
}

/* 📞 BOUTON APPEL */
.call-btn {
  background:#C9A227 !important;
  color:#000 !important;
  padding:10px 18px !important;
  border-radius:4px !important;
  text-decoration:none !important;
  font-family:'Playfair Display', serif !important;
  transition:0.3s !important;
  white-space:nowrap !important;
}

.call-btn:hover {
  background:#fff !important;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {

  .header {
    flex-direction:column !important;
    gap:15px !important;
  }

.nav {
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
  flex-wrap:nowrap !important; /* 🔥 CRUCIAL */
  white-space:nowrap !important; /* 🔥 texte ne coupe jamais */
  }
  
  .nav {
  overflow:hidden !important;
}

  .nav a,
.separator {
  white-space:nowrap !important;
  flex-shrink:0 !important; /* 🔥 évite que ça compresse et casse */
}

  .separator {
    display:none !important;
  }

  .dropdown-menu {
    position:static !important;
  }
}/* End custom CSS */