.elementor-4382 .elementor-element.elementor-element-f292867{--display:flex;--position:fixed;--min-height:7vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;top:0px;--z-index:100;}.elementor-4382 .elementor-element.elementor-element-f292867:not(.elementor-motion-effects-element-type-background), .elementor-4382 .elementor-element.elementor-element-f292867 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-756d7a0 );}body:not(.rtl) .elementor-4382 .elementor-element.elementor-element-f292867{left:0px;}body.rtl .elementor-4382 .elementor-element.elementor-element-f292867{right:0px;}.elementor-4382 .elementor-element.elementor-element-7238452{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-4382 .elementor-element.elementor-element-9269389 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ============================================================
   NUANCE — CSS GLOBAL SCOPÉ
   Toutes les règles sont sous .nua — aucun impact sur le reste du site
   ============================================================ */

/* ── Reset scopé ── */
.nua *, .nua *::before, .nua *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ── Variables ── */
.nua {
  --nua-vp:  #2D4233;   /* vert profond */
  --nua-vc:  #4A6B51;   /* vert céramique */
  --nua-sg:  #7B9E82;   /* sauge */
  --nua-cl:  #B8CAB4;   /* céladon */
  --nua-iv:  #F7F3EC;   /* ivoire */
  --nua-cr:  #EDE8DF;   /* crème */
  --nua-sa:  #E4D9C4;   /* sable or */
  --nua-or:  #C49A6C;   /* or nuance */
  --nua-br:  #231209;   /* brun (logo) */
  --nua-gr:  #8B7A6A;   /* grès */
  --nua-li:  #E2D9CD;   /* lin */

  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  color: var(--nua-br);
  background: var(--nua-iv);
  overflow-x: hidden;
}

/* Neutralise les liens globaux du thème à l'intérieur de .nua */
.nua a {
  color: inherit;
  text-decoration: none;
}

/* ─────────────────────────────────────────
   STRUCTURE & FONDS DE SECTION
───────────────────────────────────────── */
.nua-sec {
  position: relative;
  overflow: hidden;
}

.nua-w {
  max-width: 1160px;
  margin: 0 auto;
  padding: 96px 56px;
  position: relative;
}

.nua-bg-iv  { background: var(--nua-iv); }
.nua-bg-cr  { background: var(--nua-cr); }
.nua-bg-vp  { background: var(--nua-vp); }
.nua-bg-sa  { background: var(--nua-sa); }
.nua-bg-br  { background: var(--nua-br); }

/* ─────────────────────────────────────────
   TYPOGRAPHIE — éléments communs
───────────────────────────────────────── */
.nua-ey {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--nua-sg);
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
.nua-ey--or  { color: var(--nua-or); }
.nua-ey--cl  { color: var(--nua-cl); }

.nua-rule {
  width: 36px;
  height: 1px;
  background: var(--nua-or);
  margin-bottom: 18px;
  border: none;
}

.nua-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.1;
  color: var(--nua-vp);
  margin-bottom: 40px;
}
.nua-h2--light { color: var(--nua-iv); }
.nua-h2 em     { font-style: italic; color: var(--nua-or); }

.nua-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--nua-vp);
  line-height: 1.2;
}

.nua-text {
  font-size: 15px;
  color: var(--nua-br);
  line-height: 1.8;
  font-weight: 300;
}
.nua-text--sm {
  font-size: 13px;
  color: var(--nua-gr);
  line-height: 1.8;
  font-weight: 300;
}

/* ─────────────────────────────────────────
   BOUTONS
───────────────────────────────────────── */
.nua-btn-or,
.nua-btn-ghost,
.nua-btn-vc,
.nua-btn-outline {
  display: inline-block;
  padding: 13px 28px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: opacity 0.2s, border-color 0.2s;
  line-height: 1;
}
.nua-btn-or {
  background: var(--nua-or);
  color: var(--nua-br);
}
.nua-btn-or:hover { opacity: 0.85; color: var(--nua-br); }

