/* screen - eden */

.eden {
  aspect-ratio: 1.41;
  background-color: var(--white);
  height: 1024px;
  min-width: 1440px;
  position: relative;
  width: 100%;
}

.eden .texte-eden {
  aspect-ratio: 1.34;
  height: 999px;
  left: 3.47%;
  position: absolute;
  top: 25px;
  width: 93.06%;
}

.eden .balle-gauche {
  background-image: url(../img/balle-gauche.png);
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 2.05%;
  left: 2.01%;
  position: absolute;
  top: 4.39%;
  width: 5.28%;
}
