.faq-permalink-tail {
    white-space: nowrap;
}
.page-foire-aux-questions .advgb-accordion-header a.faq-permalink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 4px;
    vertical-align: middle;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 3px;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
}
/* Keep mouse targeting on the link when crossing the SVG strokes and gaps. */
.page-foire-aux-questions .advgb-accordion-header a.faq-permalink svg,
.page-foire-aux-questions .advgb-accordion-header a.faq-permalink svg * {
    pointer-events: none;
}
.page-foire-aux-questions .advgb-accordion-header a.faq-permalink:hover {
    background: rgba(255, 255, 255, .18);
}
.page-foire-aux-questions .advgb-accordion-header a.faq-permalink:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 1px;
}
.faq-permalink-popup {
    position: fixed;
    z-index: 10000;
    box-sizing: border-box;
    width: max-content;
    max-width: calc(100vw - 24px);
    padding: 10px 14px;
    border-radius: 6px;
    background: #414438;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .25);
    color: #fff;
    font: 14px/1.5 Arial, sans-serif;
}
.faq-permalink-popup[role="button"]:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
}
.faq-permalink-popup[hidden],
.faq-permalink-fallback[hidden],
.faq-permalink-legacy {
    display: none !important;
}
.faq-permalink-fallback label {
    display: block;
    margin: 8px 0 4px;
}
.faq-permalink-fallback input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    padding: 6px;
    color: #222;
    background: #fff;
}
.faq-permalink-close {
    display: block;
    margin-top: 8px;
    min-height: 32px;
    padding: 4px 10px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}
.faq-permalink-live {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Older accordion blocks have one chevron, not separate open/closed icons. */
.page-foire-aux-questions .advgb-accordion-header[aria-expanded="true"] > .advgb-accordion-header-icon:not(.accordion-state) {
    display: block;
}
.page-foire-aux-questions .advgb-accordion-header[aria-expanded="true"] > .advgb-accordion-header-icon:not(.accordion-state) > svg {
    transform: rotate(180deg);
}

/* Every layer of the clickable heading uses the same hand cursor. */
.page-foire-aux-questions .advgb-accordion-header,
.page-foire-aux-questions .advgb-accordion-header * {
    cursor: pointer;
}
.faq-permalink-popup[role="button"],
.faq-permalink-popup[role="button"] * {
    cursor: pointer;
}
