.list-partners-widget-card {
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius: 6px;
    box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #E0DFDF;
	height: 6.5rem !important;
	position: relative;	
	transition: all 0.3s;
	background-color: #fff;
}
.list-partners-widget-card img {
	height: 100% !important;
}
.list-partners-widget-card:hover {
	transform : scale(1.1);
	box-shadow: 0px 4px 8px #00000029 !important;
}
.list-partners-widget-card a {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.list-partners-widget-card {
	
}
.list-partners-widget-card {
	
}
.list-partners-widget-slider {
  width: 100%;
}

.list-partners-widget-slider .swiper-slide {
  width: auto !important; /* Ou laisse Swiper gérer */
}