/**
 * Carte
 * 
 * @copyright (c) ontheway.ch
 * @author Joëlle Galloni et Pascal Favre
 */
#map-trips {
    height: 400px;
    border: 1px solid #BABABA;
}

#map-trips .leaflet-popup-content {
    margin: 7px 19px 7px 10px;
    font-family: "Montserrat", "Muli", "Open Sans", Arial;
    color: #5A5A5A;
    font-size: 1.1em;
    text-align: center;
}
#map-trips .leaflet-popup-content-wrapper {
    border-radius: 5px;
}
#map-trips .leaflet-popup-content a {
    color: inherit;
}
#map-trips .leaflet-popup-content a:before {
    content: "\f002";
    font-family: "icomoon";
    padding-right: 5px;
    color: #F89406;
}