#result-autocomplete {
    position: absolute;
    top: 100%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 20px 20px rgba(0, 0, 0, .3);
    border-radius: 0 0 30px 30px;
    padding: 16px
}

#result-autocomplete ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-y: auto;
    max-height: 350px;
    width: 600px;
}

#result-autocomplete li {
    padding: 0;
    margin: 0
}

#result-autocomplete a {
    display: block;
    padding: 4px 16px;
    font-weight: 400;
    text-transform: none;
    font-size: 1em;
    border-radius: 8px;
    color: inherit
}

#result-autocomplete a:hover {
    background: #ddd
}

@keyframes ants {
    to {
        stroke-dashoffset: 1000
    }
}

.geojson-commune {
    stroke-dasharray: 5;
    animation: ants 100s linear infinite
}

.maps {
    display: flex
}

.wrap-map {
    flex: 1
}

.map {
    width: 100%;
    height: 500px
}

.commune-label {
    padding: 0 5px;
    border: none;
    font-size: 12px
}

.annonce-tooltip {
    display: flex;
    align-items: center;
    padding: 4px;
    border: none;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    color: #111;
}

.annonce-count-orb {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 30px;
    margin-right: 2px;
    background: #c91773;
}

.annonce-tooltip:after {
    content: ' ';
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(calc(-50% - 4px));
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid #ffffff;
}

.annonce-km {
    display: flex;
    align-items: center;
    padding: 0 1px;
    border: none;
    font-size: 10px;
    background: 0 0;
    box-shadow: none;
}

.cash-format {
    font-weight: normal;
    color: #555;
    font-size: 0.9em;
    padding-left: 1px;
}

.annonce-tooltip .annonce-img {
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.9);
    background-size: cover;
    background-repeat: no-repeat
}

.annonce-tooltip .annonce-desc {
    padding-left: 6px;
    line-height: 1
}

.annonce-tooltip .annonce-type {
    text-transform: uppercase;
    font-size: .7em
}

.annonce-tooltip .annonce-localite {
    font-weight: 700
}

.marker-reference {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    background: 0 0;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 2px 6px;
    border: none;
    font-size: 30px;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase
}

.label-reference {
    background: #226d81;
    color: #fff;
    padding: 0 5px;
    border: none;
    font-size: 16px
}

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

.marker {
    position: relative;
    background-color: none;
    width: 10px;
    height: 10px;
    display: block;
    left: -10px;
    top: -10px;
    border-radius: 3rem;
    border: none
}

.marker-commune {
    background-color: #c91773;
    background: -webkit-linear-gradient(to right, #8e44ad, #c0392b);
    background: linear-gradient(to right, #8e44ad, #c0392b);
    border: 1px solid #fff;
}

.ac-libelle {
    line-height: 1.15;
    width: 100%;
}

.ac-libelle i {
    font-size: 1em;
}

.ac-libelle-head {
    display: flex;
    font-size: .7em;
    color: #555;
}

.ac-pop {
    margin-left: auto;
}

/* Map Auto-height */
.u-box.u-box--map {
    height: calc(100% - 16px);
}

@media (max-width: 768px) {
    .u-box.u-box--map {
        height: 500px;
    }
}

.localite-table th:nth-child(1) {
    width:50%;
}
.localite-table th:nth-child(2) {
    width:25%;
}
.localite-table th:nth-child(3) {
    width:25%;
}