<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Map */

.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;
    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 #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;
}

#hq-gabarit-container #hq-map-container #map_root .esriSimpleSliderTL {
  left: unset;
  right: 20px;
}

@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;
}

@media (min-width: 912px) {
  #esri-legend {
    max-width: 800px;
  }
}

/* base */

/* tag */

img {
  display: block;
  max-width: 100%;
}

/* home */

.bg-image {
  background-image: url(/themes/projets/la-verendrye-parent/images/banniere-projet-ligne-1475-_231-2.jpg);
  height: 250px;
  margin-top: 40px !important;
}

/* echangez-avec-nous */

.dialogue-box {
  padding: 30px;
  background-color: #f8f8f8;
  text-align: center;
}

.dialogue-box img {
  max-width: 120px;
}

/* echeancier */

.hq-mega-collapse .collapse-banner .collapse-icn {
  padding: 15px;
}

/* faq */

.dialogue-box {
  padding: 30px;
  background-color: #f8f8f8;
  text-align: center;
}

.dialogue-box img {
  max-width: 120px;
}

/* projet2021 */

.hq-mega-collapse .collapse-banner .collapse-icn {
  padding: 15px;
}

/* travaux */

.hq-table-scroll .hq-tableau {
  min-width: 600px;
}

.max-w-40 {
  max-width: 200px;
}

.max-w-60 {
  max-width: 300px;
}

.w-30 {
  width: 150px;
}

.h-30 {
  height: 150px;
}

.bg-gray-7 {
  background-color: #f1f1f0;
}

/* elements */

/* composants */

/* misc */

ul.hq-liste-donnees li {
  display: block;
  padding: 15px 0;
  margin: 0;
}

@media (min-width: 768px) {
  ul.hq-liste-donnees li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

ul.hq-liste-donnees li &gt; span.nbr {
  width: auto !important;
  display: block !important;
  margin-left: auto !important;
  margin-top: 5px;
}

@media (min-width: 768px) {
  ul.hq-liste-donnees li &gt; span.nbr {
    margin-top: 0;
  }
}

ul.hq-liste-donnees.longer-text li &gt; span.nbr {
  font-weight: 500;
}

@media (min-width: 768px) {
  ul.hq-liste-donnees.longer-text li &gt; span.nbr {
    font-weight: 400;
  }
}

.hq-table-scroll .hq-tableau {
  min-width: 300px;
}

.bg-bleu-pale {
  background-color: #e8f0f9;
}

.figure-column {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .figure-column {
    margin-bottom: 0;
  }
}

.figure-column figure {
  max-width: 150px;
}

.hq-bloc-contact .contact-row &gt; div:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hq-bloc-contact .contact-row &gt; div:not(:last-child) {
    margin-bottom: 0;
  }
}

.schema-projet-poste-parent-illustrations {
  position: relative;
  overflow-x: auto;
  z-index: 1;
}

.schema-projet-poste-parent-illustrations img {
  width: 880px;
  max-width: none;
}

.schema-projet-poste-parent-illustrations figcaption {
  position: absolute;
  top: 18px;
  left: 0;
  z-index: 2;
  width: 880px;
}

.schema-projet-poste-parent-illustrations ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.schema-projet-poste-parent-illustrations li {
  float: left;
  width: 115px;
  margin: 0;
  padding: 5px 10px;
  list-style-type: none;
  text-align: center;
  color: #322e73;
}

.schema-projet-poste-parent-illustrations li:first-child {
  width: 175px;
}

.schema-projet-poste-parent-illustrations li:last-child {
  width: 170px;
}

.schema-projet-poste-parent-illustrations li:not(:last-child) {
  margin-right: 15px;
}

@media (min-width: 767px) {
  .sm\:max-w-40 {
    max-width: 200px;
  }

  .sm\:max-w-60 {
    max-width: 300px;
  }

  .sm\:w-30 {
    width: 150px;
  }

  .sm\:h-30 {
    height: 150px;
  }

  .sm\:bg-gray-7 {
    background-color: #f1f1f0;
  }
}

@media (min-width: 768px) {
  .md\:max-w-40 {
    max-width: 200px;
  }

  .md\:max-w-60 {
    max-width: 300px;
  }

  .md\:w-30 {
    width: 150px;
  }

  .md\:h-30 {
    height: 150px;
  }

  .md\:bg-gray-7 {
    background-color: #f1f1f0;
  }
}

@media (min-width: 912px) {
  .lg\:max-w-40 {
    max-width: 200px;
  }

  .lg\:max-w-60 {
    max-width: 300px;
  }

  .lg\:w-30 {
    width: 150px;
  }

  .lg\:h-30 {
    height: 150px;
  }

  .lg\:bg-gray-7 {
    background-color: #f1f1f0;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-40 {
    max-width: 200px;
  }

  .xl\:max-w-60 {
    max-width: 300px;
  }

  .xl\:w-30 {
    width: 150px;
  }

  .xl\:h-30 {
    height: 150px;
  }

  .xl\:bg-gray-7 {
    background-color: #f1f1f0;
  }
}
</pre></body></html>