/*/ Polylog SA @ 2021 /*/

/*/ Fonts /*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');

/*------*/
/* BASES */
/*------*/

/*/ Body /*/

html, body { 
	padding: 0; 
	margin: 0; 
	font-family: 'Nunito', sans-serif; 
	font-size: 12px; 
	line-height: 22px; 
	-webkit-text-size-adjust: 100%;
	position: relative;
	overflow: auto;
	height: 100% !important;
	}
* { 
	box-sizing: border-box; 
	text-decoration: none; 
	color: inherit; 
	outline: 0; 
	outline: thin dotted \9; 
	}
b {
	font-weight: 600; 
	}
p a {
	font-weight: 600;
	}
p {
	margin: 0;
	}
p i { 
	display: inline-block; 
	width: 20px; 
	}
a:hover { 
	cursor: pointer; 
	}
	
/*/ Titres /*/

h1 { 
	margin: 0; 
	font-size: 50px; 
	line-height: 60px; 
	font-weight: 600; 
	}
h2 { 
	margin: 0; 
	font-size: 30px; 
	line-height: 40px; 
	font-weight: 600; 
	}
h2 sup { 
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	}
h3 { 
	margin: 0; 
	font-size: 16px; 
	line-height: 30px; 
	font-weight: 600; 
	}
h3 i { 
	float: left;
	width: 30px; 
	line-height: inherit; 
	}
h4 { 
	margin: 0; 
	font-size: 11px; 
	line-height: 22px; 
	font-weight: 400; 
	text-align: center;
	}
h5 { 
	margin: 0; 
	padding: 30px 30px 0;
	font-size: 16px; 
	line-height: 30px; 
	font-weight: 600; 
	}
h5 em { 
	float: right;
	line-height: inherit !important; 
	}
h5 b { 
	padding: 0 10px;
	font-size: 12px; 
	line-height: inherit; 
	}

/*/ Scroll /*/

.fwk-modal .container::-webkit-scrollbar { 
	display: none; 
	}

/*/ Version OS /*/

.fwk-os-native {
	padding-top: 37px;
}
.fwk-os-native-bar {
	height: 37px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 929;
	-webkit-user-select: none;
	-webkit-app-region: drag;
}
.fwk-os-native .fwk-header, .fwk-os-native .fwk-sidebar, .fwk-os-native .fwk-response-message {
	margin-top: 37px !important;
}
.fwk-os-native .fwk-cal-container {
	margin-top: 117px !important;
}

/*/ Tooltip /*/

.fwk-js-tooltip { 
	padding: 8px 16px; 
	border: none !important; 
	box-shadow: none; 
	border-radius: 10px; 
	font-family: inherit; 
	font-size: 12px; 
	line-height: 20px;
	font-weight: 600;
	}

/*/ Tampons /*/

.fwk-gap {
	clear: both;
	position: relative;
	display: block;
	}
.fwk-gap.isSmall {
	height: 10px;
	}
.fwk-gap.isMedium {
	height: 30px;
	}
.fwk-gap.isLarge {
	height: 40px;
	}
.fwk-gap.isPadded {
	padding: 20px;
	}	
	
/*------*/
/* FORMULAIRE */
/*------*/

/*/ Labels /*/

label { 
	display: block; 
	padding: 0 0 10px; 
	font-weight: 400; 
	}
label em.append { 
	float: left; 
	width: 18px; 
	font-style: normal; 
	}
label div { 
	display: block; 
	cursor: pointer; 
	line-height: 22px; 
	}
label div span { 
	display: inline-block; 
	margin-right: 15px; 
	line-height: inherit; 
	font-size: inherit; 
	font-weight: 400;
	}
label div i { 
	display: inline-block; 
	margin: 4px; 
	float: right; 
	}
label.isNotPadded { 
	padding: 0;
	font-weight: 400;
	}
label.isCol { 
	padding: 0 !important;
	margin: 0;
	float: left;
	cursor: pointer;
	}
label.isCol span { 
	font-size: 24px;
	line-height: 22px;
	margin-right: 15px;
	}
label.isCol span.isSmall { 
	font-size: inherit;
	}
	
/*/ Champs /*/

input, select, textarea, .input { 
	-webkit-appearance: none; 
	-moz-appearance:none; 
	display: block; 
	margin: 0 0 20px 0; 
	min-height: 40px; 
	width: 100%; 
	max-width: 100%; 
	border: none;
	border-radius: 20px; 
	padding: 8px 18px; 
	font-family: inherit; 
	font-size: inherit; 
	font-weight: inherit;
	line-height: 24px !important;
	}
input[type='date'] { 
	padding: 0 22px !important;
	line-height: 40px !important;
	height: 40px !important;
	}
input:focus, select:focus, textarea:focus { 
	font-weight: 400; 
	}
input:disabled, select:disabled, textarea:disabled, .input.disabled { 
	-webkit-appearance: none; 
	-moz-appearance:none; 
	cursor: not-allowed;
	text-decoration: none; 
	}
input[type='checkbox'], input[type='radio'], input[type='file'] { 
	display: none; 
	}
textarea { 
	min-height: 180px; 
	resize: both; 
	}
	
/*/ Champ de date (natif) /*/	

input[type="date"] {
	position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
	cursor: pointer !important;
}

input[type="date"]::-webkit-inner-spin-button {
	z-index: 1;
}

input[type="date"]::-webkit-clear-button {
	z-index: 1;
}
 
/*/ Champs spéciaux /*/

.fwk-group .input:not(.isNotPaddedRight) { 
	padding-right: 40px;
	}
.input.isTight { 
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0px;
	}
.input.isInner { 
	padding: 0;
	}
.input.isInner input, .input.isInner select { 
	margin: 0;
	padding: 0;
	padding-left: 10px;
	}
.input.isInner .isLeft, .input.isInner .isRight { 
	margin: 0;
	width: 50%;
	}
.input.isInner .isLeft input, .input.isInner .isLeft select { 
	padding-left: 15px;
	}
.input .isFloat { 
	line-height: inherit; 
	}

/*/ Editeur de texte /*/

.fwk-editor { 
	min-height: 250px; 
	max-width: 1000px; 
	}
.fwk-editor-panel button, .fwk-editor-panel label { 
	-webkit-appearance: none; 
	-moz-appearance:none; 
	display: inline-block; 
	margin: 0 15px 15px 0; 
	padding: 0; 
	width: 40px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center; 
	border-radius: 10px; 
	border: none; 
	box-shadow: none; 
	}
