.elementor-1445 .elementor-element.elementor-element-117c876{--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;}.elementor-1445 .elementor-element.elementor-element-9d782d1{--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;}.elementor-1445 .elementor-element.elementor-element-6a2a51c{--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;}.elementor-1445 .elementor-element.elementor-element-ec86314{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2d11221 *//* ============================================
   HERO – Auberge de La Gravière
   ============================================ */

.graviere-hero {
  display: grid;
  grid-template-columns: 2fr 3fr;
  min-height: 560px;
  overflow: hidden;
}

/* --- Colonne gauche --- */

.graviere-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
  padding: 48px 48px 64px 48px;
  background-color: var(--color-white, #ffffff);
}

/* --- Titre --- */

.graviere-hero__title {
  font-family: var(--font-brand, 'Marvin Visions Big', sans-serif);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-primary, #004645);
  margin: 0;
  padding-top: 0.15em;
  overflow: visible;
}

/* --- Liste features --- */

.graviere-hero__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.graviere-hero__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* Cercle icône */
.graviere-hero__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--color-light-bg, #eef7f6);
  color: var(--color-primary, #004645);
  margin-top: 2px;
}

/* Texte feature */
.graviere-hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.graviere-hero__feature-text strong {
  font-family: var(--font-body, 'Figtree', sans-serif);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary, #004645);
  line-height: 1.3;
}

.graviere-hero__feature-text span {
  font-family: var(--font-body, 'Figtree', sans-serif);
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 1.4;
}

/* --- Colonne droite : image --- */

.graviere-hero__visual {
  position: relative;
  overflow: hidden;
}

.graviere-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ============================================
   RESPONSIVE – Tablette
   ============================================ */

@media (max-width: 900px) {
  .graviere-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .graviere-hero__visual {
    height: 320px;
    order: -1;
  }

  .graviere-hero__content {
    padding: 48px 32px;
    gap: 32px;
  }
}

/* ============================================
   RESPONSIVE – Mobile
   ============================================ */

@media (max-width: 480px) {
  .graviere-hero__content {
    padding: 40px 20px;
    gap: 28px;
  }

  .graviere-hero__visual {
    height: 260px;
  }

  .graviere-hero__title {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42ae302 *//* ============================================
   AUBERGE DE LA GRAVIÈRE — Bloc texte + CTA
   ============================================ */

.graviere-text-block {
  width: 100%;
  padding: 56px 80px;
  background-color: #ffffff;
}

/* Tag */
.graviere-text-block__tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #004645;
  margin-bottom: 16px;
}

/* Grand titre */
.graviere-text-block__title {
  font-family: var(--font-hero);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.35;
  color: #000000;
  margin-bottom: 20px;
  max-width: 760px;
}

/* Corps de texte */
.graviere-text-block__body {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #444444;
  max-width: 680px;
  margin-bottom: 36px;
}

/* Séparateur */
.graviere-text-block__divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 28px;
}

/* Ligne CTA */
.graviere-text-block__cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Icône cercle */
.graviere-text-block__cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #004645;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Texte CTA */
.graviere-text-block__cta-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.graviere-text-block__cta-label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #000000;
}

.graviere-text-block__cta-desc {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: #555555;
}

/* Lien CTA */
.graviere-text-block__cta-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: #004645;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.graviere-text-block__cta-link:hover {
  opacity: 0.7;
  color: #004645;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .graviere-text-block {
    padding: 40px 24px;
  }

  .graviere-text-block__title {
    font-size: 22px;
  }

  .graviere-text-block__cta-row {
    flex-wrap: wrap;
    gap: 14px;
  }

  .graviere-text-block__cta-link {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    padding: 12px;
    background-color: #004645;
    color: #ffffff;
    text-decoration: none;
    border-radius: 999px;
  }

  .graviere-text-block__cta-link:hover {
    opacity: 0.85;
    color: #ffffff;
  }
}

