/* screen - ecole-de-tir-2 */

.ecole-de-tir-2 {
  aspect-ratio: 0.71;
  background-color: var(--white);
  height: 2036.25px;
  min-width: 1440px;
  position: relative;
  width: 100%;
}

.ecole-de-tir-2 .ecoledetir2 {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.ecole-de-tir-2 .balle-gauche {
  background-color: var(--white);
  cursor: pointer;
  display: flex;
  height: 0;
  left: 2.54%;
  position: absolute;
  top: 2.21%;
  width: 5.31%;
}
