/* Mise en page discrète pour l'archive historique DDP-Art-Group. */
html { overflow-x: auto; background: #fff; }
body {
  width: fit-content;
  min-width: min(800px, calc(100vw - 16px));
  max-width: calc(100vw - 16px);
  margin: 8px auto;
  background: #fff;
}
body > table, body > div, body > main {
  margin-left: auto !important;
  margin-right: auto !important;
}
img { max-width: 100%; }
.ddp-restored-page { width: 800px; max-width: 100%; font: 14px Arial, sans-serif; }
.ddp-restored-content { padding: 70px 20px; text-align: center; }
.ddp-restored-content a { color: #b40000; }
.ddp-archive-footer {
  box-sizing: border-box;
  clear: both;
  width: 800px;
  max-width: 100%;
  margin: 36px auto 14px;
  padding: 12px 16px 0;
  border-top: 1px solid #bbb;
  color: #666;
  text-align: center;
  font: 11px/1.5 "Courier New", Courier, monospace;
}
