*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background:var(--qb-bg); }
body {
  margin: 0;
  background: var(--qb-bg);
  color: var(--qb-ink);
  font-family: var(--qb-font);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--qb-primary); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--qb-primary-dark); }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--qb-focus) !important;
  outline-offset: 3px;
  box-shadow: none !important;
}
h1, h2, h3 { margin-top: 0; color: var(--qb-ink); font-family:var(--qb-font-display); line-height: 1.15; letter-spacing: -.02em; }
h1 { font-size: clamp(2rem, 5vw, 3.75rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.35rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.container { width: min(100% - 32px, var(--qb-container)) !important; max-width: var(--qb-container) !important; margin-inline: auto; }
.qb-container { width:min(100% - 32px,var(--qb-container));max-width:var(--qb-container);margin-inline:auto; }
.qb-sr-only {
  position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important;
  margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important;
  white-space: nowrap !important; border: 0 !important;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Éléments de contenu autrefois normalisés par Bootstrap, désormais retiré
   des pages modernes : sans ces règles le texte éditorial part sans style. */
ul, ol { padding-left: 1.35em; }
li { margin-bottom: .3em; }
hr { height: 0; margin: var(--qb-space-5) 0; border: 0; border-top: 1px solid var(--qb-border); }
small { font-size: .875em; }
strong, b { font-weight: 700; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: .55rem .7rem; border-bottom: 1px solid var(--qb-border); text-align: left; }
button { font: inherit; cursor: pointer; }
label { display: inline-block; }
