@page {
  size: A4;
  margin: 1.5cm!important;
}
@media print {

	html, body {
		width: 210mm;
		height: 297mm;
		font-size :14pt;
		background-color: #ffffff!important;
	}

	header, #breadcrumb, #btn_telephone_message_membre,
	#big-buttons, #informations, #partenaires,
	footer, .back-to-top, #btn-edit-admin,
	#map-fiche-ecm { display: none!important; }

	h1, h2 { font-weight: 700; }

	#section-ecm { border: none!important; padding: 0!important; }
	.content-editor, #ecm-sidebar { width: 100%!important; }
	#ecm-sidebar .card { break-inside: avoid; -webkit-column-break-inside: avoid; }
}