.fwk-editor-panel button:hover, .fwk-editor-panel label:hover { 
	opacity: 0.7; 
	cursor: pointer; 
	}
.fwk-editor-panel input { 
	float: left; 
	height: 40px; 
	height: 40px; 
	min-height: 40px; 
	padding: 10px 15px; 
	margin: 0 15px 15px 0; 
	max-width: 200px;
	}

/*/ Boutons /*/

.fwk-btn { 
	position: relative; 
	float: left; 
	margin: 5px 15px 15px 0; 
	padding: 6px 15px; 
	min-width: 40px;
	min-height: 40px;
	line-height: 28px; 
	font-size: inherit; 
	font-weight: 600;
	border-radius: 20px; 
	background-color: none;
	background-position: center;
	background-size: cover;
	image-orientation: none;
	text-align: center;
	}
.fwk-btn.isSave, .fwk-btn.isClose {
	padding: 6px; 
	}
.fwk-btn i { 
	display: inline-block !important;
	width: 10px !important;
	margin-right: 10px !important;
	text-align: left;
	line-height: inherit;
	height: 0;
	}
.fwk-btn i.isRight { 
	text-align: right;
	margin: 0 0 0 10px !important;
	}
.fwk-btn b { 
	font-size: 14px;
	}
.fwk-btn sup, .do div sup { 
	display: inline-block; 
	position: absolute;
	top: 0;
	right: 0;
	margin: -6px;
	width: 18px; 
	height: 18px; 
	line-height: 18px; 
	font-size: 10px;
	border-radius: 20px;
	font-weight: 600;
	text-align: center;
	}
.fwk-btn sup.isHidden {
	display: none;
	}
.fwk-btn span:not(label.fwk-btn span) { 
	display: block; 
	width: 50px; 
	height: 50px; 
	line-height: 50px; 
	font-size: 20px;
	}
label.fwk-btn span { 
	display: inline-block; 
	margin-right: 10px;
	}
.fwk-btn:hover { 
	opacity: 0.7;
	cursor: pointer;  
	}
.fwk-btn.isWide { 
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	}
.fwk-btn.isNavBtn { 
	width: 125px;
	height: 125px;
	padding: 25px 20px;
	margin: 0 25px 25px 0;
	}
.fwk-btn.isNavBtn sup { 
	width: 28px; 
	height: 28px; 
	line-height: 28px; 
	font-size: 12px;
	margin: -8px;
	}
.fwk-btn.isNavBtn p { 
	display: block;
	line-height: 20px;
	min-height: 30px;
	max-height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	font-size: 10px;
	}
.fwk-btn.isTight { 
	margin: 0;
	}
.fwk-btn.isSizeLimited { 
	max-width: 300px;
	background: none !important;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	}	
.fwk-btn.isDoubled { 
	line-height: 14px; 
	text-align: left;
	}
.fwk-btn.isDoubled div { 
	font-size: 9px;
	}
.fwk-btn.isLeft { 
	float: left !important;
	margin: 5px 10px 5px 0;
	}	
.fwk-btn.isRight { 
	float: right !important;
	margin: 0 0 0 10px;
	}	
	
/*/ Onglets /*/

.fwk-tab { 
	padding: 0;
	border-radius: 20px;
	height: 40px;
	margin: 0;
	float: left;
	}
.fwk-tab .fwk-btn { 
	margin: 0 !important;
	}
.fwk-tab .fwk-btn { 
	border-radius: 0 !important;
	}
.fwk-tab .fwk-btn:first-child { 
	border-radius: 20px 0 0 20px !important;
	}
.fwk-tab .fwk-btn:last-child { 
	border-radius: 0 20px 20px 0 !important;
	}

/*/ Input avec boutons /*/

.fwk-group { 
	position: relative;
	padding: 0 !important; 
	}
.fwk-group input { 
	margin: 0;
	}
.fwk-group .do { 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	height: 34px; 
	margin: 3px; 
	}
.fwk-group .do div { 
	position: relative;
	display: inline-block; 
	margin-left: 3px; 
	padding: 0;
	min-width: 34px; 
	height: 34px; 
	line-height: 34px; 
	border-radius: 20px; 
	text-align: center; 
	}
.fwk-group .do div.isHidden { 
	display: none;
	}
.fwk-group .do div sup { 
	position: absolute;
	top: 0;
	right: 0;
	margin: -2px -4px 0 0;
	}
	
/*------*/
/* DROPDOWN */
/*------*/

/*/ Menu déroulant /*/

.fwk-drop { 
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	margin: 50px auto auto 0;
	padding: 5px 0;
	min-width: 350px;
	max-width: 100%;
	border-radius: 20px;
	border: 2px solid transparent;
	text-align: left;
	overflow: auto;
	max-height: 600px;
	}
.fwk-drop.toRight { 
	right: 0;
	left: auto;
	}
.fwk-drop.toTop { 
	right: 0;
	left: auto;
	top: auto;
	bottom: 0;
	}
.fwk-drop .title { 
	text-align: center;
	font-weight: 600;
	font-size: 10px;
	padding: 10px 10px 0;
	}

/*------*/
/* PUBLIQUE */
/*------*/

/*/ Login /*/

.fwk-public-alpha {
	position: relative; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	width: 600px;
	max-width: 100%;
	max-height: calc(100% - 100px);
	margin: 75px auto 50px;
	padding: 70px;
	border-radius: 20px;
	overflow-y: auto;
	}
.fwk-public-beta {
	position: fixed; 
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	max-width: 100%;
	padding: 75px;
	background-size: cover;
	background-position: center;
	}

/*------*/
/* STRUCTURE */
/*------*/

/*/ Sidebar /*/

.fwk-sidebar { 
	position: fixed; 
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 900;
	padding: 100px 0 15px; 
	width: 220px; 
	height: 100%;
	border-right: 2px solid transparent;
	overflow-x: auto;
	}
.fwk-sidebar h5 { 
	font-size: inherit;
	font-weight: 600;
	padding: 15px 30px;
	margin: 0;
	}
.fwk-sidebar .fwk-header { 
	max-width: 270px;
	padding: 20px;
	}
	
/*/ Rows /*/

a.row, .row { 
	display: block;
	line-height: 36px;
	font-weight: 600;
	padding: 5px;
	margin: 15px;
	border-radius: 23px;
	cursor: pointer;
	}
a.row em, .row em { 
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 50px;
	margin-right: 20px;
	text-align: center;
	background-position: center;
	background-size: cover;
	image-orientation: none;
	}
