@page colophon { margin: 0.5cm 0.5cm 4cm 0.5cm; @bottom-center { content:"" } } .calophon { page: colophon; font-size: 0.65em; display: flex; flex-direction: column; position: absolute; bottom: 0; } @page macouverture { margin: 0.5cm; background: url("https://ateliers.esad-pyrenees.fr/web/archives/2023-2024/3dgm/infokiosque/couv.jpg"); background-size: 369mm; background-position: 1% 63%; @bottom-center { content:"" } } .cover { page: macouverture; } @page { size: 210mm 160mm; margin: 0.5cm 2cm 4cm 0.5cm; bleed:6mm; marks:crop; @bottom-center { content: counter(page); } } @page:right{ } @font-face { src: url('https://ateliers.esad-pyrenees.fr/web/archives/2023-2024/3dgm/infokiosque/franklin.woff2') format('woff2'); font-family: 'Franklin'; font-weight: 1 1000; font-style: normal; } body { color: hsl(0, 87.6%, 31.6%); font-family: "BBB" } @font-face { font-family: "BBB"; src: url("https://ateliers.esad-pyrenees.fr/web/archives/2023-2024/3dgm/infokiosque/BBBBaskervvol-Base.woff2") format("woff2"); } h1 { font-weight: normal; position: absolute; top: 77mm; left: 79mm; font-size: 34pt; color: black; font-family: 'Franklin'; font-weight: 1000; font-stretch: 62%; } h2 { font-weight: normal; position: absolute; top: 92mm; left: 170mm; font-size: 11pt; color: black; font-family: 'Franklin'; font-family: 'Franklin'; font-weight: 1000; font-stretch: 62%; } .mep { text-align: right; } .right { /* EN GROS : ça calcule la page de gauche + sa marge de gauche pour mettre le contenu sur la droite */ margin-left: calc(var(--pagedjs-pagebox-width) / 2); /*padding-left: var(--pagedjs-margin-left);*/ width: calc(var(--pagedjs-pagebox-width) / 2 - var(--pagedjs-margin-right)); padding-right: var(--pagedjs-margin-right); } .left { width: calc(var(--pagedjs-pagebox-width) / 2 - var(--pagedjs-margin-right)); padding-right: var(--pagedjs-margin-right); }