.map {
  width: 100%;
  height: 600px;
  position: relative;
}

.ol-tooltip {
  z-index: 1;
  visibility: hidden;
  filter: drop-shadow(0 1px 4px #0003);
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  min-width: 10px;
  padding: 8px;
  position: relative;
  top: 5px;
  left: 5px;
}

.cl_relleu {
  z-index: 2;
  visibility: visible;
  opacity: .6;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 350px;
  min-width: 10px;
  height: 200px;
  margin: 10px;
  padding: 10px;
  position: absolute;
  top: 380px;
  left: 10px;
}

.axis line {
  stroke: # ;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.axis path {
  stroke: #706f6f;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

.axis text {
  fill: #2b2929;
  font-family: Georgia;
  font-size: 120%;
}

path.line-0 {
  fill: none;
  stroke: #555;
  stroke-width: 1px;
}

div.resultats_cerca {
  background-color: #985abce6;
  position: absolute;
}

div.resultats_cerca .link {
  color: #000;
  text-decoration: none;
}

hr.estret {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=index.74dc2501.css.map */