a.row sup, .row sup { 
	float: right;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	border-radius: 50px;
	margin: 5px 5px 5px 20px;
	text-align: center;
	background-position: center;
	background-size: cover;
	}
	
/*/ Navigation /*/

.fwk-nav { 
	z-index: 910;
	position: fixed; 
	right: 0;
	bottom: 0;
	display: block; 
	margin: 30px;
	width: 80px; 
	height: 80px; 
	line-height: 80px; 
	font-size: 30px; 
	font-weight: 600;
	text-align: center;
	border-radius: 25px;
	background-position: center;
	background-size: cover;
	image-orientation: none;
	}
.fwk-nav.isL1,
.fwk-nav.isL2 { 
	right: auto;
	left: 0;
	}
.fwk-nav.isL2,
.fwk-nav.isR2 { 
	margin-bottom: 120px;
	}
.fwk-nav.isRC { 
	margin-right: 120px;
	}
.fwk-nav sup { 
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0;
	height: 28px; 
	width: 30px; 
	line-height: 28px; 
	border-radius: 30px; 
	margin: -10px -10px 0 0; 
	font-weight: 600; 
	font-size: 10px;
	text-align: center; 
	background-position: center;
	background-size: cover;
	image-orientation: none;
	}
.fwk-nav.isR2 sup { 
	margin: -10px 0 0 -10px;
	right: auto;
	left: 0;
	}
.fwk-nav sup.isLeft { 
	margin-right: 45px;
	min-width: 30px; 
	width: auto;
	padding: 0 10px;
	max-width: 300px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	}
	
/*/ Module /*/

.fwk-module { 
	position: relative;
	margin: 103px 50px 0 250px;
	padding: 20px;
	}	

/*/ Barre du haut /*/

.fwk-bartop {
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	z-index: 905;
	height: 10px;
	}
	
/*/ Header /*/

.fwk-header { 
	position: fixed; 
	z-index: 900;
	top: 0; 
	left: 0; 
	right: 0;
	height: 80px;
	margin-top: 8px;
	border-bottom: 2px solid transparent;
	}
.fwk-header .header-container { 
	position: relative;
	margin: auto;
	margin: 0 50px 0 250px;
	padding: 20px;
	}
.fwk-header input { 
	padding-right: 40px;
	min-width: 300px;
	}
.fwk-header .fwk-btn { 
	margin: 0 15px 0 0;
	}
.fwk-header .fwk-btn.isFloat { 
	margin: 0 0 0 15px;
	}
	
/*/ Colonnes /*/

.fwk-column {
	width: calc(50% - 20px);
	}
.fwk-column.isLeft { 
	float: left; 
	margin-right: 20px;
	}
.fwk-column.isRight { 
	float: right; 
	margin-left: 20px; 
	}
.fwk-column.isLimited { 
	max-width: 450px; 
	}
.fwk-column.isRight.isLimited { 
	float: left;
	width: calc(50% - 50px);
	margin: 0 0 0 50px;
	}
.fwk-column.isTight { 
	width: calc(50% - 5px);
	}
.fwk-column.isLeft.isTight { 
	margin-right: 5px; 
	}
.fwk-column.isRight.isTight { 
	margin-left: 5px; 
	}

/*/ Réponse /*/

.fwk-response { 
	display: none; 
	}
.fwk-response-message { 
	position: fixed; 
	top: 0; 
	right: 0; 
	left: 0;
	z-index: 950;
	min-height: 80px;
	line-height: 30px;
	text-align: center;
	padding: 25px 20px; 
	cursor: pointer;
	}
.fwk-response-message .container {  
	position: relative;
	margin: auto;
	}
.fwk-response-message i {  
	margin-left: 10px; 
	line-height: inherit;
	float: right;
	}
	
/*/ Modal /*/

.fwk-modal { 
	display: none;
	position: fixed; 
	z-index: 930;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	}
.fwk-modal .container {
	max-width: 950px;
	max-height: calc(100% - 80px);
	border-radius: 20px;
	margin: 40px auto;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 931;
	right: 0;
	top: 0;
	left: 0;
	} 
.fwk-modal .fwk-padded { 
	padding: 40px;
	}
.fwk-modal .fwk-paddedCorrected { 
	margin-top: -80px;
	}
	
/*/ Modal > En-tête /*/

.fwk-tophead { 
	padding: 25px;
	border-radius: 0; 
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-bottom: 2px solid transparent;
	}
.fwk-tophead .fwk-btn { 
	margin: 0 8px 0 0;
	}
.fwk-tophead .fwk-btn.isFloat { 
	margin: 0 0 0 8px;
	}
.fwk-tophead .fwk-btn.isSizeLimited { 
	max-width: calc(100% - 180px);
	}
.fwk-tophead input {
	min-width: 250px;
	}
.fwk-bottomhead { 
	padding: 20px 30px 30px;
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	}	
	
/*------*/
/* BLOCS */
/*------*/

/*/ Messages /*/

.fwk-message-container { 
	padding: 30px;
	}
.fwk-message { 
	display: inline-block; 
	max-width: calc(100% - 160px);
	position: relative; 
	padding: 15px 20px;
	border-radius: 3px 20px 20px 20px;
	overflow-wrap: break-word;
	}
.fwk-message.isAllWidth {
	max-width: 100%;
	}
.fwk-message i { 
	float: left; 
	width: 22px !important;
	height: 22px;
	line-height: 22px;
	border-radius: 22px;
	margin-right: 5px;
	text-align: center;
	}
.fwk-message-date { 
	font-size: 8px;
	font-weight: 600;
	padding: 5px;
	}
.fwk-message-profile { 
	border-radius: 20px 3px 20px 20px;
	}
.fwk-message-attachment { 
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	line-height: 94px;
	text-align: center;
	font-size: 30px;
	margin: 10px 10px 0 0;
	border-radius: 3px 20px 20px 20px;
	background-size: cover;
	background-position: top;
	image-orientation: none;
	border: 3px solid transparent;
	}
.fwk-message-attachment.isLarge { 
	width: 215px;
	height: 215px;
	}
.fwk-message-attachment.isFree { 
	max-width: 90%;
	width: auto;
	height: auto;
	}
.fwk-message.isMyself { 
	float: right;
	border-radius: 20px 3px 20px 20px;
	}
.fwk-message-date.isMyself { 
	float: right;
	}
.fwk-message-attachment.isMyself { 
	float: right;
	border-radius: 20px 3px 20px 20px;
	margin-right: 0;
	margin-left: 10px;
	}
