@charset "utf-8";

html {
/* desactive zoom si horiz */
    text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -moz-text-size-adjust: none;
    font-size: 100%;
}
body { 
    background-color: lavender;
    color: #333;
    font-family: system-ui, sans-serif;
    font-weight: 300;
    font-stretch: condensed;
    text-wrap: pretty;
}
.cache {
    position: absolute;
    z-index: 200;
    top: 95px;
    width: 100%;
    height: 60px;
    background-color: lavender;
}
.divform {
    position: relative;
    z-index: 100;
    background-color: lavender;
    text-align: center;
}
.divmenu {
    position: absolute;
    z-index: 220;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}