:root {
  --primary-color-1: #FF5B00;
  --dark-main-color: transparent;
  --wle-cta-bg: #FF5B00;
  --wle-cta-bg-hover: #FF7A18;
  --wle-cta-color: #fff;
  --header-min-height: 100px;
}

@font-face {
  font-family: 'Summer Square';
  src: url('/fonts/summer-square.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden !important;
}

.text-primary-1 {
  color: var(--primary-color-1) !important;
}

.btn-custom {
  background-color: var(--primary-color-1);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 91, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 91, 0, 0.4);
  background: linear-gradient(135deg, #ff7a33, var(--primary-color-1));
}

.btn-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 91, 0, 0.3);
}

.btn-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-custom:hover::before {
  left: 100%;
}

.text-primary-custom {
  color: var(--primary-color-1);
}

#section-hero .de-video-container {
  position: relative;
  min-height: 700px;
}

#section-hero .de-video-container>video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  z-index: 1;
}

#section-hero .de-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

#section-hero .de-video-content {
  position: relative;
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 160px;
}

@media (max-width: 991.98px) {
  #section-hero .de-video-container {
    min-height: auto !important;
    height: auto;
  }

  #section-hero .de-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #section-about {
    background-attachment: scroll !important;
    background-position: center !important;
  }

  header.header-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    border: none !important;

    background: rgba(17, 17, 17, .45) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
  }
}

.logo-small {
  max-height: 50px !important;
}

.fs-120 {
  font-size: 60px !important;
  font-weight: 900 !important;
}

.text-primary-1 {
  color: var(--primary-color-1) !important;
}

.btn-custom {
  background: linear-gradient(135deg, var(--primary-color-1), #ff7a33);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 91, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 91, 0, 0.4);
  background: linear-gradient(135deg, #ff7a33, var(--primary-color-1));
}

.btn-custom:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 91, 0, 0.3);
}

.btn-custom::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-custom:hover::before {
  left: 100%;
}

.text-primary-custom {
  color: var(--primary-color-1);
}

#section-hero .de-video-container {
  position: relative;
  min-height: 700px;
}

#section-hero .de-video-container>video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  z-index: 1;
}

#section-hero .de-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}

#section-hero .de-video-content {
  position: relative;
  z-index: 3;
  padding-top: 140px;
  padding-bottom: 160px;
}

@media (max-width: 991.98px) {
  #section-hero .de-video-container {
    min-height: auto !important;
    height: auto;
  }

  #section-hero .de-video-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #section-about {
    background-attachment: scroll !important;
    background-position: center !important;
  }

  header.header-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    border: none !important;

    background: rgba(17, 17, 17, .45) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  }
}

.logo-small {
  max-height: 50px !important;
}

