footer{
	position: relative;
	display: flex; flex-direction: column;
	bottom: 0px;
	width: 100%; height: auto;
	background-color: RGB(0,0,128);
/*	font-family: 'Calibri Corps', sans-serif;*/
	color: white;
}
#groupe_footer_1{
	position: relative;
	display: flex;
	margin-left: auto; margin-right: auto;
	width: 80%; height: auto; min-height: 500px;

/*	background-color: yellow;*/
}
#groupe_footer_1A{
	position: relative;
	width: 100%; height: 500px;

/*	background-color: pink;*/
}
#groupe_footer_1B{
	position: relative;
	display: flex;
	width: 100%; height: 500px;

/*	background-color: red;*/
}
#maps{
	margin-top: auto; margin-bottom: auto; margin-left: auto; margin-right: auto;
	width: 80%; height: 400px;
}
#groupe_footer_2{
	display: flex;
	width: 100%; height: 40px;
	background-color: RGB(105,105,105);
}
.texte_copyright{
	margin: auto;
}