/* Bouton "Decouvrir" du Carousel */
.fr-tile__detail.fr-text-white {
	background: #000091;
	padding: 6px;
	font-size: 1em;
}

.fr-tile__detail.fr-text-white:hover {
	background: #1212FF;
}

/* Hauteur de l'image du Carousel'*/
@media screen and (min-width: 768px) {
	.fr-tile.fr-carousel{
		min-height:15vw;
}
}

/* Surcouche grise pour les images du Carousel */
.fr-tabs::before {
	background: rgba(0,0,0,0.3);/* Couleur grise avec transparence */
    z-index: 1; /* Assure que la surcouche est au-dessus de l'image */
}
