/* Fruity AllySurvey V1.1 accessibility toolbar */
.fas-a11y-toolbar{position:fixed;top:30%;z-index:1055;display:flex;align-items:flex-start;max-width:min(22rem,calc(100vw - 1rem));font-size:1rem}
.fas-toolbar-right .fas-a11y-toolbar{right:0;flex-direction:row-reverse}.fas-toolbar-left .fas-a11y-toolbar{left:0}
.fas-a11y-toggle{display:flex;gap:.45rem;align-items:center;min-height:44px;padding:.7rem .8rem;border:2px solid currentColor;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#212529);font-weight:700;box-shadow:0 2px 10px rgba(0,0,0,.18)}
.fas-toolbar-right .fas-a11y-toggle{border-radius:.5rem 0 0 .5rem}.fas-toolbar-left .fas-a11y-toggle{border-radius:0 .5rem .5rem 0}
.fas-a11y-panel{width:17rem;padding:1rem;border:2px solid currentColor;background:var(--bs-body-bg,#fff);color:var(--bs-body-color,#212529);box-shadow:0 4px 18px rgba(0,0,0,.22)}
.fas-toolbar-right .fas-a11y-panel{border-right:0;border-radius:.5rem 0 0 .5rem}.fas-toolbar-left .fas-a11y-panel{border-left:0;border-radius:0 .5rem .5rem 0}
.fas-a11y-toolbar.is-collapsed .fas-a11y-panel{display:none}.fas-a11y-toolbar.is-collapsed .fas-a11y-toggle-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.fas-a11y-title{margin:0 0 .75rem;font-weight:700}.fas-a11y-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.fas-a11y-actions button{min-height:44px;padding:.55rem;border:1px solid currentColor;border-radius:.35rem;background:transparent;color:inherit;font-weight:600}
.fas-a11y-actions button:hover,.fas-a11y-actions button:focus-visible,.fas-a11y-actions button[aria-pressed="true"]{background:currentColor;color:var(--bs-body-bg,#fff)}
html.fas-text-1{font-size:106.25%}html.fas-text-2{font-size:112.5%}html.fas-text-3{font-size:125%}
html.fas-high-contrast body{background:#000!important;color:#fff!important}html.fas-high-contrast body *:not(img):not(video):not(svg){border-color:#fff!important}html.fas-high-contrast a{color:#ff0!important}html.fas-high-contrast button,html.fas-high-contrast input,html.fas-high-contrast select,html.fas-high-contrast textarea{background:#000!important;color:#fff!important}
html.fas-monochrome{filter:grayscale(1)}html.fas-text-spacing body{line-height:1.7!important;letter-spacing:.08em!important;word-spacing:.12em!important}html.fas-text-spacing p,html.fas-text-spacing li{margin-bottom:1em!important}
html.fas-underline-links a:not(.btn){text-decoration:underline!important;text-decoration-thickness:.12em!important;text-underline-offset:.15em!important}
html.fas-motion-reduced *,html.fas-motion-reduced *::before,html.fas-motion-reduced *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
@media(max-width:576px){.fas-a11y-toolbar{top:auto;bottom:.5rem}.fas-a11y-panel{width:min(17rem,calc(100vw - 4rem));max-height:70vh;overflow:auto}.fas-a11y-toggle-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}
@media print{.fas-a11y-toolbar{display:none!important}}

/* V2.0.1 — correction des contrastes hover/focus de la barre */
.fas-a11y-toolbar{
  --fas-toolbar-bg: var(--bs-body-bg, #fff);
  --fas-toolbar-text: var(--bs-body-color, #212529);
  --fas-toolbar-accent: var(--bs-primary, #0d6efd);
  --fas-toolbar-accent-text: #fff;
}
.fas-a11y-toggle,
.fas-a11y-panel{
  background-color:var(--fas-toolbar-bg)!important;
  color:var(--fas-toolbar-text)!important;
}
.fas-a11y-actions button{
  background-color:var(--fas-toolbar-bg)!important;
  color:var(--fas-toolbar-text)!important;
  border-color:var(--fas-toolbar-text)!important;
}
.fas-a11y-toggle:hover,
.fas-a11y-toggle:focus-visible,
.fas-a11y-actions button:hover,
.fas-a11y-actions button:focus-visible,
.fas-a11y-actions button[aria-pressed="true"]{
  background-color:var(--fas-toolbar-accent)!important;
  color:var(--fas-toolbar-accent-text)!important;
  border-color:var(--fas-toolbar-accent)!important;
}
.fas-a11y-toggle:focus-visible,
.fas-a11y-actions button:focus-visible{
  outline:3px solid #000!important;
  outline-offset:3px!important;
  box-shadow:0 0 0 2px #fff!important;
}
html.fas-high-contrast .fas-a11y-toolbar{
  --fas-toolbar-bg:#000;
  --fas-toolbar-text:#fff;
  --fas-toolbar-accent:#ff0;
  --fas-toolbar-accent-text:#000;
}
html.fas-monochrome .fas-a11y-toolbar{
  --fas-toolbar-accent:#222;
  --fas-toolbar-accent-text:#fff;
}
