@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Elephant';
    src: url('type/Elephant-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FrankfurterOutline';
    src: url('type/FrankfurterOutline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Jaakko';
    src: url('type/Jaakko.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*home*/

html, body,a, a:visited{
	height: 100%;
	margin: 0;
	color: white;
	text-decoration: none;
}


.nav{
	position: absolute;
	width: 100px;
	height: 100px;
	top: 10px;
	left: 10px;
	
	
}

h3 {
	font-family:'Elephant';
	display: block;
	text-align: center;
	text-decoration: underline;
	transform: rotate(-10deg);
	
}
h3 a, h3 a:visited {
	
	
	color: #ff8967;
	
}

.nav img{
	width: 100%;
	height: auto;
}
.home{
	margin: 0;
	height: 100%;
	background-image:url('images/fond11.png');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	
	font-family:'Elephant';
	color: white;
	
}

.about{
	margin: 5%;
	width: 50%;
	height: 100%;
	color: #ff8967;
	font-family:'Elephant';
	font-size: 40px;
	
	
}
h1{
	
	font-size: 1.1em;
	display: block;
	position: absolute;
	
	left: 35%;
	
	
	text-align: center;
	
	width: 30%;
	transform: rotate(-5deg);
	margin: 0 auto; 
	
}



.menu{
	position: absolute;
	top: 70%;
	left: 45%;
	
	width: 10%;
	
	font-size: 1.2em;
	text-align: center;
	
	
}

.menu a{
	padding-bottom: 0px;
	text-decoration: none;
	border-bottom: 2px solid white;
	
}

#barre{
	width: 350px;
	height: 78px;
	border: 2px solid #ff8967;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: white;
	/*box-shadow: 5px 5px 0px 0px rgba(255,137,103,1);*/

}
#barre div{
	

	margin:5px;
	margin-left: 10px;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-size: contain;
}
#bouton1{
	width: 73px;
	height: 71px;
	display: inline-block;
	background-image:url("images/picto_un.png");
	
	
}
#bouton2{
	width: 44px;
	height: 72px;
	display: inline-block;
	background-image:url("images/picto_deux.png");
		
	background-repeat: no-repeat;

	
}
#bouton3{
	width: 71px;
	height:71px;
	display: inline-block;
	background-image:url("images/picto_trois.png");
		background-size: 70px;
	

}
#bouton4{
	width: 73px;
	height: 73px;
	display: inline-block;
	background-image:url("images/random.gif");
		
	
	margin-left: 30px;
	

}

#clic1, #clic2, #clic3{
	position: absolute;
	top: 58px;
	left:15px;
	transform: rotate(10deg);
}




.info{
	
	position: absolute;
	background-color: #ff8967;
	width: 250px;
	padding: 20px;
	padding-bottom: 10px;
	
}

#tonalite{
	font-family: 'FrankfurterOutline';
	font-size: 1.6em;
	line-height: 1.2em;
	top: 40%;
	left: 70%;
	
}

#tempo{
	font-family: 'Jaakko';
	font-size: 1.8em;
	line-height: 1.2em;
	top : 50%;
	left: 10%;
}

#random{
	font-family:'Elephant';
	font-size:1.5em;
	line-height: 1.2em;
	top:20%;
	left: 70%;
	padding-bottom: 10px;
	
}

#jeu{
	font-family:'Elephant';
	font-size:1.5em;
	line-height: 1.2em;
	top:80%;
	left: 70%;
	width: 230px;
	
}

span{
	display: inline-block;
	font-family: 'Elephant';
	font-size: 1.5em;
	text-decoration: underline;
}

p{margin: 0;
	display: inline;

}

.next{
	text-decoration: none;
}