.footer { background: #373E44; color: #fff; padding: 4rem 0; }
.footer-contenu { vertical-align: middle; font-size: 1.2rem; font-weight: 500; }

.footer-cont-rs-bt {
	
}
.footer-rs {
	
}
.footer-rs-item {
	margin: 0 1rem;
}

.footer-copyright {
	font-size: 1.2rem;
	font-weight: 500;
	color: #C5C4C2;
}

.menuFooter {
	list-style: none;
	padding-left: 0;
}
.menuFooter li {
	margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.footer-rs-item { margin: 0 0.4rem; }
	.footer-rs { margin-right: 0rem; }
	.footer-copyright { margin-top: 2rem; }
	
	.menuFooter { margin-bottom: 0; }
	.menuFooter li { display: inline-block; margin-bottom: 0; }
	.menuFooter li:before { content: '-'; display: inline-block; }
	.menuFooter li a { margin-left: 0.5rem; }
}