.elementor-1655 .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-1655 .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-6ead012 *//* ============================================
   GROUPES CONTACT – Stages sportifs
   ============================================ */

.orcieres-groupes-contact {
  padding: 60px 24px;
}

.orcieres-groupes-contact__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-groupes-contact__visual {
  flex: 0 0 340px;
  max-width: 340px;
  height: 340px;
  overflow: hidden;
  border-radius: 16px;
  flex-shrink: 0;
}

.orcieres-groupes-contact__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  display: block;
}

/* --- Contenu --- */

.orcieres-groupes-contact__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* Icône */

.orcieres-groupes-contact__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-groupes-contact__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-groupes-contact__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-groupes-contact__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-groupes-contact__inner {
    gap: 36px;
    padding: 32px;
  }

  .orcieres-groupes-contact__visual {
    flex: 0 0 260px;
    max-width: 260px;
    height: 260px;
  }

  .orcieres-groupes-contact__title {
    font-size: 26px;
  }
}

/* --- Responsive mobile --- */

@media (max-width: 640px) {
  .orcieres-groupes-contact {
    padding: 40px 16px;
  }

  .orcieres-groupes-contact__inner {
    flex-direction: column;
    gap: 28px;
    padding: 24px;
  }

  .orcieres-groupes-contact__visual {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: 80vw;
    max-height: 340px;
  }

  .orcieres-groupes-contact__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 */