/* screen - programme-competitions */

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

.programme-competitions .texte {
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  width: 100%;
}

.programme-competitions .calendrier-sportif-p {
  flex: 1;
  object-fit: cover;
  width: 1440px;
}

.programme-competitions .balle-gauche {
  background-image: url(../img/balle-gauche.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 2.05%;
  left: 0;
  position: absolute;
  top: 2.64%;
  width: 5.28%;
}
