html{
	background: #B0AFAD;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
body{
	padding: 0;
	margin: 0;
	font-family: "Roboto";
	color: #1c1b19;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 20px;
	position: relative;
}
.bloc{
	position: fixed;
	left: 60px;
	top: 60px;
	width: 300px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.att .bloc{
	text-align: left;
}
.trait{
	display: block;
	width: 120px;
	height: 1px;
	background-color: #fff;
	margin: 30px auto 26px;
}
.att .trait{
	margin: 80px 0 20px;
	width: 200px;
	background-color: #1c1b19;
}
img.logo{
	max-width: 100%;
}

img.img{
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	min-width: 1200px;
	height: auto;
	margin: 0;
	display: block;
}
a{
	text-decoration: none;
	color: #1c1b19;
	font-size: 14px;
	text-transform: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:hover{
	color: white;
}
