[data-bs-theme="light"] {
	/* BOOTSTRAP ADAPTERS */
	.text-success { color: #318c4a !important; }
	.text-light { color: black !important ; }
	.bg-success.text-light { color: rgba(255,255,255,.9) !important; }
	.text-dark { color: white !important; }
	.bg-dark { background-color: rgba(255,255,255,.6) !important; }
	.btn-outline-light {color: black; border: solid 1px black; }
	i.text-warning { color: var(--notes-sel-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='#000' <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: #d1f2ff;
	--toggle-circle: #5fd3ff;
	--topbar-shadow: none;
	
	--main-bg: #94a7bd;
	--main-bg-gradient: linear-gradient(to bottom,  hsl(204,46%,89%) 0%,hsl(206,41%,66%) 100%);
	
	--h1-sup-text: rgb(28, 197, 218);
	--link-hover-bg: rgba(0,0,0,.1);
	--link-hover-border: rgba(0,0,0,.2);
	
	--topbar-color: black;
	--topbar-bg-color: rgba(255,255,255,.3);
	--btn-toggle-txt: black !important;
	
	--sidebar-width: 240px;
	--sidebar-header-bg-color: rgba(255,255,255,.43);
	--sibebar-color: rgba(0,0,0,.6);
	--sibebar-bg-color: rgba(255,255,255,.3);
	--sidebar-hover-color: black;
	--sidebar-hover-bg-color: rgba(255,255,255,.6);
	--sidebar-active-color: black;
	--sidebar-active-bg-color: white;
	--sidebar-icon-color: #333;
	--sidebar-icon-hover-color: black;
	--sidebar-collapse-color: black;
	--sidebar-bg-menu : rgba(255,255,255,.6);
	--sidebar-sub-bg: rgba(255,255,255,.2);
	
	--flash-msg-border: rgba(0,0,0,.1);
	--flash-msg-bg-strong: rgba(0,0,0,.6);
	--flash-msg-txt-strong: rgba(255,255,255,.7);
	
	--notes-bg: #f9e8b1;
	--notes-border: #e3cf61;
	--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,.8);
	--terminal-txt: #07afc2;
	--terminal-sel-bg: #07afc2;
	--terminal-sel-txt:black;
	
	--title-txt:rgba(255,255,255,.7);
	--subtitle-txt: rgba(0,0,0,.4);
	
	
	
	/* TABLES */
	--table-head-bg: rgba(0,0,0,.1);
	--table-head-txt: black;
	--table-body-bg: rgba(255,255,255,.8);
	--table-body-txt: black;
	
	--pagination-txt: black;
	--pagination-sel-txt: white;
	--pagination-sel-bg: rgba(0,0,0,.8);
	--pagination-dropdown-bg: rgba(0,0,0,.8);
	--pagination-dropdown-txt: white;
	--pagination-focus-bg: rgba(0,0,0,.8);
	--pagination-focus-txt: white;
	/* end of table */
	
	--progress-txt: black;
	--progress-lg-txt: rgba(255,255,255,.3);
	
	--badge-type-txt: rgba(255,255,255,.6);
	
	
	
	
	
} /* end of light theme */