.elementor-46 .elementor-element.elementor-element-23dd378{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-23dd378 *//* ================================
   HEADER PREMIUM - LE MOULIN DU COQ
   LOGO AGRANDI
   ================================ */

:root {
  --mdc-header-dark: rgba(13, 16, 27, 0.88);
  --mdc-header-dark-solid: #0f1320;
  --mdc-header-gold: #b98b4b;
  --mdc-header-gold-light: #d7b176;
  --mdc-header-cream: #fffaf2;
  --mdc-header-text: rgba(255, 255, 255, 0.82);
  --mdc-header-muted: rgba(255, 255, 255, 0.58);
  --mdc-header-border: rgba(255, 255, 255, 0.12);
}

/* HEADER GLOBAL */
.mdc-lux-header,
.mdc-lux-header * {
  box-sizing: border-box;
}

.mdc-lux-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--mdc-header-dark);
  border-bottom: 1px solid var(--mdc-header-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.mdc-lux-header__inner {
  width: min(1240px, calc(100% - 40px));
  min-height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

/* LOGO */
.mdc-lux-logo {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: max-content;
  color: #fff !important;
  text-decoration: none !important;
}

.mdc-lux-logo img {
  width: 90px;
  max-height: 90px;
  height: auto;
  display: block;
  object-fit: contain;
}

.mdc-lux-logo span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mdc-lux-logo strong {
  color: #fff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}

.mdc-lux-logo small {
  color: var(--mdc-header-muted);
  font-family: "Inter", "Lato", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* NAVIGATION */
.mdc-lux-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.mdc-lux-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: var(--mdc-header-text) !important;
  font-family: "Inter", "Lato", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: color 0.25s ease;
}

.mdc-lux-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 1px;
  background: var(--mdc-header-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}

.mdc-lux-nav a:hover,
.mdc-lux-nav a.is-active {
  color: #fff !important;
}

.mdc-lux-nav a:hover::after,
.mdc-lux-nav a.is-active::after {
  transform: scaleX(1);
}

/* CTA RESERVATION */
.mdc-lux-nav .mdc-nav-cta {
  min-height: 44px;
  margin-left: 12px;
  padding: 0 20px;
  border: 1px solid rgba(215, 177, 118, 0.48);
  border-radius: 999px;
  background: linear-gradient(135deg, #b98b4b, #d7b176);
  color: #10131f !important;
  box-shadow: 0 14px 34px rgba(185, 139, 75, 0.25);
}

.mdc-lux-nav .mdc-nav-cta::after {
  display: none;
}

.mdc-lux-nav .mdc-nav-cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #d7b176, #b98b4b);
  color: #10131f !important;
}

/* BURGER MOBILE */
.mdc-menu-toggle {
  display: none;
}

.mdc-burger {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--mdc-header-border);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.mdc-burger span {
  width: 18px;
  height: 1px;
  background: #fff;
  transition: all 0.25s ease;
}

/* RESPONSIVE TABLETTE */
@media (max-width: 1120px) {
  .mdc-lux-header__inner {
    min-height: 94px;
  }

  .mdc-lux-logo img {
    width: 76px;
    max-height: 76px;
  }

  .mdc-lux-logo strong {
    font-size: 21px;
  }

  .mdc-lux-logo small {
    display: none;
  }

  .mdc-burger {
    display: inline-flex;
  }

  .mdc-lux-nav {
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    gap: 0;
    padding: 18px 20px 24px;
    background:
      linear-gradient(180deg, rgba(15, 19, 32, 0.98), rgba(15, 19, 32, 0.94));
    border-bottom: 1px solid var(--mdc-header-border);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: all 0.25s ease;
  }

  .mdc-lux-nav a {
    width: min(100%, 720px);
    min-height: 54px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
  }

  .mdc-lux-nav a::after {
    display: none;
  }

  .mdc-lux-nav .mdc-nav-cta {
    width: min(100%, 360px);
    margin: 22px auto 0;
    justify-content: center;
    border-bottom: 0;
  }

  .mdc-menu-toggle:checked ~ .mdc-lux-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mdc-menu-toggle:checked + .mdc-burger span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .mdc-menu-toggle:checked + .mdc-burger span:nth-child(2) {
    opacity: 0;
  }

  .mdc-menu-toggle:checked + .mdc-burger span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}

/* RESPONSIVE MOBILE */
@media (max-width: 640px) {
  .mdc-lux-header__inner {
    width: min(100% - 28px, 1240px);
    min-height: 82px;
  }

  .mdc-lux-logo {
    gap: 10px;
  }

  .mdc-lux-logo img {
    width: 60px;
    max-height: 60px;
  }

  .mdc-lux-logo strong {
    font-size: 18px;
  }

  .mdc-burger {
    width: 42px;
    height: 42px;
  }

  .mdc-lux-nav {
    top: 82px;
  }
}
/* HEADER FOND NOIR */
.mdc-lux-header {
  background: #050505 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* MENU MOBILE FOND NOIR */
@media (max-width: 1120px) {
  .mdc-lux-nav {
    background: #050505 !important;
  }
}/* End custom CSS */