@import url("../../banniere.css");

.surf{
	text-align:left;
}

.surf a{
	text-decoration:none;
	color:black;
}

.galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type:none;
	gap: 40px;
}

.galerie li {
	flex-basis: 360px;
	justify-content: center;
}

.galerie li img {
	object-fit: cover;
	width: 100%;
	height: 240px;
	border-radius: 16px;
}

.galerie li div {
	text-align:center;
	font-size: 20px;
	color:blue;
}

img:hover{
	filter:brightness(2);
}
