body {
  margin: 0vw;
  height: 98vh;
  width: 99vw;
  background-color: #e0e0e0;
  background-attachment: fixed;
  min-height: 100vh;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: normal;
  color: #000000;
  text-align: center;
  box-sizing: border-box;

}

h2 {
  font-family: 'helvetica';
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: normal;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}


h1 {
  font-size: 4.8vw;
  line-height: 4.3vw;
  font-family:'Helvetica';
  font-weight: lighter;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  z-index: 15;
}

.titre {
  position: fixed;
  top: 1vh;
  left: 50%;
 transform: translateX(-50%);
  z-index: 15;
  width: 100vw;
  text-align: center;
}

.chaize-jump {
  position: fixed;
  opacity: 0;
  transition: opacity 0.01s ease;
  z-index: 10;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.link-box:hover {
  color: #e0e0e0;
}

#hover-image {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 15vw;
  height: auto;
  display: none;
  transition: opacity 0.2s ease;
  z-index: 1000;
}

.boite-txt {
  position: relative;
  top: 5vw;
  z-index: 10;
  scroll-behavior: smooth;
}

.side-text {
  font-size: 1vw;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  margin-right: 1vw;
  margin-left: 1vw;
  user-select: none;
  text-align: center;
}

.boite-par {
  position: relative;
  top: 90vh;
  left: 1.3vw;
  right: 1.3vw;
  z-index: 6;
  width: 97vw;
  align-items: center;
}

.random-text {
  position: fixed;
  display: inline-block;
  max-width: 20vw;
  padding: 1vw;
  z-index: -10;
  font-size: 1.2vw;
  line-height: 1.2vw;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: wavy;
  opacity: 1;
}

.boite-par-2 {
  position: fixed;
  top: -4.2vw;
  left: 1.3vw;
  right: 1.3vw;
  z-index: 0;
  max-width: 99vw;
}

.boite-par-3 {
  position: fixed;
  bottom: -13vw;
  left: 1.3vw;
  right: 1.3vw;
  z-index: 4;
  max-width: 99vw;
}

.line {
  font-size: 4.8vw;
  line-height: 4.8vw;
  letter-spacing: -0.1vw;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  text-align: justify;
  text-align-last: justify;
  cursor: pointer;
  position: relative;
}

.line-clone {
  letter-spacing: -0.1vw;
  opacity: 1;
  transition: opacity 0.01s ease;
}

a.line {
  letter-spacing: -0.1vw;
}

a.line:hover,
a.line:focus {
  letter-spacing: -0.1vw;
}

#gradient-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  pointer-events: none;
  z-index: -1;
  transition: opacity 1s ease-in-out;
}

.overlay-png {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  pointer-events: none; /* l’image ne gêne pas les clics */
  z-index: 6; /* au-dessus du fond mais en dessous du reste */
}

.slider-container {
  width: 101%;
  top: 5vh;
  bottom: 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
  height: 90.4vh;
}

.slider-track {
  display: flex;
  transition: transform 1s ease-in-out;
  will-change: transform;
}

.slider-track img {
  max-height: 90.4vh;
  height: 100%;
  width: auto;
  flex-shrink: 0;
}

.description {
  position: fixed;
  bottom: -0.8vh;
  width: 33.3333vw; /* chaque bloc prend un tiers de l’écran */
  height: auto; /* ou définis une hauteur fixe si besoin */
  box-sizing: border-box;
  padding: 1vw; /* optionnel pour aérer un peu */
}

/* Positionnements spécifiques */
.description.gauche {
  left: 0;
}

.description.centre {
  left: 33.3332vw;
}

.description.droite {
  left: 66.6665vw;
}
