@media print { nav, 
header, 
footer, 
aside, 
.elementor-location-header, 
.elementor-location-footer,
#barre-menu,
.wp-block-navigation,
.elementor-widget-button,
.wp-block-button,
.social-icons,
#wpadminbar,
.image-switcher__controls {
display: none !important;
} * {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
body {
font-size: 12pt;
line-height: 1.5;
background: #fff !important;
} h1, h2, h3 {
font-family: var(--wp--preset--font-family--titles), serif !important;
page-break-after: avoid;
}
p, blockquote {
orphans: 3;
widows: 3;
} a:after {
content: " (" attr(href) ")";
font-size: 0.9em;
font-weight: normal;
}
img {
max-width: 100% !important;
page-break-inside: avoid;
} .elementor-section, .e-con {
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
@page {
margin: 2cm;
}
}