.textes p {
  /* transform: translateX(calc(var(--i) * 50vw)); */
  width: 50ch;
  font-size: clamp(1rem, 2vw, 2rem);
  /* text-align: justify; */
  /* text-justify: inter-character; */
  background-color: transparent;
}

.textes p:nth-child(even):not(.scroller-target) {
  transform: translateX(calc(var(--i) * 20vw)) translateY(20vh);
}

.textes p:nth-child(odd):not(:first-child):not(.scroller-target) {
  transform: translateX(calc(var(--i) * 20vw)) translateY(40vh);
}

.textes p:nth-child(1) {
  margin-top: 200px;
  margin-left: 50vw;
}

.textes {
  text-shadow: 0.5px 0 #6f7375, -0.5px 0 #b6bbbe55, 1px 1px #979b9e96, -1px -1px #8f949655, 2px 0px #bdbaba70;
}