@charset "UTF-8";

/* Impression : on ne garde que l'article */

@page { margin: 1.6cm; }

body {
	background: #fff;
	color: #000;
	font: 11.5pt/1.5 Georgia, "Times New Roman", serif;
}

.ch-rail,
.ch-nav,
.ch-search,
.ch-prevention,
.sidebar,
.ch-promo,
.gotop,
.navlinks,
.pagination,
.comment-form,
.send-ping,
.skip-links,
.ch-card__media,
.ch-index,
.footer .widgets { display: none !important; }

.banner {
	padding: 0 0 .6cm;
	background: none;
	border-bottom: 1pt solid #000;
	color: #000;
	text-align: left;
}

.banner::before, .banner::after { display: none; }
.site-title { font-size: 20pt; }
.site-title__link { color: #000; }
.site-baseline { color: #444; font-size: 8pt; letter-spacing: .1em; }

.wrapper { display: block; max-width: none; padding: .6cm 0 0; }

.post.simple .post-title { font-size: 19pt; }
.post.simple .post-content { max-width: none; font-size: 11.5pt; }
.post.simple .post-content a { color: #000; text-decoration: underline; }
.post.simple .post-content a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8.5pt; }

.post-excerpt { border-left: 2pt solid #000; font-size: 12pt; }

.footer {
	padding: .5cm 0 0;
	background: none;
	border-top: 1pt solid #000;
	color: #000;
}

.footer__legal p { color: #000; font-size: 7.5pt; }
.poweredby { display: none; }

h1, h2, h3 { page-break-after: avoid; }
img, table, figure, blockquote { page-break-inside: avoid; }
