/* CONTROLES */

.leaflet-top,
.leaflet-bottom {
	z-index: 10;
}
.leaflet-bottom {
	display: none;
}

/* CLUSTERS */

.marker-cluster {
	background-color: rgba(192, 33, 12, 0.5);
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 66px !important;
	height: 66px !important;
	margin-top: -33px !important;
	margin-left: -33px !important;*/
}
.marker-cluster div {
	background-color: #c0210c;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 8px;*/
}
.marker-cluster span {
	color: #ffffff;
	/*font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 46px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
}

/* MARQUEURS */

.leaflet-container img.leaflet-marker-icon,
.leaflet-container img.leaflet-marker-icon.synced-content-hover {
	/*height: 101px !important;
	width: 70px !important;
	margin-top: -101px !important;
	margin-left: -35px !important;*/
	height: 66px !important;
	width: 46px !important;
	margin-top: -66px !important;
	margin-left: -23px !important;
}
.leaflet-container img.leaflet-marker-icon {
	background-image: url("../img/marker/pin-offre.png");
	background-position: 50% 100%;
	background-size: contain;
}
.leaflet-container img.leaflet-marker-icon:hover,
.leaflet-container img.leaflet-marker-icon.synced-content-hover {
	background-image: url("../img/marker/pin-on.png") !important;
}
.leaflet-container img.leaflet-marker-icon.current {
	background-image: url("../img/marker/pin-current.png") !important;
}
.leaflet-container img.leaflet-marker-icon.destination {
	background-image: url("../img/marker/pin-destination.png") !important;
	z-index: 500 !important;
}

/* BULLES */

.leaflet-popup a.leaflet-popup-close-button {
	color: #c0210c;
	line-height: 20px;
	background-color: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	height: 24px;
	width: 24px;
	padding: 0;
	top: 5px;
	right: 5px;
	z-index: 10;
}
.leaflet-popup a.leaflet-popup-close-button:hover {
	color: #c0210c;
}
.leaflet-popup .leaflet-popup-content-wrapper {
	background-color: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: auto;
	width: 200px;
	padding: 0;
	display: block;
	overflow: hidden;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
	color: #333333;
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	line-height: 1em;
	width: 200px !important;
	margin: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .media {
	position: relative;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .media img {
	height: auto !important;
	width: 100% !important;
	display: block;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu {
	text-align: center;
	padding: 10px;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu h2 {
	font-family: "RalewayBold", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-transform: uppercase;
	margin: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .type {
	font-size: 0.750em;
	text-transform: uppercase;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .type .entity {
	display: inline;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .type .entity + .entity:before {
	content: ", ";
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .classement {
	margin: 0;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .classement img {
	height: 20px !important;
	width: auto;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .apercu .classement img + img {
	margin-left: 10px;
}
.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .lien a {
	font-size: 0;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
	background-color: #ffffff;
}