<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.esriSimpleSliderTL {
  display: none;
}

.esriSimpleSliderTL .esriSimpleSliderIncrementButton:focus {
  -webkit-box-shadow: 0 0 5px 0px #0061ab;
  box-shadow: 0 0 5px 0px #0061ab;
}

.esriSimpleSliderTL .esriSimpleSliderDecrementButton:focus {
  -webkit-box-shadow: 0 0 5px 0px #0061ab;
  box-shadow: 0 0 5px 0px #0061ab;
}

.esri-toggle-basemap {
  display: none;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 80px;
  width: 90px;
  cursor: pointer;
  background-color: #fff;
  padding: 5px;
  margin: 0;
}

.esri-toggle-basemap img {
  display: block;
  max-width: 100%;
}

.esri-toggle-basemap figcaption {
  text-align: center;
  padding: 0 !important;
  margin: 4px 0 0 !important;
  font-size: 1.2rem;
}

.esri-toggle-basemap:focus {
  -webkit-box-shadow: 0 0 5px 0px #0061ab;
  box-shadow: 0 0 5px 0px #0061ab;
}

.esri-toggle-basemap:hover {
  -webkit-box-shadow: 0 0 5px 0px #0061ab;
  box-shadow: 0 0 5px 0px #0061ab;
}

#esri-toggle-legend {
  position: absolute;
  z-index: 10;
  border-width: 0;
  top: 145px;
  right: 35px;
  padding: 10px 15px;
  font-size: 1.2rem;
}

#esri-toggle-legend:hover {
  border-width: 0;
}

#esri-toggle-legend:focus {
  border-width: 0;
}

#esri-legend {
  padding: 10px 25px 20px 25px;
  z-index: 9999;
  background-color: #fff;
}

#esri-legend h3 {
  margin: 0 0 10 0;
}

#esri-legend .esri-legend__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#esri-legend .esri-legend__list .esri-legend__item .columns {
  padding: 0;
}

#esri-legend .esri-legend__list .esri-legend__item .columns:last-child {
  padding-left: 10px;
}

#esri-legend .esri-legend__list .esri-legend__item:not(:last-child) {
  margin-bottom: 20px;
}

#esri-legend .esri-legend__list .esri-legend__item img {
  max-height: 30px;
}

#esri-legend.is-active {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

#legende-mobile .hq-collapse {
  margin-bottom: 0;
}

#legende-mobile .esri-legend {
  padding: 10px 0px 20px;
}

#legende-mobile .esri-legend .columns {
  padding-left: 8px;
  padding-right: 8px;
}

#legende-mobile .esri-legend ul {
  margin-bottom: 30px;
}

@media (min-width: 912px) {
  #esri-legend {
    position: absolute;
    min-width: 300px;
    max-width: 350px;
    top: 195px;
    right: 0px;
    z-index: 10;
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  #esri-legend.two-columns {
    min-width: 500px;
    max-width: 500px;
  }

  #esri-legend.two-columns #esri-legend-content .columns {
    padding: 0;
  }
}

[id^="custom-esri-popup"] {
  display: none;
}

#popup-content h2 {
  margin-top: 0;
}

#esri-popup {
  position: absolute;
  padding: 0px 16px 16px 16px;
  background-color: white;
  border: 1px solid lightgray;
  display: none;
  z-index: 999;
}

#esri-popup #popup-content {
  overflow: auto;
}

.popup-close {
  width: 35px;
  height: 35px;
  z-index: 9994;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  text-decoration: none;
  margin: 10px 0;
}

.popup-close::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 17px;
  width: 2px;
  background-color: #48433f;
  height: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.popup-close::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 17px;
  width: 2px;
  background-color: #48433f;
  height: 35px;
}

.popup-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.popup-close:hover::after {
  background-color: gray;
}

.popup-close:hover::before {
  background-color: gray;
}

@media only screen and (max-width: 767px) {
  #esri-popup {
    position: relative;
    right: unset !important;
    left: unset !important;
    top: unset !important;
    width: unset !important;
    clear: both;
    margin: 16px;
  }

  #esri-popup:focus {
    -webkit-box-shadow: 0 0 5px 0px #0061ab;
    box-shadow: 0 0 5px 0px #0061ab;
  }

  .popup-close::before {
    top: 0px;
    left: 17px;
    width: 2px;
  }

  .popup-close::after {
    top: 0px;
    left: 17px;
    width: 2px;
  }
}

.hq-svgSymbolButton:hover {
  cursor: pointer;
}

.hq-svgSymbolButton:hover path {
  fill: #17649f;
  stroke: #fff;
}

.hq-svgSymbolButton:hover text {
  fill: #fff;
}

.hq-svgSymbolButton.is-active path {
  fill: #17649f;
  stroke: #fff;
  stroke-width: 1;
}

.hq-svgSymbolButton.is-active text {
  fill: #fff;
}

.hq-svgSymbolPicto:hover {
  cursor: pointer;
}

.geomatique-layer.is-active path {
  stroke: #17649f;
  stroke-width: 6;
}

.geomatique-layer path:hover {
  cursor: pointer;
  stroke: #17649f;
}

#hq-gabarit-container {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}

#hq-gabarit-container #hq-select-container {
  opacity: 0;
  margin: 20px auto;
}

#hq-gabarit-container #hq-map-container {
  opacity: 0;
  position: relative;
}

#hq-gabarit-container #hq-map-container #map {
  height: 800px;
}

@media only screen and (max-width: 767px) {
  #hq-gabarit-container #hq-map-container #map {
    height: 250px;
  }
}

#hq-gabarit-container #map-loading {
  opacity: 1;
  position: relative;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  #hq-gabarit-container #hq-select-container {
    margin: 20px auto 0 auto;
  }

  #hq-gabarit-container #hq-map-container {
    margin-top: 10px;
  }
}

#hq-gabarit-container.is-loaded #hq-select-container {
  opacity: 1;
}

#hq-gabarit-container.is-loaded #hq-map-container {
  opacity: 1;
}

#hq-gabarit-container.is-loaded #map-loading {
  opacity: 0;
  position: absolute;
}
</pre></body></html>