.content {
  width: 80%;
  margin: auto;
}
.content iframe {
  display: block;
  margin: auto;
  aspect-ratio: 1/1.42;
}

.legendProgramme {
  display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    align-items: center;
}
.legendProgramme a {
  text-decoration: underline;
}

@media screen and (min-width: 851px) {
  iframe {
    width: 60%;
  }
}
@media screen and (max-width: 850px) {
  iframe {
    width: 90%;
  }
}/*# sourceMappingURL=styleProgramme.css.map */