.small-border {
  height: 1px;
  width: 120px;
  background: #ccc;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.de-team-list {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de-team-list img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

.de-team-list .team-pic {
  position: relative;
  overflow: hidden;
}

.de-team-list .team-desc {
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-bottom: 0;
  position: absolute;
  z-index: 100;
  top: 100%;
  background: #111;
  color: #ccc;
  transition: all 0.3s ease;
}

.de-team-list p {
  clear: both;
}

.de-team-list .team-desc h3 {
  color: #fff;
  margin-bottom: 5px;
}

.de-team-list .social {
  margin-top: 15px;
}

.de-team-list .social a {
  display: inline-block;
  padding: 0 5px 0 5px;
  color: #ccc;
  transition: color 0.3s ease;
}

.de-team-list p.lead {
  font-size: 14px;
}

.de-team-list .small-border {
  float: none;
  margin: 15px 0 15px 0;
  background: rgba(255, 255, 255, .5);
  width: 50px;
}

.de-team-list .social a:hover {
  color: #fff;
}

.de-team-list:hover .team-desc {
  top: 0;
}

@media (max-width: 991.98px) {
  .de-team-list .team-desc {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .de-team-list .team-desc {
    padding: 20px;
  }
}

.de-gradient-edge-bottom-custom {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-width: 992px) {
  .fs-sm-10vw {
    font-size: 10vw !important;
  }
}

/* ========== Base (commune) ========== */
.wle-quicklinks {
  --glass: rgba(255, 255, 255, .08);
  --glass-brd: rgba(255, 255, 255, .18);
  --text: #fff;
  --shadow: 0 8px 28px rgba(0, 0, 0, .28);

  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--text);
  font-weight: 600;
  letter-spacing: .2px;
}

.wle-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .6rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

/* ========== A. GLOBAL (un seul fond) ========== */
.wle-quicklinks--global {
  padding: .7rem;
  border-radius: 999px;
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
  /* supprime la sensation “double couche” */
}

.wle-quicklinks--global .wle-chip {
  background: transparent;
  /* liens “plats” */
  padding: .55rem .9rem;
}

.wle-quicklinks--global .wle-chip:hover,
.wle-quicklinks--global .wle-chip:focus-visible {
  background: rgba(255, 255, 255, .10);
  transform: translateY(-1px);
  outline: none;
}

/* ========== B. INDIVIDUEL (chips glass) ========== */
.wle-quicklinks--chips {
  gap: .6rem;
  flex-wrap: wrap;
}

.wle-quicklinks--chips .wle-chip {
  background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .22);
}

.wle-quicklinks--chips .wle-chip:hover,
.wle-quicklinks--chips .wle-chip:focus-visible {
  background: rgba(255, 255, 255, .18);
  transform: translateY(-1px);
  outline: none;
}

.wle-chip:active {
  transform: translateY(0);
}

.wle-quicklinks.mx-auto {
  justify-content: center;
}

@media (max-width: 768px) {
  .wle-quicklinks {
    flex-wrap: wrap;
  }

  .wle-quicklinks--global {
    padding: .6rem;
    gap: .4rem;
  }

  .wle-chip {
    padding: .5rem .85rem;
    font-size: 36px;
  }
}

.hero-on-bright .wle-quicklinks {
  --glass: rgba(0, 0, 0, .28);
  --glass-brd: rgba(255, 255, 255, .16);
}

.hero-on-bright .wle-quicklinks--chips .wle-chip {
  background: rgba(0, 0, 0, .32);
}

.wle-quicklinks {
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .wle-quicklinks {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: .5rem .6rem;
    gap: .5rem;
  }

  .wle-quicklinks::-webkit-scrollbar {
    display: none;
  }

  /* Chrome/Safari */
  .wle-chip {
    flex: 0 0 auto;
  }
}

@media (max-width: 576px) {
  .wle-quicklinks {
    gap: .08rem;
    padding: .1rem .15rem;
  }

  .wle-quicklinks--global {
    padding: .08rem;
  }

  .wle-chip {
    font-size: 8px;
    padding: .1rem .2rem;
    border-width: 1px;
  }
}

/* ===== Section Experience / Teaser ===== */
.eya-experience-section {
  position: relative;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .05) 0%, rgba(0, 0, 0, .85) 100%);
  color: #fff;
  overflow: hidden;
}

.eya-teaser {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .4);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform .3s ease;
}

.eya-teaser:hover {
  transform: scale(1.02);
}

.eya-video {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}