.fwk-message-profile.isMyself { 
	border-radius: 3px 20px 20px 20px;
	}
		
/*/ Bloc /*/

.fwk-block { 
	display: block;
	position: relative; 
	padding: 0;
	margin-bottom: 30px;
	border-radius: 20px;
	background-position: center; 
	image-orientation: none;
	background-size: cover; 
	max-width: 100%;
	overflow-x: auto;
	border: 2px solid transparent;
  	}
.fwk-block p { 
	margin: 0;
	}
.fwk-block.isStyled img { 
	margin: 0;
	display: block;
	border-radius: 5px;
	max-width: 100%;
	max-height: 400px;
	width: auto;
	height: auto;
	}
.fwk-block.isStyled strong { 
	font-weight: 400;
	}
.fwk-block.isStyled u { 
	border-bottom: 1.5px solid transparent;
	}
.fwk-block.isStyled b { 
	font-weight: 600;
	}
.fwk-block.isStyled a { 
	font-weight: 600;
	}
.fwk-block.isNoOverflow { 
	overflow: initial;
	}
.fwk-block.isPadded { 
	padding: 30px;
	}
.fwk-block.isPaddedOnDesktop { 
	padding: 10px 30px 0;
	}
.fwk-block.isUltraPadded { 
	padding: 40px;
	border: none;
	}
.fwk-block.isStamper { 
	padding: 10px;
	margin: 10px 0 0;
	}
.fwk-block.isTight { 
	margin: 0;
	}
.fwk-block.isHeadline { 
	text-align: center;
	margin: 0 0 40px;
	}
.fwk-block.isInline { 
	float: left;
	margin-left: auto;
	margin-right: 25px;
	max-width: 300px;
	}
.fwk-block.isInline img { 
	width: 100%;
	margin: auto;
	display: block;
	}
.fwk-block.isBlind textarea, .fwk-block.isBlind .input { 
	margin: 10px 0 0;
	}
.fwk-block.isBlind label.isCol { 
	margin: 10px 5px 0;
	}
	
/*/ Réponse /*/

.isReply {
	padding: 20px;
	}
.isReply textarea { 
	height: 90px; 
	min-height: 90px; 
	resize: none; 
	margin: 0;
	}

/*/ Dashboard /*/
	
.fwk-js-sortable-dash {
	border-radius: 20px;
	padding: 25px 25px 0;
	min-height: 100px;
	margin-bottom: 25px;
	cursor: pointer;
	}
	
/*/ Liste de pièces jointes /*/

.fwk-attachment { 
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0; 
	min-width: 70px;
	min-height: 70px;
	line-height: 30px;
	font-weight: 600;
	border-radius: 15px;
	background-position: top;
	background-size: cover; 
	image-orientation: none;
	border: 2px solid transparent;
	}
.fwk-attachment.isSquare { 
	min-width: 120px;
	min-height: 120px;
	}
.fwk-attachment.isFile { 
	width: 190px;
	height: 270px;
	border-radius: 20px;
	}
.fwk-attachment.isLandscape { 
	height: 190px;
	width: 270px;
	border-radius: 20px;
	}
.fwk-attachment.isImg { 
	width: 100%;
	}
.fwk-attachment img { 
	display: block;
	margin: 0;
	width: 100%;
	border-radius: 20px;
	}
.fwk-attachment b { 
	display: block;
	position: absolute;
	bottom: 0; 
	right: 0;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 30px;
	min-width: 110px;
	min-height: 110px;
	line-height: 110px;
	}
.isCol .fwk-attachment span { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 20px;
	min-width: 30px;
	min-height: 30px;
	line-height: 30px;
	margin: 0;
	}
.fwk-attachment.isFile b { 
	min-height: 270px;
	line-height: 270px;
	font-size: 40px;
	}
.fwk-attachment.isLandscape b { 
	min-height: 190px;
	line-height: 190px;
	font-size: 40px;
	}
.fwk-attachment sup { 
	position: absolute;
	top: 0; 
	right: 0;
	margin: -14px -14px 0 0;
	}
.fwk-attachment sup u { 
	font-size: 12px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	text-align: center;
	}
.fwk-attachment div { 
	position: absolute;
	bottom: 0; 
	right: 0;
	margin: 0 -14px -14px 0;
	max-width: 100%;
	font-size: 9px;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
	padding: 0 10px; 
	border-radius: 10px;
	}
.fwk-attachment div i { 
	display: inline-block;
	padding-right: 5px;
	}
.fwk-attachment .photo { 
	display: block; 
	position: absolute;
	bottom: 0; 
	left: 0;
	right: auto;
	margin: 0 0 -14px -14px;
	width: 50px; 
	height: 50px; 
	font-size: 13px; 
	line-height: 50px; 
	text-align: center !important; 
	border-radius: 20px; 
	background-position: center; 
	background-size: cover; 
	}

/*/ Signature /*/
	
.fwk-input-sign {
	border-radius: 20px;
	padding: 5px;
	}
	
.fwk-input-sign canvas{
	border-radius: 15px;
	width: 100% !important;
	height: auto;
	}
	
.fwk-input-sign textarea {
	display: none;
	}
	
.fwk-input-sign div {
	width: 100%; 
	height: 200px;
	margin: 0;
	display: block;
	-ms-touch-action: none;
	}
	
/*/ Légende d'un graphe /*/

.fwk-block .legend { 
	width: 100%; 
	//overflow-x: auto; 
	//white-space: nowrap;
	text-align: center;
	}
.fwk-block .legend span { 
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 10px;
	font-size: 10px;
	font-weight: 600;
	}
.fwk-block .legend span i { 
	display: inline-block;
	width: 25px;
	font-size: 14px;
	float: left;
	line-height: inherit;
	text-align: left;
	}
	
/*/ Menu déroulant sur la gauche d'un bloc /*/

.fwk-block .browser { 
	position: absolute; 
	top: 0; 
	right: 0; 
	margin: 10px; 
	}
.fwk-block .browser .item { 
	display: block; 
	width: 33px; 
	height: 33px; 
	line-height: 33px; 
	border-radius: 12px; 
	font-size: 14px;
	text-align: center; 
	}
.fwk-block .browser .item:hover { 
	opacity: 0.7; 
	cursor: pointer; 
	}
	
/*/ Mapbox /*/

.fwk-mapbox {
	position: relative; 
	width: 100%; 
	height: 300px;
	}
.fwk-mapbox .wrapper {
	width: 100%; 
	height: 300px; 
	border-radius: 20px; 
	overflow: hidden; 
	position: absolute;
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	}
.fwk-mapbox .map {
	width: 100%; 
	height: 300px; 
	}

/*------*/
/* GRAPHES */
/*------*/

/*/ Grille pour la planification /*/

.fwk-grid-p { 
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	width: 420px; 
	white-space: nowrap;
	position: relative; 
	border-radius: 20px;
	}
.fwk-grid-p .brick { 
	position: relative; 
	float: left; 
	height: 40px; 
	width: 60px; 
	margin: 0;
	font-size: 10px; 
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	}
.fwk-grid-p div:first-child { 
	border-radius: 10px 0 0 10px;
	}
.fwk-grid-p div:last-child { 
	border-radius: 0 10px 10px 0;
	}
.fwk-grid-p .brick .photo { 
	top : 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto;
	position: absolute;
	width: 40px;
	}

/*/ Barre horizontale /*/
	
.fwk-donut { 
	border-radius: 200px; 
	width: 200px; 
	height: 200px;
	position: relative;
	margin: auto;
	}

.fwk-donut .completed { 
	border-radius: 200px; 
	position: absolute; 
	top: 0; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	margin: auto;
	}
	
.fwk-donut .label { 
	border-radius: 200px; 
	position: absolute; 
	top: 0; 
	right: 0; 
	left: 0; 
	bottom: 0; 
	margin: auto;
	font-weight: 600;
	text-align: center;
	font-size: 25px;
	line-height: 100px;
	height: 100px;
	width: 100px;
	}	
	
.fwk-donut .label span { 
	font-size: 9px;
	margin-left: 5px;
	display: inline-block;
	}	
	
/*/ Barre horizontale /*/

.fwk-bar-h { 
	height: 15px; 
	border-radius: 20px;
	}
.fwk-bar-h div { 
	position: relative; 
	height: 15px; 
	float: left; 
	border-right: 0 solid transparent;
	border-radius: 0;
	}
.fwk-bar-h div:first-child:last-child { 
	border-radius: 20px;
	border: 0; 
	margin: 0; 
	}
.fwk-bar-h div:first-child { 
	border-radius: 15px 0 0 15px;
	}
.fwk-bar-h div:last-child { 
	border-radius: 0 15px 15px 0;
	}
	
/*/ Barre verticale /*/

.fwk-bar-v { 
	max-width: 100%; 
	white-space: nowrap; 
	overflow-x: auto; 
	text-align: center;
	}
.fwk-bar-v .item { 
	display: inline-block; 
	margin: 0 10px 0; 
	min-width: 50px; 
	text-align: left;
	}
.fwk-bar-v.isSmall .item { 
	min-width: 25px; 
	margin: 0;
	}
.fwk-bar-v .item h6 { 
	font-size: inherit; 
	font-weight: 600;
	font-size: 9px; 
	margin: 15px 0 0;  
	}
.fwk-bar-v .item h6 span { 
	display: block; 
	font-weight: 400; 
	font-size: 9px;
	margin: 5px 0 0;
	}
.fwk-bar-v .item .bar { 
	display: table-cell; 
	height: 250px; 
	max-height: 250px; 
	width: 13px; 
	border-radius: 3px; 
	vertical-align:bottom; 
	margin: auto;
	}
.fwk-bar-v.isSmall .item .bar { 
	height: 100px; 
	max-height: 100px; 
	}
.fwk-bar-v .item .bar.transparent { 
	background: none; 
	}
.fwk-bar-v .item .bar div { 
	position: relative; 
	border-bottom: 0 solid transparent; 
	}
.fwk-bar-v .item .bar div:hover { 
	opacity: 0.8; 
	}
.fwk-bar-v .item .bar div:first-child { 
	border-radius: 3px 3px 0 0; 
	}
.fwk-bar-v .item .bar div:last-child { 
	border-radius: 0 0 3px 3px; 
	border: 0; 
	}
.fwk-bar-v .item .bar div:first-child:last-child { 
	border-radius: 3px; 
	border: 0; 
	margin: 0; 
	}

/*/ Graphe sous forme de points /*/

.fwk-graph-d { 
	position: relative; 
	max-width: 100%; 
	white-space: nowrap; 
	overflow-x: auto; 
	}
.fwk-graph-d .grid { 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	height: 1px;
	}
.fwk-graph-d .grid.isTop { 
	margin: auto; 
	border-top: 1px dashed transparent; 
	}
.fwk-graph-d .grid.isMiddle { 
	margin: 100px auto 0; 
	border-top: 1px dashed transparent; 
	}
.fwk-graph-d .grid.isBottom { 
	margin: 200px auto 0; 
	border-top: 1px solid transparent; 
	}
.fwk-graph-d .item { 
	display: inline-block; 
	margin: 0 20px 0 0; 
	min-width: 25px; 
	}
.fwk-graph-d .item h6 { 
	font-size: inherit; 
	font-weight: 600; 
	margin: 15px 0 0; 
	font-size: 9px; 
	}
.fwk-graph-d .item .bar { 
	display: table-cell; 
	position: relative; 
	height: 200px; 
	max-height: 200px; 
	width: 13px; 
	border-radius: 13px; 
	vertical-align:bottom; 
	}
.fwk-graph-d .item .bar.transparent { 
	background: none; 
	}
.fwk-graph-d .item .bar div { 
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	height: 13px; 
	border-radius: 13px; 
	}
.fwk-graph-d .item .bar div:hover { 
	opacity: 0.8; 
	}
	
/*/ Graphe sous forme de tableau /*/

.fwk-graph-t div { 
	position: relative; 
	display: block; 
	margin: 0 0 25px; 
	height: 40px; 
	line-height: 40px; 
	font-size: inherit; 
	border-radius: 12px; 
	}
.fwk-graph-t div i { 
	float: left;
	margin: 0 15px 0 0;
	height: 40px; 
	width: 40px;
	line-height: 32px; 
	font-size: 15px;
	text-align: center;
	border-radius: 50px; 
	background-position: center; 
	background-size: cover;
	border: 1.5px solid transparent;
	}
.fwk-graph-t div b { 
	float: right;
	font-weight: 600;
	font-size: 18px;
	line-height: inherit;
	}
	
/*------*/
/* TABLEAUX */
/*------*/

/*/ Table /*/

