/* FILTRES */

#arx_tuiles.conseil_municipal .tuile_item .image {
	height : 180px !important;
}

#arx_tuiles.conseil_municipal .tuile_item {
	width:40% !important;
}

#arx_tuiles .tuile_item .image:after {
    background: linear-gradient(180deg,rgba(3, 47, 73,0.50) 20%,rgba(3, 47, 73,0.1) 100%);
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
#arx_tuiles .tuile_item.hidden {
	display:none;
}
.arx_terms_filters_cm {
	display:flex;
	flex-wrap: wrap;
	justify-content: left;
	padding-bottom:60px !important;
	padding-left:0px !important;
}
.arx_terms_filters_cm li{
	list-style: none;
	padding:10px 20px;
	background-color: rgba(3,68,109,1);
	margin:0 10px 15px 10px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor:pointer;
	color:#fff;
	font-family: 'Sen',Helvetica,Arial,Lucida,sans-serif;
	font-size:20px;
	-webkit-transition: all 0.5s 0s ease;
-moz-transition: all 0.5s 0s ease;
-o-transition: all 0.5s 0s ease;
transition: all 0.5s 0s ease;
}

.arx_terms_filters_cm li.active{
	background-color: #97EEF4;
	color:#03446D;
}

.arx_terms_filters_cm li:hover{
	background-color: #97EEF4;
}

.arx_terms_filters_cm li.active:hover{
	background-color: #97EEF4 !important;
	color:#03446D;
}
