#filtres{
	background: #FBFAF7;
	
}

.event-card{
	min-height: 320px;
	background-size: cover;
	background-repeat: no-repeat;
	transition: box-shadow .3s;
}

.event-card:hover, .event-car:focus{
	box-shadow: 0 10px 34px 0 rgba(42, 45, 131, 0.5);
}

.filter-gradient{
	min-height: 320px;
	/* background-image: linear-gradient(232deg, rgba(0, 0, 0, 0%) 20%, #2A2D83 90%); */
}

.indigo-filter{
	background-color: rgba(42, 45, 131, 0.4);
}


.col-carte, .col-mois {
	transition: opacity 1s linear; 
	opacity: 1;
}

.masquer{
	opacity: 0;
	position: absolute;
	left: -100em;
}

/* */