/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#filters {
  width: 20%;
  float: left;
  padding: 5px;
}
#filters .filter {
  width: 100%;
  margin-bottom: 10px;
}
#filters .filter label {
  display: block;
  margin-bottom: 5px;
  user-select: none;
  cursor: pointer;
}
#filters .filter[data-type="Sexe"] .filter-value-list {
  max-width: 200px;
}
#filters .filter[data-type="Sexe"] .filter-value-list label {
  text-align: left;
  width: 49%;
  display: inline-block;
}
#filters .filter select {
  display: block;
  width: 100%;
  padding: 5px;
}
#filters button {
  display: block;
  width: 100%;
  padding: 5px;
}
#map {
  width: 80%;
  float: left;
  height: 100%;
}
#legend {
  background: #FFF;
  padding: 10px;
}
/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */