.myMousePositionLambert{
    position:absolute;
    left:0px;
    bottom:19px;
    font-size:small;
    background-color:rgba(250,250,250,0.7); 
    font-weight:bold;
    width:230px;
    border-width:5px; 
    border-color:rgba(255,255,255,0.0);
}

.myMousePositionGPS{
    position:absolute;
    left:0px;
    bottom:0px;
    font-size:small;
    background-color:rgba(250,250,250,0.7); 
    font-weight:bold;
    width:350px;
    border-width:5px; 
    border-color:rgba(255,255,255,0.0);
}
.ol-scale-line {
    left: 95%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0)
}