.border-bleu
{
    border: 2px solid #1C57A3 !important;
    margin: 0 6px 15px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #1C57A3;
    border-radius: 5px;
    padding: 11px 20px 11px 30px;
}
/*
.detail-extralink .detail-qty {
    margin: 0 6px 15px 0;
    background: #fff;
    border: 2px solid #1C57A3 !important;
    font-size: 16px;
    font-weight: 700;
    color: #1C57A3;
    border-radius: 5px;
    padding: 11px 20px 11px 30px;
    max-width: 90px;
}*/

#map{
    /* background-color: blue; */
    height: 500px;
    width: 70%;
    margin: auto;

}

.off{
    display: none;
    transition: .5s ease;
}

#notify{
    position: sticky;
    top: 0;
}
/* #map{
    height: 500px;
    width: 70%;
    margin: auto
} */
