@charset "utf-8";
/* CSS Document */
/* 
ROUGE CLAIR : #FB0A01
ROUGE FONCE : #C50802 / rgba(197,8,2)
*/

.slideshow-container { width:100%; display:flex; flex-wrap:wrap; justify-content:center; align-content:center; }
	.mySlides { display:none; width:100%; margin:0 auto; position:relative; }
		.mySlidesText { width:100%; position:absolute; bottom:1rem; display:flex; flex-wrap:wrap; justify-content:center; }
			.mySlidesText div { color:#FFFFFF; background-color:rgba(197,8,2,0.5); font-size:0.75rem; text-align:center; padding:0.5rem 1rem; }
	.active { background-color:#717171; }
	.fade { animation-name:fade; animation-duration:5s; z-index:0; }

@keyframes fade { 
	from { opacity:0.2; } to { opacity:1; }
}

@media only screen and (min-width:1920px) {

}

@media only screen and (max-width:1300px) {
}

@media only screen and (max-width:1024px) {
	
}

@media only screen and (max-width:800px) {

}

@media only screen and (max-width:600px) {
	.slideshow-container { display:none; }
	
}