/************************************************************************ 
* ZOOM MOYEN 
************************************************************************/

body.vr1 .leaflet-bar a {
    width: 64px !important;
    height: 64px !important;
    line-height: 64px !important;
}

body.vr1 .leaflet-control-zoom-in, body.vr .leaflet-control-zoom-out {
    font-size: 50px !important;
}


body.vr1 .dist-marker {    
    font-size: 25px !important;
    max-width: 400px !important;
}


body.vr1 .customButton {
    width: 96px;
}

body.vr1 #vacbtnbox img {
    width: 128px;
    height: 128px;
}

body.vr1 #docViewBtnBox img {
    width: 128px;
    height: 128px;
}


/************************************************************************ 
* ZOOM GROS
************************************************************************/

body.vr2 .leaflet-bar a {
    width: 96px !important;
    height: 96px !important;
    line-height: 96px !important;
}

body.vr2 .leaflet-control-zoom-in, body.vr .leaflet-control-zoom-out {
    font-size: 80px !important;
}


body.vr2 .dist-marker {
    font-size: 50px !important;
    max-width: 500px !important;
}


body.vr2 .customButton {
    width: 128px;
}

body.vr2 #vacbtnbox img {    
    width: 196px;
    height: 196px;
}

body.vr2 #docViewBtnBox img {    
    width: 196px;
    height: 196px;
}