/* screen - programme-competitions */

.programme-competitions {
  aspect-ratio: 0.71;
  background-color: var(--white);
  height: 2037.66px;
  min-width: 1440px;
  position: relative;
  width: 100%;
}

.programme-competitions .calendrier-sportif-p {
  height: 99.95%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.programme-competitions .balle-gauche {
  aspect-ratio: 3.62;
  background-image: url(../img/balle-gauche.png);
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 21px;
  left: 11.43%;
  position: absolute;
  top: calc(50.00% - 689px);
  width: 5.31%;
}
