diff --git a/stylessoyezcreateurs.css.html b/stylessoyezcreateurs.css.html
index 2b264e40a92a0fc94a14d47568101cd25abbd9fb..68a5b43c87f27cda9c441130706ef476f9dad617 100644
--- a/stylessoyezcreateurs.css.html
+++ b/stylessoyezcreateurs.css.html
@@ -242,6 +242,10 @@ body { background: transparent; }
 }
 
 // Barres d'acsenseur
+* {
+	scrollbar-color: [(#GET{c_fildarianehome})] [(#GET{c_fildariane_bk})];
+	scrollbar-width: thin;
+}
 ::-webkit-scrollbar {
 	width: .5rem;
 	height: .5rem;
@@ -255,14 +259,12 @@ body { background: transparent; }
 	background-color: #GET{c_fildariane_bk};
 }
 ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive {
-	box-shadow: inset 0 0 0 6px #GET{c_fildarianehome};
+	box-shadow: inset 0 0 0 6px [(#GET{c_fildarianehome})];
 }
 ::-webkit-scrollbar-thumb {
 	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 	background-color: #GET{c_fildarianehome};
 }
-* {scrollbar-color: #GET{c_fildarianehome} #GET{c_fildariane_bk}; scrollbar-width: thin; }
-
 
 .triadeA {
 	background-color: #GET{c_triadea};