@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: 80vw;
  min-width: 343px;
  padding: 0;
  min-height: 80vh;
  margin: 30px auto;
  position: relative;
}
@media (min-width: 780px) {
  #mapWrapper {
    min-width: 780px;
  }
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 499px) {
  #map {
    position: relative;
    min-height: 600px;
  }
}

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

.mapboxgl-popup-tip {
  border-top-color: #003C63 !important;
}

.mapboxgl-popup-close-button {
  color: white;
  font-size: 1.9em;
  top: 8px;
  right: 5px;
}

.mapboxgl-popup-content .ville {
  color: #00FFAE;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 116%;
}

.mapboxgl-popup-content .region-et-population {
  color: rgba(0, 255, 174, 0.6);
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 120%;
  margin-top: 7px;
}

.mapboxgl-popup-content .rang-et-temps {
  font-size: 19px;
  font-weight: 500;
  line-height: 160%;
}

.note-et-moyenne {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 18px;
}

.note {
  border-radius: 3px;
  color: rgba(144, 144, 144, 0.8);
  margin-right: 12px;
  padding: 2px 6px;
  font-weight: 600;
  font-stretch: 550%;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 8px;
}
.note.orange {
  background-color: #FFA800;
  color: #903F00;
}
.note.jaune {
  background-color: #FFE600;
  color: #907500;
}
.note.vert {
  background-color: #82E800;
  color: #087700;
}
.note.rouge {
  background-color: #FF4D00;
  color: #7D0B00;
}

.moyenne.orange {
  color: #FFA800;
}
.moyenne.jaune {
  color: #FFE600;
}
.moyenne.vert {
  color: #82E800;
}
.moyenne.rouge {
  color: #FF4D00;
}

.legend {
  background-color: #fff;
  border: 1px solid #003C63;
  color: #003C63;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "Heading Now Variable";
  font-style: normal;
  font-weight: 400;
  font-stretch: 400%;
  font-size: 11px;
  line-height: 120%;
  padding: 7px 10px 2px;
  position: absolute;
  left: 50px;
  bottom: 20px;
  z-index: 1;
}
@media (min-width: 1300px) {
  .legend {
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .legend {
    position: relative;
    left: unset;
    bottom: unset;
    width: 100%;
    border: none;
    box-shadow: unset;
    flex-direction: column;
    display: flex;
    padding: 7px 0 0;
  }
}
@media (max-width: 499px) {
  .legend div.col {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  .legend div.col .flex {
    flex-basis: 49.5%;
    display: flex;
    flex-direction: row;
  }
}
.legend div.flex {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  column-gap: 8px;
}
.legend .flex-img {
  column-gap: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.legend img {
  margin: 0;
  width: 17px;
  height: auto;
}
@media (min-width: 1300px) {
  .legend img {
    width: 22px;
  }
}
.legend img.smaller-icon {
  width: 10px;
  height: 10px;
}
@media (min-width: 1300px) {
  .legend img.smaller-icon {
    width: 14px;
    height: 14px;
  }
}
.legend img.smallerer-icon {
  width: 8px;
  height: 8px;
}
@media (min-width: 1300px) {
  .legend img.smallerer-icon {
    width: 10px;
    height: 10px;
  }
}
.legend .legend-title {
  font-size: 10px;
  font-style: normal;
  font-weight: 750;
  line-height: 120%;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 10px;
  border-top: 1px solid #003C63;
  padding-top: 10px;
}
@media (max-width: 499px) {
  .legend .legend-title {
    flex-basis: 100%;
  }
}

.carre {
  min-width: 18px;
  min-height: 18px;
  border-radius: 2px;
}
.carre.bleu {
  background: #63D5B1;
}
.carre.vert {
  background: #A5F2DA;
}

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

#lexique {
  padding: 0 16px;
  max-width: 780px;
  margin: auto;
}
#lexique.hidden {
  display: none;
}
#lexique::before {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  background: #BED4DE;
}
#lexique .content-center {
  display: flex;
}
#lexique .flex {
  display: flex;
  justify-content: space-between;
}
#lexique .flex.sublist {
  flex-direction: column;
  margin-left: 25px;
}
#lexique .flex.sublist p {
  margin-bottom: 12px;
}
#lexique .flex.sublist p.sublist-item-title {
  font-weight: 600;
  margin-bottom: 0;
}
#lexique .flex.sublist p:last-of-type {
  margin-bottom: 32px;
}
#lexique .flex.four-cols-desk {
  flex-wrap: wrap;
}
#lexique .flex.four-cols-desk div {
  flex-basis: 48%;
}
@media (min-width: 500px) {
  #lexique .flex.four-cols-desk div {
    flex-basis: 24%;
  }
}
#lexique .flex.col-on-mob {
  flex-direction: column;
}
@media (min-width: 500px) {
  #lexique .flex.col-on-mob {
    flex-direction: row;
  }
}
#lexique .flex .one-col-mob {
  flex-basis: 100%;
}
@media (min-width: 500px) {
  #lexique .flex .two-cols-desk {
    flex-basis: 48%;
  }
}
#lexique .sep {
  border-top: 1px solid #B6BBBC;
}
#lexique h2 {
  color: #003C63;
  font-size: 28px;
  font-weight: 850;
  line-height: 110%;
  font-stretch: 550%;
  margin-bottom: 1rem;
  padding: 0;
  text-transform: none;
  border-top: none;
  margin-top: 16px;
}
@media (min-width: 500px) {
  #lexique h2 {
    font-size: 28px;
  }
}
@media (min-width: 1300px) {
  #lexique h2 {
    font-size: 28px;
  }
}
#lexique h3 {
  font-size: 20px;
  font-weight: 750;
  line-height: 1.1;
  color: #003C63;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-top: 1px solid #B6BBBC;
  padding-top: 20px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
}
#lexique p {
  margin: 0 0 2rem 0;
  font-size: 17px;
  font-weight: 420;
  font-stretch: 400%;
  line-height: 135%;
  color: #858585;
  -webkit-font-smoothing: antialiased;
}
#lexique .note {
  margin-bottom: 12px;
  font-size: 17px;
}
@media (min-width: 500px) {
  #lexique {
    padding: 0;
  }
}
#lexique .flex-wrapper {
  margin-bottom: 2rem;
}
#lexique .flex-wrapper .flex-carre {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #858585;
  font-size: 17px;
  font-weight: 420;
  font-stretch: 400%;
  line-height: 135%;
  -webkit-font-smoothing: antialiased;
  column-gap: 8px;
}
@media (max-width: 500px) {
  #lexique .flex-wrapper .flex-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#lexique .flex-wrapper .carre {
  min-width: 25px;
  height: 25px;
}
#lexique img.smaller-icon {
  height: 25px;
}
#lexique img.smallerer-icon {
  height: 10px;
}

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