@media print {
    @page {
        margin: 2cm;
    }
    
    body {
        margin: 0;
    }
}
html :where(.wp-block) {
    max-width: 100%;
}
.wp-block[data-type="core/post-title"] {
    display: none !important;
}
.page * {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.page h1,
.page h2,
.page h4,
.page h5,
.page h6,
.page .professionnels a,
.uppercase * {
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.page h1 {
    font-weight: 600;
}
.page h2,
#nos-valeurs {
    padding-top: 1cm;
}
.uppercase {
    text-transform: uppercase;
}
#masthead,
img,
figure,
nav,
#colophon,
.page .professionnels a,
hr {
    display: none;
}