@font-face {
  font-family: "Heading Now Variable";
  src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
  font-weight: 110 1000;
  font-stretch: 100% 1000%;
}
#mapWrapper {
  width: 100%;
  max-width: 780px;
  min-width: 343px;
  margin: 30px auto;
  position: relative;
  border-top: solid 5px #E51521;
  padding: 18px 0 0 0;
  color: #e32303;
  font-family: "Heading Now Variable";
}
@media (min-width: 780px) {
  #mapWrapper {
    min-width: 780px;
  }
}
#mapWrapper .map-titre {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  font-stretch: 400%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  gap: 20px;
}
#mapWrapper .map-titre img {
  max-width: 64px;
}
@media (max-width: 499px) {
  #mapWrapper .map-titre {
    font-size: 30px;
  }
  #mapWrapper .map-titre img {
    max-width: 54px;
  }
}
#mapWrapper .map-sous-titre {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  font-stretch: 550%;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 499px) {
  #mapWrapper .map-sous-titre {
    font-size: 20px;
  }
}
#mapWrapper .legende, #mapWrapper .methodo {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.4);
  font-stretch: 550%;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  text-transform: uppercase;
}
#mapWrapper .legende .strong, #mapWrapper .methodo .strong {
  font-weight: 750;
}
#mapWrapper .legende {
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 5px;
}
#mapWrapper .legende img {
  max-height: 30px;
  max-width: 45px;
}
@media (max-width: 799px) {
  #mapWrapper .legende {
    display: block;
  }
}
@media (max-width: 499px) {
  #mapWrapper .legende {
    font-size: 0.9em;
  }
  #mapWrapper .legende img {
    max-height: 20px;
    max-width: 36px;
  }
}

#map {
  width: 100%;
  min-height: 60vh;
}
@media (max-width: 499px) {
  #map {
    position: relative;
    min-height: 600px;
  }
}

.mapboxgl-popup-content {
  background: white;
  color: #616161;
  font-family: "Heading Now Variable";
  font-style: normal;
  font-weight: 500;
  font-stretch: 450%;
  padding: 15px 15px 20px;
  border-radius: 8px;
  width: 259px;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.55));
}

.mapboxgl-popup-tip {
  border-top-color: white;
}

.mapboxgl-popup-close-button {
  color: #A5A5A5;
  font-size: 20px !important;
  padding: 0;
  margin: 0;
  top: 7px !important;
  right: 9px !important;
}

.mapboxgl-popup-content .nom {
  padding-right: 15px;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 116%;
  text-transform: capitalize;
}
.mapboxgl-popup-content .adresse {
  color: rgba(40, 40, 40, 0.6);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E32402;
  font-size: 16px;
  line-height: 120%;
  margin-top: 7px;
}
.mapboxgl-popup-content .pu-section-titre {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  padding-bottom: 3px;
}
.mapboxgl-popup-content .tonnes-chiffre {
  color: #E32402;
  leading-trim: both;
  text-edge: cap;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 116%;
  margin-bottom: 12px;
}
.mapboxgl-popup-content .dechets-types {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

/*# sourceMappingURL=map.css.map */