/* ===== Bloc texte glass ===== */
.eya-card {
  background: rgba(255, 255, 255, .08);
  border-radius: 20px;
  padding: 2rem 2.5rem;
  box-shadow: 0 15px 45px rgba(0, 0, 0, .3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: transform .3s ease, box-shadow .3s ease;
}

.eya-card:hover {
  transform: translateY(-5px);
}

/* ===== Typo ===== */
.eya-title {
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.eya-desc {
  font-size: 1rem;
  opacity: .95;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.eya-list {
  padding-left: 1.2rem;
  list-style-type: disc;
  margin-bottom: 1rem;
  opacity: .9;
}

.eya-list li {
  margin-bottom: .3rem;
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  .eya-card {
    margin-top: 1.5rem;
    padding: 1.5rem;
  }
}

@media (max-width: 576px) {
  .eya-card {
    padding: 1.2rem;
  }

  .eya-title {
    font-size: 1.4rem;
  }

  .eya-desc,
  .eya-list li {
    font-size: .95rem;
  }
}

.eya-teaser {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.video-js.eya-video {
  border-radius: 20px;
  overflow: hidden;
}

.vjs-has-started .vjs-big-play-button {
  display: none;
}

/* ========== Section Festival ========== */
#section-festival {
  position: relative;
  color: #fff;
  padding: 80px 0;
}

#section-festival .uptitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #f5c542;
  letter-spacing: 1px;
  margin-bottom: .5rem;
}

#section-festival p {
  font-size: 1rem;
  opacity: .95;
  line-height: 1.8;
}

.festival-gallery {
  position: relative;
  min-height: 400px;
}

.festival-gallery img {
  border-radius: 16px;
  object-fit: cover;
  transition: transform .4s ease, box-shadow .4s ease;
}

.festival-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .35);
}

/* Responsive */
@media (max-width: 992px) {
  #section-festival {
    padding: 60px 0;
  }

  .festival-gallery {
    min-height: 320px;
  }
}

@media (max-width: 576px) {
  #section-festival {
    padding: 50px 0;
  }
}

/* ===== Section EYA CARE ===== */
.eya-care-section {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}

/* Title */
.eya-title {
  font-weight: 900;
  letter-spacing: 1.5px;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.eya-subtitle {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
  /* opacity: 0.9; */
}

/* ===== Cards ===== */
.eya-card {
  background: rgba(255, 255, 255, 0.019);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all .3s ease;
  height: 100%;
}

.eya-card:hover {
  transform: translateY(-8px);
}

.eya-card h5 {
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: .75rem;
}

.eya-card p {
  font-size: .95rem;
  opacity: .9;
  line-height: 1.6;
}

/* CTA */
.eya-cta {
  margin-top: 80px;
  background: rgba(255, 255, 255, .06);
  border-radius: 18px;
  padding: 2.5rem 1.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
}

.eya-btn {
  background-color: var(--primary-color-1);
  border: none;
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 91, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.eya-btn:hover {
  transform: translateY(-3px);
}

/* Animation */
@keyframes pulseIcon {

  0%,
  100% {
    opacity: .9;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .eya-care-section {
    padding: 70px 20px;
  }

  .eya-title {
    font-size: 1.8rem;
  }

  .eya-card {
    padding: 1.8rem 1.2rem;
  }

  .eya-subtitle {
    font-size: .95rem;
  }
}

.pricing-s1 .bottom ul li {
  font-size: 0.75rem !important;
}

.pricing-s1 .top .price b {
  font-size: 28px;
  line-height: 54px;
  color: #fff;
}

.pricing-s1 .top .price .currency {
  font-size: 18px;
  line-height: 54px;
  vertical-align: top;
  display: inline-block;
}

/* ===== Section Shop ===== */
.eya-shop-section {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
}

.eya-title {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.eya-highlight {
  color: #fedd58;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eya-subtitle {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

.eya-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.eya-form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.eya-form input {
  flex: 1;
  min-width: 240px;
  padding: 0.8rem 1rem;
  border-radius: 50px;
  border: none;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: .95rem;
  outline: none;
  box-shadow: none;
  transition: border-color .3s ease;
}

.eya-form input:focus {
  border-color: #fedd58;
}

.btn-gradient {
  background: var(--primary-color-1);
  border: none;
  border-radius: 50px;
  padding: 0.8rem 1.4rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .3s ease;
}

.btn-gradient:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 100, 50, .4);
}

.eya-form-info {
  font-size: .9rem;
  opacity: .7;
  margin-top: .5rem;
}

.eya-shop-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .4);
  transition: transform .4s ease, box-shadow .4s ease;
}

.eya-shop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(255, 100, 50, .3);
}

