body .facetwp-type-radio{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 2px solid #1b8032;
	border-bottom: 2px solid #1b8032;
	min-height: 46px;
	margin-bottom: 30px;
	background-color: #FFF;
	border-right: 2px solid #1b8032;
}

body .facetwp-radio, .btn-facet{
    background: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top:13px;
    text-align: center;
    border-left: 2px solid #1b8032;
    height: 42px;
    transition: all .2s linear;
    -ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;	
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	background-color: #FFF;
	line-height: 1;
	color: #1b8032;
	font-weight: 500;
}

body .facetwp-radio:hover{
	background-color: #F5F5F5;
	color: #1A1A1A;
}

body .facetwp-radio.checked {
    background-image: none;
    background-color: #1b8032;
    color: #FFF;
}

body .facetwp-radio:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

body .facetwp-radio.checked:last-child{
 	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

body .facetwp-radio.disabled {
    color: rgba(0,0,0,.2);
    cursor: not-allowed;
    opacity: 1;
    background: #f5f5f5;
}

body .facetwp-loading {
    margin: 10px auto 0 auto; 
}

.facetwp-counter {
    display: none;
}

.btn-facet{
	border: 2px solid #1b8032;
	width: 20%;
	border-right: none;
	display: inline-block;
	padding-top: 0;
	line-height: 43px;
	height: 46px;
	cursor: pointer;
	transition: all .2s linear;
}

body.page-template-page-annonces .facetwp-type-radio, body.page-template-page-calendrier .facetwp-type-radio{
	width: 80%;
	float: right;
	border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.facet{
	min-height: 46px;
	margin-bottom: 30px;
}

.btn-facet{
	border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.btn-facet.btn-active{
	background-color: #1b8032;
    color: #FFF;
}

.facetwp-counts{
	display: inline-block;
}

body .facetwp-facet{
	margin-bottom: 0;
	display: flex;
}

@media (max-width: 575.98px) {
	body.page-template-page-annonces .facetwp-type-radio, body.page-template-page-calendrier .facetwp-type-radio {
	    width: 100%;
	    float: none;
	    border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		border-top-right-radius: 0;
		border-left: 2px solid #1b8032;
		border-right: 2px solid #1b8032;
	}
	.btn-facet{
		width: 100%;
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
	}
	body .facetwp-radio{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;	
		border-bottom: 2px solid #1b8032;
		border-left: none;
		border-right: none;
	}
	.btn-facet{
		border-bottom: none;
		border-right: 2px solid #1b8032;
	}
	body .facetwp-radio:last-child {
	   border-bottom: none;
	   border-bottom-right-radius: 8px;
	   border-bottom-left-radius: 8px;
	}
	body .facetwp-radio.checked:last-child {
		border-bottom-left-radius: 0;
	}

}
