const imageHeight = 50; const imageWidth = 100; const pathImg = "../img/"; const imageLogiqueEt = "logiqueet.png"; const imageLogiqueOu = "logiqueou.png"; const imageEnd = "idea_white.png"; //line const colorLineInnactive = "black"; const colorLineActive = "#f6cd61"; //switch const colorSwitchBorder = "black"; const colorSwitchInnactiveBackground = "red"; const colorSwitchActiveBackground = "green";