.eya-shop-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
  transition: filter .4s ease;
}

.eya-shop-card:hover .eya-shop-img {
  filter: brightness(0.5);
}

.eya-shop-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .8));
  text-align: left;
}

.eya-shop-overlay h5 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fedd58;
  margin-bottom: .4rem;
}

.eya-shop-overlay p {
  font-size: .9rem;
  opacity: .85;
}

/* ===== Coming Soon ===== */
.eya-coming {
  margin-top: 60px;
  font-weight: 600;
  opacity: .85;
  background: rgba(255, 255, 255, .05);
  border-radius: 50px;
  padding: 1rem 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .eya-title {
    font-size: 2rem;
  }

  .eya-shop-section {
    padding: 70px 15px;
  }

  .eya-shop-overlay h5 {
    font-size: 1rem;
  }

  .btn-gradient {
    width: 100%;
  }
}

.eya-products {
  margin-top: 70px;
}

.eya-products h3 {
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.eya-product-card {
  background: rgba(255, 255, 255, .06);
  border-radius: 18px;
  text-align: center;
  padding: 0.25rem;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}

.eya-product-card:hover {
  transform: translateY(-6px);
}

.eya-product-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.eya-product-img img {
  width: 100%;
  height: auto;
  transition: transform .4s ease, filter .4s ease;
}

.eya-product-card:hover img {
  transform: scale(1.05);
  filter: brightness(.8);
}

.eya-product-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: .3rem;
  color: #fff;
}

.eya-product-price {
  font-weight: 700;
  color: #fedd58;
  margin-bottom: .5rem;
}

.eya-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .5rem;
  line-height: 1;
  padding: 0 .35rem;
  height: 16px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .2px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.accordion-dark .accordion-item {
  background: var(--dark-main-color);
  border-bottom: 1px solid #1f1f1f;
}

.accordion-dark .accordion-item+.accordion-item {
  border-top: none;
}

.accordion-dark .accordion-header {
  display: block;
  margin: 0;
}

.accordion-dark .accordion-button {
  width: 100%;
  color: #fff;
  background-color: var(--dark-main-color);
  padding: 1rem 1.25rem;
  box-shadow: none !important;
  font-weight: 700;
}

.accordion-dark .accordion-button:hover {
  background-color: var(--dark-main-color);
}

.accordion-dark .accordion-button:focus {
  border-color: #2a2a2a;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}

.accordion-dark .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--dark-main-color);
}

.accordion-dark .accordion-button::after {
  filter: invert(1);
}

.accordion-dark .accordion-collapse {
  background: var(--dark-main-color);
}

.accordion-dark .accordion-body {
  color: #e6e6e6;
}

#section-infos a {
  color: #fff;
  text-decoration: underline;
}

#section-infos a:hover {
  text-decoration: none;
  opacity: .9;
}

#section-infos .section-title h1 {
  color: #fff;
}

#section-infos .separator span i {
  color: #fff;
}

#defaultCountdown .countdown-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  align-items: start;
  gap: clamp(8px, 2vw, 24px);
  width: 100%;
  padding: 0;
}

#defaultCountdown .countdown-section {
  float: none !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#defaultCountdown .countdown-amount {
  font-weight: 900;
  line-height: 1;
  font-size: clamp(3rem, 8vw, 9rem) !important;
}

#defaultCountdown .countdown-period {
  font-weight: 700;
  opacity: .9;
  margin-top: .35rem;
  font-size: clamp(0.9rem, 2vw, 2rem) !important;
  width: auto !important;
}

@media (max-width: 768px) {
  #defaultCountdown .countdown-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  #defaultCountdown .countdown-row {
    grid-template-columns: 1fr;
  }
}

#section-accueil .wle-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

#section-accueil .wle-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-accueil .wle-video-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#section-accueil .container {
  position: relative;
  z-index: 3;
}

#section-accueil .de-gradient-edge-bottom-custom {
  position: relative;
  z-index: 2;
}

#section-accueil .wle-video-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

