@media print {
	
	thead.thead-dark th {
		background-color: #f1f1f1!important;
	}
	
	.groupe-imp {
		page-break-inside: avoid!important;
	}
	
	.cache-imp {
		display:none;
	}
	
	h1, h2, h3, h4 {
		margin-bottom: 0.5rem;
	}
	h1, h2 {
		padding-top: 2.5rem;
	}
	h3 {
		padding-top: 1.5rem;
	}	
}