﻿body {
    font-family: var(--FormPoliceChamp);
    color: black;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
    animation-play-state: paused !important;
}

input.largerCheckbox {
    transform: scale(3);
}

/* Centered text */
.centered {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Container holding the image and the text */
.container {
    position: relative;
    text-align: center;
    color: black;
}

.search-layer {
    top: 65px;
    left: .5em;
}

.ol-touch .search-layer {
    top: 80px;
}

input, select {
    font-size: 100%;
}

html, body {
    background-color: #ffffff;
    /* cursor: pointer; */
    font-size: 14px;
}

.ol-control button {
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    border-radius: 0px !important;
}

.ol-zoom, .geolocate, .gcd-gl-control .ol-control {
    background-color: rgba(255,255,255,.4) !important;
    padding: 3px !important;
}

.ol-scale-line {
    background: none !important;
}

.ol-scale-line-inner {
    border: 2px solid #f8f8f8 !important;
    border-top: none !important;
    background: rgba(255, 255, 255, 0.5) !important;
    color: black !important;
}


body {
    margin: 0;
}

#wrap {
    font-family: var(--FormPoliceChamp);
    font-size: 21px;
    line-height: 1.6;
    margin: 0;
    display: flex;
    color: #f00;
    transition: transform .4s cubic-bezier(.25, .1, .25, 1);
}

#wrap {
    transform: translate3d(-335px, 0, 0);
}

.header {
    background: #f00;
    width: 360px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
}

.nav {
    padding: 25px;
}

.main {
    padding: 25px;
    flex: 1;
    display: inline-block;
}

p {
    max-width: 590px;
    color: #306;
}

#menu {
    display: none;
}

    #menu:checked ~ #wrap {
        transform: translate3d(0, 0, 0);
    }

label > span {
    display: none;
}

#menu:checked ~ #wrap label > span {
    display: block;
    font-size: 48px;
    line-height: 48px;
}

#menu:checked ~ #wrap label > svg {
    display: none;
}