/*/ Polylog SA @ 2023 /*/

/*/ Onglets de boutons /*/

.fwk-linky-tabs { 
	float: left;
	background-color: var(--gray1);
	border-radius: var(--round1);
	max-width: 100%;
	padding: 4px 4px 0 0;
	margin-top: 15px;
	position: relative;
	}
	
.fwk-linky-tabs::-webkit-scrollbar{
	display: none;
	}
	
.fwk-linky-tabs .fwk-linky { 
	background-color: var(--gray1);
	border-color: transparent;
	line-height: 16px;
	min-height: 27px;
	margin: 0 0 4px 4px !important;
	}

.fwk-linky-tabs .fwk-linky:hover { 
	background-color: var(--gray2) !important;
	opacity: 1;
	}
		
.fwk-linky-tabs .fwk-linky.linky-selected { 
	background-color: var(--white) !important;
	}
		
/*/ Boutons et labels de l'en-tête /*/

.fwk-linky { 
	position: relative;
	display: inline-block;
	max-width: 500px;
	min-width: 36px;
	min-height: 36px;
	font-weight: 400;
	font-size: inherit;
	line-height: 24px;
	margin: 5px;
	padding: 6px 15px;
	text-align: center;
	border-radius: var(--round1);
	cursor: pointer;
	border: none;
	background-color: var(--gray1);
	color: var(--dark1);
	}
	
.fwk-linky b { 
	display: block;
	font-size: 12px;
	line-height: inherit !important;
	}

.fwk-linky:has(b) {
	padding: 5px 0;
	}

.fwk-linky i { 
	font-size: inherit;
	line-height: inherit;
	float: left;
	width: 20px;
	text-align: left;
	}
	
.fwk-linky u { 
	float: left;
	display: inline-block;
	margin: 4px !important;
	min-width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: var(--round2);
	background: none;
	color: inherit;
	}

.fwk-linky em { 
	float: right;
	width: 20px;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	border-radius: var(--round1);
	text-align: center;
	font-style: normal;
	}

.fwk-linky sup { 
	position: absolute;
	top: 0;
	right: 0;
	z-index: inherit;
	margin: -8px -8px auto auto;
	border-radius: var(--round1);
	color: var(--fixlight);
	background: var(--main);
	box-shadow: 0 0 0 3px var(--white);
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	}
	
.fwk-linky ::placeholder { 
	color: var(--navy);
	}

.fwk-linky.linky-right { 
	float: right !important;
	}

.fwk-linky.linky-wide { 
	display: block;
	margin: 15px 0 0;
	max-width: 100%;
	}
	
.fwk-linky.linky-marginbottom { 
	margin: 0 auto 30px;
	}

.fwk-linky.linky-margintop { 
	margin: 30px auto 0;
	}
		
.fwk-linky:hover{ 
	opacity: 0.8;
	cursor: hover;
	}

.fwk-linky.linky-inactive { 
	background: transparent !important;
	font-weight: 600;
	font-size: inherit;
	}
	
.fwk-linky.linky-inactive:hover { 
	background: transparent !important;;
	cursor: default !important;;
	opacity: 1 !important;
	}

.fwk-linky.linky-center { 
	display: block;
	margin: 15px auto 0;
	max-width: 200px;
	}
		
.fwk-linky.linky-search { 
	float: left;
	padding: 0;
	margin: 5px !important;
	min-width: 250px;
	max-width: calc(100% - 10px);
	}

.fwk-linky.linky-search input { 
	background: none;
	float: left;
	border: none;
	margin: 0;
	height: 34px;
	line-height: 34px;
	padding: 0 5px;
	font-size: inherit;
	font-family: inherit; 
	font-weight: 400;
	min-width: 200px;
	width: calc(100% - 40px);
	}

.fwk-linky.fwk-hidden, 
.fwk-linky.linky-hidden { 
	display: none;
	}

.fwk-linky input[type="date"] {
	opacity: 0; 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: inherit;
	}
	
.fwk-header .fwk-linky.linky-brand {
	margin-right: 10px;
	float: left;
	padding: 0px;
	line-height: 40px;
	}

.fwk-header .fwk-linky.linky-brand b {
	font-size: 20px;
	}
	