@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%;
}
.bg--fff {
  background-color: #fff;
}
.bg--ccc {
  background-color: #ccc;
}
.bg--444 {
  background-color: #444;
}
.bg--000 {
  background-color: #000;
}
.bo--000 {
  border-color: #000;
}
.bo--ccc {
  border-color: #ccc;
}
.bo--fff {
  border-color: #fff;
}
.bod {
  border-style: dashed;
}
.bos {
  border-style: solid;
}
.bw-2 {
  border-width: 2px;
}
@media only screen and (min-width: 500px) {
  .bw-2 {
    border-width: 3px;
  }
}
@media only screen and (min-width: 1300px) {
  .bw-2 {
    border-width: 3px;
  }
}
.bw-3 {
  border-width: 3px;
}
@media only screen and (min-width: 500px) {
  .bw-3 {
    border-width: 5px;
  }
}
@media only screen and (min-width: 1300px) {
  .bw-3 {
    border-width: 5px;
  }
}
.collapsed .collapsible {
  display: none!important;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 500px) {
  .ns--flex-row {
    display: flex;
    flex-direction: row;
  }
}
.flex-col {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 500px) {
  .ns--flex-col {
    display: flex;
    flex-direction: column;
  }
}
.hidden {
  opacity: 0;
  pointer-events: none;
}
.content-start {
  justify-content: flex-start;
}
.content-center {
  justify-content: center;
}
.content-end {
  justify-content: flex-end;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.muted {
  opacity: 0.1;
}
@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.no-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-select:focus {
  outline: none !important;
}
article.article-container {
  background: #FFF;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 1300px) {
  article.article-container {
    padding: 3rem;
  }
}
.map-header {
  width: 100%;
  max-width: 780px;
  margin: 0 auto -20px;
  overflow: visible;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 500px) {
  .map-header {
    z-index: 1;
  }
}
@media only screen and (min-width: 1300px) {
  .map-header {
    margin-bottom: -30px;
  }
}
.map-header img {
  margin: 0;
  width: 100%;
}
.viz {
  overflow: hidden;
  position: relative;
  text-align: left;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 400%;
  padding: 0;
  z-index: 0;
}
@media only screen and (min-width: 500px) {
  .viz {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 1300px) {
  .viz {
    padding: 0 5%;
  }
}
.viz #header {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .viz #header {
    padding: 1rem;
  }
}
@media only screen and (min-width: 500px) {
  .viz #header {
    margin: 0 0 5rem 0;
  }
}
@media only screen and (min-width: 1300px) {
  .viz #header {
    margin: 0 0 5rem 0;
  }
}
.viz #header h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin: 0rem 0;
}
@media only screen and (min-width: 480px) {
  .viz #header h1 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 500px) {
  .viz #header h1 {
    font-size: 4rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 1300px) {
  .viz #header h1 {
    font-size: 6rem;
  }
}
.viz #header p {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 1rem;
}
@media only screen and (min-width: 480px) {
  .viz #header p {
    line-height: 1.4;
    max-width: 60%;
  }
}
@media only screen and (min-width: 500px) {
  .viz #header p {
    font-size: 1.2rem;
    max-width: 60%;
  }
}
@media only screen and (min-width: 1300px) {
  .viz #header p {
    font-size: 1.4rem;
    max-width: 50%;
  }
}
.viz #main {
  background-color: #fff;
}
@media only screen and (min-width: 500px) {
  .viz #main {
    padding: 1rem;
  }
}
.viz .map-container {
  margin: 0rem 0 2rem;
  position: relative;
  padding: 0;
}
.viz .map-container #map {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 500px) {
  .viz .map-container #map {
    max-height: 80vh;
  }
}
@media only screen and (min-width: 1300px) {
  .viz .map-container #map {
    aspect-ratio: 780 / 585;
    max-height: 80vh;
  }
}
.viz .map-container .mapboxgl-ctrl-group:not(:empty) {
  border: none;
}
.viz .map-container .mapboxgl-ctrl-logo {
  display: none;
}
@media (max-width: 499px) {
  .viz .map-container .mapboxgl-ctrl-geocoder--icon-close {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 500px) {
  .viz .map-container .mapboxgl-ctrl-geocoder--icon-close {
    margin-top: 6px;
    margin-right: 3px;
  }
}
.viz .map-container .mapbox-gl-geocoder--no-results {
  padding: 2px 5px;
  color: #335463;
}
@media (max-width: 499px) {
  .viz .map-container #info::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
    z-index: 4;
  }
}
.viz .map-container #info.hidden {
  opacity: 0;
  pointer-events: none;
}
.viz .map-container #info * {
  line-height: 1;
  margin: 0;
}
.viz .map-container #info > div {
  color: #000;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 20px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  background: #FFF;
  z-index: 5;
  border-radius: 4px;
  box-shadow: 0 0 20px 0px rgba(96, 121, 132, 0.5);
  max-width: 345px;
  min-width: 345px;
  max-height: min(100%, 80vh);
  position: fixed;
  top: 2%;
  right: 50%;
  transform: translate(50%, 0%);
  overflow: auto;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 500px) {
  .viz .map-container #info > div {
    transform: none;
    position: absolute;
    right: 32px;
    width: 50%;
    max-width: 345px;
    box-shadow: 0 0 20px 0px rgba(96, 121, 132, 0.3);
    z-index: 1;
    top: unset;
    bottom: 32px;
  }
}
.viz .map-container #info > div > * {
  box-sizing: border-box;
}
.viz .map-container #info > div .scrollable-content {
  position: relative;
  flex-grow: 1;
  overflow: hidden;
}
.viz .map-container #info > div .scrollable-content .poissons {
  max-height: 100%;
  box-sizing: border-box;
  height: auto;
  padding-top: 12px;
  padding-bottom: 19px;
  overflow-y: auto;
}
.viz .map-container #info > div .scrollable-content .poissons.river {
  max-height: 100%;
}
.viz .map-container #info > div #close--btn {
  color: #B9B9B9;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  margin: 0;
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (hover: hover) {
  .viz .map-container #info > div #close--btn:hover {
    color: #b1b1b1;
  }
}
.viz .map-container #info > div div.gray-bottom-line {
  padding-bottom: 16px;
  border-bottom: 1px solid lightgray;
}
.viz .map-container #info > div .gray-top-line {
  padding-top: 16px;
  border-top: 1px solid lightgray;
  margin-top: 15px;
}
.viz .map-container #info > div div.region {
  color: #B6BBBC;
  font-size: 14px;
  font-weight: 600;
  font-stretch: 400%;
  line-height: 110%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.viz .map-container #info > div div.nom-lac {
  font-size: 20px;
  color: #335463;
  font-weight: 850;
  line-height: 110%;
  padding-top: 4px;
  padding-bottom: 0;
}
.viz .map-container #info > div .poissons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
.viz .map-container #info > div div.poisson-tb {
  border-bottom: 1px solid #B6BBBC;
  background: #FFF;
  padding-bottom: 16px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  max-height: 130px;
}
.viz .map-container #info > div div.poisson-tb.empty {
  background: url("../media/placeholder.png") top left repeat;
  background-size: cover;
  height: 130px;
  width: 130px;
  border-bottom: 1px solid #F1F4F4;
}
.viz .map-container #info > div div.poisson-tb img {
  margin: 0 auto;
  width: 130px;
}
.viz .map-container #info > div div.poisson-tb .scale {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.viz .map-container #info > div div.poisson-tb .fleche {
  position: absolute;
  top: 2px;
  right: 0;
  color: #858585;
  opacity: 0.5;
}
.viz .map-container #info > div p.label {
  font-size: 16px;
  font-weight: 750;
  font-stretch: 400%;
  line-height: 118%;
  letter-spacing: 0.25px;
  text-align: center;
  color: #335463;
}
.viz .map-container #info > div p.label .osol {
  color: #fd8086;
  font-size: 24px;
  position: relative;
  top: 2px;
}
.viz .map-container #info > div p.label .nom {
  text-decoration: underline;
}
.viz .map-container #info > div p.label .fas {
  font-size: 12px;
  padding-left: 5px;
  color: #B9B9B9;
}
.viz .map-container #info > div p.label .fas:before {
  top: -2px;
  position: relative;
}
.viz .map-container #info > div p.label:not(:first-of-type) {
  padding-top: 10px;
}
.viz .map-container #info > div p.value {
  color: #858585;
  font-size: 14px;
  font-weight: 420;
  line-height: 110%;
  padding-top: 2px;
}
.viz .map-container #info > div a {
  font-weight: 420;
  line-height: 140%;
  color: #a3a3a3;
  text-decoration: underline;
  text-transform: none;
  font-size: 14px;
}
.viz .map-container #info > div a .fa-external-link-alt {
  margin-left: 4px;
  font-size: 11px;
}
.viz .map-container #info > div p.copyright {
  margin-top: 3px;
  margin-bottom: 0;
  font-stretch: 400%;
  font-weight: 420;
  color: #858585;
  font-size: 12px;
  line-height: 1.3;
}
.viz .map-container #info > div .details-poisson-wrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  max-height: 0;
  top: 100%;
  width: 100%;
  background: white;
}
.viz .map-container #info > div .details-poisson-wrapper.revealed {
  max-height: 100%;
  height: 100%;
  padding-top: 13px;
  overflow-y: auto;
  top: 0;
}
.viz .map-container #info > div .details-poisson {
  position: relative;
}
.viz .map-container #info > div .details-poisson .close-details {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 14px;
  font-stretch: 400%;
  font-weight: 420;
  color: #858585;
}
.viz .map-container #info > div .details-poisson #detailsPoisson {
  padding-bottom: 19px;
}
.viz .map-container #info > div .details-poisson .label {
  font-size: 16px;
  text-decoration: none;
  text-align: left;
}
@media only screen and (min-width: 1300px) {
  .viz .map-container #info > div .details-poisson .label {
    font-size: 17px !important;
  }
}
.viz .map-container #info > div .details-poisson .label .osol {
  top: 1px;
}
.viz .map-container #info > div .details-poisson .poisson-img img {
  margin: 0 auto;
  width: 100%;
}
.viz .map-container #info > div .details-poisson table {
  width: 100%;
}
.viz .map-container #info > div .details-poisson table thead tr th,
.viz .map-container #info > div .details-poisson table tbody tr:not(.no-border) td {
  border-bottom: 1px solid #B6BBBC;
}
.viz .map-container #info > div .details-poisson table thead tr th,
.viz .map-container #info > div .details-poisson table tbody tr td {
  text-align: center;
  padding: 2px 8px;
  font-stretch: 400%;
  font-weight: 420;
  color: #335463;
  font-size: 16px;
  height: 50px;
}
.viz .map-container #info > div .details-poisson table thead tr th.taille,
.viz .map-container #info > div .details-poisson table tbody tr td.taille {
  font-size: 14px;
  color: #858585;
}
.viz .map-container #info > div .details-poisson table thead tr th.taille svg,
.viz .map-container #info > div .details-poisson table tbody tr td.taille svg {
  padding-bottom: 4px;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas:not(.r-nd),
