/* carte */
#slc-svg {

}
#slc-svg .g-co path {
	fill: #0caea8;
	cursor: pointer;
}
#slc-svg .g-co:hover path,
#slc-svg .g-co.hover path {
	fill: #0de6de;
}
#slc-svg text {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	fill: #fff;
	cursor: pointer;
	text-anchor: middle;
}
#slc-svg text tspan {

}



#slc-popin-commune {
	background: rgba(0,0,0,.4);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 10000;
}
#slc-popin-commune .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#slc-popin-commune > div {
	background-color: #fff;
	box-shadow: 2px 10px 40px #000;
	display: inline-block;
	height: auto;
	max-width: 450px;
	min-height: 100px;
	vertical-align: middle;
	width: 85%;
	position: relative;
	border-radius: 4px;
	padding: 0;
	margin-top: 3%;
}
#slc-popin-commune-content {
	overflow: auto;
	padding: 1em 2em;
	max-height: 55vh;
}
.popupCloseButton {
	background-color: #eee;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: -16px;
	right: -16px;
	font-size: 25px;
	line-height: 28px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.popupCloseButton:hover {
	background-color: #ccc;
}

.sl-liste-communes p:empty {
	display: none;
}

.sl-communes ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sl-communes ul li span {
	display: inline-block;
	padding: 0.2em;
	cursor: pointer;
}
.sl-communes ul li span:hover {
	text-decoration: underline;
}
