@media print {
  
  /* Dimension et marges de page */
  @page {
    size: A4 portrait;
    margin:0;}

  /* On redéfinit les styles globaux */
  html { font-size: 12px !important; margin: 1.5rem; height: initial ;width:initial;}
  body { padding: 0; width:initial;}

  /* Pas de saut de page au sein de ces éléments */
  div.card,
  div.section-info,
  blockquote,
  ul,
  ol,
  figure,
  table { break-inside: avoid; }

  /* Pas de saut de page après ces éléments */
  h1,
  h2,
  h3,
  h4,
  caption { break-after: avoid; }
}