*{
	padding: 0px;
	margin: 0px;
}

/*loader*/

.loader{
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	top: 0%;
	display:none;

}
.lettre{
	color: #484848;
	font-size: 80px;
	letter-spacing: 15px;
	margin-bottom: 150px;
	animation: flash 1.2s linear infinite;
}
@keyframes flash{
	0%{
		color: #fff900;
		text-shadow: 0 0 7px #fff900;
	}
	90%{
		color: #484848;
		text-shadow: none;
	}
	100%{
		color: #fff900;
		text-shadow: 0 0 7px #fff900;
	}
}
.lettre:nth-child(1) {
	animation-delay: 0.1s;
}
.lettre:nth-child(2){
	animation-delay: 0.2s;
}
.lettre:nth-child(3){
	animation-delay: 0.3s;
}
.lettre:nth-child(4){
	animation-delay: 0.4s;
}
.lettre:nth-child(5){
	animation-delay: 0.5s;
}
.lettre:nth-child(6){
	animation-delay: 0.6s;
}
.lettre:nth-child(7){
	animation-delay: 0.7s;
}
.lettre:nth-child(8){
	animation-delay: 0.8s;
}
.lettre:nth-child(9){
	animation-delay: 0.9s;
}
.lettre:nth-child(10){
	animation-delay: 1s;
}
.fondu-out{
	opacity: 0;
	transition: opacity 0.4s ease-out;
}
.deplacement{
	transition: 5s;
	top: -800px;
}
/*Accueil*/

.bande{
	height: 80px;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.logo{
	width: 140px;
	height: auto;
	padding: 20px;
}
nav{
	min-height: 10vh;
	display: flex;
	align-items: center;
	letter-spacing: 0.1rem;
	z-index: 100;
}
.menu{
	padding-right: 20px;
	align-items: center;
	margin-left: 600px;
	word-spacing: 40px;
	font-size: 20px;
	
}
.menu-item{
	display: flex;
	display: inline-block;
	justify-content: space-between;
	color: black;
	border-radius: 8px;
	transition: .4s;
}
nav .menu a:hover{
	transition: 0.5s;
	background-color: rgba(150, 150, 150, 0.3);
	border-radius: 8px;
	border: none;
	padding: 4px;
	font-size: 120%;
	color: #f00a0a;
}
.center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50px);
	user-select: none;
}
.center h1{
	color: white;
	font-size: 70px;
	font-weight: bold;
	width: 900px;
	text-align: center;
	color: white; text-shadow: black 0.1em 0.1em 0.2em
}
.center h3{
	color: white;
	font-size: 40px;
	font-weight: bold;
	width: 885px;
	margin-top: 10px;
	text-align: center;
	color: white; text-shadow: black 0.1em 0.1em 0.2em
}
.background{
	background: url(fond-img.png) no-repeat; 
	background-size: cover;
	height: 100vh;
}
footer{
	position: absolute;
	top: 90%;
	left: 50%;
	color: white;
	transform: translate(-50%, -50%);
}

/* Bouttons Page d'Accueil*/

#modal{
	top: -800%;
	left: 18%;
	text-align: center;
	position: absolute;
	height: 350px;
	width: 65%;
	background-color: #ffffEC;
	transition: 0.5s;
	z-index: 3;
}
#modal p{
	text-align: left;
	font-size: 21px;
}
#modal h3{
	text-align: center;
	color: red;
}
#close{
	left: 40%;
	position: absolute;
	height: 30px;
	width: 20%;
	background-color: red;
	z-index: 10;
	border: 1px solid #cc0000;
	outline: none;
	cursor: pointer;
	border-radius: 25px;
}
.center .bouttons{
	margin: 35px 380px;
}
.bouttons button{
	height: 50px;
	width: 140px;
	font-size: 18px;
	font-weight: bold;
	color: #ffb3b3;
	background: red;
	border: 1px solid #cc0000;
	outline: none;
	cursor: pointer;
	border-radius: 25px;
	transition: .5s;
}
.bouttons button:hover{
	background: #cc0000;
}
#modal button:hover{
	background: #cc0000;
}

/*Les jeux video & Les métiers*/

section{
	display: flex;
	margin-bottom: 20px;
	font-family: Calibri, sans-serif;
}
.intro, aside{
    text-align: justify;
}

.intro{
    margin-right: 20px;
    flex: 3;
}
gin-right: 4px;
}

.intro p{
    font-size: 0.8em;
}

aside{
    flex: 0.5;
    height: 470px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 5px;
    color: black;
    font-size: 0.9em;
}

h1{
	margin-bottom: 20px;
	font-size: 31px;
	font-family: Calibri, sans-serif;
}
p{
	font-size: 22px;
}
.frise{
	height: 300px;
	width: 80%;
	transform: translate(10%);
}

ul li a{
	color: black;
	list-style-type: none;
}
.contenue{
	transform: translate(20%, 0%);
	margin-right: 250px;
}

h2{
	text-decoration: overline;
	color: #2E2A29 ;
	font-size: 26px;
}
.h1{
	text-decoration: underline;
}

.flêche{
	height: 100px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 20px;
	bottom: 20px;
	cursor: pointer;
}

.icone{
	width: 50px;
}
.video{
	height: 150px;
	width: 300px;
	transform: translate(120%);
}

.footer{
	text-align: center;
}
.ressources{
	display: inline;
	font-size: 12px;
}