/* ############### */
/* # CARD CLIENT # */
/* ############### */

.client-card-banniere {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 120px;
	z-index: 0;
}

.client-card-img {
	position: relative;
	top: -50px;
	left: calc(50% - 50px);
	width: 100px;
	border: 1.5px solid white;
	z-index: 9;
}

.client-card-title {
	position: relative;
	float: left;
	bottom: 40px;
}

a:hover {
	text-decoration: none;
}