.wrapper p {
    transform: translateX(calc(var(--i) * 50vw));
    width: 55ch;
    /* color: rgb(75, 102, 71); */
    color: #8d926c;
    font-size: clamp(1rem, 2vw, 2rem);
    /* text-align: justify;
  text-justify: inter-character; */
    background-color: transparent;
}


.wrapper p:nth-child(even) {
    transform: translateX(calc(var(--i) * 10vw));
}

.wrapper p:nth-child(odd) {
    transform: translateX(calc(var(--i) * 10vw));
}

.center:nth-child(even) {
    margin: -3vh;
}

.center:nth-child(odd) {
    margin: -15vh;
}

.suite {
    color: #8d926c;
}

.suite:hover {
    letter-spacing: 10px;
}

.suite span:hover {
    letter-spacing: 20px;
    color: #676b53;
    text-shadow: 2px 1px 4px #9e935b;
}

.courbe-svg {
    filter: url(#filtre-trace);
}

.courbe-svg path {
    stroke-dashoffset: var(--path-length);
    stroke-dasharray: 25 5000 ;
    stroke: #a1a77a;
    stroke-width: 3px;
    animation: draw 200s linear infinite;
    opacity: .5;
}

@keyframes draw {

    to {
        stroke-dashoffset: 0;
    }
}

#animate {
    position: absolute;
    top: 0;
    width: 100%;
    /*height: 100%; */
    left: 0;
    height: 40vh;
    margin: 0;
}


.titre-svg {
  background: radial-gradient(closest-side, rgba(231, 234, 236, 1) 10%, rgba(0, 0, 0, 0) 100%)
}








/* 
.textes p {
  width: 50ch;
  font-size: clamp(1rem, 2vw, 2rem);
  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;
} */
