body
{
	font-family: sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 100vh;
	background: #f2f2f4;
}

*:focus
{
	outline: none;
	outline-style: none;
}

.overlay-background
{
	height: 100vh;
}

.main-background
{
	min-height: 100%; height: 100%;
	min-width: 100%; width: 100%;
	z-index: 0;
	position: relative;
}

input { outline-style: none; }
input[type=text],
input[type=password]
{
	font-size: 16px;
	border: solid 0px;
	background-color: #fff;
	color: #222;
	height: 24px;
	padding: 0px 6px;
	border-radius: 24px;
	box-shadow: none;
	border-color: transparent;
	margin: auto 0px;
	width: inherit;
	border: 1px solid #ddd;
}
input[type=text]::-webkit-input-placeholder
{
	color: #666;
}
::placeholder
{
	color: #666;
	opacity: 0.7;
}
select
{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: solid 0px transparent;
	border-radius: 24px;
	box-shadow: none;
	color: #222;
	cursor: inherit;
	font-family: inherit;
	font-size: inherit;
	width: inherit;
	height: 24px;
	line-height: 24px;
	margin: auto 0px;
	padding: 0px 20px 0px 3px;
	background: url('../img/arrow-select.svg') no-repeat;
	background-position: center right 6px;
	background-color: #fff;
	text-overflow: ellipsis;
	border: 1px solid #ddd;
}
input[type=text]:disabled
{
	background-image: url('../img/lock.svg');
	background-position: center right 5px;
	background-repeat: no-repeat;
	text-indent: 16px;
	opacity: 1;
}
input[type=text]:read-only
{
	background-image: url('../img/lock.svg');
	background-position: center right 5px;
	background-repeat: no-repeat;
	text-indent: 2px;
	opacity: 1;
}
.checkbox
{
	height: 23px;
	cursor: pointer;
}
.checkbox span
{
	line-height: 23px;
	top: 0px;
	position: absolute;
}

.Wt-loading
{
	border: 6px solid #0b0a0963;
	border-top: 6px solid #3da2c6cc;
	border-radius: 50%;
	background-color: #00000000 !important;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	position: absolute;
	right: 14px !important;
	top: 36px !important;
	font-size: 0px !important;
}

@font-face
{
	font-family: 'Hack';
	src: url('font/hack-regular-subset.woff2?sha=3114f1256') format('woff2');
	font-weight: 400;
	font-style: normal;
}

