@media screen and (max-width: 580px){
	.bureaux-container .bg-white-custom{
		width: 95% !important;
	}
}
@media screen and (min-width: 580px) and (max-width: 768px){
	.bureaux-container .bg-white-custom{
		width: 50% !important;
	}
}
