/* ----------------------------------------- */
/* Print Styling
/* ----------------------------------------- */

/* Hidden  */
#wpadminbar,
#tech_bar, #access, #logo > a, #logo > a:after, #search, #social, #navigation, #footer, .sidebar,
.print, .share-print, .social,
.breadcrumb,
.pagination,
.related_tabs { display: none !important; }

/* No Float */
* {
	float: none !important;
}


body {
	width: auto!important;
	margin: auto!important;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #fff!important;
	color: #000!important;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	color: #000!important;
	margin: auto!important;
}

h1, h2, h3, h4, h5, h6 { 
	margin: .6em 0 0.3em !important; 
}

p { margin-bottom: 0.2em; }


p, blockquote {
	orphans: 3; /* pas de ligne seule en bas */
	widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
	page-break-inside: avoid; /* pas de coupure dans ces élements */
}
/*h1 {
	page-break-before: always; /* chaque titre commence sur une nouvelle page *//*
}*/
h1, h2, h3, caption {
	page-break-after: avoid; /* pas de saut après ces éléments */
}
a {
	color: #000!important;
	text-decoration: underline!important;
}

a[href]:after {
	/* content: " (" attr(href) ")"; /* Afficher les URLs des liens */
}




/* Consultation */
#map_hopital {
	/*page-break-before: always;*/
	page-break-inside: avoid;
	margin-top: .5em;
}