2024-04-15 08:45:09 +02:00
|
|
|
@media print {
|
|
|
|
|
/* Hide header / footer infos. */
|
2025-11-24 11:58:20 +01:00
|
|
|
|
2025-12-04 12:11:46 +01:00
|
|
|
:root{
|
|
|
|
|
--font-size-m: calc(var(--font-size-s) * 1.4) !important;
|
|
|
|
|
}
|
|
|
|
|
*:not(.page-cover) p, *:not(.page-cover) li, *:not(.page-cover) button, *:not(.page-cover) .fs-m{
|
|
|
|
|
font-size: var(--font-size-m);
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-24 18:33:54 +01:00
|
|
|
* {
|
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
|
print-color-adjust: exact;
|
|
|
|
|
}
|
|
|
|
|
|
2025-12-04 12:11:46 +01:00
|
|
|
[data-template="linear"] #main-content{
|
|
|
|
|
padding-right: calc(var(--unit--horizontal) * 2) ;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-template="grid"] .grid .column {
|
|
|
|
|
grid-column: span 1;
|
|
|
|
|
}
|
|
|
|
|
[data-template="grid"] .grid {
|
|
|
|
|
column-gap: 20px;
|
|
|
|
|
grid-template-columns: repeat(2, 1fr);
|
|
|
|
|
}
|
|
|
|
|
[data-template="grid"] .blocks, .column {
|
|
|
|
|
page-break-inside: auto; /* autoriser la coupe si nécessaire */
|
|
|
|
|
}
|
|
|
|
|
|
2024-04-15 08:45:09 +02:00
|
|
|
@page {
|
2025-11-24 18:33:54 +01:00
|
|
|
/*variable pas supporter dans les marges...*/
|
|
|
|
|
/*
|
|
|
|
|
--unit--horizontal: 2.5vw;
|
|
|
|
|
--unit--vertical: 1.7rem;
|
|
|
|
|
*/
|
|
|
|
|
margin: 2.5vw 1.7rem;
|
2024-04-15 08:45:09 +02:00
|
|
|
size: auto;
|
|
|
|
|
|
|
|
|
|
@top-left {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
@top-right {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
@top-center {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@bottom-left {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
@bottom-right {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
@bottom-center {
|
|
|
|
|
content: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
.only-print{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
2024-04-15 08:45:09 +02:00
|
|
|
|
2025-11-24 18:33:54 +01:00
|
|
|
.panel, nav, .main-edito-btn, .theme-toggler, .page-cover .links,
|
|
|
|
|
[data-template="home"] .title-wrapper button.open-nav, #nav-overlay{
|
|
|
|
|
display: none !important;
|
2025-11-24 11:58:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* regle du light mode dupliqué*/
|
|
|
|
|
:root {
|
2025-11-24 18:33:54 +01:00
|
|
|
--color-background: #ffffff !important;
|
|
|
|
|
--color-primary: #000 !important;
|
2025-11-24 11:58:20 +01:00
|
|
|
|
|
|
|
|
--color-secondary-rgb: 140, 140, 140;
|
|
|
|
|
--font-weight-light: 240;
|
2025-11-24 18:33:54 +01:00
|
|
|
|
|
|
|
|
--unit--vertical: 2cm;
|
2025-11-24 11:58:20 +01:00
|
|
|
}
|
2024-04-15 08:45:09 +02:00
|
|
|
body {
|
2025-11-24 11:58:20 +01:00
|
|
|
background-image: none;
|
|
|
|
|
background-color: var(--color-background) !important;
|
2024-04-15 08:45:09 +02:00
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
#main-header {
|
|
|
|
|
position: relative;
|
|
|
|
|
page-break-after: always;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
2025-11-24 11:58:20 +01:00
|
|
|
.minimized #inactuel{
|
|
|
|
|
transform: none !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
#logo *{
|
|
|
|
|
font-size: 27.3vw;
|
|
|
|
|
}
|
2025-11-24 11:58:20 +01:00
|
|
|
#logo h1{
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 100%;
|
|
|
|
|
grid-template-rows: auto;
|
|
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
#logo span{
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2025-11-24 11:58:20 +01:00
|
|
|
#logo #actuel, #logo #inactuel{
|
|
|
|
|
grid-column: 1;
|
|
|
|
|
grid-row: 1;
|
|
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
[data-theme="light"] #logo #actuel, [data-theme="dark"] #logo #actuel,
|
|
|
|
|
[data-theme="light"] #logo #inactuel, [data-theme="dark"] #logo #inactuel{
|
|
|
|
|
mix-blend-mode: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2025-11-24 11:58:20 +01:00
|
|
|
#logo #actuel {
|
|
|
|
|
font-weight: 550;
|
|
|
|
|
color: rgb(254, 250, 254) !important;
|
|
|
|
|
text-shadow: -1px 0 var(--color-primary), 1px 0 var(--color-primary), 0 -1px var(--color-primary),0 1px var(--color-primary);
|
|
|
|
|
z-index: 100;
|
|
|
|
|
}
|
|
|
|
|
#logo #inactuel {
|
|
|
|
|
z-index: 0;
|
2024-04-15 08:45:09 +02:00
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
.page-cover{
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: auto;
|
|
|
|
|
page-break-after: always;
|
|
|
|
|
}
|
2024-04-15 08:45:09 +02:00
|
|
|
|
|
|
|
|
.main-title.fs-xxl {
|
|
|
|
|
font-size: 7rem !important;
|
|
|
|
|
line-height: 1 !important;
|
|
|
|
|
}
|
|
|
|
|
#entry-btns {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2024-11-26 13:21:42 +01:00
|
|
|
article #main-content {
|
2025-11-24 18:33:54 +01:00
|
|
|
/* width: 60%; */
|
2024-04-15 08:45:09 +02:00
|
|
|
margin: auto;
|
|
|
|
|
}
|
2025-11-24 18:33:54 +01:00
|
|
|
main {
|
|
|
|
|
padding-left: 0;
|
2025-12-03 17:21:37 +01:00
|
|
|
padding-right: 0;
|
2025-11-24 18:33:54 +01:00
|
|
|
}
|
|
|
|
|
/* .url{
|
|
|
|
|
position: absolute;
|
|
|
|
|
transform: rotate(90deg);
|
|
|
|
|
transform-origin: top left;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
} */
|
2024-04-15 08:45:09 +02:00
|
|
|
}
|