body {
    margin: 0vw;
    height: 98vh;
    width: 99vw;
    background: linear-gradient(to bottom,
            #e0e0e0 0%,
            #e0e0e0 55%,
            red 73%,
            #e0e0e0 91%,
            #e0e0e0 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

body::-webkit-scrollbar {
  display: none;
}

p {
    font-family: monospace;
    font-size: 0.9vw;
    line-height: 0.9vw;
    font-weight: normal;
    color: #000000;
    text-align: left
}

h3 {
    font-family: serif;
    font-size: 4.8vw;
    line-height: 4.8vw;
    letter-spacing: -0.1vw;
    font-weight: normal;
    color: #000000;
    text-align: justify;
    text-transform: uppercase;
    text-align-last: justify;

}

h1 {
    font-size: 4.8vw;
    line-height: 4.3vw;
    font-family: serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
}

h4 {
    font-family: serif;
    font-size: 9.6vw;
    line-height: 9.6vw;
    letter-spacing: -0.1vw;
    font-weight: normal;
    color: #000000;
    text-align: right;
    text-transform: uppercase;
    text-align-last: right;
}

.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: 50vw;
    z-index: 2;
    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: fixed;
    top: 0;
    left: 1.3vw;
    right: 1.3vw;
    z-index: 0;
    width: 33.33vw;
}

.random-text {
    position: fixed;
    display: inline-block;
    max-width: 20vw;
    padding: 1vw;
    z-index: 4;
    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 */
}

.txtmono {
    position: fixed;
    top: 0;
    left: 1.3vw;
    right: 1.3vw;
    font-family: monospace;
    font-size: 1.77vw;
    line-height: 0.85vw;
    color: #111;
    white-space: pre;
    text-align: justify;
    /* Important : ne pas mettre 'pre-wrap' si tu veux 100% fidèle */
}