@charset"utf-8";
/*==> module geoloc V4 2019 */
/*==> general*/

#map {
    position: relative;
    height: 540px;
    width: 100%;
}
#map:-webkit-full-screen {
   height: 100%;
   margin: 0;
}
#map:-ms-fullscreen {
   height: 100%;
}
#map:fullscreen {
   height: 100%;
}

#map_bloc {
     width: 100%;
     height: 180px;
}


#map-wrapper {
     position: relative;
     height: 540px;
     width: 100%;
}
#map-wrapper:-webkit-full-screen {
   height: 100%;
   margin: 0;
}
#map-wrapper:-ms-fullscreen {
   height: 100%;
}
#map-wrapper:fullscreen {
   height: 100%;
}

@media (max-width: 576px) {
   .n-media-repere {color:red;}
}
#sidebar {
     filter : alpha(opacity=90);
     -moz-opacity : 0.9;
     opacity : 0.9;
/*
     background: white;
 */
     position: absolute;
     top: 46px;
     right: 0;
     min-width: 300px;
     height: 450px;
     overflow: auto;
}

#alert {
     position: absolute;
     top: 50%;
     left: 0;
     width: 100%;
     text-align: center;
     display: none;
}

#alert p {
     width: 150px;
     margin: 0 auto 0 auto;
     padding: 10px;
     background: white;
     border: 1px solid #aaa;
}

#mypoint {
   font-family: "Courier New", Lucida, console, Monaco, monospace;
   text-align: right;
}

.non {
display: none;
}
.oui {
display: block;
}

.sou_tit {
    color: gray;
    margin-left: 2px;
}
/*<== general*/

#sidebar a {
  text-transform :lowercase;
  text-transform : capitalize;
}
/* openlayers hack */

   .ol-control button, .ol-scale-line {
      background-color: var(--primary);
      opacity: 0.8;
   }
   .ol-full-screen {
      right: 2.5em;
   }
   .ol-rotate {
      right: 4.5em;
      top: .5em;
   }
   .ol-sidebar {
     top: .5em;
     right: .5em;
   }

      .ol-popup {
        position: absolute;
        background-color: white;
        box-shadow: 0 1px 4px rgba(0,0,0,0.2);
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
        min-width: 320px;
        opacity: 0.9;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .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_li {
         max-height: 180px;
         overflow:auto;
      }

      #map .ol-zoom .ol-zoom-out {
        margin-top: 204px;
      }
      #map .ol-zoomslider {
        background-color: transparent;
        top: 2.3em;
      }
      #map .ol-touch .ol-zoom .ol-zoom-out {
        margin-top: 212px;
      }
      #map .ol-touch .ol-zoomslider {
        top: 2.75em;
      }
      #map .ol-zoom-in.ol-has-tooltip:hover [role=tooltip],
      #map .ol-zoom-in.ol-has-tooltip:focus [role=tooltip] {
        top: 3px;
      }

      #map .ol-zoom-out.ol-has-tooltip:hover [role=tooltip],
      #map .ol-zoom-out.ol-has-tooltip:focus [role=tooltip] {
        top: 232px;
      }

      .ol-tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.7;
        white-space: nowrap;
        font-size: 12px;
      }
      .ol-tooltip-measure {
        opacity: 1;
        font-weight: bold;
      }
      .ol-tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
      }
      .ol-tooltip-measure:before,
      .ol-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%;
      }
      .ol-tooltip-static:before {
        border-top-color: #ffcc33;
      }

/*<== module geoloc */


#markerLayer img {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
