/* screen - autorisation-parentale */

.autorisation-parentale {
  aspect-ratio: 0.69;
  background-color: var(--white);
  height: 1455.08px;
  min-width: 1000px;
  position: relative;
  width: 100%;
}

.autorisation-parentale .arrire-plan {
  height: 99.95%;
  left: 0;
  position: absolute;
  top: 0;
  width: 99.93%;
}

.autorisation-parentale .balle-gauche {
  background-image: url(../img/balle-gauche.png);
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 0;
  left: 2.30%;
  position: absolute;
  top: 0;
  width: 7.60%;
}
