:root {
	/* BOOTSTRAP ADAPTERS */
	.text-success { color: #43c868 !important; }
	.text-light{ color:white !important; }
	.text-dark { color: black !important; }
	i.text-warning { color: var(--notes-bg) !important; } /* (aide-memoire par exemple) */
	
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff' <path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/></svg>");
	  
	
	/* Toggle light/dark */
	--toggle-bg: #475569;
	--toggle-circle: #0f172a;
	--topbar-shadow: 1px 1px 3px rgba(0,0,0,.3);
	
	--main-bg: #363f4a;
	--main-bg-gradient: radial-gradient(ellipse at top,  hsl(198deg 35% 67%) 0%,hsl(191deg 78% 5%) 100%);
	
	--h1-sup-text: rgb(0, 227, 255);
	--link-hover-bg: rgba(255,255,255,.1);
	--link-hover-border: rgba(255,255,255,.2);
	
	--topbar-color: white;
	--topbar-bg-color: rgba(0,0,0,.1);
	--btn-toggle-txt: white;
	
	--sidebar-width: 240px;
	--sidebar-header-bg-color: rgba(0,0,0,.43);
	--sibebar-color: rgba(255,255,255,.6);
	--sibebar-bg-color: rgba(0,0,0,.1);
	--sidebar-hover-color: white;
	--sidebar-hover-bg-color: rgba(0,0,0,.1);
	--sidebar-active-color: #6ad0df;
	--sidebar-active-bg-color: white;
	--sidebar-icon-color: #eeeeee;
	--sidebar-icon-hover-color: white;
	--sidebar-collapse-color: white;
	--sidebar-bg-menu : rgba(255,255,255,.1);
	--sidebar-sub-bg: rgba(0,0,0,.1);
	
	--flash-msg-border: rgba(255,255,255,.1);
	--flash-msg-bg-strong: rgba(255,255,255,.6);
	--flash-msg-txt-strong: rgba(0,0,0,.7);
	
	--notes-bg:rgb(246, 211, 122);
	--notes-border: #b8a745;
	--notes-txt: rgba(0,0,0,.6);
	--notes-sel-bg: #F5C343;
	--notes-sel-txt: rgba(0,0,0,.6);
	
	--terminal-bg:rgba(0,0,0,.5);
	--terminal-txt:#07afc2;
	--terminal-sel-bg: #07afc2;
	--terminal-sel-txt:black;
	
	--title-txt:rgba(0,0,0,.7);
	--subtitle-txt: rgba(255,255,255,.4);
	
	/* TABLES */
	--table-head-bg: rgba(0,0,0,.6);
	--table-head-txt: white;
	--table-body-bg: rgba(0,0,0,.4);
	--table-body-txt: white;
	
	--pagination-txt: white;
	--pagination-sel-txt: black;
	--pagination-sel-bg: rgba(255,255,255,.8);
	--pagination-dropdown-bg: rgba(255,255,255,.8);
	--pagination-dropdown-txt: black;
	--pagination-focus-bg: rgba(255,255,255,.8);
	--pagination-focus-txt: black;
	/* end of table */
	
	--progress-txt: white;
	--progress-lg-txt: rgba(0,0,0,.3);
	
	--badge-type-txt:rgba(0,0,0,.6);

	
} /* end of root (dark style) */
