body {
    font-family: "Antagometrica", sans-serif;
}

.env-control {
    width: 100px
}

.image {
    height: 350px;
    width: 350px;
    display:inline-block;
    vertical-align:middle;
}

.title {
    text-align: center;
}

#LeTallec {
    color: ghostwhite;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: visible;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    /*display: none;*/
}

#detailName {
    width: 100%;
    text-align: center;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    vertical-align: middle;
}

#detailName p {
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}

.leaflet-container {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
}

#detail{
    position: absolute;
    z-index: 5;
    width: 30%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: ghostwhite;
    border: 1px solid silver;
    text-align: left;
    height: 100%;
    overflow: auto;
}

#searchBar {
    position: relative;
    z-index: 10;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#searchBox {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    height: 24px !important;
    line-height: 24px;
    padding-left: 8px;
    width: 300px;
}

#autocomplete {
    width: 312px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.autoLine {
    background: white;
    height: 42px;
    border: 1px solid rgb(238, 238, 238);
    vertical-align: middle;
}

.autoId {
    padding-top: 3px;
    padding-left: 6px;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align: middle;
    height: 30px;
}

.autogrdf {
    font-size: 10px;
    font-style: italic;
}

#property {
    margin: 30px;
}

.autoId p {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

#adm_weight {
    display: none;
}

#x {
    display: none;
}

#y {
    display: none;
}

#close {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: ghostwhite;
    width: 30%;
    height: 35px;
    text-align: right;
}

#croix {
    position: fixed;
    left: 0px;
    margin-left: 20px;
}

#link {
    margin-right: 20px;
}

pre {
    margin: 0;
    padding: 0;
    border: none;
    background-color: ghostwhite;
}

#coordinate { 
    margin: 20px;
    margin-bottom: 40px;
}

#coordinate pre {
    margin: 10px;
}

.jsonline {
    margin: 0;
    padding: 0;
}

.json-key {
    color: brown;
}

.json-value {
    color: navy;
    white-space: initial;
}

.json-string {
    color: olive;
}

@font-face {
    font-family: "Antagometrica";
    src: url('/assets/police/antagorg.otf') format('truetype');
} 