@import url(https://use.typekit.net/kbo4pht.css);
body {
  background-color: black;
  background-image: url("../assets/images/fondLumiere.png");
  background-size: 100vw;
  color: white;
  font-family: degular-mono, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.nav__container {
  width: calc(100vw - 36px);
  margin: 0 18px 0 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 18px;
  z-index: 3000;
}
.nav__button {
  width: 140px;
  font-family: degular-mono, sans-serif;
  background: transparent;
  border: none;
  color: white;
  font-size: 15px;
  background-image: url("../assets/svg/burgerMenu.svg");
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
  transition: background-image 0.1s;
}
.nav__button--active {
  background-image: url("../assets/svg/close.svg");
  z-index: 3000;
}
.nav__logo {
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 34px;
  width: 17px;
  background-image: url("../assets/svg/logo.svg");
  background-size: cover;
}
.nav__logo:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}

.footer {
  position: fixed;
  font-size: 16px;
  bottom: 20px;
  left: 22px;
  z-index: 2000;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
.footer--active {
  opacity: 1;
  pointer-events: all;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.grilleBackground {
  height: 200vh;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  z-index: 2;
}

.square rect {
  fill: transparent;
  stroke: transparent;
}

.square {
  opacity: 0;
}

.square--active {
  -webkit-animation: square 0.5s linear;
          animation: square 0.5s linear;
}

@-webkit-keyframes square {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes square {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (min-width: 900px) {
  .grilleBackground {
    height: 130vh;
  }

  .nav__container {
    top: 36px;
  }
}
@media (min-width: 1200px) {
  .nav__button {
    font-size: 18px;
  }
  .nav__container {
    width: calc(100vw - 96px);
    margin: 0 48px 0 48px;
  }

  .grilleBackground {
    width: 120vw;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    z-index: 20;
  }
}
@media (min-width: 1400px) {
  .grilleBackground {
    height: 110vw;
  }
}
@media (min-width: 1900px) {
  .grilleBackground {
    width: 150vw;
    height: 170vh;
  }
}
@media (min-width: 2300px) {
  .grilleBackground {
    width: 150vw;
    height: 180vh;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background-image: url("../assets/images/fondLumiere@2x.png");
  }
}
.home {
  height: var(--screen-height);
  position: relative;
}

.slider {
  margin: 0;
  padding: 0;
  height: var(--screen-height);
  background-image: url("../assets/images/fondLumiere.png");
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  transform: none !important;
  overflow: hidden;
}
.slider__el {
  opacity: 0;
  position: absolute;
  height: var(--screen-height);
  width: 100vw;
  top: 0;
  left: 0;
  overflow: hidden;
}
.slider__el--active {
  opacity: 1;
  transition: opacity 1s;
}
.slider__titre {
  color: #00DF09;
  font-family: good-times, sans-serif;
  font-size: 64px;
  transform: rotate(-90deg);
  margin: 0;
  position: absolute;
  bottom: 425px;
  left: -155px;
  z-index: 0;
}
.slider__titre--outline {
  color: transparent;
  transform: rotate(0deg);
  margin: 0;
  position: absolute;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../assets/svg/numberOne.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 100%;
  bottom: 505px;
  left: 20px;
  font-size: 10.8vw;
}
.slider__titre2 {
  display: none;
}
.slider__titres {
  list-style: none;
}
.slider__img {
  width: 600px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 20;
  pointer-events: none;
}
.slider__img--tete {
  left: 55%;
  bottom: -270px;
  width: 400px;
}
.slider__lignes path {
  stroke: white;
}
.slider__lignes path:hover {
  opacity: 0.5;
}
.slider svg {
  position: absolute;
  bottom: -90px;
  right: -280px;
  width: 444px;
  height: 767px;
  z-index: 10;
}
.slider__buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 20%;
  justify-content: space-between;
  position: fixed;
  bottom: 32px;
  z-index: 300;
  right: 50%;
  transform: translateX(50%);
}
.slider__button {
  background-color: transparent;
  border: none;
  width: 15px;
  height: 15px;
  background-image: url("../assets/svg/fleur.svg");
  background-repeat: none;
  background-size: 100%;
  font-size: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.slider__button--active {
  background-image: url("../assets/svg/fleurActive.svg");
}

.listeTableau {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 67vw;
  position: absolute;
  z-index: 300;
  top: 100px;
}
.listeTableau__el {
  border: 1px solid white;
  padding: 6px 18px 6px 9px;
  position: relative;
  display: flex;
}
.listeTableau__el--active::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../assets/svg/etoile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.listeTableau__el:hover::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("../assets/svg/etoile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.listeTableau__speakers--active {
  width: 22px;
  height: 22px;
  background-image: url("../assets/images/sound.gif");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
  background-position: -50%;
  align-self: center;
}
.listeTableau__button {
  background-color: transparent;
  border: none;
  color: white;
  color: white;
  font-family: degular-mono, sans-serif;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}
.listeTableau__button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 51%;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: width 0.3s ease-in-out;
}
.listeTableau__button:hover::before {
  width: 100%;
}
.listeTableau__button--active::before {
  width: 100%;
}

.container {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}
.container__titre {
  margin: 0;
  padding: 0;
}

:root {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 4s;
  --delay-anim: 16s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

.glitch_image:nth-child(1) {
  opacity: 0.7;
}

.glitch_image:nth-child(2) {
  -webkit-animation: glitch-anim-1-horizontal var(--time-anim) linear infinite;
          animation: glitch-anim-1-horizontal var(--time-anim) linear infinite;
}

.glitch_image:nth-child(3) {
  -webkit-animation: glitch-anim-2-horizontal var(--time-anim) linear infinite;
          animation: glitch-anim-2-horizontal var(--time-anim) linear infinite;
}

.glitch_image:nth-child(4) {
  -webkit-animation: glitch-anim-3-horizontal var(--time-anim) linear infinite;
          animation: glitch-anim-3-horizontal var(--time-anim) linear infinite;
}

.glitch_image:nth-child(5) {
  -webkit-animation: glitch-anim-flash 0.2s steps(2, start) 0s infinite;
          animation: glitch-anim-flash 0.2s steps(2, start) 0s infinite;
}

.glitch_image:last-child {
  opacity: 1;
}

@-webkit-keyframes glitch-anim-1-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}

@keyframes glitch-anim-1-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-anim-2-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-2-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-anim-3-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@keyframes glitch-anim-3-horizontal {
  0% {
    opacity: 1;
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
  21.9% {
    opacity: 1;
  }
  22%, 100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
}
@-webkit-keyframes glitch-anim-flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@keyframes glitch-anim-flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
@media (min-height: 1100px) {
  .slider__titre {
    left: -185px;
    font-size: 79px;
    bottom: 690px;
  }
  .slider__titre--outline {
    bottom: 610px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider svg {
    width: 570px;
    height: 984px;
    bottom: 0;
  }
  .slider__img {
    bottom: 0px;
    width: 900px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 400px;
  }

  .listeTableau {
    top: 150px;
  }
}
@media (min-height: 1000px) and (max-height: 1100px) {
  .slider__titre {
    bottom: 605px;
  }
  .slider__titre--outline {
    bottom: 610px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider svg {
    width: 500px;
    height: 863px;
    bottom: 0;
  }
  .slider__img {
    bottom: 0px;
    width: 800px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 400px;
  }

  .listeTableau {
    top: 120px;
  }
}
@media (min-height: 880px) and (max-height: 1000px) {
  .slider__titre {
    bottom: 505px;
  }
  .slider__titre--outline {
    bottom: 500px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider svg {
    bottom: 0px;
  }
  .slider__img {
    bottom: 0px;
    width: 700px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -270px;
    width: 400px;
  }

  .listeTableau {
    top: 120px;
  }
}
@media (max-height: 850px) {
  .slider__titre {
    bottom: 435px;
  }
  .slider__titre--outline {
    bottom: 380px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -190px;
    width: 300px;
  }
}
@media (max-height: 760px) {
  .slider svg {
    bottom: -145px;
  }
  .slider__titre {
    bottom: 370px;
  }
  .slider__titre--outline {
    bottom: 360px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider__img {
    width: 600px;
    bottom: -90px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -200px;
    width: 300px;
  }

  .listeTableau {
    top: 90px;
  }
}
@media (max-height: 700px) {
  .slider svg {
    bottom: -190px;
  }
  .slider__titre {
    bottom: 325px;
  }
  .slider__titre--outline {
    bottom: 320px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider__img {
    width: 550px;
    bottom: -100px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -155px;
    width: 250px;
  }
}
@media (max-height: 660px) {
  .slider svg {
    bottom: -250px;
  }
  .slider__titre {
    bottom: 270px;
  }
  .slider__titre--outline {
    bottom: 290px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider__img {
    bottom: -160px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -185px;
    width: 250px;
  }
}
@media (max-height: 600px) {
  .slider__titre {
    bottom: 240px;
  }
  .slider__titre--outline {
    bottom: 250px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider svg {
    bottom: -275px;
  }
  .slider__img {
    bottom: -170px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 220px;
  }
}
@media (max-height: 560px) {
  .slider__titre {
    bottom: 240px;
  }
  .slider__titre--outline {
    bottom: 10px;
    left: 20px;
    font-size: 10.8vw;
  }
  .slider svg {
    bottom: -275px;
  }
  .slider__img {
    bottom: -180px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -150px;
    width: 200px;
  }
}
@media (max-width: 370px) {
  .slider__titre {
    font-size: 52px;
    bottom: 485px;
    left: -123px;
  }
  .slider__titre--outline {
    bottom: 415px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider__img {
    width: 600px;
    bottom: 0;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 300px;
  }
  .slider svg {
    bottom: -90px;
  }
  .slider__buttons {
    width: 25%;
    bottom: 32px;
  }
  .slider__button {
    width: 15px;
    height: 15px;
  }

  .listeTableau {
    width: 82vw;
  }
  .listeTableau__button {
    font-size: 15px;
  }
  .listeTableau__el--active::before {
    width: 15px;
    height: 15px;
    left: -20px;
  }
  .listeTableau__el:hover::before {
    width: 15px;
    height: 15px;
    left: -20px;
  }
}
@media (max-width: 370px) and (max-height: 760px) {
  .slider svg {
    bottom: -145px;
  }
  .slider__titre {
    bottom: 425px;
  }
  .slider__titre--outline {
    bottom: 415px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider__img {
    width: 600px;
    bottom: 0px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 300px;
  }
}
@media (max-width: 370px) and (max-height: 700px) {
  .slider svg {
    bottom: -190px;
  }
  .slider__titre {
    bottom: 385px;
  }
  .slider__titre--outline {
    bottom: 345px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider__img {
    width: 550px;
    bottom: 0;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -200px;
    width: 280px;
  }
}
@media (max-width: 370px) and (max-height: 660px) {
  .slider svg {
    bottom: -235px;
  }
  .slider__titre {
    bottom: 375px;
    font-size: 42px;
    left: -97px;
  }
  .slider__titre--outline {
    bottom: 320px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider__img {
    bottom: 0px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -200px;
    width: 270px;
  }
}
@media (max-width: 370px) and (max-height: 600px) {
  .slider__titre {
    bottom: 335px;
  }
  .slider__titre--outline {
    bottom: 270px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider svg {
    bottom: -275px;
  }
  .slider__img {
    bottom: -40px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 230px;
  }
}
@media (max-width: 370px) and (max-height: 560px) {
  .slider__titre {
    bottom: 315px;
  }
  .slider__titre--outline {
    bottom: 230px;
    left: 20px;
    width: 87%;
  }
  .slider svg {
    bottom: -295px;
  }
  .slider__img {
    bottom: -70px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -130px;
    width: 190px;
  }
}
@media (max-width: 370px) and (max-height: 530px) {
  .slider__titre {
    bottom: 265px;
  }
  .slider__titre--outline {
    bottom: 185px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider svg {
    bottom: -345px;
  }
  .slider__img {
    bottom: -120px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -100px;
    width: 150px;
  }
}
@media (max-width: 370px) and (max-height: 485px) {
  .slider__titre {
    bottom: 225px;
  }
  .slider__titre--outline {
    bottom: 155px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider svg {
    bottom: -385px;
  }
  .slider__img {
    bottom: -160px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -85px;
    width: 125px;
  }
}
@media (max-width: 370px) and (max-height: 450px) {
  .slider__titre {
    bottom: 185px;
  }
  .slider__titre--outline {
    bottom: 115px;
    left: 20px;
    font-size: 10.4vw;
  }
  .slider svg {
    bottom: -425px;
  }
  .slider__img {
    bottom: -200px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -65px;
    width: 95px;
  }
}
@media (min-width: 540px) {
  .slider__titre {
    font-size: 79px;
    bottom: 590px;
    left: -192px;
  }
  .slider__titre--outline {
    bottom: 505px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 800px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -270px;
    width: 400px;
  }
  .slider svg {
    width: 560px;
    height: 880px;
  }
  .slider__buttons {
    width: 20%;
    bottom: 36px;
  }
  .slider__button {
    width: 20px;
    height: 20px;
  }

  .listeTableau {
    width: 47vw;
  }
}
@media (min-width: 540px) and (max-height: 970px) {
  .slider__titre {
    bottom: 530px;
  }
  .slider__titre--outline {
    bottom: 485px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    bottom: -60px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -280px;
    width: 400px;
  }
  .slider svg {
    bottom: -60px;
  }
}
@media (min-width: 540px) and (max-height: 900px) {
  .slider__titre {
    bottom: 430px;
  }
  .slider__titre--outline {
    bottom: 420px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    bottom: -160px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -240px;
    width: 350px;
  }
  .slider svg {
    bottom: -160px;
  }
}
@media (min-width: 540px) and (max-height: 790px) {
  .slider__titre {
    bottom: 330px;
  }
  .slider__titre--outline {
    bottom: 5px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    bottom: -260px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -220px;
    width: 310px;
  }
  .slider svg {
    bottom: -260px;
  }

  .listeTableau {
    width: 42vw;
    top: 80px;
  }

  .container {
    padding: 0px 55px;
    justify-content: left;
  }
}
@media (min-width: 540px) and (max-height: 690px) {
  .slider__titre {
    bottom: 220px;
  }
  .slider__titre--outline {
    bottom: -5px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 400px;
    bottom: 0px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -190px;
    width: 270px;
  }
  .slider svg {
    bottom: -370px;
  }

  .listeTableau {
    width: 39vw;
  }
  .listeTableau__button {
    font-size: 15px;
  }
  .listeTableau__el {
    padding: 6px 15px 6px 15px;
  }
}
@media (min-width: 540px) and (max-height: 580px) {
  .slider__titre {
    font-size: 52px;
    bottom: 180px;
    left: -123px;
  }
  .slider__titre--outline {
    bottom: 10px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 400px;
    bottom: 0px;
  }
  .slider__img--tete {
    left: 78%;
    bottom: -150px;
    width: 250px;
  }
  .slider svg {
    bottom: -500px;
    right: -400px;
  }
}
@media (min-width: 540px) and (max-height: 450px) {
  .slider__titre {
    font-size: 42px;
    bottom: 120px;
    left: -93px;
  }
  .slider__titre--outline {
    bottom: 5px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 400px;
    bottom: -80px;
  }
  .slider__img--tete {
    left: 78%;
    bottom: -150px;
    width: 240px;
  }
  .slider svg {
    bottom: -590px;
    right: -400px;
  }
}
@media (min-width: 540px) and (max-height: 400px) {
  .slider__titre--outline {
    bottom: 5px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img--tete {
    left: 78%;
    bottom: -130px;
    width: 200px;
  }
}
@media (min-width: 540px) and (max-height: 340px) {
  .slider__titre {
    font-size: 37px;
    bottom: 100px;
    left: -93px;
  }
  .slider__titre--outline {
    bottom: 5px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 400px;
    bottom: -120px;
  }
  .slider__img--tete {
    left: 78%;
    bottom: -135px;
    width: 190px;
  }
  .slider svg {
    bottom: -630px;
    right: -400px;
  }
  .slider__buttons {
    bottom: 10px;
    width: 15%;
  }
  .slider__button {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 540px) and (min-height: 1100px) {
  .slider__titre {
    bottom: 695px;
  }
  .slider__titre--outline {
    bottom: 680px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 900px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 550px;
  }
  .slider svg {
    width: 570px;
    height: 985px;
  }

  .listeTableau {
    top: 120px;
  }
}
@media (min-width: 540px) and (min-height: 1200px) {
  .slider__titre {
    bottom: 810px;
  }
  .slider__titre--outline {
    bottom: 680px;
    left: 20px;
    font-size: 11.2vw;
  }
  .slider__img {
    width: 1000px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 550px;
  }
  .slider svg {
    width: 640px;
    height: 1105px;
    right: -380px;
  }

  .listeTableau {
    top: 190px;
  }
}
@media (min-width: 760px) {
  .slider__titre {
    transform: rotate(0deg);
    bottom: 20px;
    left: 20px;
    z-index: 20;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: calc(100% - 40px);
    background-image: url("../assets/svg/fantasm.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 100%;
    height: 200px;
  }
  .slider__titre--outline {
    bottom: 20px;
    left: 20px;
    -webkit-text-stroke-width: 0px;
    background-image: url("../assets/svg/numberOne.svg");
  }
  .slider__titre2 {
    display: block;
    color: transparent;
    font-family: good-times, sans-serif;
    transform: rotate(-90deg);
    margin: 0;
    position: absolute;
    z-index: 10;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: #00DF09;
    bottom: 375px;
    left: -214px;
    font-size: 79px;
  }
  .slider__img {
    width: 700px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 550px;
  }
  .slider svg {
    position: absolute;
    bottom: -200px;
    left: 60%;
    transform: translate(-50%);
    height: 120vh;
    z-index: 10;
  }
  .slider__buttons {
    width: 15%;
    height: 15%;
    flex-direction: column;
    align-items: flex-end;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider__button {
    width: 25px;
    height: 25px;
  }

  .listeTableau {
    width: 30vw;
    top: 80px;
  }

  .container {
    padding: 0px 55px;
    justify-content: left;
  }
}
@media (min-width: 760px) and (min-height: 1120px) {
  .slider svg {
    position: absolute;
    bottom: -450px;
    left: 60%;
    transform: translate(-50%);
    height: 140vh;
    z-index: 10;
  }
  .slider__img {
    width: 900px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 600px;
  }
}
@media (min-width: 760px) and (max-height: 1000px) {
  .slider svg {
    position: absolute;
    bottom: -250px;
    left: 60%;
    transform: translate(-50%);
    height: 140vh;
    z-index: 10;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -270px;
    width: 400px;
  }
}
@media (min-width: 760px) and (max-height: 740px) {
  .slider__titre2 {
    bottom: 275px;
    left: -104px;
    font-size: 42px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 570px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -210px;
    width: 320px;
  }
  .slider__button {
    width: 20px;
    height: 20px;
  }

  .listeTableau__button {
    font-size: 18px;
  }
}
@media (min-width: 760px) and (max-height: 620px) {
  .slider svg {
    bottom: -100px;
  }
  .slider__img--tete {
    left: 67%;
    bottom: -210px;
    width: 320px;
  }
}
@media (min-width: 760px) and (max-height: 540px) {
  .slider__titre2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
    font-size: 34px;
  }
  .slider__img {
    width: 450px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 67%;
    bottom: -150px;
    width: 260px;
  }
  .slider__button {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 760px) and (max-height: 400px) {
  .slider__titre2 {
    bottom: 215px;
    left: -60px;
    font-size: 27px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 400px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 67%;
    bottom: -120px;
    width: 230px;
  }
  .slider__button {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 940px) {
  .slider__titre {
    bottom: 40px;
  }
  .slider__titre2 {
    bottom: 385px;
    left: -189px;
    font-size: 71px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 770px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 550px;
  }
  .slider svg {
    bottom: -120px;
    height: 120vh;
  }
}
@media (min-width: 940px) and (min-height: 1000px) {
  .slider svg {
    bottom: -400px;
    height: 140vh;
  }
  .slider__img {
    width: 1000px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -390px;
    width: 590px;
  }
  .slider__titre2 {
    bottom: 445px;
    left: -214px;
    font-size: 79px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
}
@media (min-width: 940px) and (min-height: 1120px) {
  .slider svg {
    bottom: -500px;
    height: 150vh;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -490px;
    width: 690px;
  }
}
@media (min-width: 940px) and (max-height: 940px) {
  .slider__img--tete {
    left: 55%;
    bottom: -310px;
    width: 450px;
  }
}
@media (min-width: 940px) and (max-height: 790px) {
  .slider__titre2 {
    bottom: 325px;
    left: -119px;
    font-size: 47px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 650px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -210px;
    width: 350px;
  }
  .slider__button {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 940px) and (max-height: 640px) {
  .listeTableau {
    width: 24vw;
  }
}
@media (min-width: 940px) and (max-height: 600px) {
  .slider svg {
    bottom: -400px;
    height: 200vh;
  }
  .slider__titre {
    bottom: 20px;
  }
  .slider__titre2 {
    bottom: 300px;
  }
}
@media (min-width: 940px) and (max-height: 560px) {
  .slider__img {
    width: 570px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -200px;
    width: 320px;
  }
  .slider__titre {
    bottom: 20px;
  }
  .slider__titre2 {
    bottom: 250px;
    font-size: 35px;
    left: -80px;
  }
  .slider__button {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 940px) and (max-height: 500px) {
  .slider__img {
    width: 500px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -170px;
    width: 290px;
  }
}
@media (min-width: 1200px) {
  .slider__titre {
    bottom: 20px;
    left: 48px;
    width: calc(100% - 96px);
    height: 300px;
  }
  .slider__titre2 {
    bottom: 395px;
    left: -162px;
    font-size: 71px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 700px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 50%;
    bottom: -370px;
    width: 550px;
  }
  .slider svg {
    bottom: -200px;
    left: 58%;
    height: 140vh;
  }
  .slider__button {
    width: 20px;
    height: 20px;
  }
  .slider__buttons {
    right: 48px;
  }

  .listeTableau {
    width: 27vw;
    top: 100px;
  }
  .listeTableau__button {
    font-size: 2Opx;
  }
  .listeTableau__button::before {
    top: 53%;
  }

  .container {
    padding: 0px 68px;
  }
}
@media (min-width: 1200px) and (max-height: 920px) {
  .slider__img--tete {
    left: 55%;
    bottom: -300px;
    width: 450px;
  }
}
@media (min-width: 1200px) and (max-height: 770px) {
  .slider__titre2 {
    bottom: 325px;
    left: -65px;
    font-size: 38px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 600px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -300px;
    width: 450px;
  }
  .slider svg {
    bottom: -200px;
    left: 58%;
    height: 140vh;
  }
  .slider__button {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) and (max-height: 700px) {
  .slider__img--tete {
    left: 55%;
    bottom: -260px;
    width: 400px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .slider__img--tete {
    left: 55%;
    bottom: -240px;
    width: 370px;
  }
}
@media (min-width: 1200px) and (min-height: 980px) {
  .slider__img {
    width: 900px;
    bottom: -50px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -400px;
    width: 600px;
  }
  .slider svg {
    bottom: -400px;
    left: 58%;
    height: 160vh;
  }
  .slider__button {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1400px) {
  .slider__img--tete {
    left: 55%;
    bottom: -370px;
    width: 570px;
  }
  .slider__titre2 {
    bottom: 414px;
    left: -161px;
    font-size: 71px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider svg {
    left: 58%;
    width: 60%;
  }

  .listeTableau {
    width: 20vw;
  }
}
@media (min-width: 1400px) and (max-height: 840px) {
  .slider__img--tete {
    left: 55%;
    bottom: -350px;
    width: 520px;
  }
}
@media (min-width: 1400px) and (max-height: 770px) {
  .slider__titre2 {
    bottom: 365px;
    left: -63px;
    font-size: 38px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider svg {
    left: 56%;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -320px;
    width: 480px;
  }
}
@media (min-width: 1400px) and (min-height: 980px) {
  .slider svg {
    height: 220vh;
    bottom: -880px;
    left: 56%;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -430px;
    width: 650px;
  }
}
@media (min-width: 1700px) {
  .slider__titre2 {
    bottom: 514px;
    left: -161px;
    font-size: 71px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 1000px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -440px;
    width: 650px;
  }
  .slider svg {
    width: 60%;
    bottom: -600px;
    left: 58%;
  }
}
@media (min-width: 1700px) and (max-height: 980px) {
  .slider__titre2 {
    bottom: 454px;
    left: -123px;
    font-size: 58px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 800px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -400px;
    width: 600px;
  }
  .slider svg {
    width: 60%;
    bottom: -100px;
    left: 56%;
  }
}
@media (min-width: 1700px) and (max-height: 900px) {
  .slider__img--tete {
    left: 55%;
    bottom: -350px;
    width: 550px;
  }
}
@media (min-width: 2000px) {
  .slider__titre2 {
    bottom: 554px;
    left: -212px;
    font-size: 88px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 1000px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -540px;
    width: 800px;
  }
  .slider svg {
    width: 60%;
    bottom: -600px;
    left: 58%;
  }

  .listeTableau__button {
    font-size: 22px;
  }

  .nav__button {
    font-size: 22px;
  }
}
@media (min-width: 2000px) and (max-height: 1150px) {
  .slider__img--tete {
    left: 55%;
    bottom: -480px;
    width: 700px;
  }
}
@media (min-width: 2200px) {
  .slider__titre2 {
    bottom: 704px;
    left: -351px;
    font-size: 135px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__img {
    width: 1300px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -640px;
    width: 950px;
  }
  .slider svg {
    width: 60%;
    bottom: -600px;
    left: 58%;
  }
}
@media (min-width: 2200px) and (max-height: 1350px) {
  .slider__titre2 {
    bottom: 654px;
    left: -259px;
    font-size: 105px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -540px;
    width: 850px;
  }
}
@media (min-width: 2200px) and (max-height: 1250px) {
  .slider__titre2 {
    bottom: 604px;
    left: -229px;
    font-size: 95px;
  }
  .slider__img {
    width: 1100px;
  }
  .slider__img--tete {
    left: 55%;
    bottom: -390px;
    width: 700px;
  }
}
@media (min-width: 2400px) {
  .slider__titre2 {
    bottom: 764px;
    left: -351px;
    font-size: 135px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
  .slider__titre {
    background-size: 100%;
    height: 400px;
  }
}
@media (min-width: 2400px) and (max-height: 1400px) {
  .slider__titre2 {
    bottom: 644px;
    left: -258px;
    font-size: 105px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url("../assets/svg/reckless.svg");
    background-size: 100% 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider {
    background-image: url("../assets/images/fondLumiere@2x.png");
  }
}
.labels {
  position: relative;
}
.labels__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 1022px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 138px;
  left: 70px;
  z-index: 40;
}
.labels__el {
  padding: 0;
  margin: 0;
  opacity: 0;
  font-size: 18px;
}
.labels__el--active {
  opacity: 1;
}
.labels__el:nth-child(1) {
  padding-left: 130px;
}
.labels__el:nth-child(2) {
  padding-left: 70px;
}
.labels__el:nth-child(3) {
  padding-left: 225px;
}
.labels__el:nth-child(4) {
  padding-left: 155px;
}
.labels__el:nth-child(5) {
  padding-left: 25px;
}
.labels__el:nth-child(6) {
  padding-left: 70px;
}
.labels__el:nth-child(7) {
  padding-left: 130px;
}
.labels__el:nth-child(8) {
  padding-left: 185px;
}
.labels__el:nth-child(9) {
  padding-left: 30px;
}
.labels__el:nth-child(10) {
  padding-left: 135px;
}
.labels__el:nth-child(11) {
  padding-left: 228px;
}
.labels__el:nth-child(12) {
  padding-left: 135px;
}
.labels__el:nth-child(13) {
  padding-left: 75px;
}
.labels__el:nth-child(14) {
  padding-left: 135px;
}
.labels__el:nth-child(15) {
  padding-left: 230px;
}
.labels__el:nth-child(16) {
  padding-left: 70px;
}
.labels__line:hover {
  cursor: pointer;
}
.labels__line:hover line {
  stroke: #00DF09;
}
.labels__line--active line {
  stroke: #00DF09;
}
.labels__SVG {
  position: absolute;
  top: 150px;
  left: -230px;
  height: 1000px;
  transform: translateX(0%);
  z-index: 40;
  padding: 0 0 160px 0;
}
.labels__SVG--dekstop {
  display: none;
}
.labels__SVG--mobile {
  display: block;
}
.labels__SVG rect {
  fill: transparent;
  stroke: transparent;
}
.labels__title {
  margin: 0;
  position: absolute;
  bottom: -1275px;
  width: calc(100% - 36px);
  height: 5000px;
  left: 18px;
  background-image: url("../assets/svg/reckless.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (max-width: 370px) {
  .labels__list {
    left: 20px;
  }
  .labels__el {
    font-size: 15px;
  }
  .labels__SVG {
    left: -270px;
  }
}
@media (max-width: 300px) {
  .labels__list {
    left: -8px;
  }
  .labels__el {
    font-size: 15px;
  }
  .labels__SVG {
    left: -292px;
  }
}
@media (min-width: 420px) {
  .labels__title {
    bottom: -1345px;
    font-size: 13.7vw;
  }
  .labels__SVG {
    padding: 0 0 230px 0;
  }
}
@media (min-width: 650px) {
  .labels__list {
    top: 155px;
    left: 54%;
    height: 990px;
  }
  .labels__el:nth-child(1) {
    padding-left: 130px;
  }
  .labels__el:nth-child(2) {
    padding-left: 80px;
  }
  .labels__el:nth-child(3) {
    padding-left: 200px;
  }
  .labels__el:nth-child(4) {
    padding-left: 145px;
  }
  .labels__el:nth-child(5) {
    padding-left: 45px;
  }
  .labels__el:nth-child(6) {
    padding-left: 80px;
  }
  .labels__el:nth-child(7) {
    padding-left: 130px;
  }
  .labels__el:nth-child(8) {
    padding-left: 173px;
  }
  .labels__el:nth-child(9) {
    padding-left: 48px;
  }
  .labels__el:nth-child(10) {
    padding-left: 135px;
  }
  .labels__el:nth-child(11) {
    padding-left: 205px;
  }
  .labels__el:nth-child(12) {
    padding-left: 130px;
  }
  .labels__el:nth-child(13) {
    padding-left: 80px;
  }
  .labels__el:nth-child(14) {
    padding-left: 128px;
  }
  .labels__el:nth-child(15) {
    padding-left: 200px;
  }
  .labels__el:nth-child(16) {
    padding-left: 75px;
  }
  .labels__el:nth-child(17) {
    padding-left: 25px;
  }
  .labels__SVG {
    position: absolute;
    top: 600px;
    left: 50%;
    padding-bottom: 0;
    padding-right: 300px;
    height: 400px;
    transform: translateX(-50%) rotate(90deg);
    z-index: 40;
  }
  .labels__SVG--dekstop {
    display: block;
  }
  .labels__SVG--mobile {
    display: none;
  }
  .labels__title {
    font-size: 14.2vw;
  }
}
@media (min-width: 760px) {
  .labels__title {
    font-size: 14.35vw;
    bottom: -1405px;
  }
}
@media (min-width: 1050px) {
  .labels {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 650px;
    z-index: 100;
  }
  .labels__list {
    flex-direction: row;
    width: 995px;
    height: 300px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 40;
    margin: 0 20px;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 35px 0;
  }
  .labels__SVG {
    position: relative;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    z-index: 100;
    padding: 0;
  }
  .labels__title {
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 8%;
  }

  .containerLabel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40;
  }
}
@media (min-width: 1050px) and (max-height: 860px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 990px;
    margin: 0;
  }
  .labels__SVG {
    top: 180px;
    position: absolute;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 15px 0;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1050px) and (max-height: 780px) {
  .labels__title {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1050px) and (max-height: 690px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 500px;
    top: 80px;
    width: 865px;
  }
  .labels__SVG {
    top: 180px;
    width: 840px;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: #00DF09;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 120px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 55px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 155px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 30px 0;
  }
}
@media (min-width: 1050px) and (max-height: 630px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 300px;
    top: 30px;
    width: 720px;
  }
  .labels__SVG {
    top: 120px;
    width: 700px;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 120px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 55px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 95px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 120px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 145px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 90px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 75px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 90px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 15px 0;
  }
}
@media (min-width: 1200px) {
  .labels {
    position: absolute;
    height: 650px;
  }
  .labels__list {
    flex-direction: row;
    width: 995px;
    height: 300px;
    position: relative;
    top: 0;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 35px 0;
  }
  .labels__SVG {
    position: relative;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    z-index: 100;
    padding: 0;
  }
  .labels__title {
    position: relative;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 45%;
    height: 8%;
  }

  .containerLabel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40;
  }
}
@media (min-width: 1200px) and (max-height: 860px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    top: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 990px;
    margin: 0;
  }
  .labels__SVG {
    top: 180px;
    position: absolute;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 15px 0;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
    background-size: 100% 100%;
    height: 100px;
    left: 50%;
    transform: translateX(-50%);
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) and (max-height: 780px) {
  .labels__title {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 15px 0;
  }
  .labels__list {
    top: 80px;
    width: 1060px;
  }
  .labels__SVG {
    top: 125px;
    width: 1040px;
    height: 500px;
  }
}
@media (min-width: 1200px) and (max-height: 690px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 500px;
    top: 40px;
    width: 995px;
  }
  .labels__SVG {
    top: 120px;
    width: 970px;
  }
  .labels__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-color: #00DF09;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 45px 0;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 500px;
    top: 20px;
    width: 895px;
  }
  .labels__SVG {
    top: 80px;
    width: 870px;
  }
  .labels__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 45px 0;
  }
}
@media (min-width: 1400px) {
  .labels {
    position: absolute;
    height: 650px;
  }
  .labels__list {
    width: 1210px;
    top: -30px;
  }
  .labels__el {
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 115px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 95px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 115px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 45px 0;
  }
  .labels__SVG {
    width: 1190px;
    height: 600px;
    top: -310px;
  }
  .labels__title {
    position: relative;
    bottom: 70px;
    height: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
  }

  .containerLabel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40;
  }
}
@media (min-width: 1400px) and (max-height: 930px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    width: 1210px;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    margin: 0;
  }
  .labels__SVG {
    top: 140px;
    position: absolute;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1400px) and (max-height: 820px) {
  .labels__title {
    width: 30%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 155px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 90px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 75px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 155px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 40px 0;
  }
  .labels__list {
    top: 80px;
    width: 1160px;
  }
  .labels__SVG {
    top: 145px;
    width: 1140px;
    height: 500px;
  }
}
@media (min-width: 1400px) and (max-height: 740px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 500px;
    top: 40px;
    width: 960px;
  }
  .labels__SVG {
    top: 120px;
    width: 940px;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 135px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 45px 0;
  }
}
@media (min-width: 1700px) {
  .labels {
    position: absolute;
  }
  .labels__list {
    width: 1525px;
    height: 450px;
    top: -70px;
  }
  .labels__el {
    font-size: 22px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 115px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 75px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 175px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 55px 0;
  }
  .labels__SVG {
    width: 1500px;
    height: 800px;
    top: -520px;
  }
  .labels__title {
    position: relative;
    bottom: -50px;
    height: 8%;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    width: 700px;
    height: 200px;
  }

  .containerLabel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40;
  }
}
@media (min-width: 1700px) and (max-height: 1100px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    width: 1525px;
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    margin: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 150px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 205px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 205px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 5px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 65px 0;
  }
  .labels__SVG {
    top: -250px;
    width: 1500px;
    height: 700px;
  }
  .labels__title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    height: 100px;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1700px) and (max-height: 980px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    width: 1480px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    margin: 0;
  }
  .labels__SVG {
    width: 1490px;
    height: 600px;
    top: 190px;
    position: absolute;
  }
  .labels__title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 170px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 220px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 145px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 220px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 210px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 85px 0;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 1700px) and (max-height: 920px) {
  .labels__title {
    width: 25%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 130px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 175px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 105px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 90px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 180px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 170px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 40px 0;
  }
  .labels__list {
    top: 80px;
    width: 1365px;
  }
  .labels__SVG {
    top: 165px;
    width: 1340px;
    height: 600px;
  }
}
@media (min-width: 1700px) and (max-height: 850px) {
  .labels {
    height: 100vh;
  }
  .labels__list {
    height: 500px;
    top: 40px;
    width: 1260px;
  }
  .labels__SVG {
    top: 120px;
    width: 1240px;
  }
  .labels__title {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 25%;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 185px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 100px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 180px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 140px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 175px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 45px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 2200px) {
  .labels {
    position: absolute;
  }
  .labels__list {
    width: 1920px;
    height: 450px;
    top: -160px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 155px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 180px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 0px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 30px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 250px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 155px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 75px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 250px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 145px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 215px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 70px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 5px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 125px 0;
  }
  .labels__SVG {
    width: 1900px;
    height: 900px;
    top: -570px;
  }
  .labels__title {
    position: relative;
    bottom: -100px;
    height: 8%;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
    width: 700px;
    height: 200px;
  }

  .containerLabel {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 40;
  }
}
@media (min-width: 2200px) and (max-height: 1400px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    width: 1925px;
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
    margin: 0;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 160px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 10px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 40px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 265px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 115px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 255px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 25px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 15px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 165px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 230px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 80px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 20px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 85px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 125px 0;
  }
  .labels__SVG {
    top: -250px;
    width: 1900px;
    height: 900px;
  }
  .labels__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 100px;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
@media (min-width: 2200px) and (max-height: 1220px) {
  .labels {
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .labels__list {
    width: 1880px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    margin: 0;
  }
  .labels__SVG {
    width: 1850px;
    height: 800px;
    top: 190px;
    position: absolute;
  }
  .labels__title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
  }
  .labels__el:nth-child(1) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(2) {
    padding: 0 0 215px 0;
  }
  .labels__el:nth-child(3) {
    padding: 0 0 35px 0;
  }
  .labels__el:nth-child(4) {
    padding: 0 0 65px 0;
  }
  .labels__el:nth-child(5) {
    padding: 0 0 280px 0;
  }
  .labels__el:nth-child(6) {
    padding: 0 0 185px 0;
  }
  .labels__el:nth-child(7) {
    padding: 0 0 145px 0;
  }
  .labels__el:nth-child(8) {
    padding: 0 0 120px 0;
  }
  .labels__el:nth-child(9) {
    padding: 0 0 280px 0;
  }
  .labels__el:nth-child(10) {
    padding: 0 0 60px 0;
  }
  .labels__el:nth-child(11) {
    padding: 0 0 50px 0;
  }
  .labels__el:nth-child(12) {
    padding: 0 0 190px 0;
  }
  .labels__el:nth-child(13) {
    padding: 0 0 255px 0;
  }
  .labels__el:nth-child(14) {
    padding: 0 0 110px 0;
  }
  .labels__el:nth-child(15) {
    padding: 0 0 55px 0;
  }
  .labels__el:nth-child(16) {
    padding: 0 0 125px 0;
  }
  .labels__el:nth-child(17) {
    padding: 0 0 160px 0;
  }

  .containerLabel {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.artist::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background-image: url("../assets/svg/grilleFantasm.svg");
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
}

.titleArtist {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 20;
  color: #00DF09;
  font-family: good-times, sans-serif;
  font-size: 15.3vw;
  margin: 0;
}

.video {
  position: relative;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  margin-bottom: 126px;
}
.video video {
  min-height: 100vh;
  min-width: 100vw;
}

.release {
  margin: 0 18px 0px 18px;
  display: flex;
  flex-direction: column;
}
.release__liste {
  padding: 0;
  margin: 0;
  list-style: none;
}
.release__title {
  height: 100px;
  font-family: good-times, sans-serif;
  font-size: 42px;
  margin: 0 0 54px 0;
  background-image: url("../assets/svg/newReleasesMobile.svg");
  background-repeat: no-repeat;
  background-size: 300px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.release__h3 {
  font-family: good-times, sans-serif;
  font-size: 22px;
  margin: 66px 0 22px 0;
}
.release__h3--first {
  margin: 22px 0;
}
.release__lien {
  color: white;
  text-decoration: none;
  border: solid;
  border-radius: 200px;
  border-color: white;
  border-width: 1px;
  padding: 9px 45px 9px 18px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
}
.release__lien:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 16px;
  height: 16px;
  background-image: url("../assets/svg/arrow.svg");
  background-size: cover;
  transition: 0.2s;
}
.release__lien:after {
  content: "";
  position: absolute;
  top: 100%;
  transform: translateY(0%);
  right: 18px;
  width: 16px;
  height: 16px;
  background-image: url("../assets/svg/arrow.svg");
  background-size: cover;
  transition: 0.2s;
}
.release__lien:hover:before {
  top: -100%;
  transition: 0.2s;
}
.release__lien:hover:after {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.release__slider {
  padding: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.release__el {
  opacity: 0;
  position: absolute;
  transition: opacity 0.8s;
  top: 0;
}
.release__el--active {
  opacity: 1;
  position: relative;
}
.release__buttons {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 72px auto;
}
.release__button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 0;
  width: 50px;
  height: 50px;
  opacity: 60%;
}
.release__button:hover {
  opacity: 100%;
  transition: 0.3s;
}
.release__button--play {
  background-image: url("../assets/svg/play.svg");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.release__button--play .paused {
  background-image: url("../assets/svg/pause.svg");
}
.release__button--next {
  background-image: url("../assets/svg/pass.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.release__button--past {
  background-image: url("../assets/svg/pass.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: rotate(180deg);
}
.release__img {
  width: 330px;
  margin: 0 0 36px 0;
}
.release__song {
  font-size: 18px;
  margin: 0 0 36px 0;
}
.release__time {
  width: 80%;
  height: 1px;
  background-color: white;
  position: relative;
  overflow: hidden;
  margin: 0 auto 36px auto;
}
.release__progress {
  width: 0%;
  height: 100%;
  background: #00DF09;
  transition: width linear;
}
.release__liens {
  padding: 0;
  margin: 0;
  list-style: none;
}
.release__liens li {
  display: inline;
}

.listeTableau--release {
  position: static;
  margin: 0 0 0 30px;
  padding: 0;
  width: 300px;
}

@-webkit-keyframes timing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes timing {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .release__buttons {
    width: 80%;
  }
  .release__img {
    width: 200px;
  }
  .release__button {
    width: 34px;
    height: 34px;
  }

  .listeTableau--release {
    width: 200px;
    margin: 0 0 0 20px;
  }
  .listeTableau--release .listeTableau__el {
    width: 232px;
    padding: 8px 18px 8px 9px;
  }
}
@media (max-width: 334px) {
  .release__title {
    font-size: 34px;
    background-size: 225px;
    background-position-y: 50%;
    height: 80px;
  }
  .release__liens li:nth-child(1) a {
    margin-bottom: 12px;
  }
  .release__buttons {
    width: 80%;
  }
  .release__img {
    width: 200px;
  }
  .release__button {
    width: 34px;
    height: 34px;
  }

  .listeTableau--release {
    width: 200px;
    margin: 0 0 0 20px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 12px;
  }
  .listeTableau--release .listeTableau__el {
    width: 212px;
    padding: 8px 18px 8px 9px;
  }
}
@media (max-width: 270px) {
  .release__title {
    font-size: 27px;
    background-size: 180px;
    background-position-y: 50%;
    height: 70px;
  }
  .release__liens li:nth-child(1) a {
    margin-bottom: 12px;
  }
  .release__buttons {
    width: 80%;
  }
  .release__img {
    width: 200px;
  }
  .release__button {
    width: 34px;
    height: 34px;
  }

  .listeTableau--release {
    width: 200px;
    margin: 0 0 0 0px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 12px;
  }
  .listeTableau--release .listeTableau__el {
    width: 160px;
  }
}
@media (min-width: 445px) {
  .release__title {
    font-size: 52px;
    height: 120px;
    background-size: 380px;
    background-position-y: 60%;
  }
  .release__buttons {
    width: 60%;
  }
  .release__img {
    width: 400px;
  }

  .listeTableau--release {
    width: 300px;
    margin: 0 0 0 30px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 18px;
  }
}
@media (min-width: 545px) {
  .video {
    margin-bottom: 180px;
  }

  .release__title {
    font-size: 64px;
    height: 160px;
    background-size: 430px;
    background-position-y: 50%;
  }
  .release__h3 {
    margin: 48px 0 24px 0;
  }
  .release__h3:nth-child(3) {
    margin: 72px 0 24px 0;
  }

  .listeTableau--release {
    width: 300px;
    margin: 0 0 0 30px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 18px;
  }
}
@media (min-width: 665px) {
  .release__title {
    font-size: 79px;
    height: 180px;
    background-size: 600px;
    background-position-y: 60%;
    margin-bottom: 108px;
  }
  .release__time {
    width: 50%;
  }
  .release__buttons {
    width: 40%;
  }
}
@media (min-width: 710px) {
  .release__droite {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
  }
}
@media (min-width: 800px) {
  .release__droite {
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px;
    width: 700px;
    align-self: center;
  }
  .release__title {
    font-size: 98px;
    height: 230px;
    background-size: 660px;
    background-position-y: 60%;
  }
}
@media (min-width: 1000px) {
  .titleArtist {
    font-size: 15.55vw;
  }

  .release {
    margin: 0 48px 48px 48px;
    justify-content: space-between;
    flex-direction: row;
  }
  .release__title {
    height: 560px;
    width: 50px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    margin: 0;
    padding: 0;
    background-image: url("../assets/svg/newReleases.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .release__h3 {
    margin: 48px 0 24px 0;
  }
  .release__h3--first {
    font-family: good-times, sans-serif;
    font-size: 24px;
    margin: 0 0 24px 0;
  }
  .release__slider {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .release__contenu {
    display: flex;
    flex-direction: column;
  }
  .release__buttons {
    display: flex;
    justify-content: space-between;
    width: 65%;
    align-self: center;
    margin: 0;
  }
  .release__button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding: 0;
    width: 50px;
    height: 50px;
  }
  .release__button--play {
    background-image: url("../assets/svg/play.svg");
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .release__button--next {
    background-image: url("../assets/svg/pass.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .release__button--past {
    background-image: url("../assets/svg/pass.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: rotate(180deg);
  }
  .release__img {
    width: 380px;
    margin: 0;
  }
  .release__song {
    font-size: 18px;
    margin: 36px 0 36px 0;
  }
  .release__time {
    width: 80%;
    height: 1px;
    background-color: white;
    margin-bottom: 36px;
    align-self: center;
    position: relative;
    overflow: hidden;
  }
  .release__progress {
    height: 100%;
    background: #00DF09;
  }
  .release__droite {
    display: inline;
    width: auto;
  }

  .listeTableau--release {
    position: static;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .release__title {
    height: 650px;
  }
  .release__droite {
    margin-top: 0;
    align-self: start;
  }
  .release__song {
    margin: 54px 0 54px 0;
  }
  .release__time {
    margin-bottom: 54px;
  }
}
@media (min-width: 1400px) {
  .release__title {
    height: 650px;
  }
  .release__droite {
    margin-top: 0;
    align-self: start;
  }
  .release__img {
    width: 380px;
    margin: 0;
  }

  .listeTableau--release {
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .release__title {
    height: 910px;
    width: 120px;
  }
  .release__img {
    width: 660px;
    margin: 0;
  }
  .release__song {
    font-size: 24px;
    margin-bottom: 48px;
  }
  .release__time {
    margin-bottom: 48px;
  }
  .release__lien {
    font-size: 24px;
  }

  .listeTableau--release {
    width: 400px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 24px;
  }
}
@media (min-width: 1600px) and (max-height: 1000px) {
  .release__title {
    height: 710px;
  }
  .release__img {
    width: 460px;
  }

  .listeTableau--release {
    width: 400px;
  }
  .listeTableau--release .listeTableau__button {
    font-size: 24px;
  }
}
@media (min-width: 1800px) {
  .release {
    margin: 48px 48px 96px;
  }
  .release__title {
    height: 950px;
    width: 120px;
  }
  .release__img {
    width: 650px;
  }
  .release__song {
    margin: 90px 0 54px 0;
  }
}
@media (min-width: 1800px) and (max-height: 1100px) {
  .release__title {
    height: 710px;
  }
  .release__img {
    width: 460px;
  }
}
@media (min-width: 2200px) {
  .release {
    margin: 48px 48px 144px;
  }
  .release__title {
    height: 1100px;
    width: 120px;
  }
  .release__img {
    width: 750px;
  }
  .release__song {
    margin-bottom: 96px;
  }
  .release__time {
    margin-bottom: 96px;
  }

  .listeTableau--release {
    width: 500px;
  }
}
@media (min-width: 2200px) and (max-height: 1280px) {
  .release__title {
    height: 910px;
  }
  .release__img {
    width: 530px;
  }
}
.nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: black;
  background-image: url("../assets/images/fondLumiere.png");
  background-size: 100% 100%;
  position: fixed;
  z-index: 1000;
  transition: opacity 0.5s;
}
.nav__list--active {
  opacity: 1 !important;
  pointer-events: all;
  transition: opacity 0.5s linear alternate-reverse;
}
.nav__link {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: absolute;
  background-size: cover;
  transform-origin: center center;
  left: 100%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: background-image 0.5s;
}
.nav__link--index {
  height: 170px;
  width: 170px;
  background-image: url("../assets/svg/homeLink.svg");
  z-index: 900;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.nav__link--index:hover {
  background-image: url("../assets/svg/homeLinkHover.svg");
}
.nav__link--artist {
  height: 340px;
  width: 340px;
  background-image: url("../assets/svg/artistLink.svg");
  z-index: 800;
  animation: rotate 45s linear reverse infinite;
}
.nav__link--artist:hover {
  background-image: url("../assets/svg/artistLinkHover.svg");
}
.nav__link--label {
  height: 510px;
  width: 510px;
  background-image: url("../assets/svg/labelLink.svg");
  z-index: 700;
  -webkit-animation: rotate 60s linear infinite;
          animation: rotate 60s linear infinite;
}
.nav__link--label:hover {
  background-image: url("../assets/svg/labelLinkHover.svg");
}

@-webkit-keyframes rotate {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
@media (min-width: 760px) {
  .nav__link {
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .nav__link {
    left: 50%;
  }
  .nav__link--index {
    height: 280px;
    width: 280px;
  }
  .nav__link--artist {
    height: 500px;
    width: 500px;
  }
  .nav__link--label {
    height: 700px;
    width: 700px;
  }
}
@media (min-width: 1700px) {
  .nav__link {
    left: 50%;
  }
  .nav__link--index {
    height: 320px;
    width: 320px;
  }
  .nav__link--artist {
    height: 600px;
    width: 600px;
  }
  .nav__link--label {
    height: 900px;
    width: 900px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav__list {
    background-image: url("../assets/images/fondLumiere@2x.png");
  }
}
.loader {
  height: var(--screen-height);
  width: 100vw;
  position: fixed;
  background-color: black;
  background-image: url("../assets/images/fondLumiere.png");
  background-size: 100vw 100vh;
  z-index: 10000;
}
.loader__container {
  width: calc(100% - 36px);
  height: 2px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.loader__bar {
  height: 100%;
  width: 0;
  background-color: #00DF09;
  transition: width 0.1s ease;
}
.loader__counter {
  color: #00DF09;
  font-family: good-times, sans-serif;
  font-size: 27px;
  position: absolute;
  top: 52%;
  right: 18px;
}

@media (min-width: 1200px) {
  .loader__container {
    width: calc(100% - 96px);
  }
  .loader__counter {
    font-size: 64px;
    right: 48px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .loader {
    background-image: url("../assets/images/fondLumiere@2x.png");
  }
}
.transition-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 0;
  z-index: 9000;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.pixel {
  background-color: #00DF09;
  opacity: 1;
  transition: opacity 0.1s;
}

/*# sourceMappingURL=app.css.map*/