/********************** IMAGES **********************/
.Box-Img {
	display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

img {
	max-width: 100%;
	line-height: 0;
	height: auto;
	object-fit: cover;
}
.image_centre {text-align: center;}

.image_contact {
	display: flex;
	align-items:center;
	margin-bottom: 15px;
	margin-top: 15px;
}

/* Permet de repérer l'image active dans la liste */
.MiniImage {
	opacity: 0.6;
}

.MiniImageActive,
.MiniImage:hover {
	opacity: 1;
}
