
/* print.css — typographie sobre, économie d'encre */
*{box-sizing:border-box}
@page{margin:12mm}
html{background:#fff}
body{font-family:"Times New Roman",serif;color:#000;background:#fff;line-height:1.4;font-size:11pt}
header,footer{border:0;background:#fff;color:#000}
nav,.gallery{display:none !important}
a{color:#000;text-decoration:underline}
a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt}
section,article{border:0;background:#fff;padding:0}
img{max-width:100%;height:auto}
h1{font-size:18pt;margin:0 0 6pt 0}
h2{font-size:14pt;margin:10pt 0 4pt 0}
h3{font-size:12pt;margin:8pt 0 4pt 0}
section{break-inside:avoid}
