body{
	font-size: 30px;
	background: rgb(255, 84, 153);
	font-family: "Directrice", sans-serif;
	overflow-x: hidden;
}

img{
	width: 100%;
}

.smoke{
	width: 300px;
	position: absolute;
	left: 5%;
	bottom: -10px;
	mix-blend-mode: screen;
	opacity: 0.5;
}

.smoke img{
	height: 600px;
}

.smoke-right{
	width: 300px;
	position: absolute;
	right: 5%;
	bottom: -10px;
	mix-blend-mode: screen;
	opacity: 0.5;
}

.smoke-right img{
	height: 600px;
}

.smoke-pred{
	width: 300px;
	position: absolute;
	left: 40%;
	bottom: -10px;
	mix-blend-mode: screen;
	opacity: 0.5;
}

.hide{
	display: none;
}

.test-1{
	position: absolute;
	z-index: 1000;
	top:0;
	width: 100%;
	mix-blend-mode: overlay;
}

.presentation{
	margin-top: 30px;
	text-align: center;
	font-size: 1em;
	color: #FFF;
}

.debut{
	margin-top: 100px;
	text-align: center;
	color: #FFF;
}

.prediction{
	font-size: 2em;
	margin-top: 100px;
	text-align: center;
	color: #FFF;
}

.prediction figure{
	position: absolute; 
	top:-20px; 
	left:50%; 
	transform: translateX(-50%);
	width: 50%;
	mix-blend-mode: screen;
}

figure.imageun, figure.imagedeux{
	position: absolute; 
	width: 200px;
}

figure.imageun{
	left: 10%;
	top: 10vh;
}

figure.imagedeux{
	left: 50%;
	top: 45vh;
}

.oracle{
	width: 40%;
	margin: auto;
	cursor: pointer; 
	mix-blend-mode: screen;
	position: relative;
}

.oracle figure{
	margin:0;
	width: 100%;
}

.oracle:hover{
	mix-blend-mode: multiply;
}

.oracle.active{
	mix-blend-mode: multiply;
	pointer-events: none;
}

.laserleft{
	background: #00FF00;
	width: 20px; 
	height:20px; 
	border-radius: 50%;
	box-shadow:0 0 6px 3px #00FF00;
	position: absolute;
	top: 26%;
	left: 29%;
	transition: all 5s ease-in-out;
	transform-origin: 50% 50%;
}

.laserright{
	background: #00FF00;
	width: 20px; 
	height:20px; 
	border-radius: 50%;
	box-shadow:0 0 6px 3px #00FF00;
	position: absolute;
	top: 24%;
	left: 55%;
	transition: all 5s ease-in-out;
	transform-origin: 50% 50%;
}

.laserleft.active, 
.laserright.active{
	transform: scale(100);
}

/*.oracle{
	background: white; 
	padding: 20px;
	width: 350px;
	margin: 50px auto;
	text-align: center;
	border-radius: 10%;
	-webkit-box-shadow: 0px 8px 0px 0px #000000; 
	box-shadow: 0px 8px 0px 0px #000000;
	border: 1px solid #000;
	cursor: pointer; 
	transition: all 0.1s linear;
}
.oracle:hover{
		-webkit-box-shadow: 0px 1px 0px 0px #000000; 
		box-shadow: 0px 1px 0px 0px #000000;
}*/

.encart{
	font-size: 0.7em;
	position: fixed; 
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 1000;
	color: #FFF;
}


