/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../../../../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[2]!../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/main.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1024px) {
  .md-hq-text-right {
    text-align: right;
  }
}

.opacity-20 {
  opacity: 0.2;
}

.hq-pastille {
  padding: 4px 8px;
  border-radius: 8px;
  display: inline-block;
  line-height: 1.5;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Hydro-Quebec";
}

.small-note {
  font-size: 0.75rem;
  line-height: 1.5;
}

.hq-exergue-lg {
  font-family: "Hydro-Quebec";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .hq-exergue-lg {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1288px) {
  .hq-exergue-lg {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.hq-carte {
  background: #FFF;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .hq-carte {
    display: flex;
    flex-direction: column;
  }
}
.hq-carte__header {
  padding: 24px;
  border-radius: 16px 16px 0 0;
  position: relative;
}
@media (min-width: 1024px) {
  .hq-carte__header .hq-pastille {
    position: absolute;
    top: 45px;
    right: 24px;
  }
}
.hq-carte__header .hq-surtitre {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
}
.hq-carte__content {
  padding: 24px;
}
@media (min-width: 1024px) {
  .hq-carte__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: start;
  }
  .hq-carte__content > a {
    margin-top: auto;
  }
}

.characteristic-list {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  list-style: none;
  margin: 0.125rem 0 0;
  padding: 0;
}

.characteristic-list__item {
  display: inline-flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.characteristic-list__item svg {
  margin-top: 0.25rem;
}

.hq-liste-custom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .hq-liste-custom {
    flex-direction: row;
  }
}
.hq-liste-custom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  background: #F1F5F8;
  margin-bottom: 1rem;
}
.hq-liste-custom-icon img {
  height: 34px;
}

.hq-liste-custom__item {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
}

.hq-liste-check {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.hq-liste-check li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  margin-top: 0;
}
.hq-liste-check li:not(:last-child) {
  margin-bottom: 24px;
}
.hq-liste-check li::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M20.975 5.4C20.775 5.2 20.475 5 20.075 5C19.775 5 19.475 5.2 19.275 5.4L9.475 16L5.075 11.4C4.575 10.9 3.875 10.9 3.375 11.4C2.875 11.9 2.875 12.6 3.375 13.1L8.675 18.7C9.175 19.2 9.875 19.2 10.375 18.7L20.975 7.1C21.475 6.6 21.475 5.9 20.975 5.4Z%27 fill=%27%23161616%27/%3E%3C/svg%3E") center/contain no-repeat;
}

.scroll-steps {
  padding-bottom: 2.5rem;
}

.scroll-steps__visual-wrapper {
  display: none;
}
@media (min-width: 640px) {
  .scroll-steps__visual-wrapper {
    align-items: center;
    align-self: start;
    display: flex;
    height: 100svh;
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.scroll-steps__visual {
  aspect-ratio: 3/4;
  max-height: calc(100svh - 4rem);
  position: relative;
  width: 100%;
}

.scroll-steps__visual-image {
  border: 1px solid #000;
  border-radius: 1rem;
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 250ms ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .scroll-steps__visual-image {
    transition: none;
  }
}
.scroll-steps__visual-image.is-active {
  opacity: 1;
}

@media (min-width: 640px) {
  .scroll-steps__content {
    padding: 35svh 0;
  }
}

.scroll-steps__step {
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .scroll-steps__step {
    opacity: 0.5;
    padding: 4rem 0;
    transition: opacity 250ms ease;
  }
  .scroll-steps__step:first-child {
    padding-top: 0;
  }
  .scroll-steps__step:last-child {
    padding-bottom: 0;
  }
  .scroll-steps__step:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 640px) and (prefers-reduced-motion: reduce) {
  .scroll-steps__step {
    transition: none;
  }
}
@media (min-width: 640px) {
  .scroll-steps__step.is-active {
    opacity: 1;
  }
}

.scroll-steps__step-image {
  border-radius: 1rem;
  border: 1px solid #000;
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 640px) {
  .scroll-steps__step-image {
    display: none;
  }
}

.scroll-steps__step-content {
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .scroll-steps__step-content {
    margin-top: 0;
  }
}

.tariff {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 -1rem;
  padding: 1.5rem 1rem;
}
@media (min-width: 640px) {
  .tariff {
    margin: 0 -1.5rem;
    padding: 1.5rem;
  }
}

.tariff__row {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}

.tariff__group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 640px) {
  #hq-outer-mask {
    overflow: visible !important;
  }
}
.hq-encadre--profil {
  border: 0;
}

.hq-encadre--simulateur {
  overflow: hidden;
  padding: 1.5rem 1rem 0;
}
@media (min-width: 640px) {
  .hq-encadre--simulateur {
    padding: 1.5rem 1.5rem 0;
  }
}
.hq-encadre--simulateur .hq-encadre-liste {
  padding-bottom: 2rem;
}
@media (min-width: 640px) {
  .hq-encadre--simulateur .hq-encadre-liste {
    padding-bottom: 1.5rem;
  }
}

h3.hq-title4,
.hq-form-select.hq-titre4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1288px) {
  h3.hq-title4,
  .hq-form-select.hq-titre4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

.hq-encadre.hq-p-24 {
  padding: 1.5rem;
}

.hq-encadre-header.hq-mb-8 {
  margin-bottom: 0.5rem;
}

.hq-form-select.hq-mb-16 {
  margin-bottom: 1rem;
}

.hq-segmented-control.hq-mt-24 {
  margin-top: 1.5rem;
}

.hq-accordeon .accordeon-tiroir:first-child {
  border-top: 0;
}

.hq-accordeon .accordeon-tiroir:last-child {
  border-bottom: 0;
}

.hq-encadre-item:first-child {
  border-top: 0;
}

.hq-interrupteur {
  max-width: 100%;
}

.hq-interrupteur:has(button[aria-disabled=true]) .label {
  color: #000;
}

.hq-interrupteur:has(button[aria-disabled=true]) .description {
  color: #555555;
}

a.hq-bouton-primaire {
  color: #FFF;
}

a.hq-ancre, a.hq-bouton-texte, a.hq-bouton-secondaire, a.hq-lien {
  color: #1224B8;
}

.hq-modal-content .hq-p {
  font-size: 1rem;
}

.hq-lien-icn-ext {
  display: none;
}

.hq-accordeon {
  margin-inline: 0;
}

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