.elementor-77 .elementor-element.elementor-element-ea72946{--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-ea72946 *//* ================================
   HEADER PREMIUM CLAIR
   Flaviane Delabre
================================ */

:root {
  --fd-white: #ffffff;
  --fd-cream: #faf8f5;
  --fd-dark: #151211;
  --fd-muted: rgba(21, 18, 17, 0.58);
  --fd-border: rgba(21, 18, 17, 0.11);
  --fd-accent: #d7b38f;

  --fd-font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --fd-font-text: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fd-container: 1180px;
}

/* ================================
   HEADER GLOBAL
================================ */

.fd-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  background: rgba(250, 248, 245, 0.93);
  border-bottom: 1px solid var(--fd-border);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.fd-header__inner {
  width: min(100% - 48px, var(--fd-container));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

/* ================================
   LOGO
================================ */

.fd-logo {
  display: grid;
  gap: 5px;
  color: var(--fd-dark);
  text-decoration: none;
}

.fd-logo span {
  font-family: var(--fd-font-title);
  font-size: 1.48rem;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.fd-logo small {
  color: var(--fd-muted);
  font-family: var(--fd-font-text);
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ================================
   NAVIGATION DESKTOP
================================ */

.fd-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.fd-nav a {
  position: relative;
  color: rgba(21, 18, 17, 0.72);
  font-family: var(--fd-font-text);
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.25s ease;
}

.fd-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background: var(--fd-dark);
  transition: width 0.25s ease;
}

.fd-nav a:hover {
  color: var(--fd-dark);
}

.fd-nav a:hover::after {
  width: 100%;
}

/* ================================
   CTA RÉSERVER
================================ */

.fd-nav .fd-nav__cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border: 1px solid var(--fd-dark);
  border-radius: 999px;
  color: var(--fd-white);
  background: var(--fd-dark);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}

.fd-nav .fd-nav__cta::after {
  display: none;
}

.fd-nav .fd-nav__cta:hover {
  color: var(--fd-dark);
  background: transparent;
  border-color: var(--fd-dark);
}

/* ================================
   MENU MOBILE — BASE
================================ */

.fd-menu-toggle {
  display: none;
}

.fd-menu-button {
  display: none;
}

/* ================================
   RESPONSIVE TABLETTE / MOBILE
================================ */

@media (max-width: 980px) {
  .fd-header__inner {
    width: min(100% - 32px, var(--fd-container));
    min-height: 72px;
  }

  .fd-nav {
    display: none;
  }

  .fd-menu-button {
    display: inline-grid;
    place-items: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .fd-menu-button span {
    display: block;
    width: 24px;
    height: 1px;
    background: var(--fd-dark);
    transition: transform 0.25s ease;
  }

  .fd-menu-toggle:checked + .fd-menu-button span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .fd-menu-toggle:checked + .fd-menu-button span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .fd-menu-toggle:checked ~ .fd-nav {
    display: grid;
    position: absolute;
    top: 84px;
    left: 16px;
    right: 16px;
    padding: 20px;
    background: rgba(250, 248, 245, 0.98);
    border: 1px solid rgba(21, 18, 17, 0.10);
    box-shadow: 0 24px 70px rgba(21, 18, 17, 0.12);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .fd-menu-toggle:checked ~ .fd-nav a {
    padding: 16px 0;
    color: var(--fd-dark);
    border-bottom: 1px solid rgba(21, 18, 17, 0.10);
    font-size: 1rem;
  }

  .fd-menu-toggle:checked ~ .fd-nav a::after {
    display: none;
  }

  .fd-menu-toggle:checked ~ .fd-nav a:last-child {
    border-bottom: 0;
  }

  .fd-menu-toggle:checked ~ .fd-nav .fd-nav__cta {
    justify-content: center;
    margin-top: 10px;
    border: 1px solid var(--fd-dark);
    background: var(--fd-dark);
    color: var(--fd-white);
  }
}

/* ================================
   PETITS MOBILES
================================ */

@media (max-width: 420px) {
  .fd-logo span {
    font-size: 1.2rem;
  }

  .fd-logo small {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .fd-header__inner {
    width: min(100% - 24px, var(--fd-container));
    min-height: 68px;
  }
}/* End custom CSS */