@charset "utf-8";
/* CSS Document */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575.98px) {

.DiapoPlayPauseButton
	{
		bottom: 15px !important;	
	}
	
	.DiapoPlayPauseButton .h4
	{
		font-size: 3em !important;	
	}
	
	
	#PlayPauseButtonDiapo
	{
		margin-right: 30px !important;
	}

	#MuteButtonAudio
	{
		margin-right: 30px !important;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {

	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {

}
.controlsDiapos {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0px 0px;
	font-size: 0.8em;
	font-family: sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 1049;
}


/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.jssorb031 {position:absolute; opacity: 1;-webkit-transition: opacity 0.3s;	-moz-transition: opacity 0.3s;	-o-transition: opacity 0.3s;	-ms-transition: opacity 0.3s;	transition: opacity 0.3s;}
#slider1_container:hover .jssorb031 {opacity: .9;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.DiapoContainer
{
	visibility: hidden;
	position: relative;
	margin: 0 auto; 
	width: 780px;
	height: 576px;
	overflow: hidden;
}

.DiapoLoading{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}

.DiapoLoading img {
	margin-top:-19px;
	position:relative;
	top:50%;
	width:38px;
	height:38px;
	
}

.DiapoSlides {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 576px;
	overflow: hidden;
}

.DiapoPlayPauseButton{
	position:absolute;
	bottom:12px;
	right:12px;
	cursor: pointer;
	color: white;
	display: flex;
}

#PlayPauseButtonDiapo
{
	margin-right: 10px;
}

#MuteButtonAudio
{
	margin-right: 10px;
}

.DiapoFullScreenButton{
	position:absolute;
	bottom:12px;
	right:0px;
	cursor: pointer;
	color: white;
}

.DiapoArrowLeftButton{
	width:55px;
	height:55px;
	top:0px;
	left:25px; 
}

.DiapoArrowRightButton {
	width:55px;
	height:55px;
	top:0px;
	right:25px;
}

.DiapoArrowRightButton svg, .DiapoArrowLeftButton svg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}