@font-face {
	font-family: "snakerit";
	src: url('font/MuktaVaani-Regular.ttf');
}

@font-face {
	font-family: "snakerit";
	font-weight: bold;
	src: url('font/MuktaVaani-ExtraBold.ttf');
}

body,html{
	font-family:"snakerit","arial";
	text-transform: uppercase;
	height:100%;
}
#section1 h1{
	font-size:30px;

}
#section1{
	float:none !important;
	text-align:center;
}
#logo{
	float:none!important;
	display:block;
	margin:100px auto;
}
#coordonnees{
	margin:50px auto;
}
a img{
	display:block;
	border:2px solid white;
opacity:0.3;
}
a img:hover{
	display:block;
	opacity:1;
	
	transition:opacity 1s;
}
a div{
	height:150px;
	
	float:none;
	margin:auto;
	background:#101010;
}
h2{
	font-size:15px;
	width:100%;
	float:left;
}

#chat{
	position:fixed;
	top:100%;
	height:30px;
	margin-top:-30px;
	display:none;
	float:right !important;
}
#chat h3{
	background:#C00;
	color:white;
	text-align:center;
}
#intro{
	
	width:100%;
	
	background:#101010;
	position:relative;
	float:left;
	text-align:center;
	padding:100px 0;
	color:white;
	font-size:40px;
}
#intro h1{
	
}