@charset "UTF-8";
/* CSS Document */
body{
	overflow-y:hidden;
	background-color:black;
}


nav{
	position:absolute;
	bottom: 5px;
	left:5px;
	color:white;
	-webkit-animation: none;
	z-index:2000;
	}

.questce{
	color:white;
	position:absolute;
	right:15px;
	bottom:10px;
	cursor:pointer;
}
.explication{
	color:white;
	font-size:12px;
	padding:10px;
	position:absolute;
	width:130px;
	height:200px;
	background-color:black;
	right:30px;
	bottom:-400px;
	overflow:scroll;
}
.apparition{
	bottom:0px;
}


a{
	transform:rotate(0deg);
	color:white;
	mix-blend-mode:difference;
	width:80%;
	height:auto;
	text-decoration:none;
	
	-webkit-animation: tourne 120s linear infinite;
	transform:none;
	/*-webkit-animation-delay: 7s; 
    animation-delay: 7s;*/
	/*animation-direction:alternate;*/
}
@keyframes tourne{
	0%{ transform:rotate(0deg)}
	100%{transform:rotate(360deg)}
	}
.p1{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne2 120s linear infinite;
	transform:none;
}
@keyframes tourne2{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}
.p2{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne3 125s linear infinite;
	transform:none;
}
@keyframes tourne3{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}
.p3{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne4 130s linear infinite;
	transform:none;
}
@keyframes tourne4{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}
.p4{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne5 135s linear infinite;
	transform:none;
}
@keyframes tourne5{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}
.p5{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne6 140s linear infinite;
	transform:none;
}
@keyframes tourne6{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}
.p6{
	position:absolute;
	width:90%;
	top:20px;
	left:30px;
	transform:rotate(0deg);
	color:rgba(0,0,0,0);
	line-height: 5.0;
	-webkit-animation: tourne7 145s linear infinite;
	transform:none;
}
@keyframes tourne7{
	0%{ transform:rotate(360deg)}
	100%{transform:rotate(0deg)}
	}

.rouge{
	color:red;
}

.pasbouge{
	margin-right:50px;
	-webkit-animation: none;
	opacity:0.2;
	cursor:pointer;
	}
.pasbouge:hover{
	opacity:0.7;
	}
	
#exergue{
	opacity:0.4;
	}