@media (max-width: 480px) {
  .graviere-text-block__title {
    font-size: 20px;
  }

  .graviere-text-block__body {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fcc608 *//* ============================================
   GALLERY SCROLL – Orcières O²Area
   ============================================ */

.orcieres-gallery {
  padding: px 0;
  overflow: hidden;
}

.orcieres-gallery__track {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 48px 28px 48px;
  scrollbar-width: none;
  --gallery-h: 440px;
  height: calc(var(--gallery-h) + 28px);
}

.orcieres-gallery__track::-webkit-scrollbar {
  display: none;
}

.orcieres-gallery__slide {
  flex-shrink: 0;
  height: var(--gallery-h);
  border-radius: 16px;
  overflow: hidden;
  scroll-snap-align: start;
}

.orcieres-gallery__slide--wide {
  width: calc(var(--gallery-h) * 4 / 3);
}

.orcieres-gallery__slide--narrow {
  width: calc(var(--gallery-h) * 3 / 4);
}

.orcieres-gallery__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.orcieres-gallery__slide:hover .orcieres-gallery__img {
  transform: scale(1.04);
}

/* --- Scrollbar custom --- */

.orcieres-gallery__scrollbar {
  position: relative;
  height: 8px;
  margin: 4px 48px 0 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.orcieres-gallery__scrollbar-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 70, 69, 0.12);
  border-radius: 999px;
}

.orcieres-gallery__scrollbar-thumb {
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 999px;
  transform: translateY(-50%);
  cursor: grab;
  transition: height 0.2s ease;
}

.orcieres-gallery__scrollbar-thumb:hover {
  height: 4px;
}

.orcieres-gallery__scrollbar-thumb:active {
  cursor: grabbing;
  height: 4px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
  .orcieres-gallery__track {
    --gallery-h: 360px;
    padding: 0 32px 24px 32px;
    height: calc(var(--gallery-h) + 24px);
  }
  .orcieres-gallery__scrollbar {
    margin: 4px 32px 0 32px;
  }
}

@media (max-width: 768px) {
  .orcieres-gallery {
    padding: 48px 0;
  }
  .orcieres-gallery__track {
    --gallery-h: 260px;
    padding: 0 20px 20px 20px;
    gap: 10px;
    height: calc(var(--gallery-h) + 20px);
  }
  .orcieres-gallery__scrollbar {
    margin: 4px 20px 0 20px;
  }
}
/* --- Flèche navigation --- */
.orcieres-gallery__arrow {
  position: absolute;
  right: 48px;
  top: 50%;
  transform: translateY(calc(-50% - 14px));
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 2px 16px rgba(0, 70, 69, 0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  z-index: 10;
}
.orcieres-gallery__arrow:hover {
  background-color: var(--color-primary);
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 70, 69, 0.3);
}
.orcieres-gallery__arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.orcieres-gallery {
  position: relative;
}

@media (max-width: 1024px) {
  .orcieres-gallery__arrow {
    right: 32px;
  }
}
@media (max-width: 768px) {
  .orcieres-gallery__arrow {
    right: 20px;
    width: 38px;
    height: 38px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ead012 *//* ============================================
   BLOC MENU RESTAURANT – Auberge de la Gravière
   ============================================ */

.orcieres-restaurant-menu {
  padding: 60px 24px;
}

.orcieres-restaurant-menu__inner {
  display: flex;
  align-items: center;
  gap: 56px;
  background-color: var(--color-light-bg, #eef7f6);
  border-radius: 24px;
  padding: 40px;
  max-width: 960px;
  margin: 0 auto;
}

/* --- Image --- */

.orcieres-restaurant-menu__visual {
  flex: 0 0 340px;
  max-width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}

.orcieres-restaurant-menu__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* --- Contenu --- */

.orcieres-restaurant-menu__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* Icône */

.orcieres-restaurant-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-white, #ffffff);
  color: var(--color-primary, #004645);
  flex-shrink: 0;
}

/* Accroche */

.orcieres-restaurant-menu__eyebrow {
  font-family: var(--font-body, 'Figtree', sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary, #004645);
  opacity: 0.65;
  margin: 0;
}

/* Titre */

.orcieres-restaurant-menu__title {
  font-family: var(--font-title, 'Inter', sans-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-primary, #004645);
  line-height: 1.2;
  margin: 0;
}

/* Description */

.orcieres-restaurant-menu__desc {
  font-family: var(--font-body, 'Figtree', sans-serif);
  font-size: 15px;
  font-weight: 400;
  color: var(--color-text, #000000);
  line-height: 1.65;
  margin: 0;
  opacity: 0.75;
}

/* --- Responsive tablette --- */

@media (max-width: 900px) {
  .orcieres-restaurant-menu__inner {
    gap: 36px;
    padding: 32px;
  }

  .orcieres-restaurant-menu__visual {
    flex: 0 0 260px;
    max-width: 260px;
    height: 260px;
  }

  .orcieres-restaurant-menu__title {
    font-size: 26px;
  }
}

/* --- Responsive mobile --- */

@media (max-width: 640px) {
  .orcieres-restaurant-menu {
    padding: 40px 16px;
  }

  .orcieres-restaurant-menu__inner {
    flex-direction: column;
    gap: 28px;
    padding: 24px;
  }

  .orcieres-restaurant-menu__visual {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 80vw;
    max-height: 340px;
  }

  .orcieres-restaurant-menu__title {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ════════════════════════════════
   HERO DESKTOP – Orcières O²Area
════════════════════════════════ */

.orcieres-hero-desktop {
  position: relative;
  padding: 0;
  background: #ffffff;
}

.orcieres-hd-media {
  position: relative;
  width: 100%;
  height: 88vh;
  min-height: 520px;
  border-radius: 0;
  overflow: hidden;
}

.orcieres-hd-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 110%;        /* plus haute que le conteneur pour avoir de la marge au parallax */
  object-fit: cover;
  object-position: center 30%;
  transform: translateY(0px);
  will-change: transform;
}

.orcieres-hd-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 30, 28, 0.70) 0%,
    rgba(0, 30, 28, 0.25) 40%,
    transparent 65%
  );
  pointer-events: none;
}

/* — Contenu texte — */

.orcieres-hd-content {
  position: absolute;
  bottom: 52px;
  left: 52px;
  right: 52px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(18px);
  animation: orcieres-fadeUp 0.7s 0.2s ease forwards;
}

.orcieres-hd-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--font-hero);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.orcieres-hd-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CAA992;
  flex-shrink: 0;
}

.orcieres-hd-title {
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: clamp(30px, 4.6vw, 62px);
  line-height: 1.0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.orcieres-hd-divider {
  width: 48px;
  height: 3px;
  background: #CAA992;
  border-radius: 2px;
  margin-bottom: 18px;
}

.orcieres-hd-subtitle {
  font-family: var(--font-hero);
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 440px;
}

/* — Indicateur scroll — */

.orcieres-hd-scroll {
  position: absolute;
  bottom: 52px;
  right: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: orcieres-fadeUp 0.7s 0.5s ease forwards;
}

.orcieres-hd-scroll-label {
  font-family: var(--font-hero);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  writing-mode: vertical-rl;
}

.orcieres-hd-scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.orcieres-hd-scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  animation: orcieres-scrollDrop 1.8s 1s ease-in-out infinite;
}

/* — Keyframes — */

@keyframes orcieres-fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orcieres-scrollDrop {
  0%   { top: -100%; }
  100% { top: 100%; }
}

/* ════════════════════════════════
   HERO MOBILE – Orcières O²Area
════════════════════════════════ */

.orcieres-hero-mobile {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
  overflow: hidden;
  background-image: url('http://o2area.com/wp-content/uploads/2026/02/DSC_5604.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Gradient haut — couvre le titre */
.orcieres-hm-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 20, 18, 0.72) 0%,
    transparent 45%
  );
  pointer-events: none;
}

/* Gradient bas — couvre le sous-titre */
.orcieres-hm-overlay-bot {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 20, 18, 0.80) 0%,
    transparent 50%
  );
  pointer-events: none;
}

