/* GENERALITES */

body{
	background-color: #150501;
	color: #9d9d9d;
	font-family: 'Lato', sans-serif;
}

.content{
	width: 100%;
	margin: 0 auto;
	padding: 40px 80px;
}

a, h1, h2, form, p, ul, li, .toTop{
	position: relative;
	z-index: 999;
}

a{
	text-decoration: none;
	color: #fff;
}

h1{
	font-family: 'Wendy One', sans-serif;
	font-size: 70px;
	margin-bottom: 40px;
	text-transform: uppercase;
	color: #000;
}

h2{
	font-family: 'Wendy One', sans-serif;
	font-size: 35px;
	color: #9d9d9d;
	text-transform: uppercase;
}


section{
	padding-top: 40px;
	background-color: #150501;
}


.clear{
	clear: both;
}

/* HEADER */

.prout{
	float: left;
	color: #fff;
	font-family: 'Wendy One', sans-serif;
}

li:hover{
	color: #000;
}


ul li{
	display: inline-block;
	margin: 0 15px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

ul{
	float: right;
}

.titre{
	width: 500px;
	margin: 150px auto;
	text-align: center;
}

.titre img::after{
	content: url(../img/jouer.png)
}

.jouer{
	margin-left: -180px;
}


/*IMAGES EN PARALLAXE*/

.imgparax{
    bottom: 0px;
    width: 100%;
}


img[alt=rouge]{
    z-index: 1;
    position: absolute;    
}

img[alt=fond]{
    z-index: 2;
    position: absolute;   
    height: 600px; 
}

img[alt=fumee]{
    z-index: 3;
    position: absolute;
    height: 800px;
}

img[alt=premier]{
    z-index: 4;
    position: absolute;
}

img[alt=picto]{
    margin: 0px auto;
    position: absolute;
/*    left: 45%;
*/    top: 30%;
    z-index: 99;
}



/*SECTION INSCRIPTION*/

section.inscription p{
	text-align: center;
	font-size: 30px;
	font-family: 'Kalam', cursive;
	padding-bottom: 140px;
	line-height: 40px;
	margin-top: 90px;
}

.formulaire{
	float: left;
}

.inscription input{
	display: block;
	height: 40px;
	width: 480px;
	background-color: #150501;
	border: none;
	padding-left: 10px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 25px;
	color: #9d9d9d;
	padding-bottom: 10px;
	border-bottom: 1px solid #9d9d9d;
	margin-bottom: 30px;
}

.inscription input:last-child{
	padding-bottom: none;
	border: none;
}
.inscription input:focus{
	border: none;
	outline: none;
}

.btn{
	background: #6b2929;
	border-radius: 10px;
	height: 40px;
	color: #150501;
	width: 100px;
	border: none;
}

.btn:hover{
	background: #491111;
	border-radius: 10px;
	color: #9d9d9d;
}

.inscription form{
	margin-top: 40px;
	margin-bottom: 20px;
}

.viafb{
	color: #3b5998;
	text-decoration: none;
	padding: 10px 10px;
}

.viafb:hover{
	font-weight: bold;
}

img.manga{
	float:right;
	margin: 100px;
}

/* LES NIVEAUX */
.levels{
	text-align: left;
	margin: 40px auto;
}

.level{
	margin-left: 100px;
}

.levels img, .niveaux img{
	margin: 20px 20px;
}

h4{
	padding: 20px 0;
	font-size: 20px;
}

/*SECTION GAMEPLAY*/

.gameplay img{
	margin-top: 40px;
	width: 500px;
}

.manette{
	text-align: center;
}

/*FOOTER*/
footer img.footer{
	width: 100%;
}

/*TO TOP*/

.toTop{
	display: none;
	position: fixed;
	bottom: 10px;
	right:30px;
	width: 50px;
	height: 50px;
	opacity: 0.5;
}

.facebook {
    width: 69px;
    height: 50px;
    position: relative;
    left: 74%;
    top: -232px;
}

.twitter {
    width: 55px;
    height: 50px;
    position: relative;
    left: 80%;
    top: -282px;
}
