<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
  *Print CSS                
  *@source = http://www.alsacreations.com/astuce/lire/1160-une-feuille-de-styles-de-base-pour-le-media-print.html      
*/

.print {display:block;}
.no-print {display:none;}

* {background:transparent !important; box-shadow:none !important; text-shadow:none !important;}
body {width:auto; margin:auto; font-family:serif;font-size:12pt;}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {color:#000!important; margin:auto!important;}
p,blockquote {orphans:3; widows:3;}
blockquote, ul, ol {page-break-inside:avoid;}
h1 {page-break-before:always;}
h1, h2, h3, caption {page-break-after:avoid;}
a {color:#000!important; text-decoration:underline!important;}
a[href]:after {content:" (" attr(href) ")";}</pre></body></html>