#map {
  height: 700px;
  width: 100%;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  background-image: url('https://p-data.audap.org/couts-residentiels/static/courbes_noires.png');
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 50px top 200px;
}

.leaflet-tile {
  filter: brightness(100%) invert(100%);
}

.legend {
  line-height: 18px;
  color: #555;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 8px;
  opacity: 0.8;
}

.map2 {
  height: 700px;
  width: 100%;
  position: static;
}

.city-label {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/

footer {
  background-color: black;
  padding-right: 1px !important;
  padding-left: 1px !important;
  text-align: center;
  margin: 30px 40px 30px 40px;
}

.footer-audap {
  color: white !important;
}

.site-footer-bottom {
  text-align: center;
}

.copyright-text {
  font-size: 14px;
}

/* Style pour le lien copyright */
.copyright-text a {
  color: #fff;
  text-decoration: none;
}

.copyright-text a:hover {
  text-decoration: underline;
}