footer{
	position: absolute; bottom: 0; left:0; right:0;
    display: :table-row;
}

@font-face {
font-family: 'aristotle_punk';
src: url('Media/Font/AristotlePunk.otf');
src: url('Media/Font/AristotlePunk.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

#conteneurfooter
{
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items: center;
	width: 100%;
	height:2.25em;
    /*background:#720000;*/
	background-color:black;
	
}
.logo:nth_child(1)
{
    height:1.75em;
    width:1.75em;
}

#Mentions_legales:nth-child(1)
{
	order:1;
    align-self:center;
    text-align: center;
	color:#720000;
	font-family: "aristotle_punk", sans-serif;
	

}
.MentionsB:nth-child(1)
{
	background: transparent;
	border: none !important;
	outline:none;
	cursor:hand;
	cursor:pointer;
	font-family: "aristotle_punk", sans-serif;
	font-size: 15px;
	color:#720000;
}

.contact
{
	background: transparent;
	border: none !important;
	outline:none;
	cursor:hand;
	cursor:pointer;
	font-family: "aristotle_punk", sans-serif;
	font-size: 15px;
	color:#720000;
}

.partage:nth-child(2)
{
    order: 2; 
}

.Son:hover
{
	cursor:hand;
	cursor:pointer;
}
.reseau:nth-child(1)
{
	background: transparent;
	border: none !important;
	outline:none;
	cursor:hand;
	cursor:pointer;
    
}

.reseau:hover
{
	cursor:hand;
	cursor:pointer;
}

.reseau img
{
    height:1.75em;
    width:1.75em;
	
}
.Son img 
{
	height:1.75em;
    width:1.75em;
}