/* Pages chargées en iframe : éviter que la hauteur imposée par le parent gonfle scrollHeight. */
html,
body {
  height: auto;
  min-height: 0;
}
