:root { --cols: 8; --rows: 8; --guts: 4mm; } @page { size: 165mm 230mm; margin-top: 8mm; margin-bottom: 16mm; bleed: 6mm; color: black; } @page:left { margin-left: 16mm; margin-right: 8mm; } @page:right { margin-left: 8mm; margin-right: 16mm; } * { font-family: 'Public'; } h2 { color: blue; } h3 { color: red; } .moment { padding-left: calc(var(--pagedjs-pagebox-width) / var(--cols)); display: block; font-size: 11pt; font-weight: bold; line-height: 1.1; /* LA IL FAUT AJUSTER CF TEMPS 14 */ } .moment:first-of-type { break-before: left; } .moment .first-letter { font-size: 18pt; } .temps { padding-left: calc(var(--pagedjs-pagebox-width) / var(--cols)); font-size: 9pt; margin-top: -3pt; margin-bottom: 8pt; font-weight: 500; } .temps:before { content: "> "; } .labeur { padding-left: calc(var(--pagedjs-pagebox-width) / var(--cols)); line-height: 12pt; font-size: 9pt; } .labeur p:before { content: '+ '; font-weight: bold; } .labeur ul { list-style: none; padding-left: 3mm; } img { width: 100%; } .fullpage2imgs { break-before: right; width: 130mm; height: 210mm; } .fullpageimage { margin-top: -16mm; margin-left: -10mm; width: 171mm; height: 230mm; }