.html-categories{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:600px;margin:0;background-color:#EEE}
.adherents-count {
	display: flex;
	justify-content: center;
}
.menu-categories {
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
.cat-map-marker {height:18px;}
.sc-checkbox{display:flex;justify-content:flex-start;align-items:center;cursor:pointer;margin:4px 8px;position:relative}
.sc-check-text{width:calc(100% - 20px);padding:4px 8px}
.sc-checkbox input[type="checkbox"]{width:20px;margin:0; padding:0}
.sc-check{position:absolute;top:calc((100% - 20px) / 2);left:0;z-index:1;width:20px;height:20px;border:1px solid #000;background-color:#FFF;cursor:pointer;display:flex;justify-content:center;align-items:center}
.sc-check:before{display:none;font-size:16px}
.sc-check-on:before{display:block}


.ajax-acf-map{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}
