/*slider styles*/

body {
	margin:0;
	padding: 0;
}

img {
	/*padding-top: 50px;*/
	height: 100%;
	width: 100%;
	/*min-height: 1080px;*/
	overflow: hidden;
	/*background-size: cover;*/
}

#element {
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
	height: 100vh;
	width: 100vw;
	/*min-height: 1080px;*/
	margin: 0;
	padding: 0;
	overflow:hidden;
}


#s3slider {
	width: 100vw;
	height: 100vh;
	/*min-height: 1080px;*/
	position:relative;
	/*overflow:hidden;*/

	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
}
#s3sliderContent {
	width: 100vw;
	height: 100vh;
	/*min-height: 1080px;*/
	position:absolute;
	overflow:hidden;	
	/* [disabled]top:-13px; */
	margin-left:0;
	/* [disabled]left: -11px; */
	margin: 0;
	padding: 0;
}
.s3sliderImage {
	/*width: auto;*/
	height: auto;
	max-width: 75%;
	/*float:center;*/
	/*position:relative;*/
	display:none;
	/*margin-left: 0px;*/
	/*margin-top: 0px;*/
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
	/*object-fit: cover;*/
	background-size: auto;
	
}

/* ici que le texte est afficher avec le span */
/*.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px
	padding:10px 13px;
	color: #FFF;
	background-color:#000;
	width:924px;
	display:none;
	opacity: 0.7;
	-moz-opacity:0.7;
	filter:alpha (opacity=70);
}
*/

.clear{
	clear:both;
}

/* texte overlay styles from the <span  features*/

.top	{
	top:0;
	left:0;
	width:924px;
	height:60px;	
}
.right	{
	right:0;
	bottom:0;
	width:200px !important;
	height:290px;	
}

.bottom	{
	bottom:0;
	left:0;
	width:924px;
	height:60px;	
}
.left	{
	left:0;
	top:0;
	width:200px !important;
	height:290px;	
}

