
@media only screen {.preview-mode-theme-mismatch-warning {display: none !important;}
}

/* style pour impression */
@media print {
	.webYepRichText {
	font-size:0.8rem;
	}
div.titre-print {
	margin:0 !important;
	padding:0 !important;
}
h1.nom-site {
	font-size:26px !important;
	margin-left:0.25rem;
	color: silver !important;
	text-align:center !important;
}
h2 {
	font-size:18px !important;
	margin-bottom: 0 !important;
}
small {
	color: silver !important;
}
.lead {
	font-size:1.1rem !important;
}
.webYepRichText h3 {
	font-size:16px;
	font-weight:bold;
}
.footer-fond {
	background-color:transparent !important;
	color:silver !important;
}
.footer-print {
	/*border-top: 1px solid silver !important;*/
	color:silver !important;
	font-size: 0.7rem !important;
	margin:0 !important;
	padding-top:5px !important;
		}
}
/* fin style pour impression */
/* opacité fond lightbox galerie */
#baguetteBox-overlay {
	background-color:rgba(0, 0, 0, 0.9)!important;
	}