.viz .map-container #info > div .details-poisson table tbody tr td .repas:not(.r-nd) {
  font-weight: 870;
  font-size: 18px;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-nd,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-nd {
  font-weight: 400;
  font-size: 14px;
  color: #858585;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-0,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-0 {
  color: #760015;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-1,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-1 {
  color: #E00004;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-2,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-2 {
  color: #FF7B00;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-4,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-4 {
  color: #FFB200;
}
.viz .map-container #info > div .details-poisson table thead tr th .repas.r-8,
.viz .map-container #info > div .details-poisson table tbody tr td .repas.r-8 {
  color: #77D400;
}
.viz #lexique {
  padding: 0 16px;
  max-width: 780px;
  margin: auto;
}
.viz #lexique.hidden {
  display: none;
}
.viz #lexique::before {
  content: '';
  display: flex;
  width: 100%;
  height: 5px;
  border-radius: 1px;
  background: #BED4DE;
}
.viz #lexique .content-center {
  display: flex;
}
.viz #lexique .flex {
  display: flex;
  justify-content: space-between;
}
.viz #lexique .flex.sublist {
  flex-direction: column;
  margin-left: 25px;
}
.viz #lexique .flex.sublist p {
  margin-bottom: 12px;
}
.viz #lexique .flex.sublist p.sublist-item-title {
  font-weight: 600;
  margin-bottom: 0;
}
.viz #lexique .flex.sublist p:last-of-type {
  margin-bottom: 32px;
}
.viz #lexique .flex.four-cols-desk {
  flex-wrap: wrap;
}
.viz #lexique .flex.four-cols-desk div {
  flex-basis: 48%;
}
@media only screen and (min-width: 500px) {
  .viz #lexique .flex.four-cols-desk div {
    flex-basis: 24%;
  }
}
.viz #lexique .flex.col-on-mob {
  flex-direction: column;
}
@media only screen and (min-width: 500px) {
  .viz #lexique .flex.col-on-mob {
    flex-direction: row;
  }
}
.viz #lexique .flex .one-col-mob {
  flex-basis: 100%;
}
@media only screen and (min-width: 500px) {
  .viz #lexique .flex .two-cols-desk {
    flex-basis: 48%;
  }
}
.viz #lexique .sep {
  border-top: 1px solid #B6BBBC;
}
.viz #lexique h2 {
  color: #335463;
  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 only screen and (min-width: 500px) {
  .viz #lexique h2 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1300px) {
  .viz #lexique h2 {
    font-size: 28px;
  }
}
.viz #lexique h3 {
  font-size: 20px;
  font-weight: 750;
  line-height: 1.1;
  color: #335463;
  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;
}
.viz #lexique p {
  margin: 0 0 1rem 0;
  font-size: 17px;
  font-weight: 420;
  line-height: 135%;
  -webkit-font-smoothing: antialiased;
}
.viz #lexique p:not(.term) {
  color: #858585;
}
.viz #lexique p .osol {
  color: #fd8086;
  font-size: 36px;
  font-weight: 800;
  position: relative;
  left: -3px;
  top: 4px;
}
.viz #lexique p.term {
  font-size: 18px;
  font-weight: 750;
  line-height: 110%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 0.125rem 0;
}
.viz #lexique p.term img {
  max-height: 18px;
  margin-right: 3px;
  margin-top: -3px;
  display: inline-block;
}
.viz #lexique p.term.col--non {
  margin-bottom: 8px;
}
.viz #lexique p.button {
  border: 2px solid rgba(48, 80, 94, 0.5);
  border-radius: 60px;
  height: 29px;
  width: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(48, 80, 94, 0.5);
  cursor: pointer;
  margin: 0;
  font-weight: 750;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (hover: hover) {
  .viz #lexique p.button:hover {
    background-color: rgba(48, 80, 94, 0.5);
    color: white;
  }
}
@media only screen and (min-width: 500px) {
  .viz #lexique {
    padding: 0;
  }
}
.viz .collapse-trigger {
  cursor: pointer;
  font-size: 20px;
  color: #8C9EA7;
  transform: rotate(0deg);
  transition-property: all;
  transition-duration: 0.25s;
  display: inline-block;
  margin-top: -5px;
  position: absolute;
  right: 16px;
  top: 25px;
}
@media (hover: hover) {
  .viz .collapse-trigger:hover {
    color: rgba(0, 0, 0, 0.8);
  }
}
.viz .collapsed .collapse-trigger {
  transform: rotate(45deg);
}
.viz .mapboxgl-ctrl-top-left {
  top: 24px;
  left: 12px;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: calc(100% - 32px);
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left {
    top: 24px;
  }
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {
  border: 2px solid #BFD5DF;
  box-shadow: 0px 0px 20px 0px rgba(96, 121, 132, 0.3);
  min-width: 280px;
  min-height: 35px;
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder {
    min-width: 30vw;
    min-height: 45px;
  }
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder .suggestions {
  padding-inline-start: 0 !important;
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder .suggestions {
    z-index: 2;
  }
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder,
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--input {
  border-radius: 24px;
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--input {
  background: #FFF;
  color: #335463;
  font-size: 16px;
  font-family: "Heading Now Variable", sans-serif;
  font-stretch: 420%;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.14px;
  max-height: 35px;
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--input {
    font-size: 14px;
    font-stretch: 550%;
    font-weight: 400;
    min-height: 41px;
    max-height: 41px;
  }
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--icon-search {
  top: 7px;
  left: 10px;
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--icon-search {
    top: 10px;
    left: 10px;
    height: 21px;
    width: 21px;
  }
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--suggestion-title {
  color: #335463;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 500px) {
  .viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl-geocoder--suggestion-title {
    font-size: 14px;
  }
}
.viz .mapboxgl-ctrl-top-left ul.suggestions li {
  margin-bottom: 0 !important;
}
.viz .mapboxgl-ctrl-top-left ul.suggestions a {
  color: unset !important;
  text-decoration: none !important;
  margin: unset !important;
}
.viz .mapboxgl-ctrl-top-left ul.suggestions a:hover {
  color: unset !important;
}
.viz .mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  margin: 0;
}
.viz .mapboxgl-ctrl-bottom-left,
.viz .mapboxgl-ctrl-bottom-right,
.viz .mapboxgl-ctrl-top-left,
.viz .mapboxgl-ctrl-top-right {
  z-index: 0;
}
@media (min-width: 500px) {
  .biggus-cartus .viz .map-container #map {
    min-height: 80vh;
    aspect-ratio: unset;
  }
}
@media (max-width: 740px) {
  .biggus-cartus .viz .map-container #map .mapboxgl-ctrl-top-center .mapboxgl-ctrl-geocoder {
    width: 100%;
    max-width: calc(100% - 32px);
  }
}
@media (max-width: 500px) {
  .biggus-cartus .viz .map-container #map .mapboxgl-ctrl-top-center .mapboxgl-ctrl-geocoder {
    max-width: 100%;
  }
}
.biggus-cartus .viz .map-container #map .mapboxgl-ctrl-top-center .mapboxgl-ctrl {
  margin: auto;
}
@media only screen and (min-width: 500px) {
  .biggus-cartus .viz .map-container #map .mapboxgl-ctrl-top-center .mapboxgl-ctrl input {
    max-height: 41px;
  }
}
.biggus-cartus .viz .map-container #info > div {
  height: 100%;
}
@media only screen and (min-width: 500px) {
  .biggus-cartus .viz .map-container #info > div {
    max-height: calc(100% - 75px);
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div {
    max-height: calc(100% - 64px);
    max-width: 345px;
    padding: 17px 21px 21px;
  }
}
@media (min-height: 995px) {
  .biggus-cartus .viz .map-container #info > div {
    max-height: 745px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div #close--btn {
    font-size: 18px;
    top: 22px;
    right: 22px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div div.region {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div div.nom-riviere,
  .biggus-cartus .viz .map-container #info > div div.nom-lac {
    font-size: 27px;
    padding-top: 6px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div p.label {
    font-size: 16px;
  }
  .biggus-cartus .viz .map-container #info > div p.label:not(:first-of-type) {
    padding-top: 16px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div p.value {
    font-size: 19px;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div a {
    font-size: 19px;
  }
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div a .fa-external-link-alt {
    font-size: 14px;
  }
}
.biggus-cartus .viz .map-container #info > div .legende {
  padding: 18px 0 0 0;
  position: relative;
  background-color: white;
}
.biggus-cartus .viz .map-container #info > div .legende:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: -2px;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1300px) {
  .biggus-cartus .viz .map-container #info > div .echelle-img {
    margin: 10px 0 6px;
  }
  .biggus-cartus .viz .map-container #info > div .echelle-img.gray-bottom-line,
  .biggus-cartus .viz .map-container #info > div .echelle-img.oui {
    padding-bottom: 24px;
  }
}
.biggus-cartus .viz .map-legende {
  top: 100px;
}
@media (min-width: 741px) {
  .biggus-cartus .viz .map-legende {
    top: 42px;
  }
}
.embedded-others .viz {
  padding: 0;
  max-width: calc(100vw - 20px);
}
.embedded-others .viz #main {
  padding: 0;
}
.embedded-others .viz #main .map-container {
  padding: 0;
}
@media only screen and (min-width: 500px) {
  .embedded-others .viz #main .map-container .mapboxgl-ctrl-top-center {
    top: 32px;
    left: 32px;
    transform: none;
  }
}
@media only screen and (min-width: 500px) {
  .embedded-others .viz #main .map-container .mapboxgl-ctrl-top-center .mapboxgl-ctrl-geocoder {
    min-width: 340px;
  }
}
.embedded-others .viz #main .map-container #map {
  aspect-ratio: 1 / 1;
}
@media (min-width: 500px) and (max-width: 1300px) {
  .embedded-others .viz #main .map-container #map {
    aspect-ratio: 1 / 1;
  }
}
@media (min-width: 1301px) {
  .embedded-others .viz #main .map-container #map {
    aspect-ratio: 780 / 585;
  }
}
@media (max-width: 1300px) and (min-width: 500px) {
  .embedded-others .viz #main .map-container .mapboxgl-ctrl-top-center .mapboxgl-ctrl-geocoder {
    max-width: 428px;
    width: 100%;
  }
  .embedded-others .viz #main .map-container #info > div {
    max-height: 375px;
    bottom: unset;
    top: 100px;
  }
}
@media (min-width: 1301px) {
  .embedded-others .viz #main .map-container #info > div {
    bottom: unset;
    top: 42px;
  }
}
@media (max-width: 1300px) {
  .embedded-others .viz .desktop-only {
    display: none;
  }
}
@media (min-width: 1301px) {
  .embedded-others .viz .mobile-only {
    display: none;
  }
}
.cta-img {
  width: 100%;
  margin: 42px 0;
  cursor: pointer;
}