#section-accueil .wle-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-accueil .wle-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.15) 35%,
      rgba(0, 0, 0, 0.55) 70%,
      rgba(0, 0, 0, 0.90) 100%);
}

#section-accueil .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  #section-accueil .wle-video-overlay {
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.2) 30%,
        rgba(0, 0, 0, 0.65) 65%,
        rgba(0, 0, 0, 0.95) 100%);
  }
}

.section-accueil {
  padding: 0 !important;
}

/* ===== Onglets ===== */
.wle-tabs {
  display: flex;
  justify-content: center;
  gap: .5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}

.wle-tab {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: .6rem 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  outline: none;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.wle-tab:hover {
  transform: translateY(-1px);
}

.wle-tab:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.wle-tab.is-active {
  background: rgba(255, 255, 255, .25);
}

/* ===== Panneaux ===== */
.wle-tabpanel[hidden] {
  display: none !important;
}

/* ===== Grille de galerie ===== */
.wle-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 2vw, 24px);
}

@media (max-width: 1200px) {
  .wle-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wle-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .wle-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Item + effet hover */
.wle-gallery-item {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.wle-figure {
  margin: 0;
  position: relative;
}

.wle-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  /* ratio propre */
  object-fit: cover;
  border-radius: 16px;
  transform: translateZ(0);
}

.wle-hover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .55) 100%);
  opacity: 0;
  transition: opacity .25s ease;
  border-radius: 16px;
}

.wle-gallery-item:hover .wle-hover {
  opacity: 1;
}

.wle-zoom {
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .85rem;
  color: #fff;
  background: rgba(255, 255, 255, .15);
  padding: .45rem .75rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
  transform: translateY(6px);
  transition: transform .25s ease, background .2s ease;
}

.wle-gallery-item:hover .wle-zoom {
  transform: translateY(0);
}

#section-eya-care {
  color: #fff;
  min-height: 600px;
}

.eya-bg img {
  object-fit: cover;
}

.eya-glass-cover {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.eya-content {
  max-width: 620px;
  padding: 3rem 2rem;
}

.eya-subtitle {
  line-height: 1.7;
  color: rgba(255, 255, 255, .95);
}

.eya-image img {
  object-fit: cover;
}

.eya-overlay {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, .2), rgba(0, 0, 0, .55));
}

@media (max-width: 992px) {
  #section-eya-care {
    text-align: center;
  }

  .eya-content {
    padding: 2rem 1.25rem;
  }
}

#section-eya-care {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}

#section-eya-care img {
  border-radius: 0;
}

.eya-rounded-block {
  --eya-h: clamp(340px, 42vw, 560px);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 40px rgba(0, 0, 0, .25);
}

.eya-rounded-block>.col-lg-6 {
  position: relative;
  min-height: var(--eya-h);
  overflow: hidden;
}

.eya-col-left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.eya-col-right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.eya-bg,
.eya-glass-cover,
.eya-image,
.eya-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.eya-bg img,
.eya-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.eya-glass-cover {
  background: rgba(0, 0, 0, .48);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .14);
}

.eya-overlay {
  background: linear-gradient(to bottom right, rgba(0, 0, 0, .15), rgba(0, 0, 0, .5));
}

.eya-content {
  max-width: 620px;
  padding: 3rem 2rem;
}

.eya-subtitle {
  color: rgba(255, 255, 255, .95);
  line-height: 1.7;
}

.eya-center-intro .eya-body {
  color: rgba(255, 255, 255, .95);
  line-height: 1.7;
}

.eya-photo img {
  object-fit: cover;
  display: block;
}

.eya-badge {
  background: rgba(255, 255, 255, .12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  padding: .45rem .8rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .04em;
}

.eya-icons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem 1.25rem;
  margin: 0;
  padding: 0;
}

@media (max-width: 576px) {
  .eya-icons {
    grid-template-columns: 1fr;
  }
}