.nua-btn-ghost {
  background: transparent;
  color: var(--nua-iv);
  border: 1px solid rgba(247,243,236,0.3);
}
.nua-btn-ghost:hover { border-color: rgba(247,243,236,0.65); color: var(--nua-iv); }

.nua-btn-vc {
  background: var(--nua-vc);
  color: var(--nua-iv);
}
.nua-btn-vc:hover { opacity: 0.85; color: var(--nua-iv); }

.nua-btn-outline {
  background: transparent;
  color: var(--nua-br);
  border: 1px solid rgba(35,18,9,0.28);
}
.nua-btn-outline:hover { border-color: var(--nua-br); color: var(--nua-br); }

/* ─────────────────────────────────────────
   TAGS
───────────────────────────────────────── */
.nua-tag-cl {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  background: var(--nua-cl);
  color: #1E3025;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.nua-tag-or {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 100px;
  background: var(--nua-or);
  color: #3D2008;
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

/* ─────────────────────────────────────────
   ÉCUME — décoration SVG débordante
───────────────────────────────────────── */
.nua-ecume {
  position: absolute;
  pointer-events: none;
  opacity: 0.12;
}

/* ─────────────────────────────────────────
   MASQUE SCROLL (façon Irwin)
   JS cible .nua-mask pour animer le border-radius
───────────────────────────────────────── */
.nua-mask {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  overflow: hidden;
  will-change: border-radius;
}

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.nua-hero {
  min-height: 100vh;
  background: var(--nua-vp);
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  overflow: hidden;
}

.nua-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 120px 56px 72px;
  position: relative;
  z-index: 2;
}

.nua-hero-logo {
  width: 180px;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  margin-bottom: 32px;
  display: block;
}

.nua-hero-ey {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--nua-sg);
  margin-bottom: 20px;
  font-weight: 400;
  display: block;
}

.nua-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.05;
  color: var(--nua-iv);
  margin-bottom: 6px;
}
.nua-h1 em {
  font-style: italic;
  color: var(--nua-or);
}

.nua-hero-sub {
  font-size: 13px;
  color: var(--nua-sg);
  line-height: 1.7;
  margin-bottom: 36px;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.nua-hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nua-hero-right {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 48px 48px 72px;
}

.nua-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--nua-vp) 0%, transparent 30%);
  z-index: 1;
  pointer-events: none;
}

.nua-hero-photo {
  width: 100%;
  height: 75vh;
  overflow: hidden;
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
  will-change: border-radius;
}
.nua-hero-photo img {
  width: 100%;
  height: 150%;
  object-fit: cover;
  display: block;
  margin-top: -25%;
  will-change: transform;
  transform-origin: center center;
}

/* ─────────────────────────────────────────
   LE RESTAURANT
───────────────────────────────────────── */
.nua-restaurant-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.nua-restaurant-photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 16px;
}
.nua-restaurant-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nua-restaurant-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ─────────────────────────────────────────
   LES MENUS — accordion
───────────────────────────────────────── */
.nua-accordion {
  max-width: 720px;
  margin: 0 auto 48px;
}

.nua-acc-item {
  border-bottom: 1px solid var(--nua-li);
}
.nua-acc-item:first-child {
  border-top: 1px solid var(--nua-li);
}

.nua-acc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  cursor: pointer;
  gap: 16px;
  transition: opacity 0.2s;
}
.nua-acc-head:hover { opacity: 0.75; }

.nua-acc-head-left { flex: 1; }

.nua-acc-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 24px;
  color: var(--nua-vp);
  margin-bottom: 4px;
  line-height: 1.2;
}
.nua-acc-price {
  font-size: 11px;
  color: var(--nua-gr);
  letter-spacing: 0.06em;
}

.nua-acc-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--nua-or);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.nua-acc-item.open .nua-acc-icon {
  transform: rotate(45deg);
}
.nua-acc-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: var(--nua-br);
  stroke-width: 2;
}

