* {-webkit-print-color-adjust:exact;}
@page {
/* 	size: auto; */
/* 	size: A4; */
	margin: 0;
/* 	size:29.7cm 21.5cm; */
	size:A4;
/* 	margin-top:-1cm; */
/* 	margin-bottom:6cm; */
}
/* Default left, right, top, bottom margin is 2cm */
/* @page { margin: 2cm }  */
 
/* First page, 10 cm margin on top */
/* @page :first { */
/*   margin-top: -50px */
/* } */
 
/* Left pages, a wider margin on the left */
/* @page :left { */
/*   margin-left: -3cm; */
/*   margin-right: 2cm; */
/* } */
 
/* @page :right { */
/*   margin-left: 2cm; */
/*   margin-right: 3cm; */
/* } */
.pagination, #menutopold ,#tblcontents,a.btn.btn-lg.btn-border.ripple{
	display: none;
}

img {
	max-width: 100%;
	height: auto;
}

input,textarea {
	border-style: none !important;
}
input[type="text"] {
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}
/* @media print and (min-width: 1200px) { */
	#container {
	    width: 1200px;
	    margin: 0 auto;
	}
	div.contentAuto {
	    margin: 0 auto;
	    width: 900px;
	}
	.content p {
	    font-size: 1.2em;
	    line-height: 26px;
	    font-weight: inherit;
	    text-align: justify;
	    font-size: 16px;
	    font-family: Rabat;
	}
	.formrecherche p {
	    text-align: center !important;
	}
	.Enregistrer,.Imprimer{
		display: none;
	}
	.js .content {
	    top: 0;
	}
/* } */

div.contentAuto div.livraisonreprise:nth-child(2) {
/* 	page-break-inside: avoid; */
	display: block;
	break-before: always; 
}