/*#lang {*/
/*    position: absolute;*/
/*    top:10px;*/
/*    right: 10px;*/
/*}*/

/*#nav {*/
/*    position: absolute;*/
/*    top:50px;*/
/*    right:10px;*/
/*    font-size: 120%;*/
/*}*/

#btn-mobile-menu {
    display: none;
}

/*#header {*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    box-shadow: 0 10px 20px silver;*/
/*}*/

#page {
    min-height: 70vh;
    width: 80vw;
    margin: 5vh 10vw;
}

#footer {
    background: #f0f0f0;
    min-height: 20vh;
}

#map {
    /*width: 300px;*/
    /*height: 300px;*/
    /*position: relative;*/
    /*display:block;*/
    /*border: 1px dotted red;*/
    }