.card-single-projet-inner {
	overflow: hidden;
	border-radius: 20px;
	border: solid 1px #d5d4db;
	transition: 0.5s ease;
	margin-bottom: 20px;
	margin-top: 10px;
}
.card-projet-header img {
	width: 100%;
	height: auto;
	height: 390px;
	object-fit: cover;
}
.card-single-projet-main h2 {
	font-size: 1.75rem;
}
.card-single-projet-inner .btn-inner-jaune {
	display: flex;
}
.card-single-projet-inner .btn-block-jaune {
	display: flex;
	align-items: center;
	background-color: #ffcc33;
	padding: 18px 23px;
	border: none;
	border-radius: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 14px;
	transition: background-color 1s;
	color: #14213D;
	text-decoration: none;
}
.card-single-projet-inner .btn-block-jaune:hover {
	cursor: pointer;
	background-color: #e8b830;
	color: #14213D;
}
span.icon-empty {
	width: 100%;
	height: 390px;
}