@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-Maigre-300.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-Maigre-300.otf#iefix') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-MaigreItalique-300.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-MaigreItalique-300.otf#iefix') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-Normal-400.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-Normal-400.otf#iefix') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-Italique-400.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-Italique-400.otf#iefix') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-Demi-500.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-Demi-500.otf#iefix') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-DemiItalique-500.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-DemiItalique-500.otf#iefix') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-Gras-700.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-Gras-700.otf#iefix') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Hydro-Quebec';
    src: url('/fonte-hq/Hydro-Quebec-GrasItalique-700.woff2') format('woff2'),
        url('/fonte-hq/Hydro-Quebec-GrasItalique-700.otf#iefix') format('opentype');
    font-weight: 700;
    font-style: italic;
}


/* LIENS  */
.hq-lien {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.16px;
    color: #1224B8 !important;
    text-decoration: underline;
  }
  .hq-lien:hover {
    color: #0F096C;
    text-decoration: none;
  }

  .hq-lien:active {
    color: #1224B8 !important;
    text-decoration: underline;
  }
  .hq-lien:focus {
    outline: 2px dashed transparent;
    outline-offset: 2px;
    transition: none;
    outline-color: #1224B8 !important;
  }
  .hq-lien[aria-disabled=true] {
    color: rgba(0, 0, 0, 0.25);
  }
  .hq-lien[aria-disabled=true]:active {
    color: rgba(0, 0, 0, 0.25);
  }
  .hq-lien[data-theme=sombre] {
    color: #FFF;
  }
  .hq-lien[data-theme=sombre]:hover {
    color: #73AFF0;
  }
  .hq-lien[data-theme=sombre]:active {
    color: #FFF;
  }
  .hq-lien[data-theme=sombre]:focus {
    outline-color: #FFF;
  }
  .hq-lien[data-theme=sombre][aria-disabled=true] {
    color: rgba(255, 255, 255, 0.35);
  }
  .hq-lien[data-theme=sombre][aria-disabled=true]:active {
    color: rgba(255, 255, 255, 0.35);
  }

