hello  
how to center the bottom module ?  (her the map)
https://gite-le-meyerhof.com/index.php/fr/contact			
			.contentbottom .module {
    width: 600px;
    margin: 0 auto;
    float: none;
} 
 
.contentbottom .module {
    max-width: 700px;
    margin: 0 auto;
    float: none;
}
 
					