.map #map_conteneur .map_refresh {
    left: 50px !important;
}

.map #map_conteneur .map_reload {
    left: 50px !important;
}

.map #map_conteneur .map_localise {
    position: absolute;
    top: 10px;
    right: 80px;
    z-index: 99;
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.results_content .no_results {
    display: none;
}

#example_item {
    display: none;
}

.gm-style-iw {
    top: 27px !important;
    left: 25px !important;
    z-index: 9999;
    background-color: white;
}

.map #map_conteneur #map_results .marker_wrapper.highlight {
    z-index: 9999;
    background-color: #007b88;
    border: 1px solid #005e6a;
}

.results_item.hover .overlay_marker {
    display: block;
}

.results_item .overlay_marker {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.20);
    display: none;
    top: 0;
}

.results_item .rating {
    font-size: 12px;
}

.results_item .rating .fa {
    color: #f6a318;
}

.content_infobulle .rating {
    font-size: 12px;
}

.content_infobulle .rating .fa {
    color: #f6a318;
}