/* Pneus Facile — overrides minimes, le reste est du Bootstrap pur. v=pnx1 */
:root { --pnx-ink: #111827; --pnx-amber: #f59e0b; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 78px; }          /* compense la navbar sticky */
::selection { background: var(--pnx-amber); color: #111827; }
.accordion-button:not(.collapsed) { color: var(--pnx-ink); background: #fff7e6; box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--pnx-amber); }
