body {
  
  background-image: url("./Ressources/Doc1-1.jpg");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  text-decoration: none;
} 


#coordinate {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: rgb(5, 128, 145);
    border: 2px solid rgb(5, 128, 145);
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
  }
  

  #map1{
      height :850;
     
  }

  #popdata{

    border: 2px solid rgb(5, 128, 145);
    padding: 3px;
    color: black;
    background-color: white;
    
  }

  .ol-control {
    position: absolute;
    background-color: rgba(203, 214, 214, 0.4);
    border-radius: 4px;
    padding: 2px;
}

.ol-scale-line-inner {
    border: 1px solid #020403;
    background-color: rgba(0,255,255,.4);
    border-top: none;
    color: rgba(255, 255, 255, 1);
    font-size: 10px;
    text-align: center;
    margin: 0px;
    will-change: contents,width;
    transition: all .25s;
}

.sidenav {
  height: 1000px;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #4c5c68;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

#inputcoord{
  height: 100px;
}

.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: 280px;
}
.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: "✖";
}

.imagefeature{
  
  width: 350px;
  height: 150px;
}

::-webkit-scrollbar {
  background-color: rgba(0,0,0,0.5);
  width: 0.75em;
}
::-webkit-scrollbar-thumb {
    background-color:  rgba(255,255,255,0.5);
}

#logo{
  width: 100%;
  height: auto;
}
.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  width: 33%;
  justify-content: space-around ;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #ff9f00;
}

.circular-chart.green .circle {
  stroke: #4CC790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}

#graphe{
  margin-left: auto;
    margin-right: auto
}
.dot1 {
  height: 20px;
  width: 20px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  height: 20px;
  width: 20px;
  background-color: orange;
  border-radius: 50%;
  display: inline-block;
}
.dot3 {
  height: 20px;
  width: 20px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
}
.dot4 {
  height: 20px;
  width: 20px;
  background-color:green;
  border-radius: 50%;
  display: inline-block;
}
.popup-text{
  justify-content: center;
  text-align: center;
}