/* Reset léger inspiré d'Eric Meyer / modern-css-reset */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -moz-tab-size: 4; tab-size: 4; }
body { line-height: 1.5; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; min-height: 100vh; }
img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
input, button, textarea, select { font: inherit; color: inherit; }
button { background: none; border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { overflow-wrap: break-word; line-height: 1.2; font-weight: 700; }
p, li { overflow-wrap: break-word; }
table { border-collapse: collapse; border-spacing: 0; }
[hidden] { display: none !important; }
:focus { outline: 0; }
:focus-visible { outline: 2px solid var(--c-focus, #0494ED); outline-offset: 2px; border-radius: 2px; }
