html, body {
  background-color: black; }

.btn-container.abs-container {
  width: fit-content; }

.film {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%; }
  @media (orientation: portrait) {
    .film video {
      width: 100%; } }
  @media (orientation: landscape) {
    .film video {
      height: 70%; } }
  .film .voirFilm {
    padding: 10px 15px; }
    .film .voirFilm::after {
      content: "";
      position: relative;
      width: 15px;
      height: 100%;
      background-image: url("../src/svg/picto_next.svg");
      background-repeat: no-repeat;
      background-position: right center; }

/*# sourceMappingURL=film.css.map */
