/**
 * Mode iframe (?iframeseq=1) — hauteur auto pour iframe-resizer.
 *
 * @see https://github.com/davidjbradshaw/iframe-resizer
 */
html.iframeseq {
  height: auto !important;
}

.iframeseq .main-container {
  height: auto;
  min-height: unset !important;
}
