<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}


[class*=hq-bouton] {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    letter-spacing: 0.16px;
    transition: 0.25s all;
    border: 2px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

[class*=hq-bouton]:focus-visible {
    outline: 2px dashed transparent;
    outline-offset: 4px;
    transition: none;
    outline-color: #1224B8 !important;
}

[class*=hq-bouton][aria-disabled=true],
[class*=hq-bouton][aria-disabled=true]:hover {
    box-shadow: none;
    cursor: not-allowed;
}

[class*=hq-bouton-primaire],
[class*=hq-bouton-secondaire] {
    border-radius: 72px;
    border-color: #1224B8 !important;
    width: 100%;
    min-width: 200px;
    max-width: 400px;
}

@media (min-width: 640px) {

    [class*=hq-bouton-primaire],
    [class*=hq-bouton-secondaire] {
        width: auto;
        max-width: none;
    }
}

.hq-bouton-primaire {
    background-color: #1224B8 !important;
    /* ? Fix pour intÃ©gration dans vielle norme */
    color: #FFF !important;
}

.hq-bouton-primaire:hover {
    background-color: #0F096C;
    box-shadow: 0 0 8px rgba(15, 9, 108, 0.6);
}

.hq-bouton-primaire:active {
    background-color: #101692;
    box-shadow: none;
}

.hq-bouton-primaire:focus-visible {
    outline-color: #1224B8 !important;
}

.hq-bouton-primaire[aria-disabled=true] {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.25);
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.hq-bouton-primaire[data-theme=sombre] {
    background-color: #FF9B00;
    border-color: #FF9B00;
    color: #000 !important;
}

.hq-bouton-primaire[data-theme=sombre]:hover {
    background-color: #FF9B00;
    border: 2px solid #FFF !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
}

.hq-bouton-primaire[data-theme=sombre]:active {
    background-color: #FD7714;
    box-shadow: none;
}

.hq-bouton-primaire[data-theme=sombre]:focus-visible {
    outline-color: #FFF !important;
}

.hq-bouton-primaire[data-theme=sombre][aria-disabled=true] {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0);
}

[class*=hq-bouton-secondaire] {
    background-color: #fff !important;
    color: #1224B8 !important;
    border-color: #1224B8 !important;
}

.hq-bouton-secondaire:hover {
    background-color: #1224B8 !important;
    color: #FFF !important;
}

.hq-bouton-secondaire:active {
    background-color: #0F096C;
    color: #FFF !important;
}

.hq-bouton-secondaire:focus-visible {
    outline-color: #1224B8 !important;
}

.hq-bouton-secondaire[aria-disabled=true] {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1);
}

.hq-bouton-secondaire[data-theme=sombre] {
    color: #FFF !important;
    border: 2px solid #FFF !important;
}

.hq-bouton-secondaire[data-theme=sombre]:hover {
    background-color: #FFF !important;
    color: #1224B8 !important;
}
 .hq-bouton-secondaire:hover abbr {
    color: #fff !important;
}
 .hq-bouton-secondaire abbr {
    color: #1224B8 !important;
    transition: 0.25s all;
}

.hq-bouton-secondaire[data-theme=sombre]:active {
    background-color: #CFE3FA;
    color: #1224B8 !important;
}

.hq-bouton-secondaire[data-theme=sombre]:focus-visible {
    outline-color: #FFF !important;
}

.hq-bouton-secondaire[data-theme=sombre][aria-disabled=true] {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0);
}

[class*=hq-bouton-texte] {
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    color: #1224B8 !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
}

[class*=hq-bouton-texte] svg {
    margin-left: 8px;
}

[class*=hq-bouton-texte]:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 1px;
    left: 0;
    background-color: #1224B8 !important;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

[class*=hq-bouton-texte]:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.hq-bouton-texte:active {
    color: #0F096C;
}

.hq-bouton-texte:active:before {
    background-color: #0F096C;
}

.hq-bouton-texte[aria-disabled=true] {
    color: rgba(0, 0, 0, 0.25);
}

.hq-bouton-texte[aria-disabled=true]:before {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transform: none;
    height: 2px;
    bottom: 1px;
    left: 0;
}

.hq-bouton-texte[aria-disabled=true]:active {
    color: rgba(0, 0, 0, 0.25);
}

.hq-bouton-texte[aria-disabled=true]:active:before {
    background-color: rgba(0, 0, 0, 0.25);
}

