.footer-content{
	margin: 50px 50px 50px 15px;
	float: left;
}
.footer-content h1,.footer-content p,.footer-content a{
	margin-left: 40px;
}
.contact-list{
	list-style-type: none;
	border-bottom: 1px gray solid;
	margin: 3px;
	text-align: left;
}
ul .contact-list h1{
	font-size: 35px;
	float: left;
	color:white;
	margin: 0px;
	margin-top: 10px;
}
.legal_mention{
	display: inline;
	float:right;
	color: #3F3B3B;

}
#leg_notic{
	border-right: 1px solid #3F3B3B;
	margin-right: 5px;
	padding-right: 5px;
}
.clear{
	clear: both;
}