.footer {
	background: #1D3867;
	padding: 3rem 0;
}
.footer-logo img {
	border-radius: 0.6rem;
}

.footer-contenu {
	max-width: 30rem;
}

.footer-menu, .copyright, .menu-menu-bas-de-page-container {
	display: inline;
}
.menuFooter {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.menuFooter > li {
/* 	margin-left: 0.5rem; */
	display: inline;
}
.menuFooter > li:before {
	content: '-';
	margin: 0 0.5rem;
	color: #fff;
}
.menuFooter > li > a, .copyright {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
}

@media (min-width: 992px) {
	.footer-contenu {
		max-width: 100%;
	}
	.footer-menu, .copyright {
		display: inline-block;
	}
	.menuFooter {
		display: flex;
		justify-content: end;
	}
	.menu-menu-bas-de-page-container {
		display: block;
	}
}