.trajet .tip, .trajet .tip_start , .trajet .tip_end {
    border-left-color: #f66;
}
.trajet .tip, .trajet .tip_start , .trajet .tip_end {
    padding: 0px 24px 12px 30px;
    margin: 0px;
    border-left-width: 4px;
    border-left-style: solid;
    position: relative;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.trajet .tip_start {
    padding: 0px 24px 12px 30px;
}

.trajet .tip {
    padding: 12px 24px 12px 30px;
}

.trajet .tip_end {
    padding: 12px 24px 0px 30px;
}

.trajet .tip:before, .trajet .tip_start:before , .trajet .tip_end:before {
    content: " ";
    background-color: #f66;
}
.trajet .tip_start:before {
    position: absolute;
    top: 0px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    /* font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; */
    font-size: 14px;
}

.trajet .tip:before {
    position: absolute;
    top: 14px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    /* font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; */
    font-size: 14px;
}

.trajet .tip_end:before {
    position: absolute;
    top: 16px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    /* font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; */
    font-size: 14px;
}

.leaflet-control-container .leaflet-routing-container-hide {
  display: none;
}