:root{
	--main-bg-color: #e6e6e6;
}

body{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/*|=|RICHTEXT EDITOR|=|*/
[data-my-richtext] h2{/*Titre*/
	color: #004e60;
	font-family: "Times New Roman", serif;
}
[data-my-richtext] h4{/*sous titre*/
	color: #1b8045;
	font-family: "Open Sans", sans-serif;
}
[data-my-richtext] div{/*normal*/
	color: #0d31bd;
}
[data-my-richtext] b{/*bold*/

}
[data-my-richtext] i{/*italic*/
	opacity: .5;
}
[data-my-richtext] u{/*underline*/

}


/*========================================================= LOGIN */
.login{
	height: 100%;
	display: flex;
	background: #543dd6;
	justify-content: center;
	align-items: center;
}

.popup-login{
	background: #fff;
	padding: 40px;
	border-radius: 2px;
	box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.30);
	width: 400px;
}
.popup-login label{
	margin: 5px 0 0 0;
}
.login-button{
	float: right;
	margin: 10px 0 0 0;
	padding: 10px 20px;
	background: #f1be52;
	border-radius: 2px;
}
.error{
	min-height: 31px;
	padding: 5px 0;
	color: #b11b1b;
}

.proj-login{
	height: 100%;
	display: flex;
	background: url("../../clientside/images/projet/fond_topo.jpg") no-repeat center /cover;
	justify-content: center;
	align-items: center;
}
.proj-popup-login{
	background: #fff;
	padding: 20px 60px;
	border-radius: 8px;
	box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.30);
	width: 600px;
}
.proj-logo img{
	max-width: 100%;
}
.proj-popup-login h1{
	text-align: center;
	font-size: 30px;
}
.proj-popup-login label{
	font-size: 18px;
}
.proj-popup-login input{
	height: 40px;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.proj-login-button{
	float: none;
	width: fit-content;
	margin: 20px auto 0;
	padding: 10px 80px;
	border-radius: 40px;
	font-size: 18px;
	background: #543dd6;
	color: #fff;
	cursor: pointer;
}

/*========================================================= ADMIN */
.admin-viewport{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--main-bg-color);
	color: #666;
}
.admin-viewport header{
	position: absolute;
	left: 0;
	height: 40px;
	top: 0;
	right: 0;
	background: #fff;
	display: flex;
	justify-content: stretch;
}
.workspace-menu{
	position: absolute;
	top: 40px;
	bottom: 0;
	left: -260px;
	width: 300px;
	background:  linear-gradient(to bottom, #333 0%,#222222 100%);;
	color: #fff;
	transition-duration: 500ms;
	font-weight: 300;
}
.main-view{
	height: 100%;
	padding: 40px 0 0 40px;
	transition-duration: 500ms;
}
.logo{
	width: 350px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: "Kanit", sans-serif;
	font-size: 35px;
	color: #333;
	padding: 0 0 7px 10px;
	text-decoration: underline;
	text-decoration-color: #f1be52;
}
.logo .yellow{
	color: #f1be52;
}
.logo .mintitle{
	font-size: 25px;
}
.searchbar{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.searchbar label{
	width: 60%;
}
.searchbar input{
	height: 30px;
	border-radius: 20px;
	background: #e6e6e6;
	padding: 0 20px;
}
.top-buttons{
	width: 350px;
	flex-shrink: 0;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
.button{
	width: 60px;
}
.button.account{
	background: url("../../clientside/images/logout.png") no-repeat center;
	cursor: pointer;
}
.edit-switch{
	width: 80px;
	font-weight: 400;
	text-align: center;
	position: relative;
	padding: 6px 0;
}
.grab{
	width: 30px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 2px;
	top: 4px;
	height: 30px;
	z-index: 10;
	transition-duration: 500ms;
}
.switch{
	width: 76px;
	height: 25px;
	overflow: hidden;
	margin: auto;
	border-radius: 15px;
	background: #eee;
	position: relative;
}
.movin-part{
	display: flex;
	align-items: stretch;
	justify-content: center;
	width: 130px;
	height: 100%;
	position: relative;
	left: -54px;
	transition-duration: 500ms;
}
.on{
	width: 80px;
	flex-shrink: 0;
	background: #60bd19;
	color: #fff;
	line-height: 26px;
}
.off{
	width: 80px;
	flex-shrink: 0;
	background: #bd1919;
	color: #fff;
	line-height: 26px;
}
.switch-on .grab{
	left: 48px;
}
.switch-on .movin-part{
	left: 0;
}
.workspace-item{
	height: 40px;
	display: flex;
	justify-content: stretch;
	position: relative;
	z-index: 10;
}
.workspace-hidden{
	flex-grow: 1;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-size: 18px;
}
.workspace-shown{
	width: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	cursor: pointer;
	background: no-repeat center;
}
.workspace-list .workspace-item{
	cursor: pointer;
}
.workspace-shown.workspace-pdt-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.workspace-title{
	background-color: rgb(32, 32, 32);
	background-image: linear-gradient(45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222), linear-gradient(45deg, #222 25%, transparent 25%, transparent 75%, #222 75%, #222), linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
	background-size: 5px 5px, 5px 5px, 5px 2.5px;
	background-position: 0px 0px, 2.5px 2.5px, 0px 0px;
}
.workspace-title .workspace-hidden{
	justify-content: center;
	text-align: center;
	border-bottom: 2px solid #f1be52;
	font-weight: 900;
	font-size: 20px;
	font-style: italic;
}
.workspace-expend{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	background: url(../../clientside/images/ws-expand.png) center /40px 40px;
	cursor: pointer;
	transition-duration: 1s;
}
.workspace-add{
	background: #0099bc;
	width: 250px;
	margin: 10px 5px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	padding: 5px 0;
	border-radius: 40px;
}
.workspace-add .workspace-shown{
	background: rgba(0, 0, 0, 0.30);
}
.workspace-node.selected{
	color: #f1be52;
	font-weight: 400;

}
.workspace-viewport{
	height: 100%;
	position: relative;
	border-top: 1px solid #e6e6e6;
}
.workspace-viewport{
	font-weight: 400;
}

/*========================================================= PRODUCT */
.infopdt-viewport{
	height: 100%;
	position: relative;
	display: flex;
	align-items: stretch;
	overflow: auto;
}
.infopdt-column{
	flex-shrink: 0;
	width: 50%;
	padding: 15px;
}
.gridview-empty{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e6e6e6;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #bbb;
}
.tabcontent .gridview-empty{
	top: -40px;
}
.infopdt-tile{
	padding: 15px;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.infopdt-tile:not(:first-child){
	margin-top: 15px;
}
.fakeInput{
	display: flex;
	height: 30px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 0 5px;
	font: 400 13.3333px Arial;
	align-items: center;

}
.fakeTextarea{
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
	font: 400 13.3333px Arial;
	min-height: 60px;
}
.fakelabel, label{
	margin: 5px 0;
	display: block;
}
.infopdt-img{
	height: 400px;
	background: no-repeat center /contain;
}
.infolabel-img{
	height: 70px;
	background: no-repeat center /cover;
}
.infopdt-formflex{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.infopdt-formflex .fakelabel,
.infopdt-formflex label{
	flex-shrink: 0;
}
.infopdt-formflex.c2 .fakelabel,
.infopdt-formflex.c2 label{
	width: 49%;
}
.infopdt-formflex.c3 .fakelabel,
.infopdt-formflex.c3 label{
	width: 32%;
}
.infopdt-formflex.c4 .fakelabel,
.infopdt-formflex.c4 label{
	width: 24%;
}
.form-pdt-add, .form-bo{
	height: 100%;
	background: #fff;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.infopdt-grid{
	padding: 0;
	max-height: 300px;
	margin: 0 0 15px 0 ;
}
.infopdt-grid h2{
	color: #666;
	padding: 2px 5px;

}
.infopdt-label{
	/* display: flex; */
}
.label-bubble{
	height: 62px;
	width: 62px;
}
.label-img{
	height: 100%;
	width: 100%;
	background: no-repeat center /contain;
}
.pdt-label-tile{
	margin: 10px 10px 0 0;
	padding: 15px;
}
.jourpickup-viewport{
	height: 100%;
}
.days-picker{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.days-picker-list{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.days-picker-title{
	flex-shrink: 0;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}
.days-picker-btns{
	flex-shrink: 0;
	height: 50px;
	border-top: 1px solid #ddd;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.days-picker-btn{
	margin: 0 0 0 20px;
	padding: 6px 45px;
	background: #f1be52;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}
.days-picker-tile{
	margin: 0 20px 0 0;
	height: 200px;
	width: 300px;
	text-align: center;
	background: rgba(191, 11, 10, 0.32);
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.days-picker-tile:last-child{
	margin: 0;
}
.days-picker-tile-title{
	height: 30px;
	line-height: 30px;
	flex-shrink: 0;
	background: #FFFFFF;
}
.days-picker-tile-statut{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 500;
}
.days-picker-tile.selected{
	background: rgba(66, 141, 56, 0.31);
}
.days-picker-tile .days-picker-tile-statut-open,
.days-picker-tile.selected .days-picker-tile-statut-close{
	display: none;
}
.days-picker-tile .days-picker-tile-statut-close,
.days-picker-tile.selected .days-picker-tile-statut-open{
	display: block;
}
.year-viewport{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.year-header{
	height: 50px;
	line-height: 50px;
	text-align: center;
	flex-shrink: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.year-picker{
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 5px;
}
.year-picker-month{
	position: relative;
	height: 33.33%;
	width: 25%;
	padding: 5px;
}
.year-picker-month-content{
	position: relative;
	height: 100%;
	background: #fff;
	border-radius: 2px;
}
.year-picker-opened {
	background: rgba(80, 175, 41, 0.3);
	border: 2px solid #fff;
}
.year-picker-closed {
	background: rgba(255, 51, 51, 0.30);
	border: 2px solid #fff;
}
.year-title{
	font-size: 28px;
}
.year-header > div:not(.change-model){
	padding: 0 10px;
	margin: 0 10px;
}
.year-prev, .year-next{
	cursor: pointer;
}
.change-model{
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 0 20px;
	border-radius: 20px;
	background: #ddd;
	cursor: pointer;
	line-height: 40px;
}
.hour-picker-list{
	flex-grow: 1;
	display: flex;
	align-items: stretch;
	border-top: 1px solid #e6e6e6;
}
.hour-picker-tile{
	height: 100%;
	width: 300px;
	text-align: center;
	border-radius: 2px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.hour-picker-tile:not(:first-child){
	border-left: 1px solid #ccc;
}
.hour-picker{
	font-size: 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.hour-tile{
	flex-grow: 1;
	margin: 2px;
	background: rgba(80, 175, 41, 0.3);
}
.hour-tile.closed{
	background: rgba(255, 51, 51, 0.30);
}
.year-title span{
	font-size: 18px;
}
.hour-viewport{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.bc-btn-add{
	margin: auto;
	width: 220px;
	text-align: center;
	padding: 10px 0;
	border-radius: 50px;
	background: #237b96;
	color: #fff;
	cursor: pointer;
}
.bc-add-vp{
	height: 100%;
	display: flex;
}
.bc-add-vp > div{
	width: 50%;
	flex-shrink: 0;
}
.bc-add-right{
	padding: 10px;
	background: #ececec;
}
.bc-btn-tile{
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bc-qte-box{
	display: flex;
	align-items: center;
	width: 100px;
	background: #237b96;
	padding: 2px;
	border-radius: 2px;
	color: #fff;
}
.bc-qte-box > div {
	width: 30%;
	flex-shrink: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	cursor: pointer;
}
.bc-qte{
	text-align: center;
}

/*========================================================= FACTURE */
.tabfacture{
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}

.tabfacture td{
	border:1px solid black;
}


/*========================================================= DASHBOARD */
.dashboard-scroll{
	height: 100%;
	overflow: auto;
}
.dashboard{
	--col1: 1;
	--col2: 25;
	--lastcol: 50;
	min-height: 100%;
	padding: 10px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill,20px);
	grid-template-rows: repeat(auto-fill,20px);
	justify-content: center;
	background: #f3f3f3;
}
.db-tile{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 #0003;
	overflow: hidden;
}
.db-tile.db-nobg{
	background: none;
	box-shadow: none;
}
.db-head{
	display: flex;
	align-items: center;
	font-size: 34px;
	font-weight: 500;
	color: #333;
	grid-column: var(--col1) /  var(--lastcol);
}
.db-col1{
	grid-column: var(--col1) /  var(--col2);
}
.db-col2{
	grid-column: var(--col2) /  var(--lastcol);
}
.db-title{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 400;
	color: #333;
}
.db-late{
	background: #ad4c4c;
	color: #fff;

}
.db-todo{
	background: #368165;
	color: #fff;

}
.db-current{
	background: #bd5132;
	color: #fff;

}
.db-task {
	display: flex;
	align-items: center;
	font-size: 18px;
}
.db-task-action{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 5px;
	background: #00000063;
}
.db-task-action > span{
	display: block;
	padding: 5px;
	cursor: pointer;
	border-radius: 3px;
}
.db-task-action > span:hover{
	background: #0003;
}
.db-task-block{
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
}
.db-task-block > div{
	font-size: 14px;
	font-weight: 400;
}
.db-task-right{
	margin: 0 0 0 auto;
}
.db-task-date{
	padding: 0 16px;
	position: relative;
}
.db-task-date:not(:last-child)::after{
	content: '-';
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 2px;
	font-size: 0;
	background: #fff6;
	border-radius: 3px;
}
.db-milestone{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
}
.db-milestone-txt{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.db-milestone-txt > div{
	font-weight: 700;
	font-size: 16px;
}


/*========================================================= WORKSPACE FINANCE */
.myui-isdrag{
	pointer-events: none !important;
}
.fincal{
	height: 100%;
	position: relative;
}
.fincal-head{
	height: 40px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.fincal-body{
	height: calc(100% - 40px);
	position: relative;
	overflow: hidden;
	font-family: monospace;
}
.fincal-month{
	--pos: 0;
	position: absolute;
	top: 0;
	left: calc(calc(100% / 6) * var(--pos));
	bottom: 0;
	background: #f6f6f6;
	border-left: 3px solid #ddd;
	border-right: 3px solid #ddd;
	width: calc(100% / 6);
}
.fincal-month:nth-child(1){--pos: 0;}
.fincal-month:nth-child(2){--pos: 1;}
.fincal-month:nth-child(3){--pos: 2;}
.fincal-month:nth-child(4){--pos: 3;}
.fincal-month:nth-child(5){--pos: 4;}
.fincal-month:nth-child(6){--pos: 5;}

.fincal-month-title{
	height: 30px;
	text-align: center;
	background: #669ba7;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #fff;
}
.fincal-month-balance{
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 0 5px;
	border-top: 1px solid #ddd;
}
.fincal-balance-val{
	font-size: 16px;
	font-weight: bold;
	color: #2d704a;
}
.fincal-balance-val.fincal-negative{
	color: #b93b3b;
}
.fincal-month-days{
	height: calc(100% - 60px);
}

.fincal-day{
	height: calc(100% / 31);
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	font-size: 12px;
}
.fincal-day.fincal-day-weekend{
	background: #eee;
	color: #333;
}
.fincal-day.fincal-today{
	background: #f6f4e1;
	color: #902400;
}
.fincal-day.fincal-day-disabled{
	background: #f6f6f6;
	border-bottom: 1px solid transparent;
}
.fincal-day.fincal-day-disabled:last-child{
	border-bottom: 1px solid #ddd;
}
.fincal-day-num{
	font-weight: bold;
}
.fincal-mouvement, .fincal-mouvement-group{
	font-size: 12px;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 3px;
	background: #8ce2e4;
	padding: 0 4px;
	overflow: hidden;
	white-space: nowrap;
}
.fincal-mouvement-group{
	cursor: pointer;
}

.viewport-projet{
	height: 100%;
	position: relative;
	background: #f7f7f7 url(../../clientside/images/projet/mini_logo_noir.png) no-repeat center;
	color: #333;
	font-size: 14px;
}
.projet-header{
	height: 50px;
	background: #fff;
	box-shadow: 0 1px 2px 0 #0004;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.projet-logo{
	height: 100%;
}
.projet-logo img{
	max-height: 100%;
}
.projet-account{
	display: flex;
	align-items: center;
	font-size: 16px;
}
.projet-account .fa{
	font-size: 20px;
	padding: 6px;
}
.projet-logout{
	padding: 0 0 0 14px;
	cursor: pointer;
}
.projet-body{
	height: calc(100% - 50px);
	position: relative;
}
.projet-list{
	padding: 20px;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
	align-items: stretch;
	grid-gap: 16px;
}
.projet-tuile{
	background: #fff;
	box-shadow: 0 1px 2px 0 #0004;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.projet-tuile-content{
	padding: 10px;
}
.projet-tuile-title{
	font-size: 18px;
	font-weight: 600;
}
.projet-tuile-info{
	font-size: 12px;
	color: #543dd6;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.projet-tuile-desc{
	padding: 5px 0;
	text-align: justify;
}
.projet-tuile-photobox{
	height: 170px;
	padding: 10px;
}
.projet-tuile-photo{
	height: 100%;
	background: no-repeat center /cover;
}
.projet-ariane{
	height: 30px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.chantier-viewer{
	display: none;
}
.projet-content{
	max-height: calc(100% - 30px);
	overflow: auto;
}
.projet-content.projet-viewer{
	height: calc(100% - 30px);
}
.projet-content.projet-viewer .projet-list{
	display: none;
}
.projet-content.projet-viewer .chantier-viewer{
	display: block;
	height: 100%;
	padding: 10px;
}
.projet-ariane-sep{
	font-size: 10px;
	padding: 0 10px;
}
.projet-ariane-link{
	cursor: pointer;
}
.projet-tuile-btns{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.projet-tuile-button{
	padding: 2px 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	min-width: 50px;
	text-align: center;
}
.btnOrtho{background: #0d759d;}
.btn3d{background: #543dd6;}
.btnLidar{background: #227f6d;}
.btnBathy{background: #cb3434;}
.btnMulti{background: #cb8f34;}
.viewer-content{
	height: 100%;
	position: relative;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 2px 0 #0004;
	display: flex;
	align-items: stretch;
}
.viewer-map{
	height: 100%;
	width: calc(100% - 300px);
	padding: 10px;
}
.viewer-map-content{
	height: 100%;
	background: #def;
}
.viewer-info{
	width: 300px;
	padding: 10px 10px 10px 0;
	display: flex;
	flex-direction: column;
}
.type-selector-box{
	padding: 10px 0;
}
.type-selector{
	height: 36px;
	border-radius: 8px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: stretch;
	cursor: pointer;
}
[data-type="0"] .type-selector{background: #0d759d;}
[data-type="1"] .type-selector{background: #543dd6;}
[data-type="2"] .type-selector{background: #227f6d;}
[data-type="3"] .type-selector{background: #cb3434;}
[data-type="5"] .type-selector{background: #cb8f34;}
.type-selected{
	width: calc(100% - 36px);
	display: flex;
	align-items: center;
	padding: 0 5px;
	pointer-events: none;
}
.type-arrow{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0003;
	border-radius: 0 8px 8px 0;
	pointer-events: none;
}
.type-list{
	position: absolute;
	top: 36px;
	left: 0;
	right: 0;
	background: #fff;
	color: #333;
	box-shadow: 0 1px 2px 0 #0004;
	border-radius: 0 0 8px 8px;
	padding: 5px;
	height: 0;
	display: none;
	z-index: 100;
}
.type-list.type-list-open{
	height: auto;
	display: block;
}
.type-selector-opts{
	padding: 5px;
	cursor: pointer;
	border-radius: 8px;
}
[data-type="0"] .type-selector-opts:hover{background: #0d759d22;}
[data-type="1"] .type-selector-opts:hover{background: #543dd622;}
[data-type="2"] .type-selector-opts:hover{background: #227f6d22;}
[data-type="3"] .type-selector-opts:hover{background: #cb343422;}
[data-type="5"] .type-selector-opts:hover{background: #cb8f3422;}
.captation-list-box{
	border: 1px solid #ddd;
	border-radius: 8px;
	flex-grow: 1;
}
.captation-list-head{
	height: 36px;
	display: flex;
	align-items: center;
	padding: 0 5px;
	font-size: 16px;
}
.captation-list-body{
	height: calc(100% - 36px);
	background: #f0f0f0;
	border-radius: 0 0 8px 8px;
	overflow: auto;
}
.captation-tuile{
	margin: 5px;
	padding: 5px;
	background: #fff;
	border-radius: 8px;
	border-left: 8px solid #fff;
	position: relative;
}
.captation-direct-dl{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: #ddd;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
[data-type="0"] .captation-tuile.captation-selected{border-left: 8px solid #0d759d;}
[data-type="1"] .captation-tuile.captation-selected{border-left: 8px solid #543dd6;}
[data-type="2"] .captation-tuile.captation-selected{border-left: 8px solid #227f6d;}
[data-type="3"] .captation-tuile.captation-selected{border-left: 8px solid #cb3434;}
[data-type="5"] .captation-tuile.captation-selected{border-left: 8px solid #cb8f34;}
.livrable-list{
	height: 100%;
	position: relative;
	padding: 5px;
}
.livrable-list-header{
	height: 50px;
	border-bottom: 1px solid #ddd;
}
.livrable-list-body{
	height: calc(100% - 50px);
	overflow: auto;
}
.livrable-list-row{
	display: flex;
	align-items: center;

}
.livrable-list-header > .livrable-list-row{
	height: 100%;
}
.livrable-list-row > div{
	padding: 5px;
	position: relative;
}
.livrable-list-th{
	font-weight: 600;
}
.livrable-list-td .captation-direct-dl{
	position: initial;
}
.livrable-list-row > div:nth-child(1){
	width: 70px;
}
.livrable-list-row > div:nth-child(2){
	width: 200px;
}
.livrable-list-row > div:nth-child(3){
	flex-grow: 1;
}
.livrable-list-row > div:nth-child(4){
	width: 120px;
}