.chaines-flux-v2 {
  background: #fff;
  padding: 0 0 90px;
}
.chaines-flux-v2__container {
  margin: 0 auto;
  padding: 0 45px;
}
@media only screen and (max-width: 768px) {
  .chaines-flux-v2__container {
    padding: 0 20px;
  }
}
.chaines-flux-v2__content {
  max-width: 780px;
  margin: 0 auto 30px;
}
.chaines-flux-v2__content > *:last-child {
  margin-bottom: 0;
}
.chaines-flux-v2__download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.chaines-flux-v2__download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  text-decoration: none;
}
.chaines-flux-v2__download-meta {
  font-size: 14px;
  color: #848484;
}
.chaines-flux-v2__viewer {
  margin: 45px auto 0;
  max-width: 1000px;
}
.chaines-flux-v2__viewer iframe {
  width: 100%;
  min-height: 560px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .chaines-flux-v2__viewer iframe {
    min-height: 420px;
  }
}
.chaines-flux-v2__viewer-fallback {
  margin-top: 15px;
  text-align: center;
  color: #848484;
}
.chaines-flux-v2__viewer-fallback a {
  color: #6BCCDD;
  text-decoration: underline;
}
.chaines-flux-v2__notice {
  margin: 0;
  text-align: center;
  color: #aaaaaa;
}
.chaines-flux-v2__notice--empty {
  font-style: italic;
}
/*# sourceMappingURL=chaines-tv-flux-v2.css.map */