<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.wsMapWrapper {
    overflow: hidden;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#msg_scroll {
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(000,000,000,0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 22px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.msg-scroll-visible {
    opacity:1 !important;
    z-index: 1 !important;
}

    #wsMapCanvas {
        height: 100%;
        width: 100%;
    }

.gmnoprint .gm-style-mtc div {
    font-size: 1.5em !important;
}

.gm-style .gm-style-iw {
    overflow: hidden !important;
}

.gm-style a, .gm-style label {
    font-size: 0.6em !important;
}

#wsInfoBulle:first-line {
    font-weight: bold;
}

.wsAddress {
    font: normal 1.2em arial;
    display: none;
}

.R_Height #wsMapCanvas {
    min-height: 140px;
    min-width: 98%;
    height: 55%;
}

.R_Height .wsAddress {
    display: block;
}

    .R_Height .wsAddress:first-line {
        font-weight: bold;
    }
</pre></body></html>