
/* médaillon sommaire pages de prez */

.liste_logos {
	margin: 2vh 10vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.liste_logo_un {
	margin: 1vh 1vw;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
	border: 1px solid #eee;
	padding: 0.5vh 0.5vw;
	box-shadow: 2px 2px 2px #f9f9f9;
	background: #fcfcfc;
}
.liste_logo_bg {
	/* background: url("../images/profils/_ent_no_image.png") no-repeat center center; */
	/* background-size: 150px 150px; */
}
.liste_prez {
	display: flex;
	justify-content: center;
	margin: 10vh 2vw;
}
@media screen and (max-width: 700px) {
	.liste_logos {
		justify-content: center;
	}
	.liste_prez {
		flex-flow: column wrap;
		align-items: center;
	}
}