.fwk-table { min-width: 100%; table-layout:fixed; border-collapse: collapse; margin: 0; font-size: inherit; position: relative; }
.fwk-table th { width: auto; text-align: left; font-size: inherit; font-weight: 600; line-height: 22px; padding: 25px 15px 5px; vertical-align: middle; white-space: nowrap; font-size: inherit; }
.fwk-table th span { padding-left: 10px; font-size: 14px; line-height: inherit; }
.fwk-table th.xs span { padding-left: 0; }
.fwk-table thead.isPadded th { padding: 25px 30px; }
.fwk-table th:first-child { border-radius: 10px 0 0 0; }
.fwk-table th:last-child { border-radius: 0 15px 0 0; }
.fwk-table th em { display: block; font-size: 20px; font-style: normal; }
.fwk-table td { width: auto; min-width: 150px; text-align: left; font-size: inherit; line-height: 22px; padding: 15px; vertical-align: middle; white-space: normal; font-size: inherit; }
.fwk-table tr:first-child td { padding-top: 30px; }
.fwk-table tr:last-child td { padding-bottom: 30px; }
.fwk-table td:first-child, .fwk-table th:first-child  { padding-left: 30px; }
.fwk-table td:last-child, .fwk-table th:last-child { padding-right: 30px; }
.fwk-table td i { display: inline-block; width: 20px; font-size: inherit; text-align: left !important; }
.fwk-table td u { float: right; margin-left: 10px; line-height: inherit; }
.fwk-table .tag { line-height: 32px; font-size: 10px; font-weight: 600; padding: 0 9px; min-width: 32px; height: 32px; text-align: center; background-size: cover; background-position: center; margin: -12px auto; display: block; border-radius: 20px; }
.fwk-table .tag.hasMaxWidth { max-width: 32px; padding: 0; }
.fwk-table .tag.hasMinWidth { min-width: 150px; max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fwk-table .tag.hasInline { display: inline-block; padding: 0 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fwk-table .tag.hasMargin { margin-right: 15px; }
.fwk-table .tag.isHidden { display: none; }
.fwk-table .tag.hasAllMargin { display: inline-block; margin: 5px 10px 0 0; }
.fwk-table .tag.isLeft { float: left; margin-top: -5px; margin-bottom: -5px; }
.fwk-table .tag.isRight { float: right; }
.fwk-table .tag i, .fwk-table .tag span { text-align: left; width: 15px; }
.fwk-table .tag u { font-size: 9px; line-height: inherit; float: right; }
.fwk-table .tag em { display: inline-block; width: 30px; text-align: center; }
.fwk-table td .pin { display: inline-block; margin-right: 20px; }
.fwk-table td a.underline { border-bottom: 1px solid transparent; }
.fwk-table td p { line-height: 24px; }
.fwk-table td em { display: block; font-size: 20px; font-style: normal; line-height: inherit; font-style: normal; }
.fwk-table .photo { display: block; position: relative; margin: 0; width: 40px; height: 40px; margin: 0; font-size: 13px; line-height: 40px; text-align: center !important; border-radius: 20px; background-position: center; background-size: cover; }
.fwk-table .fwk-btn { margin: 0 !important; }
.fwk-table .photo.isFile { width: 50px; height: 75px; line-height: 75px; margin: 0; border-radius: 3px; }
.fwk-table .photo.isStick { float: left; }
.fwk-table td .bar { position: relative; display: inline-block; width: 100px; height: 10px; border-radius: 20px; margin: 0 15px -3px 0; }
.fwk-table td .bar div { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; border-radius: 20px; }
.fwk-table td.xs, .fwk-table th.xs { min-width: 70px; width: 70px; text-align: center; }
.fwk-table td.xsGantt, .fwk-table th.xsGantt { min-width: 80px; width: 80px; text-align: center; }
.fwk-table td.s, .fwk-table th.s { min-width: 150px; width: 150px; }
.fwk-table td.m, .fwk-table th.m { min-width: 300px; width: 300px; }
.fwk-table td.hasMinWidth { min-width: 300px; white-space: nowrap; }
.fwk-table td.hasMinWidth p { max-width: 400px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fwk-table td.isNotWrapped, .fwk-table th.isNotWrapped { white-space: nowrap; }
.fwk-table td.isVerticalTop { vertical-align: top; padding-top: 19px; }
.fwk-table td.isTextRight, .fwk-table th.isTextRight { text-align: right; }
.fwk-table td.autoWidth, .fwk-table th.autoWidth { width: 150px !important; }
.fwk-table td.hasBorderLeft { border-left: 2px solid transparent; }
.fwk-table td.hasBorderTop { border-top: 2px solid transparent; }
.fwk-table td input, .fwk-table td .input, .fwk-table td select { margin: 0; }

/*/ Version compacte du tableau /*/

.fwk-table.isCompact td { 
	padding: 0 10px; 
	}
.fwk-table.isCompact tr:first-child td { 
	padding-top: 0; 
	}
.fwk-table.isCompact tr:last-child td { 
	padding-bottom: 0; 
	}
.fwk-table.isCompact td:first-child { 
	padding-left: 0; 
	}
.fwk-table.isCompact td:last-child { 
	padding-right: 0; 
	}

/*/ Calendrier : container /*/

.fwk-cal-container { 
	position: fixed; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	margin-top: 80px;
	margin-left: 220px; 
	}
.fwk-cal-body { 
	position: absolute; 
	bottom: 0; 
	right: 0; 
	left: 0; 
	margin: 0;
	z-index: 900; 
	max-height: calc(100% - 80px); 
	overflow: auto;
	border-left: 5px solid transparent;
	}
.fwk-cal-now { 
	position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	height: 3px;
	border-radius: 3px;
	max-width: 100% !important;
	}
.fwk-cal-time {
	display: inline-block;
	position: absolute;
	z-index: 0;
	margin: 5px;
	font-weight: 600;
	font-size: 8px;
	padding: 2px 5px;
	border-radius: 20px;
	}
.fwk-cal-title, .fwk-cal-title-neutral {
	width: 270px;
	height: 30px;
	padding: 0;
	margin: auto;
	border-radius: 20px;
	position: relative;
	}
.fwk-cal-title:hover, .fwk-cal-title-neutral:hover {
	opacity: 0.7;
	cursor: pointer;
	}
.fwk-cal-title b {
	display: inline-block;
	padding-right: 10px;
	}
.fwk-cal-title div, .fwk-cal-title-neutral div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	font-size: 10px;
	line-height: 30px;
	font-weight: 600;
	text-align: center;
	}
.fwk-cal-title input, .fwk-cal-title-neutral input {
	height: 30px !important;
	min-height: 30px !important;
	line-height: 30px !important;
	padding: 0;
	margin: 0;
	text-align: center;
	opacity: 0;
	cursor: pointer !important;
	}
	
/*/ Calendrier : jour /*/

.fwk-cal-head div { 
	display: block;
	margin: 5px auto 5px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	}
.fwk-cal-head { 
	font-weight: 600;
	text-align: center;
	}
.fwk-cal-head-body { 
	padding: 0 10px 10px;
	font-weight: 600;
	}
.fwk-cal-head .action { 
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 8px;
	margin-left: 10px;
	border-radius: 20px;
	}
	
/*/ Calendrier : grille /*/

.fwk-cal-table { 
	min-width: 100%; 
	table-layout:fixed; 
	border-collapse: collapse; 
	margin: 0; 
	font-size: inherit;
	}
.fwk-cal-table td { 
	vertical-align: top; 
	height: 20px;
	font-size: 10px;
	line-height: 14px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
	background: none; 
	}
.fwk-cal-table.has7 td { 
	width: calc(100% / 7);
	}
.fwk-cal-table.has5 td { 
	width: calc(100% / 5);
	}
.fwk-cal-table td:last-child { 
	border-right: 0;
	}
.fwk-cal-table.isHeader { 
	position: relative;
	z-index: 910;
	border-bottom: 5px solid transparent;
	}
.fwk-cal-table.isHeader td { 
	height: auto;
	padding: 20px 20px 0;
	}
.fwk-cal-table.isHeader td.IsNotPadded { 
	height: auto;
	padding: 0;
	}
.fwk-cal-table.isGrid td.isLined1 { 
	border-top: 2px solid transparent; 
	}
.fwk-cal-table.isGrid td.isLined2 { 
	border-top: 2px dashed transparent; 
	}

/*/ Calendrier : événement /*/

.fwk-cal-event { 
	position: absolute; 
	z-index: 60;
	top: 0; 
	left: 0; 
	width: 100px;  
	font-size: 10px;
	font-weight: 400;
	line-height: 15px;
	border-radius: 2px; 
	padding: 8px;
	overflow: hidden; 
	text-overflow: ellipsis;
	text-align: left;
	border: 2px solid transparent;
	}
.fwk-cal-event p { 
	padding: 4px;
	}
.fwk-cal-event span { 
	display: inline-block;
	margin-bottom: 5px;
	border-radius: 10px;
	padding: 4px 10px 3px;
	font-weight: 600;
	}
.fwk-cal-event:hover { 
	opacity: 0.8 !important;
	}
.fwk-cal-eventFull { 
	display: block;
	margin-bottom: 5px;
	max-width: 100%;
	padding: 4px 4px 4px 8px;
	font-size: 9px;
	font-weight: 600;
	line-height: 14px;
	border: 1px solid transparent;
	border-left: 4px solid transparent;
	border-radius: 2px;
	text-align: left;
	}
.fwk-cal-eventFull.isMore { 
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	border: 0;
	text-align: center;
	background: none;
	margin-bottom: 0 !important;
	}
.fwk-cal-eventFull i, .fwk-cal-event i { 
	display: inline-block;
	line-height: inherit;
	width: 15px;
	font-size: 9px;
	}
.fwk-cal-event.inBgd, .fwk-cal-eventFull.inBgd {
	opacity: 0.3;
	}
	
/*/ Calendrier mensuel /*/

.fwk-month-box {
	text-align: center;
	float: left;
	min-height: 150px;
	padding: 0 10px 30px;
	}
.fwk-month-box.has7 { 
	width: calc(100% / 7);
	}
.fwk-month-box.has5 { 
	width: calc(100% / 5);
	}
.fwk-month-box .headline {
	display: block;
	margin: auto auto 5px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	}
.fwk-month-box .headline sup {
	display: inline-block;
	margin-right: 3px;
	line-height: inherit;
	font-size: 8px;
	}

/*------*/
/* LOADING */
/*------*/

/*/ Icon de chargement sur toute la page /*/

.fwk-js-loading { 
	display: none;
	z-index: 949; 
	position: fixed; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto; 
	text-align: center;
	}
.fwk-js-loading div { 
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto auto 50px;
	width: 50px; 
	height: 50px; 
	line-height: 50px; 
	border-radius: 50px;
	text-align: center; 
	font-size: 35px;
	}

/*/ Avertissement relatif à la connection internet /*/

.fwk-offline { 
	z-index: 999; 
	position: fixed; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: none;
	}
.fwk-offline div { 
	position: absolute; 
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto; 
	width: 300px;
	height: 190px;
	text-align: center;
	font-weight: 600;
	border-radius: 10px;
	padding: 30px;
	}
.fwk-offline b { 
	display: block;
	margin-bottom: 40px;
	font-size: 40px;
	}
		
/*/ Rotation de l'icon de chargement /*/

.fwk-js-animate { 
	animation: rotation 2s infinite linear; 
	}
	
@keyframes rotation {
	from { transform: rotate(0deg); } to { transform: rotate(359deg); }
}

/*------*/
/* RACCOUCIS */
/*------*/

.isHidden { display: none; }
.isFloat { float: right; }
.isTight { margin: 0px; }
.isRelative { position: relative; }
.isWrapped { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.isHover:hover { opacity: 0.7; cursor: pointer; }
.isNoHover:hover { opacity: 1 !important; cursor: default !important; }

/*------*/
/* RESPONSIVE */
/*------*/

/*/ Desktop /*/

@media screen and (min-width: 1025px) {

	.fwk-table td.isSticky { position: sticky; left: 0; border-right: 2px solid transparent; z-index: 1; }
	.fwk-table td.isStickyTop { position: sticky; top: 0; z-index: 2; }
	.fwk-table td.isSticky.isStickyTop { z-index: 3; }
	
	.isNoDesktop { 
		display: none !important; 
		}

}

/*/ Tablette /*/

@media screen and (max-width: 1200px) {

	.fwk-header .header-container { 
		margin: 0 0 0 250px;
		}
			
	.fwk-module { 
		margin: 95px 0 0 250px;
		}
		
}

/*/ Mobile /*/

@media screen and (max-width: 1024px) {

	body {
		font-size: 12px;
		}
	h2 {
		font-size: 24px;
		}
	input, select, textarea { 
		font-size: 16px !important; 
		}
	
	.fwk-group.isMobileTight input { 
		max-width: 180px;
		}
	
	.isNoMobile { 
		display: none !important; 
		}

	/*/ Bouton /*/
	
	.fwk-btn.isNavBtn { 
		width: calc(50% - 20px); 
		margin: 0 20px 20px 0;
		}
	.fwk-btn.isSizeLimited { 
		max-width: 200px;
		}
		
	/*/ Structure /*/
	
	.fwk-column.isAlways { 
		width: calc(50% - 15px);
		}
	.fwk-column.isAlways.isLeft { 
		margin-right: 15px; 
		}
	.fwk-column.isAlways.isRight { 
		margin-left: 15px; 
		}
	.fwk-column:not(.fwk-column.isAlways) { 
		float: none !important; 
		width: 100% !important; 
		margin: 0 !important; 
		}
	.fwk-column.isTight { 
		width: calc(50% - 5px);
		}
	.fwk-column.isLeft.isTight { 
		margin-right: 5px; 
		}
	.fwk-column.isRight.isTight { 
		margin-left: 5px; 
		}

	/*/ Bloc /*/
	
	.fwk-block .browser .item { 
		width: 30px; 
		height: 30px; 
		line-height: 30px; 
		font-size: 12px; 
		}
	.fwk-block.isPaddedOnDesktop {
		padding: 0 10px 10px;
		}
	.fwk-block.isHeadline { 
		margin-bottom: 30px;
		}
	
	/*/ Dashboard /*/
		
	.fwk-js-sortable-dash {
		padding: 25px 25px 1px;
		}
		
	/*/ Modal /*/
	
	.fwk-modal .container {
		height: 100%;
		max-height: 100%;
		width: 100%;
		max-width: 100%;
		border-radius: 0 !important;
		margin: 0;
		bottom: 0;
		} 
	.fwk-modal .fwk-padded { 
		padding: 20px;
		}
	.fwk-modal .fwk-padded.isMessenger { 
		padding-bottom: 150px;
		}
	.fwk-modal .fwk-paddedCorrected { 
		margin-top: -40px;
		}
	.fwk-modal .fwk-tophead { 
		padding: 15px;
		}
	.fwk-modal .fwk-bottomhead { 
		position: fixed;
		}
		
	/*/ Module /*/
	
	.fwk-module { 
		margin: 78px 0 0;
		}
		
	/*/ Header /*/
	
	.fwk-header { 
		width: 100%;
		margin: 8px 0 0;
		height: 70px;
		border-radius: 0;
		}
	.fwk-header .fwk-btn { 
		margin: 0 8px 0 0;
		}
	.fwk-header .fwk-btn.isFloat { 
		margin: 0 0 0 8px;
		}
	.fwk-header .header-container { 
		margin: 0;
		padding: 15px;
		}
	.fwk-header.isBottomMobile { 
		margin: 0;
		border-radius: 0;
		}
	.fwk-header input { 
		padding-right: 40px;
		min-width: 100px;
		max-width: 220px;
		}
	.fwk-tophead input {
		min-width: 200px;
		}
	
	/*/ Pièce jointe /*/
	
	.fwk-attachment.isFile { 
		width: 100%;
		height: 400px;
		}
	.fwk-attachment.isFile b { 
		line-height: 400px;
		height: 400px;
		font-size: 50px;
		}
	.fwk-attachment.isLandscape { 
		width: 100%;
		height: 200px;
		}
	.fwk-attachment.isLandscape b { 
		line-height: 200px;
		height: 200px;
		font-size: 50px;
		}
			
	/*/ Navigation /*/
	
	.fwk-nav { 
		margin: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		}
	.fwk-nav.isL2 {
		margin: 0 0 80px;
		border-radius: 0 20px 20px 0;
		}
	.fwk-nav.isL1 { 
		margin: 0;
		border-radius: 0 20px 0 0;
		}
	.fwk-nav.isRC { 
		margin-right: 80px;
		margin-bottom: 0; 
		border-radius: 20px 20px 0 0;
		}
	.fwk-nav.isR1 { 
		margin: 0; 
		border-radius: 20px 0 0 0;
		}
	.fwk-nav.isR2 { 
		margin: 0 0 80px; 
		border-radius: 20px 0 0 20px;
		}
		
	/*/ Chargement /*/
	
	.fwk-js-loading div { 
		margin-bottom: 25px;
		}
		
	/*/ Zone publique /*/
	
	.fwk-public-beta {
		display: none;
		}
	.fwk-public-alpha {
		z-index: 100;
		width: 100%;
		max-height: 100%;
		padding: 40px;
		margin: 0;
		}
	
	/*/ Drop /*/
	
	.fwk-drop { 
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 70px 10px 10px;
		min-width: calc(100% - 20px);
		max-height: calc(100% - 80px);
		width: calc(100% - 20px);
		overflow: auto;
		}
	.fwk-block .fwk-drop { 
		border-radius: 0;
		width: 100%;
		}
		
	/*/ Tooltip /*/
	
	.fwk-js-tooltip { 
		display: none !important;
		}
		
	/*/ Tableaux /*/
		
	.fwk-table td.xs, .fwk-table th.xs { 
		min-width: 50px; 
		width: 50px; 
	}
	.fwk-table td.isSticky { 
		max-width: 230px !important; 
	}
	.fwk-table td { 
		padding: 10px 15px;
		}
	
	/*/ Calendrier /*/
	
	.fwk-cal-container { 
		margin-left: 0; 
		border-left: 0;
		margin-top: 70px;
		}
	.fwk-cal-body { 
		max-height: calc(100% - 65px);
		}
	.fwk-cal-table.isHeader td { 
		padding: 20px 0 0;
		}
		
	/*/ Calendrier mensuel /*/
	
	.fwk-month {
		margin: 0 -20px 0;
		}
	.fwk-month-box {
		min-height: 75px;
		}
	
	/*/ Messages /*/
	
	.fwk-message { 
		max-width: 100%;
		}
		
}

/*/ Tiny mobile /*/

@media (max-width: 370px) {

	.fwk-btn.isSizeLimited { 
		max-width: 140px;
		}
	
	.fwk-group.isMobileTight { 
		display: none !important;
		}
	
}

/*/ Vue horizontale sur mobile /*/

@media (max-width: 926px) and (orientation:landscape) and (max-height: 428px) {

	.fwk-module { 
		padding: 20px 20px 105px;
		}
	.fwk-cal-body { 
		max-height: 100%;
		}
	.fwk-tab { 
		display: none;
		}
	.fwk-cal-head { 
		margin: -15px 0 0;
		}
	.fwk-cal-head b { 
		display: none;
		}
	.fwk-cal-head div { 
		margin: auto;
		}
	.fwk-nav { 
		display: none;
		}
			
}
