.footer *{
	margin: 0; padding: 0;
}
.footer{
	position: relative;
	display: inline-block;
	background: #074575;
	width: 100%;
	height: 80px;
}
.footer .container{
	width: 90%;
	margin: 0 auto;
}
.footer_mentions{
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background: transparent;
	text-align: center;
	color: #fff;
	margin-top: 24px;
}
.footer_mentions p{
	font-family: Segoe UI, Roboto;
	font-size: 14px;
}

@media only screen and (max-width: 750px){ /*Zone de coupure pour le menu sandwich ************************/
	.footer_mentions p{
		font-size: 12px;
	}
}