@font-face{ 
	font-family: "AvenirNext LT Pro Regular";
	src: url("../../data/fonts/Avenir1.otf") format("opentype");
}
body{
	font-family: "AvenirNext LT Pro Regular";
	position: relative;
}
body .content-footer{
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 100%;
	background: rgba(51, 51, 51, 1);
}
.content-footer{
	padding-top: 40px;
	padding-left: 12%;
	padding-right: 12%;
}
.bloc-form-contact,
.bloc-fastnav,
.bloc-rs{
	display: inline-flex;
	width: 25%;
	margin-left: 2%;
	margin-right: 2%;
}
footer ul{
	list-style-type: none;	
}
h3{
	color: rgba(227, 230, 242, 1);
}
footer ul li a {
	color: #bdc3c7;
	text-decoration: none;
	transition-duration: 200ms;
}
footer ul li a:hover {
	color: rgba(227, 230, 242, 1);
	text-decoration: none;
	transition-duration: 200ms;
}
form li{
	padding-bottom: 10px;
}
form input{
	width: 135%;
	height: 20px;
	border-radius: 8px;
	text-align: center;
	font-family: "AvenirNext LT Pro Regular";
}
.text{
	height: 80px;
}
.submit{
	width: 50%;
	height: 25px;
	object-position: middle;
}

footer .line{
	height: 20px;
	width: 100%;
	background-color: black;
	position: absolute;
	bottom: 0px;
}
footer .line p{
	color: white;
	text-align: center;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
}