.noselect
{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.logo
{
	width: 115px;
	height: 80px;
	position: fixed;
	bottom: 2px;
	/*right: 5px;*/
	z-index: 2;
}
.logo_lmi
{
	display: block;
	width: 155px;
	height: 45px;
	background: url('/img/logo_lmi.png');
	background-size: 128px 60px;
	background-repeat: no-repeat;
}

.linkedin
{
	display: block;
	width: 35px;
	height: 35px;
	background: url('/img/linkedin.svg');
	background-size: cover;
}
.instagram
{
	display: block;
	width: 35px;
	height: 35px;
	background: url('/img/instagram.svg');
	background-size: cover;
}
.facebook
{
	display: block;
	width: 35px;
	height: 35px;
	background: url('/img/fb.svg');
	background-size: cover;
}
.reseau
{
	display: flex;
	position: relative;
	width: 90px;
	margin: auto;
	margin-left: 18px;
}
.button
{
	padding: 8px 30px;
	font-size: 22px;
	border-radius: 30px;
	background-color: #507f49;
	color: #f0f0f0;
	text-align: center;
	transition: background-color 0.3s;
	cursor: pointer;
	margin-top: 10px;
	width: 308px;
	display: block;
	font-weight: bold;
	background-size: 31px;
	background-repeat: no-repeat;
	background-position: 13px;
	line-height: 45px;
}
.button:hover
{
	background-color: #519b468c;
}

.close
{
	position: absolute;
	top: 4px;
	right: 4px;
	background: url('../img/close.svg') center center no-repeat;
	width: 24px;
	height: 24px;
	z-index: 6;
	cursor: pointer;
}
.wpanel_title
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #5e8957;
	font-size: 16px;
	font-weight: bold;
	width: calc(100% - 8px);
	height: 32px;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	overflow: hidden;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	z-index: 1;
	color: #fff;
}
.line
{
  position: relative;
  display: flex;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  /*min-width: 500px;*/
}
.label
{
  min-width: 80px;
  width: 235px;
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.required
{
	background-color: #e3c6c4 !important;
}


/****    widget_tab    ****/

.widget_tab
{
	height: calc(100vh - 68px);
	margin-top: 5px;
	/*background: #333;*/
}

.widget_tab .tab-header
{
	display: flex;
	padding-left: 20px;
	padding-right: 10px;
	width: calc(100% - 20px - 10px);
	/*background-color: #292929;*/
	height: 24px;
}

.widget_tab .tabs-plus
{
	display: flex;
	width: calc(100% - 120px);
}
.widget_tab .tabs
{
	display: flex;
	max-width: calc(100% - 32px);
}

.widget_tab .content
{
	width: 100%;
	height: calc(100% - 24px);
	border-radius: 10px;
}

.widget_tab .item
{
	position: relative;
	color: #f0f0f0;
	height: 18px;
	line-height: 19px;
	cursor: pointer;
	padding: 3px 4px;
	width: 150px;
	min-width: 65px;
	background-color: #5e8957;
	margin-right: 8px;
	text-align: center;
	flex-shrink: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 13px;
	font-weight: bold;
	margin-top: -2px;
	border-bottom: solid 2px #fff;
	transition: background-color 0.3s, color 0.3s;
}
.widget_tab .item:hover
{
	background-color: #6ca364;
	color: #fff;
	border: 0px solid #ddd;
}

.widget_tab .selected
{
	color: #fff;
	border-bottom: solid 2px #000;
	font-size: 16px;
}

.widget_tab .notification
{
	background: url('../img/menu/notification.svg') center center no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	top: -6px;
	left: 6px;
}

.widget_tab .item .title
{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.widget_tab .item .close
{
	background: url('../img/menu/close.svg') center center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	right: 3px;
	display: none;
}

.widget_tab .item:hover .close
{
	display: block;
}

.widget_tab .tab-header .plus
{
	width: 22px;
	min-width: 22px;
	background: url('../img/plus.svg') center center no-repeat;
	background-size: 22px 22px;
	height: 22px;
	cursor: pointer;
	margin-right: 8px;
	padding-left: 0px;
	flex-shrink: 1;
}

/****		wedit_password		***/

.wedit_password
{
	width: auto;
	/*display: flex;*/
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.wedit_password .icon_eye
{
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4px;
	border-radius: 37px;
	background-position: center;
	top: 5px;
	cursor: pointer;
	background-size: 24px;
	background-repeat: no-repeat;
	background-color: #ddd0;
}
.wedit_password .eye
{
	background-image: url("/img/eye.svg");
}
.wedit_password .eye_slash
{
	background-image: url("/img/eye-slash.svg");
}

/****    widget_fuzzy    ****/

.widget_fuzzy
{
	position: relative;
}

.widget_fuzzy .edit
{
}

.widget_fuzzy .suggestions
{
	/* min-width: calc(100% + 8px); */
	min-width: 280px;
	max-width: 200%;
	background: #e3cfa8;;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	/* position: absolute; */
	position: fixed;
	max-height: 280px; /* 28px * 10 */
}

.widget_fuzzy .suggestions .line.line
{
	position: relative;
	border: solid 0px;
	width: 100%;
	height: 22px;
	line-height: 22px;
	padding: 3px 12px;
	cursor: pointer;
	display: block;
	font-size: 15px;
}

.widget_fuzzy .suggestions .line:hover,
.widget_fuzzy .suggestions .selected
{
	color: #f0f0f0;
	/*background: #383838;*/
	background: #b0b0b0;
}

.widget_fuzzy .suggestions .match
{
	color: #fff;
	font-weight: bold;
}

.widget_fuzzy_multi .suggestions .line.line
{
	display: flex;
}
.widget_fuzzy_multi .checkbox
{
	height: 18px;
	margin-right: 8px;
}
.widget_fuzzy_multi .text.text
{
	display: block;
}


/****   widget_banner_login    ****/

.widget_banner_login
{
	width: 100%;
	height: 100px;
	position: relative;
	background: #3c7034e3;
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 55px;
	min-width: 500px;
}

.widget_banner_login .title_header
{
	width: calc(100vw - 170px);
	font-weight: bold;
	line-height: 100px;
}

.widget_banner_login .header
{
	display: flex;
	line-height: 100px;
	height: 100px;
}

/****   widget_banner    ****/

.widget_banner
{
	width: 100%;
	height: 100px;
	position: relative;
	background: #507f49eb;
	color: #fff;
	font-size: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	font-size: 55px;
	min-width: 500px;
}
.widget_banner .icon
{
	background-repeat: no-repeat;
	width: 45px;
	height: 45px;
	background-size: auto 45px;
	background-position: center;
	display: inline-block;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.widget_banner .icon:hover
{
	transform: scale(1.1);
}
.widget_banner .admin
{
	background-image: url("/img/admin.svg");
}
.widget_banner .disconnect
{
	background-image: url("/img/disconnect.svg");
}
.widget_banner .back
{
	background-image: url("/img/back.svg");
	left: 10px;
	position: absolute;
	margin-top: 20px;
	width: 85px;
	height: 65px;
	background-size: 80px;
}
.widget_banner .header
{
	display: flex;
	line-height: 100px;
	height: 100px;
	margin: auto;
}

.widget_banner .num_affaire
{
	right: 65px;
	position: absolute;
	font-size: 25px;
	display: flex;
}
.widget_banner .client
{
	left: 100px;
	display: flex;
	position: absolute;
	font-size: 25px;
}

/************widget_login***************/

.widget_login
{
	height: 100%;
}
.widget_login .content_login
{
	position: relative;
	height: calc(100vh - 100px);
	background: url('/img/fond3.jpg') no-repeat;
	display: flex;

}
.widget_login .bloc
{
	margin: auto;
	width: 500px;
	height: 360px;
	background-color: #ffffffe8;
	border-radius: 8px;
	padding: 10px;
	margin-top: 150px;
}
.widget_login .center
{
	width: 360px;
	height: 100%;
	margin: auto;
	padding: 12px;
}
.widget_login .title
{
	color: #000;
	font-size: 30px;
	width: 100%;
	text-align: center;
	font-weight: inherit;
	margin-bottom: 10px;
}
.widget_login .text
{
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.widget_login .mesura
{
	position: fixed;
	bottom: 0px;
	right: 0;
	cursor:pointer;
	height: 90px;
	width: 130px;
	background: url('/img/logo.png') no-repeat;
	background-size: 130px;
	background-position: center;
}
input[type=text].widget_login_input
{
	text-align: center;
	width: 350px;
	margin-bottom: 10px;
	font-size: 22px;
	height: 37px;
	border: solid 2px #333;
}

.widget_login_failed
{
	transition: 0.8s;
	opacity: 0 !important;
}

.widget_login_reset
{
	transition: 0.8s !important;
}

.widget_login .edit_pass
{
	text-align: center;
	width: 350px;
	margin-bottom: 40px;
	font-size: 22px;
	height: 37px;
	border: solid 2px #333;
	border-radius: 24px;
	background: #fff;
}
/************widget_home***************/

.widget_home
{
	height: 100%;
	position: relative;
	background: url('/img/fond3.jpg') no-repeat;
	background-size: cover;
	background-color: #ffffffe3;
}
.widget_home .home
{
	display: flex;
	height: calc(100% - 100px);
	background-color: #ffffff91;
}
.widget_home .content
{
	height: calc(100vh - 110px);
	/*margin: 10px;*/
	background-color: #ffffff91;
}
/****    wmenu_button    ****/

.wmenu_button
{
	width: calc(100% - 8px);
	height: 32px;
	line-height: 32px;
	padding: 4px;
	display: flex;
	background: #507f49;
	border-radius: 8px;
	transition: background-color 0.3s;
	cursor: pointer;
	margin-bottom: 8px;
	position: relative;
	overflow: hidden;
}
.wmenu_button:hover
{
	background: #6ca364;
}

.wmenu_button .selection_mark
{
	width: 6px;
	background-color: #6ca364;
	height: 100%;
	border-radius: 6px;
	margin-right: 2px;
}
.wmenu_button .selected
{
	background-color: #fff;
	border-bottom: none;
	color: #333;
}
.wmenu_button .position_icon
{
	height: 32px;
	min-width: 32px;
	display: flex;
}
.wmenu_button .icon
{
	width: 25px;
	height: 25px;
	max-width: 35px;
	max-height: 35px;
	margin: auto;
}

.wmenu_button .text
{
	width: 160px;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}
.wmenu_button .text_selected
{
	color: #333;
}

.wmenu_button .number
{
	width: 60px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
	height: 28px;
	margin-top: 2px;
	line-height: 28px;
	color: #333;
}

/***** message dialog *****/

.Wt-loading
{
	border: 6px solid #0b0a0963;
	border-top: 6px solid #3da2c6cc;
	border-radius: 50%;
	background-color: #00000000 !important;
	width: 40px;
	height: 40px;
	animation: spin 2s linear infinite;
	position: absolute;
	right: 14px !important;
	top: 62px !important;
	font-size: 0px !important;
}
.Wt-dialog
{
	background-color: #fff !important;
	padding: 1px !important;
}
.Wt-dialog .titlebar
{
	background: #5e8957;
	color: #fff;
	padding: 2px 6px 3px;
	font-family: sans-serif;
}
.Wt-dialog .Wt-msgbox-icon
{
	color: #ff8d1e;
	font-size: 40px !important;
}
.Wt-dialog .Wt-msgbox-text
{
	font-size: 20px;
	line-height: 40px;
	margin-left: 16px;
	color: #333;
}
.Wt-btn {
	border: solid 0px;
	font-size: 25px;
	color: #fff;
	background:  #5e8957;
}
.Wt-btn:hover {
	border: solid 1px #dcc49b;
	font-size: 25px;
	background:  #519b468c;
}
.Wt-btn-default
{
	font-weight: bold;
	color: #fff;
	border: 0px outset #37E !important;
}

/****		Calendar    ****/

.Wt-cal {
	padding: 0px;
}
.Wt-cal table {
	border-left: 1px solid #5e8957;
	font: normal 14px/20px sans-serif;
	text-align: center;
	background-color: #ddd;
	border-collapse: separate;
}

.Wt-cal table td {
	text-align: center;
	color: #333;
}

.Wt-cal table.d1 {
	width: 155px;
}

.Wt-cal table.d1 td {
	width: 20px;
}

.Wt-cal table.d3 {
	width: 260px;
}

.Wt-cal table.d3 td {
	width: 30px;
}

.Wt-cal table.dlong {
	width: 490px;
}

.Wt-cal table.dlong td {
	width: 70px;
}

.Wt-cal th.caption {
	margin: 0;
	padding: 0;
	border: 0;
	background: #5e8957;;
	color: #fff;
	font: bold 13px sans-serif;
	text-align: center;
}

.Wt-cal-navbutton {
	background: transparent;
	cursor: pointer; cursor: hand;
	font: bold 20px sans-serif;
	vertical-align: middle;
	display: block;
}

.Wt-cal caption select {
	cursor: pointer; cursor: hand;
	font: 12px sans-serif;
	margin: 2px 0px;
	vertical-align: middle;
}

.Wt-cal-year {
	vertical-align: middle;
}

.Wt-cal-year span {
	padding: 1px 2px;
}

.Wt-cal-year span:hover {
	color: #6880A0;
	background-color: #F0F0F0;
}

.Wt-cal th {
	font: bold 12px/22px sans-serif;
	color: #fff;
	background: #5e8957;
	border-right: 1px solid #5e8957;
	border-bottom: 1px solid #5e8957;
	border-top: 1px solid #5e8957;
	cursor: default;
}

.Wt-cal td {
	border-right: 1px solid #5e8957;
	border-bottom: 1px solid #5e8957;
	text-align: center;
	cursor: hand;
}

.Wt-cal-oom {
	color: #CCCCCC;
}

.Wt-cal-oor {
	color: #CCCCCC;
}

.Wt-cal-sel {
	background-color: #D13737;
	color: #FFF;
	font-weight: bold;
}
.Wt-cal-now {
	color: #E9E9E9;
	font-weight: bold;
	background: #B9B9B9;
}
.calendar
{
	background-image: url('../img/calendar.svg') !important;
	background-position: center right 6px;
	background-color: #ddd;
	font-family: 'Hack','Monospace';
	background-size: 28px;
	background-position: right 5px top 0px;
	cursor: pointer;
}
/*******widget_admin*******/

.widget_admin
{
	display: flex;
}
.widget_admin .content_admin
{
	margin: 10px;
}
.widget_admin .password
{
	border: solid 0px;
	background: #fff;
	color: #222;
	height: 24px !important;
	padding: 0px 3px;
	border-radius: 24px;
	box-shadow: none;
	border-color: transparent;
	margin: auto 0px;
	width: calc(100% - 5px) !important;
	font-size: 16px !important;
}
.widget_admin .pass_edit
{
	background-color: #fff;
}

/*****wadmin_menu*******/

.wadmin_menu
{
  margin-top: 10px;
  margin-left: 10px;
  width: 210px;
  background-color: #f6eeee;
  padding: 6px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  height: fit-content;
  padding-bottom: 0px;
}

/*****wadmin_option*******/

.wadmin_option
{
	display: flex;
	position:absolute;
}
.wadmin_option .wdataview-panel-center
{
  margin: auto;
  margin-top: 10px;
}


/*****widget_accueil*******/

.widget_accueil
{
  margin: 10px;
  display: flex;
}

/****wprojet_detail ******/

.wprojet_detail
{
	width: calc(100% - 820px);
	display: block;
}
.wprojet_detail .line
{
  position: relative;
  display: flex;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  /*min-width: 500px;*/
}
.wprojet_detail .label
{
	min-width: 100px;
	width: 870px;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wprojet_detail .detail
{
	background: #f5f5f5;
	margin-left: 10px;
	font-size: 23px;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	height: 450px;
	min-width: 500px;
	color: #000;
}
.wprojet_detail .commercial
{
	background-image: url('/img/commerce.svg');
}
.wprojet_detail .technique
{
	background-image: url('/img/technique.svg');
}
.wprojet_detail .commentaire
{
	width: 100%;
	height: 70px;
}

/****    widget_general    ****/

.widget_general
{
	display: flex;
}
.widget_general .general
{
	background-image: url('/img/syno6.svg');
	width: 1060px;
	height: 640px;
	background-repeat: no-repeat;
	border-radius: 10px;
}
.widget_general .line
{
  position: relative;
  display: flex;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  min-width: 500px;
}
.widget_general .label
{
	min-width: 450px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: max-content;
}

.widget_general .detail
{
	background: #f5f5f5;
	margin-left: 10px;
	font-size: 23px;
	max-width: calc(100% - 1060px);
	padding: 10px;
	border-radius: 10px;
	height: max-content;
	color: #000;
	max-height: calc(100% - 150px);
	overflow: auto;
}


/****    widget_produit    ****/

.widget_produit
{
	position: absolute;
	color : #000;
}
.widget_produit .content
{
	background: #f5f5f5;;
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 5px;
	margin: 5px;
	border: 1px #fff solid;
}
.widget_produit .content:hover
{
	/*background-color: #519b468c;*/
	transform: scale(1.05);
	transition: transform 0.3s ease;
}
.widget_produit .libelle
{
	margin: auto;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 15px;
	padding: 0px;
	margin: 5px;
	text-align: center;
	width: 50px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.widget_produit .description
{
	margin: auto;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 15px;
	padding: 0px;
	margin: 5px;
	text-align: center;
	width: 50px;
	/*height: 100%;*/
	display: initial;
	align-items: center;
	justify-content: center;
}
.widget_produit .option_libelle
{
	margin: auto;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 15px;
	padding: 0px;
	display: flex;
	margin-left: 10px;
	line-height: 30px;
	font-weight: bold;

}
.widget_produit .option_description
{
	margin: auto;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 15px;
	padding: 0px;
	display: flex;
	margin-top: -20px;
	margin-left: 35px;
	line-height: 10px;
}


.widget_produit .a1
{
	margin-top: 150px;
	margin-left: 100px;
}

.widget_produit .select
{
	background-color: #ffe4e8 !important;
	transform: scale(1.05);
}
.widget_produit .actif
{
	background-color: #6ce873eb;
	/*color: #fff;*/
}

.widget_produit .actif:hover
{
	transform: scale(1.05);
	transition: transform 0.3s ease;
}
.widget_produit .no_actif
{
	background-color: #dcdcdc;;
}

/****    widget_produit_detail    ****/

.widget_produit_detail
{
	position: absolute;
	display: flex;
	width: 100%;
	height: calc(100% - 150px);
}
.widget_produit_detail .detail
{
	background: #f5f5f5;
	width: 1000px;
	height: 100%;
	padding: 5px;
	margin: 5px;
	border: 1px #fff solid;
	color: #333;
	border-radius: 8px;
	position: relative;
	overflow: auto;
}
.widget_produit_detail .content_option
{
	width: calc(100% - 1040px);
	height: max-content;
}

/****    widget_facultatif    ****/

.widget_facultatif
{
	position: absolute;
	display: flex;
	width: 100%;
	height: calc(100% - 150px);
}
.widget_facultatif .detail
{
	background: #f5f5f5;
	width: 600px;
	padding: 5px;
	margin: 5px;
	border: 1px #fff solid;
	color: #333;
	border-radius: 8px;
	position: relative;
	overflow: auto;
}
.widget_facultatif .content_option
{
	width: calc(100% - 640px);
	/*height: max-content;*/
}
.widget_facultatif .bloc
{
	display: flex;
	width: 100%;
	min-height: calc(100%/3 - 20px);
}
.widget_facultatif .title
{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	display: block;
}

/****    wline_option    ****/
.wline_option
{
	color: #000;
	font-size: 15px;
	height: max-content;
	overflow-wrap: break-word;
	white-space: normal;
	position: relative;
	background: #f5f5f5;
	padding: 5px;
	margin: 5px;
	border-radius: 8px;
}
.wline_option .check
{
	margin-right: 10px;
}
.wline_option .libelle
{
	width: calc(100% - 45px);
	font-size: 25px;
	cursor: pointer;
}
.wline_option .no_actif
{
	color: #d3cfcf;
}
.wline_option .detail
{
	padding: 5px;
	max-height: 300px;
	overflow: auto;
	height: max-content;
	width: calc(100% - 20px);
	border: 0px #fff solid;
}
.wline_option .row
{
	cursor: pointer;
	width: 24px;
	height: 20px;
	background-position: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 15px;
	margin: auto;
}
.wline_option .up
{
	background-image: url('../img/up.svg');
}
.wline_option .down
{
	background-image: url('../img/down.svg');
}

/*******widget_commercial*******/

.widget_commercial
{
	display: flex;
}
.widget_commercial .view_content
{
	margin: 10px;
	width: calc(100% - 210px);
	height: 100%;
	color: #000;
	font-size: 15px;
}

/*******widget_technique*******/

.widget_technique
{
	display: flex;
}
.widget_technique .view_content
{
	margin: 10px;
	width: calc(100% - 210px);
	height: 100%;
	color: #000;
	font-size: 15px;
}

/*******wcommercial*******/
.wcommercial
{
	color: #000;
	border-radius: 8px;
	/*padding: 5px;*/
}
.wcommercial .line
{
	position: relative;
	display: flex;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}
.wcommercial .label
{
	margin-left: 0px;
	width: 400px;
	text-align: left;
	white-space: wrap;
	text-overflow: ellipsis;
	overflow: visible;
}
.wcommercial .bloc
{
	background-color: #f5f5f5;
	padding: 5px;
	border-radius: 8px;
	margin-bottom: 5px;
}
.wcommercial .title
{
	margin: auto;
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: max-content;
}
.wcommercial .content
{
	/*max-height: 500px;*/
	overflow: auto;
	max-height: calc(100vh - 150px);

}
.wcommercial .image
{
	width: 665px;
	height: 890px;
	background: url('../img/capture.png') no-repeat;
	background-size: 600px;
	margin-left: 15px;
	display: block;
	margin-top: -8px;
}
.wcommercial .label_option
{
	margin-left: 0px;
	width: 400px;
	text-align: left;
	width: calc(100% - 115px);
	white-space: normal;
}
.wcommercial .label_option::before
{
  content: "• ";
  color: black;
  font-size: 15px;
  margin-right: 5px;
}

.wcommercial .box-attach
{
	width: 800px;
	height: calc(255px + 32px);
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 12px;
	transition: background 0.4s;
	overflow: hidden;
	background: #f5f5f5;;
}
.wcommercial .icon-attach
{
	background: url('../img/attachment/icon.svg') center center no-repeat;
	margin: 3px 8px 3px 3px; width: 35px;
	height: 25px;
}
.wcommercial .drop_widget
{
	width: 100%;
	height: 34px;
	background: #5e8957;;
	transition: background 0.4s;
	cursor: pointer;
}
.wcommercial .drop_widget:hover { background: #6ca364; }

/*****widget_bilan***/
.widget_bilan
{
	color: #000;
	height: max-content;
	width: 100%;
	display: flex;
	overflow: auto;
}
.widget_bilan .epuration
{
	background-image: url("/img/epuration.svg");
	background-size: 300px 315px;
	background-repeat: no-repeat;
	background-color: #ddd0;
	height: 350px;
	width: 300px;
	margin: auto;
	margin-top: 235px;
}

/*****wbilan***/
.wbilan
{
	color : #000;
	max-height: 350px;
	width: 100%;
	margin-bottom: 30px;
}
.wbilan table
{
	border-collapse: collapse;
	width: 100%;
}
.wbilan th, td
{
	border: 1px solid #000;
	padding: 6px;
	text-align: center;
	background: #fff;
}
.wbilan th
{
	background-color: #ffff;
}
.wbilan .table-title
{
	font-weight: bold;
	background-color: #507f49eb;;
	font-size: 15px;
	color: #fff;
}
.wbilan .empty
{
	background-color: #878585;;
}

/*** widget_attachment   ***/

.widget_attachment_line
{
	display: flex;
	white-space: nowrap;
	overflow-x: hidden;
	position: relative;
	margin: 4px 0px 4px 0px;
	width: 100%;
}

.widget_attachment_line .icon
{
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

.widget_attachment_line .attach_delete
{
	height: 20px;
	width: 20px;
	position: absolute;
	top: 3px;
	right: 3px;
	background: url('../img/delete.svg') center center no-repeat;
	cursor: pointer;
}

.widget_attachment_line a.filename
{
	font-size: 14px;
	margin-top: 3px;
	line-height: 22px;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 60px);
	display: block;
}

.widget_attachment_line a.filename:hover
{
	color: #ff8d1e;
}
