/* Adaptation téléphone. Le HTML reste volontairement simple pour OpenOffice. */
@media screen and (max-width: 720px) {
  html, body { margin: 0 !important; padding: 0 !important; width: 100% !important; }
  body > table:first-of-type,
  body > table:first-of-type > tbody,
  body > table:first-of-type > tbody > tr:first-child,
  body > table:first-of-type > tbody > tr:first-child > td {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  body > table:first-of-type > tbody > tr:first-child > td:first-child {
    padding: 10px 14px !important;
  }
  body > table:first-of-type > tbody > tr:first-child > td:first-child p {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
    line-height: 1.25 !important;
  }
  body > table:first-of-type > tbody > tr:first-child > td:first-child hr {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  body > table:first-of-type > tbody > tr:first-child > td:last-child {
    padding: 12px !important;
  }
  img { max-width: 100% !important; height: auto !important; }
}
