
.entoure_dimage img{height: 5.4rem;}
.entoure_dimage{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
}

@media screen and (max-width: 900px){
	.entoure_dimage{ margin-top: 5vh; flex-wrap: wrap;}
	.entoure_dimage div:nth-child(2){order: -1;}
	.entoure_dimage img{order: 1; height: 3.6rem;}
}

.carte_bord_noir{
	background-color: rgba(255, 255, 255, 1); 
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px; 
	box-shadow: 10px 5px 5px rgb(108,108,108) ;
	border: thick double black;
}

.image{
	text-align: center;
}

.image img{
	box-shadow: 10px 5px 5px rgb(108,108,108) ;
}
