.contentIframeClass {
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
}
.dummyIFrameClass {
	display: none;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 15px;
	color: rgba(217,217,217,1.00)!important;
	font-weight: bold;
	font-size: 30px;
	visibility: hidden;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}

html {
	background-color: #000!important;
	margin: 0;
	overflow: hidden
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden; /* Empêche les barres de défilement */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh; /* Prend toute la hauteur de l'écran */
	background-color: #f0f0f0; /* Couleur d'arrière-plan */
}
