/* test MR */
footer{
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height: 315px;
	margin-top: 60px;
	border-top: rgba(33, 33, 33, 1) 1px solid;
	padding-top: 30px;
	background-color: var(--background-header);
	min-height: 20%;
	float: left;
	overflow: hidden;
}

#footer_copyright_block{
	text-align: center;
	margin-bottom: 10px;
}
#footer_copyright_label_block{
	margin-right: 3px;
}
.footer_label_block{
	text-align: center;
}
#footer_contact_block{
	text-align: center;
	margin-bottom: 10px;
}
#footer_newsletter_block{
	text-align: center;
	margin-bottom: 10px;
}
#footer_antoine_madrange_block{
	text-align: center;
	margin-bottom: 10px;
}
#footer_logo_block{
	text-align: center;
}
#footer_logo_chiffr3{
	width: 150px;
	margin-right: 20px;
	-webkit-filter: var(--icon-invert-filter); /* Safari/Chrome */
    filter: var(--icon-invert-filter); 
}