.geocommon-ol-bottomright-mouse-position{
    bottom:8px;
    right:8px;
    position: absolute;
    background-color: white;
    padding:5px;
    opacity:0.7;
}
.geocommon-ol-custom-overviewmap:not(.ol-collapsed) button{
    bottom: auto;
    left: auto;
    right: 0px;
    top: 0px;
}

.ol-rotate {
    right: 32px;
}

.geocommon-ol-custom-overviewmap,=
.geocommon-ol-custom-overviewmap.ol-uncollapsible {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
}

.geocommon-ol-custom-overviewmap:not(.ol-collapsed)  {
    border: 1px solid black;
}

.geocommon-ol-custom-overviewmap .ol-overviewmap-map {
    border: none;
    width: 300px;
}

.geocommon-ol-custom-overviewmap .ol-overviewmap-box {
    border: 2px solid red;
}




.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    background-color: #ffffffcc;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0.7;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}

.ol-popup .x-panel-body-default {
    background: transparent !important;
}
.ol-popup .x-toolbar-footer {
    background: transparent;
}

.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #ffcc33;
}

/**
Style bouton fermeture carte
 */
.default-button-position {
    top: .5em;
    right: .5em;
}
.ol-touch .default-button-position {
    top:.5em;
}




/**
Style pour le temporel
 */
.ol-attribution {
    bottom: 4.5em;
}
.ol-timeline {
    font-size: 3em !important;
}
.ol-timeline .ol-scroll {
    height: 1.2em !important;
}

.ol-timeline .ol-features {
    text-align: center;
}
.ol-timeline .ol-center-date {
    width: 4px
}
#select {
    font-size: .85em;
    margin: 1em 0;
}
#select p {
    margin: 0;
}
#select .copy {
    font-size: .9em;
    color: #396;
}
button.go:before {
    content: '';
    position: absolute;
    width: 0;
    height: .8em;
    background: transparent;
    border: 0.4em solid transparent;
    border-right: 0;
    border-left: .6em solid #fff;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.running button.go:before {
    background: transparent;
    width: .2em;
    border: 0;
    box-shadow: .2em 0, -.2em 0;
}
.ol-timeline .ol-buttons button {
    font-size: 0.85em !important;
}

.rotate-left{
    left:0.5em;
    top:5em;
}
.rotate-right{
    left:0.5em;
    top:7em;
}

.rotate-north{
    left:0.5em;
    top:9em;
}

.ol-overviewmap {
    right: .5em !important;
    top: .5em !important;
    bottom: unset;
    left: unset;
}