.footer {
	margin-top: 25px;
	padding: 0;
	padding-top: 10px;
}

.footer .colophon {
	padding: 5px;
   width: 100%; /* Prend toute la largeur disponible */
   text-align: center; /* Centre le texte à l'intérieur */
}

.footer #menu_lang {
	padding: 5px;
   width: 100%; /* Prend toute la largeur disponible */
   text-align: center; /* Centre le texte à l'intérieur */
}

#menu_lang a,
#menu_lang strong {
  text-transform: capitalize;
}