/* Print

======================================================================================= */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	a, a:visited {
		color: #0084c5 !important;
		text-decoration: none;
	}

	/*a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}*/
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr, img {
		page-break-inside: avoid;
	}

	@page {
		margin: 1.5cm;
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}

	#page-header, #breadcrumb, #sidebar-menu-infolettre, #page-footer, .print-bar-nouvelle, .btn-bcktt-nouvelle {
		display: none !important;
	}

	body, #container {
		background: none;
		padding-top: 0px;
	}

	.container {
		padding: 0px;
	}

	.noprint {
		display: none;
	}

	img {
		max-width: 100% !important;
	}

	article {
		/*margin-bottom: 90px;*/
		/*page-break-after: always;*/
	}

	article:last-child {
		/*page-break-after: avoid;*/
	}

	ul, img {
		page-break-inside: avoid;
	}

	div.infolettre-header-container {
		margin-bottom: 50px;
	}

	div.infolettre-header-container-print {
		position: relative;
		display: list-item;
		list-style-position: inside;
		list-style-image: url("../img/infolettre-header-print.jpg");
	}

	/* Le background-img ne semble pas fonctionner sur le print ... */
	div.infolettre-header-container div {
		position: absolute;
		bottom: -5px;
		left: 200px;
	}

	div.infolettre-header-container div h1 {
		font-size: 12px;
		color: #666666;
		font-family: 'Tahoma';
		font-weight: bold;
	}

	#primary-content article.articleInfolettre .content-nouvelle img.hide-img-print {
		display: none;
	}

	.subtitle-nouvelle {
		font-size: 10px;
		color: #666666;
		text-transform: uppercase;
		font-family: 'Nunito', sans-serif;
		font-weight: bold;
		margin: 20px 0px 0px 0px;
	}

	.title-nouvelle {
		font-size: 18px;
		color: #0887c6;
		font-family: 'Nunito', sans-serif;
		font-weight: bold;
		margin-top: 0px;
	}

	header, div.content-nouvelle {
		margin-top: 0px;
		padding-top: 0px;
		margin-top: 0px;
		padding-top: 0px;
	}

	div.content-nouvelle {
		font-size: 12px;
		color: #666666;
		font-family: 'Tahoma';
		line-height: 16px;
	}

	footer.cartouche {
		font-size: 12px;
		color: #666666;
		line-height: 16px;
		font-family: 'Tahoma';
	}

	#primary-content article.articleInfolettre ul li {
		font-size: 12px;
		color: #666666;
		font-family: 'Tahoma';
		line-height: 16px;
		list-style-type: circle;
		line-height: 20px;
	}

	#primary-content article.articleInfolettre {
		clear: both;
	}

	#primary-content article.articleInfolettre ol li {
		font-size: 12px;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
	}

	/*.articleInfolettre:last-of-type { page-break-after:avoid; }*/
	.single-infolettre .postid-4833 #article-5 .content-nouvelle img {
		width: 70% !important;
	}

	.print-only {
		display: block;
	}

	.align-right {
		float: right;
		padding: 0px 0px 10px 20px;
	}

	.align-left {
		float: left;
		padding: 0px 20px 10px 0;
	}

	.title-nouvelle {
		color: #0887C6 !important;
	}

	/*.content-nouvelle {
		page-break-after: always;
	}

	#article-11 .content-nouvelle {
		page-break-after: avoid;
	}*/

	.cartouche {
		display: none;
	}

	.table-infolettre td {
		padding: 0;
	}

}