/*/ Polylog SA @ 2023 /*/

/*/ Onglets de boutons /*/

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

.fwk-linky-tabs .fwk-linky i {
	line-height: inherit;
	}

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

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

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

.fwk-linky i { 
	font-size: inherit;
	line-height: 25px;
	width: 20px;
	text-align: left;
	}
	
.fwk-linky u { 
	float: left;
	display: inline-block;
	margin: 5px !important;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	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;
	text-align: center;
	}

.fwk-linky sup i {
	float: none;
	width: auto;
	}

.fwk-linky ::placeholder { 
	color: var(--mid1);
	}

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

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

.fwk-linky.linky-aslabel {
	margin-top: 30px;
	}

.fwk-linky.linky-tablet {
	display: block;
	margin: 15px 0 0;
	max-width: 100%;
	padding: 16px 25px;
	text-align: left;
	font-size: 15px;
	background: var(--gray1);
	}

.fwk-linky.linky-tablet div {
	margin-left: 5px;
	font-size: 11px;
	display: inline-block;
	}

.fwk-linky.linky-tablet-disabled {
	background: none;
	text-align: center;
	margin: 0;
	padding: 5px 25px;
	min-height: 0;
	}

.fwk-linky.linky-tablet-disabled:hover {
	opacity: 1;
	cursor: default;
	}

.fwk-linky.linky-tablet-margin {
	margin-top: 35px;
	}

.fwk-linky.linky-tablet i {
	width: 30px;
	}

.fwk-linky.linky-tablet span {
	font-weight: 600;
	}

.fwk-linky.linky-uploader {
	margin: 0 10px 10px 0;
	}

.fwk-linky.linky-marginbottom { 
	margin-bottom: 15px !important;
	}

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

.fwk-linky.linky-inactive { 
	background: transparent !important;
	font-weight: 600;
	font-size: inherit;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.fwk-linky.linky-inactive:hover {
	background: transparent !important;
	cursor: default !important;
	opacity: 1 !important;
}

.fwk-linky.linky-silinactive:hover {
	cursor: default !important;
	opacity: 1 !important;
}

.fwk-linky.linky-headline {
	opacity: 1 !important;
	cursor: default !important;
	}

.fwk-linky.linky-center { 
	display: block;
	margin: 15px auto 0;
	max-width: 200px;
	}

.fwk-header .fwk-linky.linky-floating {
	float: left;
	}

.fwk-linky.linky-search {
	float: left;
	padding: 0;
	margin: 5px !important;
	min-width: 250px;
	max-width: calc(100% - 10px);
	border: 1.5px solid transparent;
	}

.fwk-linky.linky-search.linky-zoom {
	padding: 14px;
	background: none;
	}

.fwk-linky.linky-search input { 
	background: none;
	float: left;
	border: none;
	margin: 0;
	height: 41px;
	line-height: 41px;
	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;
	width: 44px !important;
	height: 44px !important;
	}
	
.fwk-header .fwk-linky.linky-brand {
	margin-right: 10px;
	float: left;
	padding: 0;
	line-height: 40px;
	}

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

.fwk-linky-inner {
	float: right;
	line-height: 18px;
	text-align: left;
	margin: -2px 0 -3px;
}

.fwk-linky-inner div {
	font-size: 9px;
	line-height: 10px;
}

/*/ Bouton de type photo /*/

.fwk-header .fwk-linky.linky-photo,
.fwk-header .fwk-linky.linky-photo:hover,
.fwk-modnav .fwk-linky.linky-photo,
.fwk-modnav .fwk-linky.linky-photo:hover {
	float: left;
	background-size: cover;
	background-position: center;
	color: transparent !important;
	padding: 0;
	line-height: 44px;
	border-radius: var(--round1);
	margin-right: 7px;
}

.fwk-header .fwk-linky.linky-photo img,
.fwk-modnav .fwk-linky.linky-photo img {
	display: block;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	object-fit: cover; /*contain; /*en test pour les logos surtout, sinon cover;*/
	margin: auto !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.fwk-header .fwk-linky.linky-photo-longtext {
	float: left;
	margin-right: 7px;
}

.fwk-header .fwk-linky.linky-photo-text,
.fwk-header .fwk-linky.linky-photo-text:hover,
.fwk-modnav .fwk-linky.linky-photo-text,
.fwk-modnav .fwk-linky.linky-photo-text:hover {
	background-color: var(--fixlight);
	color: var(--fixdark) !important;
}
