#logo img {
	height: auto;
	width: 140px;
}
#me_menu_responsive_conteneur {
	background-color: #e31321;
	box-shadow: 0 8px 24px rgba(0,0,0,0.3); -moz-box-shadow: 0 8px 24px rgba(0,0,0,0.3); -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
#nav_mobile a.burger {
	color: #e31321;
	display: block;
	float: left;
	font-weight: normal;
	height: 48px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 48px;
}
#nav_mobile a.burger span.label {
	display: none;
}
#nav_mobile a.burger span.menu {
	color: #777777;
	font-size: 30px;
	line-height: 48px;
}
#colonne {
	display: flex; display: -webkit-flex; display: -ms-flexbox;
	flex-direction: row; -webkit-flex-direction: row; -ms-flex-direction: row;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.no-flex #colonne {
display: table;
}
#colonne {
	display: flex; display: -webkit-flex; display: -ms-flexbox;
	flex-direction: row; -webkit-flex-direction: row; -ms-flex-direction: row;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.no-flex #colonne {
display: table;
}
#bottom {
	display: flex; display: -webkit-flex; display: -ms-flexbox;
	flex-direction: row; -webkit-flex-direction: row; -ms-flex-direction: row;
	flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap;
	align-content: center; -webkit-align-content: center;  -ms-flex-line-pack: center;
	align-items: flex-start; -webkit-align-items: flex-start; -ms-flex-item-align: flex-start;
	justify-content: center; -webkit-justify-content: center; -ms-flex-pack: center;
}
.no-flex #bottom {
display: table;
}