.eya-icon {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.eya-ico i {
  font-size: 1.1rem;
  color: #fff;
}

.eya-label {
  font-weight: 600;
  color: #fff;
  letter-spacing: .02em;
}

.eya-icons {
  gap: 1.5rem 2rem;
  margin: 0 auto;
  padding: 0;
}

.eya-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eya-ico {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}

.eya-ico i {
  color: #fff;
  font-size: 1.8rem;
}

.eya-label {
  color: #fff;
  font-weight: 600;
  margin-top: 0.75rem;
  letter-spacing: 0.03em;
}

.eya-ico:hover {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 768px) {
  .eya-ico {
    width: 60px;
    height: 60px;
  }

  .eya-label {
    font-size: 0.9rem;
  }
}

.eya-artist-card {
  position: relative;
  cursor: pointer;
  transition: transform .3s ease;
}

.eya-artist-card:hover {
  transform: scale(1.05);
}

.eya-artist-photo {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.eya-artist-photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  filter: brightness(0.9);
  transition: filter .3s;
}

.eya-artist-card:hover img {
  filter: brightness(1.1);
}

.eya-artist-info {
  text-align: center;
  margin-top: .6rem;
  font-weight: 600;
}

.modal-content {
  border-radius: 15px;
  overflow: hidden;
}

.eya-artist-card {
  position: relative;
  overflow: hidden;
  border: 0px !important;
}

.eya-ribbon--sm {
  font-size: .66rem;
  height: 30px;
}

@media (max-width: 576px) {
  .eya-ribbon {
    top: 10px;
    width: 200%;
    height: 30px;
    font-size: .66rem;
  }
}

.eya-artist-photo {
  position: relative;
}

.eya-ribbon {
  position: absolute;
  top: var(--ribbon-top, 22%);
  left: 50%;
  transform: translate(-60%, -50%) rotate(-45deg);
  transform-origin: center;

  width: 195%;
  height: 36px;
  display: grid;
  place-items: center;
  line-height: 1;
  padding: 0;

  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1b1200;
  background: linear-gradient(135deg, #FFF2B0, #FFD84D 45%, #FFB800 55%, #FFE89A);
  border: 1px solid rgba(255, 255, 255, .45);
  box-shadow: 0 8px 22px rgba(255, 196, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .65);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
  border-radius: 4px;
  pointer-events: none;
  z-index: 5;
}

.eya-ribbon--sm {
  height: 32px;
  font-size: .66rem;
}

@media (max-width: 576px) {
  .eya-ribbon {
    width: 210%;
    height: 32px;
    font-size: .66rem;
    top: var(--ribbon-top, 24%);
  }
}

#artistModal .modal-content {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
  color: #f9f9f9;
  overflow: hidden;
}

#artistModal .modal-content img {
  border-radius: 20px 0 0 20px;
}

#artistModal .btn-close {
  filter: invert(90%) sepia(60%) saturate(250%) hue-rotate(10deg);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

#artistModal .btn-close:hover {
  opacity: 1;
}

#artistModal h3 {
  color: #FFD84D;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#artistModal p {
  color: #e8e8e8;
  line-height: 1.6;
  font-size: 0.98rem;
}

#artistModal .btn-primary {
  background: linear-gradient(135deg, #FFD84D, #FFB800);
  border: none;
  color: #111;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 0.55rem 1.3rem;
  transition: all 0.3s ease;
}

#artistModal .btn-primary:hover {
  background: linear-gradient(135deg, #FFB800, #FFD84D);
  transform: scale(1.05);
  color: #000;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.wle-tabpanel {
  display: none !important;
}

.wle-tabpanel.is-active {
  display: block !important;
}

.wle-tab.active {
  font-weight: 600;
}

section {
  background: transparent !important;
}

@media (max-width: 768px) {
  section {
    background-size: 1000% !important;
  }
}

.eya-care-steps {
  padding: 3rem 1rem;
  border-radius: 16px;
  overflow: hidden
}