.nua-acc-body {
  overflow: hidden;
  max-height: 0;
  padding: 0 4px;
  transition: max-height 0.45s ease, padding 0.3s ease;
}
.nua-acc-item.open .nua-acc-body {
  max-height: 240px;
  padding: 0 4px 24px;
}

.nua-acc-body-inner {
  font-size: 13px;
  color: var(--nua-gr);
  line-height: 1.8;
  font-weight: 300;
  border-top: 1px solid var(--nua-li);
  padding-top: 18px;
}
.nua-acc-body-inner strong {
  font-weight: 400;
  color: var(--nua-vp);
}

.nua-menus-ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* ─────────────────────────────────────────
   L'ÉQUIPE
───────────────────────────────────────── */
.nua-equipe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 8px;
}
.nua-equipe-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nua-equipe-photo {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 14px;
}
.nua-equipe-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nua-equipe-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 26px;
  color: var(--nua-iv);
  line-height: 1.2;
}
.nua-equipe-role {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--nua-sg);
  margin-top: 4px;
}
.nua-equipe-bio {
  font-size: 13px;
  color: var(--nua-cl);
  line-height: 1.8;
  font-weight: 300;
}

/* ─────────────────────────────────────────
   LA PHILOSOPHIE
───────────────────────────────────────── */
.nua-philo-inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}
.nua-quote {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  color: var(--nua-vp);
  margin-bottom: 36px;
}
.nua-quote em { color: var(--nua-or); }

.nua-philo-rule {
  width: 1px;
  height: 48px;
  background: var(--nua-or);
  margin: 0 auto 36px;
  border: none;
}
.nua-philo-text {
  font-size: 15px;
  color: var(--nua-gr);
  line-height: 1.9;
  font-weight: 300;
  max-width: 620px;
  margin: 0 auto;
}

/* ─────────────────────────────────────────
   LA CAVE
───────────────────────────────────────── */
.nua-cave-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.nua-cave-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 12px;
}
.nua-cave-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.nua-cave-photo {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 12px;
}
.nua-cave-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nua-cave-photo-main {
  grid-column: span 2;
  overflow: hidden;
  aspect-ratio: 16/7;
  border-radius: 12px;
}
.nua-cave-photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ─────────────────────────────────────────
   CONTACT
───────────────────────────────────────── */
.nua-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.nua-contact-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nua-contact-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--nua-or);
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}
.nua-contact-val {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: 20px;
  color: var(--nua-iv);
  line-height: 1.5;
}
.nua-contact-sub {
  font-size: 12px;
  color: var(--nua-gr);
  margin-top: 4px;
  line-height: 1.7;
  font-weight: 300;
}
.nua-contact-sep {
  width: 36px;
  height: 1px;
  background: rgba(196,154,108,0.3);
  border: none;
}
.nua-horaires-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.nua-horaire {
  border-top: 1px solid rgba(196,154,108,0.2);
  padding-top: 12px;
}
.nua-horaire-day {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nua-or);
  margin-bottom: 4px;
  font-weight: 400;
}
.nua-horaire-time {
  font-size: 13px;
  color: var(--nua-iv);
  font-weight: 300;
  line-height: 1.6;
}
.nua-horaire-time--closed {
  color: var(--nua-gr);
  font-style: italic;
}

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
.nua-footer {
  background: var(--nua-br);
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nua-footer-logo {
  height: 28px;
  filter: brightness(0) invert(1);
  opacity: 0.6;
}
.nua-footer-center {
  font-size: 10px;
  color: var(--nua-gr);
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.9;
}
.nua-footer-center a {
  color: var(--nua-or) !important;
}
.nua-footer-right {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(196,154,108,0.15);
  letter-spacing: 0.14em;
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 900px) {
  .nua-hero {
    grid-template-columns: 1fr;
  }
  .nua-hero-right { display: none; }
  .nua-hero-left  { padding: 120px 28px 64px; }

  .nua-w { padding: 64px 28px; }

  .nua-restaurant-grid,
  .nua-equipe-grid,
  .nua-cave-grid,
  .nua-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .nua-footer {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}/* End custom CSS */