/* CSS Reset (base saine) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: white;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

/* Optionnel: évite les débordements de texte */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 5, 2026 */
@font-face {
  font-family: 'motivebold';
  src: url('../motive-font/motive-bold-webfont.woff2') format('woff2'),
    url('assets/motive-font/motive-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiveextra_bold';
  src: url('../motive-font/motive-extrabold-webfont.woff2') format('woff2'),
    url('assets/motive-font/motive-extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiveextra_light';
  src: url('../motive-font/motive-extralight-webfont.woff2') format('woff2'),
    url('assets/motive-font/motive-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motivelight';
  src: url('../motive-font/motive-light-webfont.woff2') format('woff2'),
    url('../motive-font/motive-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motivemedium';
  src: url('../motive-font/motive-medium-webfont.woff2') format('woff2'),
    url('../motive-font/motive-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motiveregular';
  src: url('../motive-font/motive-regular-webfont.woff2') format('woff2'),
    url('../motive-font/motive-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motivesemi_bold';
  src: url('../motive-font/motive-semibold-webfont.woff2') format('woff2'),
    url('../motive-font/motive-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'motivethin';
  src: url('assets/motive-font/motive-thin-webfont.woff2') format('woff2'),
    url('../motive-font/motive-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}