#contact {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
}

#contact div {
	width: 25%;
	padding: 2%;
	background: white;
	box-shadow: 0px 0px 10px rgb(220, 220, 220);
	margin-top: 2%;
	margin-bottom: 2%;
}

#contact img {
	width: 10%;
}

#contact a {
	color: var(--colorIntermediate);
}

#bureau img {
	border-radius: 10px;
	width: 45%;
}

#bureau div {
	text-align: center;
}