.eya-care-card {
  position: relative;
  min-height: 170px;
  will-change: transform, opacity;
  animation: cardIn .8s ease forwards, floatY 6s ease-in-out infinite;
  transition: box-shadow .35s ease
}

.eya-step-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid currentColor;
  font-weight: 800;
  font-size: 1.1rem;
  z-index: 2;
  will-change: transform, box-shadow;
  animation: pop 1.4s ease-in-out infinite
}

@keyframes cardIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.98)
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1)
  }
}

@keyframes floatY {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-8px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes pop {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0)
  }

  50% {
    transform: translate(-50%, -52%) scale(1.06);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25)
  }
}

.eya-care-steps .row>[class*="col-"]:nth-child(1) .eya-care-card {
  background-color: #ff5533;
  animation-delay: .05s, .0s
}

.eya-care-steps .row>[class*="col-"]:nth-child(2) .eya-care-card {
  background-color: #4ec7fe;
  animation-delay: .2s, .6s
}

.eya-care-steps .row>[class*="col-"]:nth-child(3) .eya-care-card {
  background-color: #a5cf15;
  animation-delay: .35s, 1.2s
}

.eya-care-steps .row>[class*="col-"]:nth-child(1) .eya-step-circle {
  animation-delay: .1s
}

.eya-care-steps .row>[class*="col-"]:nth-child(2) .eya-step-circle {
  animation-delay: .35s
}

.eya-care-steps .row>[class*="col-"]:nth-child(3) .eya-step-circle {
  animation-delay: .6s
}

@media (max-width: 768px) {
  .eya-care-steps {
    padding: 2rem 1rem
  }

  .eya-step-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem
  }
}

@media (prefers-reduced-motion: reduce) {

  .eya-care-card,
  .eya-step-circle {
    animation: none
  }
}

.wle-tab.active {
  background-color: var(--primary-color-1);
}

.wle-title {
  font-family: 'Summer Square', sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
}

.wle-subtitle {
  font-family: 'Summer Square', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
}

.wle-audio-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 0, 0, .55);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
  transition: transform .15s ease, background .2s ease, opacity .2s ease;
  z-index: 20;
}

.wle-audio-toggle:hover {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(0, 0, 0, .7);
}

.wle-audio-toggle:focus {
  outline: 2px solid #fff5;
  outline-offset: 2px;
}

.wle-audio-toggle--nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

@media (max-width: 576px) {
  .wle-audio-toggle {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }
}

