@charset "UTF-8";
.flexLogo .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flexLogo .item {
    border: 3px solid #ebebeb;
	max-width: 350px;
	border-radius: 6px;
	margin:20px 1%;
	width:22.5%;
}
.flexLogo .intLogo {
	padding:18px;
}
a.itLogo {
	display: flex;
	width:100%;
	color:#000;
	background: #FFF;
	align-content: stretch;
	align-items:stretch;
	justify-content: center;
}
.itLogo .intBloc {
	width: 100%;
	max-width: 240px;
}
.itLogo .imgBloc {
	background-size: contain;
	background-position: center;
	padding-top: 57%;
}
.itLogo .textes {
	text-align: center;
}
.flexLogo .item:hover {
	box-shadow: 4px 4px 3px rgba(0,0,0,0.35);
}
@media all and (max-width:1150px) {
.para.paraLogos .flexLogo .item {
    width:31% !important;
	margin:10px 1% !important;
		max-width: 320px !important;
}
	.para.paraLogos .flexLogo .intItem {
    padding: 20px !important;
}
}
@media all and (max-width:989px) {
	
	/* fin 989 */
}
@media all and (max-width:767px) {
	.para.paraLogos .flexLogo .item {
    width: 46.5% !important;
    max-width: 300px !important;
}
	/* fin 767 */
}
@media all and (max-width:639px) {
	.flexLogo .item {
		max-width: 250px;
	}
	.para.paraLogos .flexLogo .item {
    width: 98% !important;
    max-width: 280px !important;
}
	/* fin 639 */
}
/* fin css */