/* — Titre en haut — */

.orcieres-hm-top {
  position: absolute;
  top: 56px;
  left: 24px;
  right: 24px;
  opacity: 0;
  transform: translateY(-12px);
  animation: orcieres-fadeDown 0.6s 0.15s ease forwards;
}

.orcieres-hm-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 5px 13px;
  font-family: var(--font-hero);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.orcieres-hm-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #CAA992;
  flex-shrink: 0;
}

.orcieres-hm-title {
  font-family: var(--font-brand);
  font-weight: 700;
  font-size: clamp(36px, 11vw, 52px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
}

/* — Sous-titre en bas — */

.orcieres-hm-bottom {
  position: absolute;
  bottom: 44px;
  left: 24px;
  right: 24px;
  opacity: 0;
  transform: translateY(12px);
  animation: orcieres-fadeUp 0.6s 0.3s ease forwards;
}

.orcieres-hm-line {
  width: 36px;
  height: 2px;
  background: #CAA992;
  border-radius: 2px;
  margin-bottom: 14px;
}

.orcieres-hm-subtitle {
  font-family: var(--font-hero);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
}

/* — Indicateur scroll — */

.orcieres-hm-scroll-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.orcieres-hm-scroll-text {
  font-family: var(--font-hero);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

.orcieres-hm-scroll-bar {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.orcieres-hm-scroll-bar::after {
  content: '';
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: rgba(202, 169, 146, 0.8);
  animation: orcieres-scanline 2s 0.8s ease-in-out infinite;
}

/* — Keyframes — */

@keyframes orcieres-fadeDown {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orcieres-fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orcieres-scanline {
  0%   { left: -40%; }
  100% { left: 100%; }
}/* End custom CSS */