/* Fix rebord droit / scrollbar Windows */
html {
  scrollbar-gutter: auto;
}

body {
  overflow-x: hidden;
}
