.big-dots {
   width: 5%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   gap: 50px;
   visibility: visible;
}

.right .big-dots, .left .big-dots {
   visibility: hidden;
}

.big-dot {
  width: 40px; 
  height: 40px; 
  border-radius: 50%; 
  background: #0ac8be; 
  /* opacity: 0.5; */
}

#big-content section {
  min-height: 50vh;
  /* margin: 2rem 0; */
  background: none;
  color: white;
}

#section1 {
  text-align: center;
  padding-top: 50px;
}

#section1 img {
  width: 96%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

#section1 .hero__text {
  margin-top: -370px;
  margin-bottom: 180px;
  padding: 0 1150px 0 100px;
  text-align: left;
}

#section1 .hero__text h1 {
  font-size: 4.5rem;
  margin-bottom: 20px;
}

#section1 .hero__text .text-module__text {
  font-size: 2rem;
}

div.left .content, div.right .content {
  overflow-y: hidden;
}

/* .left #section1, .right #section1 {
  min-height: 0;
} */

/* .left #section1 .hero__text, .right #section1 .hero__text {
  margin-top: -170px;
  padding: 0 0 0 50px;
  text-align: left;
  margin-bottom: 0;
} */

/* .left #section1 .hero__text h1, .right #section1 .hero__text h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
} */

/* .left #section1 .hero__text .text-module__text, .right #section1 .hero__text .text-module__text {
  font-size: 1.5rem;
} */

#section2 {
  position: relative;
}

#section2 .d-xl-flex {
  display: flex;
}

#section2 .big-vision-evolution__img-line-inner img {
  display: block;  
  height: 3rem;
  max-width: unset;
  width: auto;
}

#section2 .big-vision-evolution__img-line-text p {
  color: #0ac8be;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  line-height: 1.5;
}

#section2 .hero__text {
  padding: 150px 200px 0;
  text-align: center;
  position: relative;
}

#section2 .hero__text h1 {
  font-size: 4.5rem;
  margin-bottom: 20px;
}

#section2 .hero__text .text-module__text {
  font-size: 3rem;
  line-height: 4rem;
  padding: 50px 150px 0;
}

#section2 .big-vision-evolution__img-line {
  max-width: 100%;
  position: relative;
  margin-top: 100px;
  width: 100%;
}

#section2 .content_target {
  display: none;
}

#section2 .content_container {
  /* min-height: 700px; */
  min-height: 200px;
}

#section2 .content_container .hero__text {
  padding: 100px 50px;
}

#section2 .big-vision-evolution__img-line-inner {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  overflow: hidden;
}

#section2 .big-vision-evolution__img-line-text {
  flex: 0 1 max-content;
  padding: 0 2.3rem;
  white-space: nowrap;
}

#section2 .big-vision-evolution__img-line-inner:last-child {
  justify-content: flex-end;
}

#section2 .big-vision-evolution__img-line-inner {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-start;
  overflow: hidden;
}

#section2 .slider__inner {
  margin: 100px auto 0 auto;
  width: 92%;
}

#section2 ul.splide__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#section2 .splide__slide:first-child {
  width: 18%;
  margin-top: 111px;
}

#section2 .splide__slide:nth-child(2) {
  width: 23%;
  margin-top: 73px;
}

#section2 .splide__slide:nth-child(3) {
  width: 28%;
  margin-top: 25px;
}

#section2 .splide__slide:nth-child(4) {
  width: 31%;
}

#section2 li.splide__slide {
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  text-align: center;
}

#section2 li.splide__slide img {
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
  margin: 0 auto;
  width: 80%;
  opacity: 0.5;
  border-radius: 50%;
}

#section2 .big-vision-evolution__img-wrapper .big-vision-evolution__img-grid {
  --extra-size: 6rem;
  height: calc(100% + var(--extra-size) * 2);
  left: calc(var(--extra-size) * -1);
  max-width: unset;
  position: absolute;
  top: calc(var(--extra-size) * -1);
  width: calc(100% + var(--extra-size) * 2);
  z-index: -2;
}


.left #section2 .hero__text h1, .right #section2 .hero__text h1 {
    font-size: 2rem;
}

.left #section2 .hero__text, .right #section2 .hero__text {
    padding: 72px 50px 0;
}

#section3 { padding-top: 50px; }


/* Poster cliquable (bouton accessible) */
.big-thumb{
  all: unset;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.big-thumb:focus-visible{
  outline: 2px solid #4c9ffe;
  outline-offset: 4px;
  border-radius: 16px;
}
.big-thumb img {
  width: 96%;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.big-media img{
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* === Overlay / Lightbox === */
.big-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  display: none;
  place-items: center;
  z-index: 999;
  padding: 2vh;
}
.big-overlay[data-open="true"]{ display: grid; }

.big-player{
  height: 65vh;
  aspect-ratio: 16 / 9;
  max-width: 95vw;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  overflow: hidden;
  background: #000;
}
.big-player video{
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

#sensitiveFrame {
  /* margin-top: 100px; */
  width: 100%;
  height: 1750px;
  border: 0;
  background: transparent;
  /* overflow-y: hidden; */
  scrollbar-width: 0;
}

#section5 {
  height: 500px;
  display: block;
}

#section5 .hero__text {
  padding: 0 200px;
  text-align: center;
  position: relative;
}

#section5 .hero__text h1 {
  font-size: 4.5rem;
  margin-bottom: 20px;
}