.hq-bouton-texte[data-theme=sombre] {
    color: #FFF !important;
}

.hq-bouton-texte[data-theme=sombre]:before {
    background-color: #FFF !important;
}

.hq-bouton-texte[data-theme=sombre]:active {
    color: #73AFF0;
}

.hq-bouton-texte[data-theme=sombre]:active:before {
    background-color: #73AFF0;
}

.hq-bouton-texte[data-theme=sombre]:focus-visible {
    outline-color: #FFF !important;
}

.hq-bouton-texte[data-theme=sombre][aria-disabled=true] {
    color: rgba(255, 255, 255, 0.35);
}

.hq-bouton-texte[data-theme=sombre][aria-disabled=true]:before {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.35);
    transform: none;
    height: 2px;
    bottom: 1px;
    left: 0;
}

.hq-bouton-texte[data-theme=sombre][aria-disabled=true]:active {
    color: rgba(255, 255, 255, 0.35);
}

.hq-bouton-texte[data-theme=sombre][aria-disabled=true]:active:before {
    background-color: rgba(255, 255, 255, 0.35);
}

[class*=hq-bouton-nav-primaire],
[class*=hq-bouton-nav-secondaire] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: none;
    padding: 0;
}

[class*=hq-bouton-nav-primaire] {
    background-color: #1224B8 !important;
    border: 2px solid #1224B8 !important;
    color: #FFF !important;
}

.hq-bouton-nav-primaire:hover {
    background-color: #0F096C;
    box-shadow: 0 0 8px rgba(15, 9, 108, 0.6);
}

.hq-bouton-nav-primaire:active {
    background-color: #101692;
    box-shadow: none;
}

.hq-bouton-nav-primaire[aria-disabled=true] {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
}

.hq-bouton-nav-primaire[aria-disabled=true]:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.hq-bouton-nav-primaire[data-theme=sombre] {
    background-color: #FF9B00;
    border: 2px solid #FF9B00;
    color: #000;
}

.hq-bouton-nav-primaire[data-theme=sombre]:hover {
    background-color: #FF9B00;
    border: 2px solid #FFF !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
}

.hq-bouton-nav-primaire[data-theme=sombre]:active {
    background-color: #FD7714;
    box-shadow: none;
}

.hq-bouton-nav-primaire[data-theme=sombre]:focus-visible {
    outline-color: #FFF !important;
}

.hq-bouton-nav-primaire[data-theme=sombre][aria-disabled=true] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
    box-shadow: none;
}

[class*=hq-bouton-nav-secondaire] {
    background-color: transparent;
    border: 2px solid #1224B8 !important;
    color: #1224B8 !important;
}

.hq-bouton-nav-secondaire:hover {
    background-color: #1224B8 !important;
    box-shadow: none;
    color: #FFF !important;
}

.hq-bouton-nav-secondaire:active {
    background-color: #101692;
    box-shadow: none;
}

.hq-bouton-nav-secondaire[aria-disabled=true] {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.hq-bouton-nav-secondaire[aria-disabled=true]:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    color: #1224B8 !important;
}

.hq-bouton-nav-secondaire[data-theme=sombre] {
    background-color: transparent;
    border: 2px solid #FFF !important;
    color: #FFF !important;
}

.hq-bouton-nav-secondaire[data-theme=sombre]:hover {
    background-color: #FFF !important;
    color: #1224B8 !important;
}

.hq-bouton-nav-secondaire[data-theme=sombre]:active {
    background-color: #E7F1FC;
    box-shadow: none;
}

.hq-bouton-nav-secondaire[data-theme=sombre]:focus-visible {
    outline-color: #FFF !important;
}

.hq-bouton-nav-secondaire[data-theme=sombre][aria-disabled=true] {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid transparent;
}

[class*=hq-bouton][data-display=affichage] {
    padding: 18px 36px;
}

[class*=hq-bouton-nav][data-display=affichage] {
    padding: 0;
    width: 48px;
    height: 48px;
}

[class*=hq-bouton-fermer] {
    background: transparent;
    border: solid 1px transparent;
    border-radius: 100%;
    color: #000;
    padding: 6px;
    line-height: normal;
}

[class*=hq-bouton-fermer]:hover {
    border: solid 1px #1224B8 !important;
    border-radius: 100%;
    padding: 6px;
}

[class*=hq-bouton-fermer]:active {
    background-color: #E7F1FC;
}

/* 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);
  }

</pre></body></html>