.bloc-cartouches-textes{
	margin-bottom: 35px;
}
.bloc-cartouches-textes .cartouche {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px;
	color: inherit;
	text-decoration: none;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

a.bloc-cartouches-textes .cartouche,
.bloc-cartouches-textes a.cartouche {
	cursor: pointer;
}

.bloc-cartouches-textes a.cartouche:hover,
.bloc-cartouches-textes a.cartouche:focus {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	transform: translateY(-4px);
}

.bloc-cartouches-textes .cartouche-picto {
	margin-bottom: 20px;
}

.bloc-cartouches-textes .cartouche-picto img {
	max-width: 60px;
	height: auto;
}

.bloc-cartouches-textes .cartouche-titre {
	margin-bottom: 15px;
	font-size: 1.1rem;
	font-weight: 700;
}

.bloc-cartouches-textes .cartouche-texte {
	font-size: 0.95rem;
}

.bloc-cartouches-textes .cartouche-texte p:last-child {
	margin-bottom: 0;
}

.bloc-cartouches-textes .cartouche-texte img {
	max-width: 100%;
	height: auto;
}

.bloc-cartouches-textes .cartouche-texte .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bloc-cartouches-textes .cartouche-texte .alignleft {
	float: left;
	margin-right: 15px;
}

.bloc-cartouches-textes .cartouche-texte .alignright {
	float: right;
	margin-left: 15px;
}
