@media screen and (min-width: 1002px){
	.footerElements .bureaux{
		width: 875px;
	}
}
@media screen and (max-width: 1001px){
	.footerElements .footer-bureaux{
		flex-direction: column;
		align-items: baseline;
	}
}
