/*! leaflet.css */
.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane > canvas,
.leaflet-pane > svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    position: absolute;
    top: 0;
    left: 0;
}

.leaflet-container {
    font: 12px/1.5 'Helvetica Neue',Arial,Helvetica,sans-serif;
    overflow: hidden;
    outline: 0;
    background: #ddd;
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.leaflet-overlay-pane svg,
.leaflet-tooltip {
    -moz-user-select: none;
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none!important;
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
    touch-action: none;
}

.leaflet-tile {
    visibility: hidden;
    -webkit-filter: inherit;
    filter: inherit;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    z-index: 800;
    box-sizing: border-box;
    width: 0;
    height: 0;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    position: absolute;
    display: inline-block;
    behavior: url(#default#VML);
}

.leaflet-control {
    position: relative;
    z-index: 800;
    float: left;
    clear: both;
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-right .leaflet-control {
    float: right;
    margin-right: 10px;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    transition: opacity .2s linear;
    opacity: 0;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    transition: -webkit-transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1);
    transition: transform .25s cubic-bezier(0,0,.25,1), -webkit-transform .25s cubic-bezier(0,0,.25,1);
    will-change: transform;
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted;
    pointer-events: auto;
}

.leaflet-container a {
    color: #0078a8;
}

.leaflet-container a.leaflet-active {
    outline: orange solid 2px;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,.5);
}

.leaflet-bar {
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,.65);
}

.leaflet-bar a,
.leaflet-bar a:focus,
.leaflet-bar a:hover {
    line-height: 26px;
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    display: block;
    background-repeat: no-repeat;
}

.leaflet-bar a:focus,
.leaflet-bar a:hover {
    background-color: rgba(255,110,0,1);
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    color: #bbb;
    background-color: #f4f4f4;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px 'Lucida Console',Monaco,monospace;
    text-indent: 1px;
}

.leaflet-control-zoom-out {
    font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
}

.leaflet-control-layers {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
}

.leaflet-control-layers-toggle {
    width: 36px;
    height: 36px;
    background-image: url(../img/leaflet/layers.png);
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../img/leaflet/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    position: relative;
    display: block;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    position: relative;
    top: 1px;
    margin-top: 2px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    margin: 5px -10px 5px -6px;
    border-top: 1px solid #ddd;
}

.leaflet-default-icon-path {
    background-image: url(../img/leaflet/marker-icon.png);
}

.leaflet-marker-icon.kicon {
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    display: inline-block;
    height: 48px;
    text-align: center;
    color: #fff;
    background-image: url(../img/marker-generic.svg);
    background-size: 48px 48px;
}

.leaflet-marker-icon.kicon.kiconpatrimoine {
    background-image: url(../img/marker-patrimoine.svg);
}

.leaflet-marker-icon.kicon.kiconacteur {
    background-image: url(../img/marker-acteur.svg);
}

.leaflet-marker-icon.kicon.kiconevenement {
    background-image: url(../img/marker-evenement.svg);
}

body.site_bw .leaflet-marker-icon.kicon.kiconacteur,
body.site_bw .leaflet-marker-icon.kicon.kiconevenement,
body.site_bw .leaflet-marker-icon.kicon.kiconpatrimoine {
    background-image: url(../img/marker-generic.svg);
}

.leaflet-container .leaflet-control-attribution {
    margin: 0;
    background: #fff;
    background: rgba(255,255,255,.7);
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:focus,
.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    font-size: 11px;
    line-height: 1.1;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px 5px 1px;
    white-space: nowrap;
    border: 2px solid #777;
    border-top: none;
    background: #fff;
    background: rgba(255,255,255,.5);
}

.leaflet-control-scale-line:not(:first-child) {
    margin-top: -2px;
    border-top: 2px solid #777;
    border-bottom: none;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none;
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0,0,0,.2);
    background-clip: padding-box;
}

.leaflet-popup {
    position: absolute;
    margin-bottom: 20px;
    text-align: center;
}

.leaflet-popup-content-wrapper {
    text-align: left;
}

.leaflet-popup-content {
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    position: absolute;
    left: 50%;
    overflow: hidden;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    margin: -10px auto 0;
    padding: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    color: #333;
    background: rgba(255,255,255,.9);
    box-shadow: 0 3px 14px rgba(0,0,0,.4);
}

.leaflet-container a.leaflet-popup-close-button {
    font: 16px/14px Tahoma,Verdana,sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 14px;
    padding: 4px 4px 0 0;
    text-align: center;
    text-decoration: none;
    color: #c3c3c3;
    border: none;
    background: 0 0;
}

.leaflet-container a.leaflet-popup-close-button:focus,
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)';
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}

.leaflet-div-icon {
    border: 1px solid #666;
    background: #fff;
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    pointer-events: none;
    color: #222;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    content: '';
    pointer-events: none;
    border: 6px solid transparent;
    background: 0 0;
}

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

.leaflet-popup-content,
.leaflet-popup-content-wrapper {
    position: relative;
    width: 150px;
    height: 100px;
    margin: 0;
}

.leaflet-popup a {
    color: #fff;
}

.leaflet-popup {
    width: 150px;
    height: 100px;
}

.leaflet-popup-content-wrapper {
    padding: 0;
    border-radius: 0;
    background: rgba(255,255,255,.9);
}

.leaflet-popup-content-wrapper .title {
    font-size: 12px;
    font-weight: 700;
    line-height: 38px;
    position: absolute;
    top: -19px;
    left: -8px;
    box-sizing: border-box;
    width: calc(100% + 16px);
    height: 38px;
    padding: 0 5px;
    color: #fff;
    background: #504646;
}

.leaflet-popup-content-wrapper .title:after,
.leaflet-popup-content-wrapper .title:before {
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-color: #4a3e3e transparent transparent;
}

.leaflet-popup-content-wrapper .title:before {
    left: 0;
    border-width: 5px 0 0 8px;
}

.leaflet-popup-content-wrapper .title:after {
    right: 0;
    border-width: 5px 8px 0 0;
}

.leaflet-popup .circle_block {
    position: absolute;
    top: 50%;
    left: 20px;
    overflow: hidden;
    width: 60px;
    height: 0;
    margin-top: -24px;
    padding-top: 60px;
    border-radius: 50%;
}

.leaflet-popup .text {
    position: absolute;
    top: 19px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.leaflet-popup .text p {
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}

.leaflet-popup .text .button {
    font-size: 12px;
    line-height: 19px;
    position: absolute;
    z-index: 12;
    right: 50%;
    bottom: 5px;
    width: 84px;
    min-height: 19px;
    margin-right: -53px;
    text-align: center;
    opacity: 0;
}

.marker-cluster,
.marker-cluster div,
.marker-cluster-medium {
    width: 48px;
    height: 48px;
    background-color: transparent;
}

.leaflet-popup:hover .text .button {
    opacity: 1;
}

.marker-cluster div {
    margin: 0;
    border-radius: 0;
    background-image: url(../img/marker-generic.svg);
}

.marker-cluster div span {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
