/* EDOUARGOT - barre de défilement propre
   Thème : marron #330705 / jaune #F5C063 / crème.
   Ne touche pas à l'escargot, au footer, au bandeau ou aux cartes.
*/

/* Scroll principal stable */
html {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-gutter: auto !important;
  scrollbar-width: thin !important;
  scrollbar-color: #F5C063 #fff6e3 !important;
}

body {
  overflow-x: hidden !important;
}

/* Chromium / Edge / Safari */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 14px !important;
  height: 14px !important;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #fff6e3 !important;
  border-left: 1px solid rgba(51, 7, 5, 0.10) !important;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #F5C063 0%, #d99a2b 100%) !important;
  border: 3px solid #fff6e3 !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(51, 7, 5, 0.16) !important;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #330705 0%, #5a160f 100%) !important;
}

html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #fff6e3 !important;
}

/* Scrollbars internes éventuelles : propre mais discret */
* {
  scrollbar-width: thin;
  scrollbar-color: #F5C063 #fff6e3;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff6e3;
}

*::-webkit-scrollbar-thumb {
  background: #F5C063;
  border: 3px solid #fff6e3;
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #330705;
}

/* Les blocs qui ne doivent pas devenir des volets internes */
.top-banner,
.scrolling-text-wrapper,
.header-animation,
.custom-nav,
.site-footer,
.edo-footer-3col,
.edo-preparations-statiques,
.edo-preparations-grid,
.container,
.row {
  scrollbar-width: none !important;
}

.top-banner::-webkit-scrollbar,
.scrolling-text-wrapper::-webkit-scrollbar,
.header-animation::-webkit-scrollbar,
.custom-nav::-webkit-scrollbar,
.site-footer::-webkit-scrollbar,
.edo-footer-3col::-webkit-scrollbar,
.edo-preparations-statiques::-webkit-scrollbar,
.edo-preparations-grid::-webkit-scrollbar,
.container::-webkit-scrollbar,
.row::-webkit-scrollbar {
  display: none !important;
}

/* Sécurité mobile */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 10px !important;
  }

  html::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    border-width: 2px !important;
  }
}
