/* print.css */
body {
	background: none !important;
	color: #000;
	font-family: serif;
}

header, footer, nav, .menu-toggle, .cta-flottants, .mobile-menu {
	display: none !important;
}

a::after {
	content: " (" attr(href) ")";
	font-size: 90%;
}

img, video {
	max-width: 100% !important;
	height: auto !important;
	page-break-inside: avoid;
}

* {
	box-shadow: none !important;
	text-shadow: none !important;
}

p{
	font-size: 10pt;
}

h1, h2, h3{
	font-size: 10pt;
}