header.smaller:not(.header-bottom):not(.side-header) {
  height: 70px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

header {
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

.wle-sticky-cta {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 999;

  --size: 100px;
  --orange-1: #ff5b01;
  --orange-2: #ff8a00;
  --orange-3: #ff6a00;
  --ring: #c9c9c9;

  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: fixed;
  outline: none;
  display: inline-block;

  background:
    radial-gradient(120% 120% at 30% 28%, #ffffff60 0 25%, #ffffff00 45%),
    radial-gradient(130% 170% at 50% 120%, var(--orange-2) 0 55%, var(--orange-3) 80%),
    radial-gradient(120% 120% at 50% 0%, var(--orange-1) 0 35%, var(--orange-2) 70%);
  box-shadow:
    inset 0 6px 12px #ffffff70,
    inset 0 -10px 18px #00000020,
    0 8px 18px #00000035;
  transition: transform .12s ease, filter .2s ease, box-shadow .2s ease;

  color: var(--wle-cta-color);
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  font-size: 18px;
  overflow: hidden;
  z-index: 10000;
  margin-bottom: 1rem;
}

.wle-sticky-cta::before {
  content: "";
  position: absolute;
  inset: 7% 13% auto 13%;
  height: 44%;
  border-radius: 50%;
  background:
    radial-gradient(100% 120% at 50% 22%,
      #ffffff99 0 28%,
      #ffffff66 40%,
      #ffd39b55 58%,
      #ffffff20 70%,
      #ffffff00 78%);
  filter: blur(.4px);
  pointer-events: none;
}

.wle-sticky-cta::after {
  content: "";
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  box-shadow: inset 0 0 22px #ffffff30;
  pointer-events: none;
}

.wle-sticky-cta:hover {
  filter: brightness(1.06) saturate(1.05);
}

.wle-sticky-cta:active {
  transform: translateY(1px) scale(0.99);
  box-shadow:
    inset 0 8px 14px #ffffff60,
    inset 0 -12px 20px #00000030,
    0 5px 12px #00000030,
    0 0 0 1.5px var(--ring);
}

.wle-sticky-cta:focus-visible {
  box-shadow:
    0 0 0 3px #ffffff,
    0 0 0 6px #ff9a1f80,
    inset 0 6px 12px #ffffff70,
    inset 0 -10px 18px #00000020,
    0 8px 18px #00000035;
}

@media (prefers-reduced-motion: reduce) {
  .wle-sticky-cta {
    transition: none;
  }
}

.wle-sticky-cta {
  overflow: visible;
  isolation: isolate;
}

.wle-sticky-cta>* {
  position: relative;
  z-index: 2;
}

.wle-cta-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 10px solid rgba(255, 138, 0, .60);
  box-sizing: border-box;
  pointer-events: none;
  z-index: 0;
  transform: scale(1);
  opacity: .9;
  animation: wle-border-pulse 2.2s ease-out infinite;
  box-shadow: 0 0 10px rgba(255, 138, 0, .22);
}

.wle-cta-pulse.pulse-2 {
  animation-delay: 1.1s;
  border-color: rgba(255, 138, 0, .42);
}

@keyframes wle-border-pulse {
  0% {
    transform: scale(1);
    opacity: .9;
  }

  70% {
    opacity: .25;
  }

  100% {
    transform: scale(1.22);
    opacity: 0;
  }
}

.wle-sticky-cta::before,
.wle-sticky-cta::after {
  z-index: 1;
}

#homepage {
  background-image: url("https://d2aqzcyvhibcdz.cloudfront.net/wle-cdn/cdn/landing/illustrations/motif-bg-wle25_99_cmp.jpg");
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0 18px;
  min-height: 100dvh;
}

#content {
  background-image: url("https://d2aqzcyvhibcdz.cloudfront.net/wle-cdn/cdn/landing/illustrations/WLE_BACKGROUND_noir_compressed.png");
  background-repeat: repeat !important;
  background-size: 300% auto !important;
  background-position: top center !important;
}

@media (max-width: 768px) {
  #content {
    background-size: 1000% auto !important;
  }
}

.wle-fs-5 {
  font-size: 1rem;
}

.item img {
  width: 100%;
  height: 250px !important;
}

@media (max-width: 991.98px) {
  header.header-mobile {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
    border: none !important;
    background: rgba(17, 17, 17, .45) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 0px solid rgba(255, 255, 255, .1) !important;
  }
}

header {
  min-height: 100px !important;
  justify-content: center !important;
}

:root {
  --header-min-h: 100px;
}

header.transparent {
  min-height: var(--header-min-h);
  padding-block: 12px;
  display: flex;
  align-items: center;
}

header.transparent>.container-fluid {
  width: 100%;
}

header.transparent .row-fluid,
header.transparent .col-md-12 {
  height: 100%;
}

header.transparent .row-fluid {
  display: flex;
  align-items: center;
}

header.transparent .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

header.transparent .logo {
  display: block;
  max-height: calc(var(--header-min-h) - 24px);
  height: auto;
  width: auto;
}

@media (max-width: 768px) {
  header.transparent .col-md-12 {
    justify-content: space-between;
  }
}

#mo-button-open {
  margin-top: 0px !important;
}

header #logo {
  opacity: 0;
  transform: translateY(-6px);
  height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, height .25s ease;
}

header:not(.levels-visible) #logo {
  opacity: 1;
  transform: translateY(0);
  height: auto;
  pointer-events: auto;
}

header.levels-visible #logo {
  opacity: 0;
  transform: translateY(-6px);
  height: 0;
  pointer-events: none;
}
