body {
    margin: 0;
	padding: 0;
}

.scene {
	position: absolute;
	width: 100%;
	transform: translateY(var(--translateY));
	will-change: transform;
}

.bouton-exclamation{
	position: absolute;
	width: 10%;
	padding-bottom:0%;
	right: 2%;
	bottom: 2%;
	z-index: 2;  
}

.bouton-exclamation img{
	width: 100%;
	height: 100%;
	object-fit:cover; 
}

/* .parmesan1{
	position: absolute;
	width: 40%;
	padding-bottom:0%;
	right: 50%;
	bottom: 2%;
	z-index: 10;
	background-color: blueviolet;
} */

.cuisto-outre{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 3;
}

.cuisto-outre img{
	width: 100%;
	height: 100%;
	object-fit:cover; 
}



.bouton-news{
	display: none;
	position: absolute;
	width: 30%;
	padding-bottom:10%;
	left: 50%;
  	top: 60%;
  	transform: translate(-50%, -50%);
	z-index: 4;
}

.bouton-news img{
	width: 100%;
	height: 100%;
	object-fit:cover; 
}