*,
::after,
::before {
  box-sizing: border-box;
}
blockquote,
body,
dd,
dl,
figure,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  text-rendering: optimizeSpeed;
}
ol,
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 0.08em;
}
canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  padding: 0.6rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
  html {
    scroll-behavior: auto;
  }
}
:focus-visible {
  outline: #000 solid 2px;
  outline-offset: 2px;
}
body {
  line-height: 1.6;
  font-weight: 400;
  color: #111;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.25;
}
.contenu h2 {
  font-size: 1.6rem;
  margin-top: 2rem;
}
.contenu h3 {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
ol,
p {
  margin-top: 0;
  margin-bottom: 1em;
}
p {
  max-width: 70ch;
}
.menu-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  display: block;
  cursor: pointer;
  z-index: 100;
  background: 0 0;
  border: none;
}
.menu-backdrop,
.menu-panel {
  display: none;
}
.menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(200px, 50%, 400px);
  background: #fff;
  z-index: 90;
}
.menu.is-open .menu-panel {
  display: flex;
  flex-direction: column;
}
.menu.is-open .menu-panel ul {
  padding-top: 0.5rem;
}
.menu.is-open .menu-panel ul li a {
  display: block;
  padding: 0.5rem 0;
}
.menu.is-open .menu-backdrop {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 80;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .menu-panel {
    display: flex !important;
    position: static;
    width: auto;
    background: 0 0;
    padding: 0;
  }
  .menu-panel ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 2rem;
    padding-top: 1rem;
    list-style: none;
  }
  .menu-backdrop {
    display: none !important;
  }
}
.menu-panel a.active {
  font-weight: 700;
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.menu-toggle {
  font-size: 1.5rem;
  padding: 0.5rem 0.75rem;
}
