/*/ Polylog SA (c) 2023 /*/

/*/ Couleurs /*/

:root {
	/*/ - /*/
	--main: #0000C8;
	--main-light: #e4cafe;
	--sec-light: #EBF4D7;
	--red: #E1532B;
	--red-light: #fdcebd;
	--orange: #ff8700;
	--orange-light: #F9E1C7;
	--green: #8CC800; 
	--green-light: #EBF4D7;
	/*/ - /*/
	--col1: #3876ea;
	--col2: #7ca9f1;
	--col3: #a42eb0;
	--col4: #d83b85;
	--col5: #f22d0a;
	--col6: #ff8700;
	--col7: #F6C84F;
	--col8: #8CC800;
	--col9: #5aaf11;
	--col10: #88a5c8;
	--col11: #1f2c47;
	/*/ - /*/
	--shadow1: rgba(31, 44, 71, 0.2);
	--shadow2: rgba(31, 44, 71, 0.6);
	/*/ - /*/
	--dark1: #00050a;
	--dark2: #14191e;
	/*/ - /*/
	--drop1: #1f2c47;
	--drop2: #0b1833;
	/*/ - /*/
	--gray1: #f3f3f5;
	--gray2: #e8e8e8;
	/*/ - /*/
	--white: #ffffff;
	--mid1: #88a5c8;
	--mid1-light: rgba(136, 165, 200, 0.252);
	/*/ - /*/
	--fixdark: #1f2c47;
	--fixgray: #f2f2f2;
	--fixlight: #ffffff;
}

/*/ Classes spéciales /*/

.fwk-active {
	color: var(--green) !important;
	}

.fwk-inactive {
	color: var(--white) !important;
	}
	
.fwk-table .fwk-active {
	color: var(--green) !important;
	}
		
.scol-link,
.scol-ext,
.scol-action {
	background-color: var(--white) !important;
	color: var(--dark1) !important;
	}
	
.scol-unread {
	background-color: var(--orange) !important;
	color: var(--fixlight) !important;
	border-color: transparent !important;
	}

.scol-hasqty {
	background-color: var(--main) !important;
	color: var(--white) !important;
	border-color: transparent !important;
	}
	
/*/ Couleur principale /*/

.fcol-main {
	color: var(--main) !important;
	}
	
.scol-main {
	color: var(--fixlight) !important;
	background-color: var(--main) !important;
	border-color: transparent;
	}

.tcol-main {
	background-color: var(--main-light) !important;
	}

.tcol-sec {
	background-color: var(--sec-light) !important;
	}
	
/*/ Noir /*/
	
.fcol-dark1 {
	color: var(--dark1) !important;
	}
	
.scol-dark1 {
	color: var(--white) !important;
	background: var(--dark1) !important;
	}
		
/*/ Blanc /*/
	
.fcol-white {
	color: var(--white) !important;
	}
	
.scol-white {
	color: var(--dark1) !important;
	background: var(--white) !important;
	}
	
/*/ Intermédiaire /*/

.fcol-mid1 {
	color: var(--mid1) !important;
	}

.scol-mid1 {
	color: var(--fixlight) !important;
	background: var(--mid1) !important;
	border-color: transparent !important;
	}

.tcol-mid1 {
	background: var(--mid1-light) !important;
	}
	
/*/ Couleurs primaires /*/

.fcol-red {
	color: var(--red) !important;
	}
	
.scol-red {
	color: var(--fixlight) !important;
	background: var(--red) !important;
	border-color: transparent;
	}

.tcol-red {
	background: var(--red-light) !important;
	}
	
.fcol-orange {
	color: var(--orange) !important;
	}
	
.scol-orange {
	color: var(--fixlight) !important;
	background: var(--orange) !important;
	border-color: transparent;
	}

.tcol-orange {
	background: var(--orange-light) !important;
	}
	
.fcol-green {
	color: var(--green) !important;
	}
	
.scol-green {
	color: var(--fixlight) !important;
	background: var(--green) !important;
	border-color: transparent;
	}

/*/ Couleurs secondaires /*/

.fcol-col1 {
	color: var(--col1) !important;
	}
	
.scol-col1 {
	color: var(--fixlight) !important;
	background: var(--col1) !important;
	border-color: transparent;
	}

.fcol-col2 {
	color: var(--col2) !important;
	}
	
.scol-col2 {
	color: var(--fixlight) !important;
	background: var(--col2) !important;
	border-color: transparent;
	}

.fcol-col3 {
	color: var(--col3) !important;
	}
	
.scol-col3 {
	color: var(--fixlight) !important;
	background: var(--col3) !important;
	border-color: transparent;
	}

.fcol-col4 {
	color: var(--col4) !important;
	}
	
.scol-col4 {
	color: var(--fixlight) !important;
	background: var(--col4) !important;
	border-color: transparent;
	}

.fcol-col5 {
	color: var(--col5) !important;
	}
	
.scol-col5 {
	color: var(--fixlight) !important;
	background: var(--col5) !important;
	border-color: transparent;
	}

.fcol-col6 {
	color: var(--col6) !important;
	}
	
.scol-col6 {
	color: var(--fixlight) !important;
	background: var(--col6) !important;
	border-color: transparent;
	}

.fcol-col7 {
	color: var(--col7) !important;
	}
	
.scol-col7 {
	color: var(--fixlight) !important;
	background: var(--col7) !important;
	border-color: transparent;
	}

.fcol-col8 {
	color: var(--col8) !important;
	}
	
.scol-col8 {
	color: var(--fixlight) !important;
	background: var(--col8) !important;
	border-color: transparent;
	}

.fcol-col9 {
	color: var(--col9) !important;
	}
	
.scol-col9 {
	color: var(--fixlight) !important;
	background: var(--col9) !important;
	border-color: transparent;
	}

.fcol-col10 {
	color: var(--col10) !important;
	}
	
.scol-col10 {
	color: var(--fixlight) !important;
	background: var(--col10) !important;
	border-color: transparent;
	}
