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-size: 2.4vw;
  line-height: 2.4vw;
  font-weight: normal;
  color: #000000;
  text-align: justify;
}

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: 'helvetica';
  font-weight: lighter;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
}

h4 {
  font-family: 'helvetica';
  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: absolute;
  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: relative;
  top: -1vw;
  left: 1.3vw;
  right: 1.3vw;
  z-index: 0;
  width: 97vw;
}

.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;
}

a.line {
  letter-spacing: -0.1vw;
}

a.line:hover,
a.line:focus {
  letter-spacing: -0.1vw;
}