<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* écran noir */
.AMCMSscreen 
{
	position:fixed; 
	width:100%; 
	height:100%;
	top:0px; 
	left:0px; 
	z-index:10000 !important; 
	display:none; 
	background:rgba(0,0,0,0.5);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5610ad+0,ff9d03+100&amp;0.5+0,0.5+100 */
	background: -moz-linear-gradient(-45deg,  rgba(86,16,173,0.5) 0%, rgba(255,157,3,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(86,16,173,0.5) 0%,rgba(255,157,3,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(86,16,173,0.5) 0%,rgba(255,157,3,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805610ad', endColorstr='#80ff9d03',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.AMCMSimages
{
	position:absolute; 
	top:0px; 
	left:0px; 
	display:none; 
	background-color:#fff;
	z-index:10010 !important; 
	width:auto;
	height:auto;
	
	
}

.AMCMSimage
{
	display:block;
	margin:0 auto;
	border:30px solid #ffffff;
	cursor: pointer;
}

.AMCMSclose
{
	position:absolute; 
	top:0px; right:0px; 
	background-color:#000;
	border-radius:100%; 
	border:2px solid #fff;
	width:23px;
	height:23px;
	z-index:10020 !important;
	display:block;
	color: #ffffff;
	font-size: 10px;
	padding:3px;
	cursor: pointer;
	
}</pre></body></html>