@CHARSET "UTF-8";
@import
	url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,600,700);

button {
	background-color: #c0c0c0;
	color: #333;
}
button:hover {
	background-color: #333;
	color: #fff;
}

a {
	color: #227f9f;
}
a:hover {
	color: #333;
}

input[type="submit"] {
	padding: 6px;
	font-size: 13px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
}
input[type="submit"]:hover {
	color: #333;
	background-color: #bbb;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	margin: 24px 6px;
}
h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	margin: 20px 6px;
}
h3 {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	line-height: 16px;
	margin: 16px 6px;
}

html {
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
	background-color: #2E4053;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 300;
}

body {
	height: 100%;
	width:100%;
	margin:0;
	padding:0;
}

#global {
	max-width: 1024px;
	margin: auto;
	background-color: #fff;
}
#global.windowed {
	height: 100%;
}
#global.windowed.fullWindow {
	max-width: none;
}
#global_unlog {
	max-width: 1012px;
	margin: auto;
	background-color: #e9e9e9;
	padding: 6px;
	text-align: center;
}
#global_unlog #loginBox {}
#global_unlog #loginBox .header {}
#global_unlog #loginBox .content {}
#global_unlog #loginBox .content button {
	margin-top: 12px;
}
#global_unlog .mdpLostWrapper {
	text-align: center;
	margin-top: 6px;
	font-size: 12px;
}
#global_unlog .mdpLostWrapper a {
	cursor: pointer;
}
#global_unlog #resetMdpBox {
	width: 308px;
	margin: auto;
	margin-top: 16px;
}
#global_unlog .validateTips {}
#global_unlog .validateTips .ok_msg {
	padding: 6px 3px;
	background-color: #4B9744;
	color: #fff;
}
#global_unlog .validateTips .info_msg {
	padding: 6px 3px 6px 30px;
	margin: 0 0 6px 0;
	background-color: #ccc;
	background-position-x: 6px;
}
#global_unlog .resetMdpForm .titreTxt {}
#global_unlog .resetMdpForm input {
	width: 100%;
}
#global_unlog .resetMdpForm button.resetMdp {
	margin-top: 12px;
}

#navbar {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap-reverse;
	max-width: 1024px;
	margin: auto;
	min-height: 34px;
	background-color: #96A0A9;
}
#navbar button, #navbar a.btn {
	margin-left: 6px;
	padding: 6px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	color: #000;
	background-color: initial;
}
#navbar button:hover, #navbar a.btn:hover {
	text-decoration: underline;
}
#navbar button.selected, #navbar a.btn.selected {
	font-weight: bold;
}
#navbar .logoWrapper {
	height: 35px;
}
#navbar .logoWrapper a {
	padding: 0;
	background-color: transparent;
}
#navbar .logoWrapper img {
	height: 100%;
	max-height: 35px;
}
#navbar .searchMenuBox {
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 18px;
}
#navbar .searchBibliothequeWrapper {
	flex: 1;
	display: flex;
	flex-direction: row;
}
#navbar .searchBibliothequeWrapper .taggingWrapper {
	flex: 1;
}
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingJSPlaceholder {}
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingBox {
	min-height: 0;
}
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingBox input {
	max-width: 110px;
}
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingBox .tag {
	font-size: 13px;
}
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingBox .tag.tagColor1 {	background-color: #333; }
#navbar .searchBibliothequeWrapper .taggingWrapper .taggingBox .tag.tagColor2 {	background-color: #666; }
#navbar .userMenuBox {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#navbar .photoWrapper {
	margin-left: 6px;
	height: 35px;
}
#navbar .photoWrapper img {
	height: 35px;
}
#navbar .suggestionWrapper {}
#navbar .deconnexionWrapper {}

#main {
	height: calc(100% - 63px);
	max-width: 1012px;
	padding: 6px;
}
#global.windowed.fullWindow #main {
	max-width: none;
}
.adminBox {}
.adminBox .crudBtnWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.adminBox .crudBtnWrapper .adminBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100px;
	height: 100px;
	margin-left: 6px;
}
.adminBox .crudBtnWrapper .adminBtn a {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.adminBox .crudBtnWrapper .adminBtn a.btn {
	display: inline-block;
	padding: 6px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	color: #FFF;
	background-color: #666;
}
.adminBox .crudBtnWrapper .adminBtn a.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.adminBox .crudBtnWrapper .adminBtn a.btn:hover {
	color: #333;
	background-color: #bbb;
}
.adminBox .crudBtnWrapper .adminBtn a.btn {
	margin-left: 6px;
}

.logoKaessa {
	margin: 3em 1em;
	text-align: center;
}

.navBtnWrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 468px;
	margin: auto;
}
.navBtnWrapper.partenaireNavBtn {
	justify-content: center;
}
.navBtnWrapper .navBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 36px;
	margin-bottom: 36px;
}
.navBtnWrapper .navBtn a {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.navBtnWrapper .navBtn a.btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 108px;
	width: 108px;
	text-align: center;
	padding: 6px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #FFF;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	
}

/*.navBtnWrapper #organigrammeNavBtn a.btn { background-image: url(../img/logo_contact.png); }
.navBtnWrapper #demarcheNavBtn a.btn { background-image: url(../img/logo_demarches.png); }
.navBtnWrapper #ceNavBtn a.btn { background-image: url(../img/logo_cse.png); }
.navBtnWrapper #chantierNavBtn a.btn { background-image: url(../img/logo_chantiers.png); }
.navBtnWrapper #aideFinanciereNavBtn a.btn { background-image: url(../img/logo_aides_financieres.png); }
.navBtnWrapper #parcMaterielNavBtn a.btn { background-image: url(../img/logo_materiel.png); }
.navBtnWrapper #rhNavBtn a.btn { background-image: url(../img/logo_rh.png); }
.navBtnWrapper #commerceNavBtn a.btn { background-image: url(../img/logo_commerce.png); }
.navBtnWrapper #intendanceNavBtn a.btn { background-image: url(../img/logo_intendance.png); }
.navBtnWrapper #espceFormationNavBtn a.btn { background-image: url(../img/logo_formation.png); }
.navBtnWrapper #organigrammeNavBtn.en_construction a.btn { background-image: url(../img/logo_contact_en_construction.png); }
.navBtnWrapper #demarcheNavBtn.en_construction a.btn { background-image: url(../img/logo_demarches_en_construction.png); }
.navBtnWrapper #ceNavBtn.en_construction a.btn { background-image: url(../img/logo_cse_en_construction.png); }
.navBtnWrapper #chantierNavBtn.en_construction a.btn { background-image: url(../img/logo_chantiers_en_construction.png); }
.navBtnWrapper #aideFinanciereNavBtn.en_construction a.btn { background-image: url(../img/logo_aides_financieres_en_construction.png); }
.navBtnWrapper #parcMaterielNavBtn.en_construction a.btn { background-image: url(../img/logo_materiel_en_construction.png); }
.navBtnWrapper #rhNavBtn.en_construction a.btn { background-image: url(../img/logo_rh_en_construction.png); }
.navBtnWrapper #commerceNavBtn.en_construction a.btn { background-image: url(../img/logo_commerce_en_construction.png); }
.navBtnWrapper #espceFormationNavBtn.en_construction a.btn { background-image: url(../img/logo_formation_en_construction.png); }*/
.navBtnWrapper #organigrammeNavBtn a.btn { background-image: url(../img/v2/accueil_contact.svg); }
.navBtnWrapper #demarcheNavBtn a.btn { background-image: url(../img/v2/accueil_mes_demarches.svg); }
.navBtnWrapper #ceNavBtn a.btn { background-image: url(../img/v2/accueil_CSE.svg); }
.navBtnWrapper #chantierNavBtn a.btn { background-image: url(../img/v2/accueil_chantier.png); }
.navBtnWrapper #aideFinanciereNavBtn a.btn { background-image: url(../img/v2/accueil_aides_financieres.svg); }
.navBtnWrapper #parcMaterielNavBtn a.btn { background-image: url(../img/v2/accueil_parc_materiel.svg); }
.navBtnWrapper #rhNavBtn a.btn { background-image: url(../img/v2/accueil_RH.svg); }
.navBtnWrapper #commerceNavBtn a.btn { background-image: url(../img/logo_commerce.png); }
.navBtnWrapper #intendanceNavBtn a.btn { background-image: url(../img/v2/accueil_intendance.svg); }
.navBtnWrapper #espceFormationNavBtn a.btn { background-image: url(../img/v2/accueil_formation.svg); }
.navBtnWrapper #interventionNavBtn a.btn { background-image: url(../img/v2/accueil_intervention.svg); }

/* .navBtnWrapper #organigrammeNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_contact.svg); } */
.navBtnWrapper #demarcheNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_mes_demarches_bientot.svg); }
.navBtnWrapper #ceNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_CSE.svg); }
.navBtnWrapper #chantierNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_chantier_bientot.svg); }
/* .navBtnWrapper #aideFinanciereNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_aides_financieres_bientot.svg); } */
.navBtnWrapper #parcMaterielNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_parc_materiel_bientot.svg); }
.navBtnWrapper #rhNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_rh_bientot.svg); }
.navBtnWrapper #commerceNavBtn.bientot a.btn { background-image: url(../img/logo_commerce_en_construction.png); }
/* .navBtnWrapper #intendanceNavBtn a.btn { background-image: url(../img/v2/accueil_intendance.svg); } */
.navBtnWrapper #espceFormationNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_formation_bientot.svg); }
.navBtnWrapper #interventionNavBtn.bientot a.btn { background-image: url(../img/v2/accueil_intervention_bientot.svg); }

.navBtnWrapper #organigrammeNavBtn.en_construction a.btn { background-image: url(../img/logo_contact_en_construction.png); }
.navBtnWrapper #demarcheNavBtn.en_construction a.btn { background-image: url(../img/logo_demarches_en_construction.png); }
.navBtnWrapper #ceNavBtn.en_construction a.btn { background-image: url(../img/logo_cse_en_construction.png); }
.navBtnWrapper #chantierNavBtn.en_construction a.btn { background-image: url(../img/logo_chantiers_en_construction.png); }
.navBtnWrapper #aideFinanciereNavBtn.en_construction a.btn { background-image: url(../img/logo_aides_financieres_en_construction.png); }
.navBtnWrapper #parcMaterielNavBtn.en_construction a.btn { background-image: url(../img/logo_materiel_en_construction.png); }
.navBtnWrapper #rhNavBtn.en_construction a.btn { background-image: url(../img/logo_rh_en_construction.png); }
.navBtnWrapper #commerceNavBtn.en_construction a.btn { background-image: url(../img/logo_commerce_en_construction.png); }
.navBtnWrapper #espceFormationNavBtn.en_construction a.btn { background-image: url(../img/logo_formation_en_construction.png); }

.navBtnWrapper .navBtn:hover a.btn {
	-webkit-transition: 500ms -webkit-filter linear;
	-moz-transition: 500ms -moz-filter linear;
	-moz-transition: 500ms filter linear;
	-ms-transition: 500ms -ms-filter linear;
	-o-transition: 500ms -o-filter linear;
	transition: 500ms filter linear, 500ms -webkit-filter linear;
	-webkit-filter: none;
	filter: none;
}
.navBtnWrapper .navBtn p {
	width: 120px;
	height: 28px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 6px 0;
	text-align: center;
}

.userProfileWrapper {}
.userProfileWrapper .upStructureNom {
	margin-top: 4px;
	font-size: 16px;
}

.structureProfileWrapper {}
.structureProfileWrapper .upImgLoc {
	margin-top: 12px;
	text-align: center;
}

.hierarchyProfileWrapper {}

.hierarchyProfileWrapper .info_msg {
	margin: 0;
}
.hierarchyProfileWrapper .formBox td {
	width: 400px;
}
.hierarchyProfileWrapper .title {
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	margin-bottom: 12px;
}
.hierarchyProfileWrapper .inputFxWrapper {
	display: flex;
	flex-direction: row;
}
.hierarchyProfileWrapper .inputSelectWrapper {
	flex: 1;
}
.hierarchyProfileWrapper .inputSelectWrapper.inputSelectTypeContactWrapper {
	flex-basis: auto;
	flex-grow: 0;
}
.hierarchyProfileWrapper .inputSelectWrapper.inputSelectUserWrapper,
.hierarchyProfileWrapper .inputSelectWrapper.inputSelectStructureWrapper  {
	margin-left: 6px;
}
.hierarchyProfileWrapper .inputContactAddWrapper {
	margin-left: 6px;
	margin-top: auto;
	width: 25px;
	height: 25px;
}
.hierarchyProfileWrapper .inputContactAddWrapper .inputContactAdd {
	width: 25px;
	height: 25px;
	padding: 0;
	background-color: #d3d3d3;
	background-image: url(../img/ajouter.svg);
	background-repeat: no-repeat;
	background-size: auto 75%;
	background-position: center;
}
.hierarchyProfileWrapper .inputContactAddWrapper .inputContactAdd:hover {
	opacity: 0.5;
}
.hierarchyProfileWrapper .itemContact {}
.hierarchyProfileWrapper .itemContentWrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hierarchyProfileWrapper .itemImg {
	max-width : 50%;
	overflow: hidden;
}
.hierarchyProfileWrapper .itemImg img {
	height: 33px;
	margin-right: 6px;
}
.hierarchyProfileWrapper .labelWrapper {
	flex: 1;
}
.hierarchyProfileWrapper .labelWrapper .labelUp {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}
.hierarchyProfileWrapper .labelWrapper .labelDown {}
.hierarchyProfileWrapper .hierarchyEditContact {
	width: 19px;
	height: 19px;
	background-image: url('../img/crayon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 3px;
}
.hierarchyProfileWrapper .hierarchyEditContact:hover {
	background-image: url('../img/crayon1.svg');
}
.hierarchyProfileWrapper .hierarchyDelContact {
	width: 15px;
	height: 19px;
	background-image: url('../img/corbeille.svg');
}
.hierarchyProfileWrapper .hierarchyDelContact:hover {
	background-image: url('../img/corbeille1.svg');
}

.orgLib {
	height: 100%;
}
.orgListGlobal {
	display: flex;
	align-items: flex-start;
}
.orgAdminBtnWrapper {
	text-align: center;
}
.orgListGlobal .orgAdminBtnWrapper {
	margin-bottom: 12px;
}
.orgListWrapper {}
.orgListWrapper h3 {}
.orgListWrapper table {
	margin: auto;
	border-collapse: separate;
	border-spacing: 0 3px;
}
.orgListWrapper th {
	text-align: left;
	padding: 6px 12px;
	margin-bottom: 1px;
	background-color: #f0f0f0;
}
.orgListWrapper td {
	padding: 6px 12px;
}
.orgListWrapper tbody td {
	cursor: pointer;
}
.orgListWrapper tbody tr:nth-child(odd) td {
	background-color: #e0e0e0;
}
.orgListWrapper tbody tr:nth-child(even) td {
	background-color: #f0f0f0;
}
.orgListWrapper tbody tr:hover td {
	background-color: #333;
	color: #fff;
}
.orgListWrapper thead {}
.orgListWrapper thead th {}
.orgListWrapper tbody {}
.orgListWrapper .orgBtnWrapper {
	display: flex;
	flex-direction: row;
}
.orgListWrapper .orgBtnWrapper .btn {
	height: 16px;
	margin: 0 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.orgListWrapper .editOrg {
	background-image: url('../img/crayon.svg');
	width: 16px;
}
.orgListWrapper .delOrg {
	background-image: url('../img/corbeille.svg');
	width: 13px;
}
.orgListWrapper .editOrg:hover {
	background-image: url('../img/crayon2.svg');
}
.orgListWrapper .delOrg {
	background-image: url('../img/corbeille.svg');
	width: 13px;
}
.orgListWrapper .delOrg:hover {
	background-image: url('../img/corbeille2.svg');
}
.orgListWrapper tfoot {}
.orgListWrapper tfoot td {
	background-color: #333;
	height: 3px;
	padding: 0;
}

.ogItemWrapper {
	flex: 1;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	z-index: 1;
	cursor: pointer;
}
.hrcGlobal .hrcItemWrapper.leaf .ogItemWrapper {
	cursor: auto;
}
/*.ogItemWrapper .ogEditItemBox {
	position: absolute;
	top: 4px;
	right: 10px;
	display: none;
	flex-direction: row;
	z-index: 2;
}
.ogItemWrapper:hover .ogEditItemBox {
	display: flex;
}
.ogItemWrapper .ogEditItemBox .ogEdit {
	width: 16px;
	height: 16px;
	background-image: url('../img/crayon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ogItemWrapper .ogEditItemBox .ogEdit:hover {
	background-image: url('../img/crayon1.svg');
}
.ogItemWrapper .ogEditItemBox .ogDelete {
	width: 16px;
	height: 16px;
	background-image: url('../img/corbeille.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ogItemWrapper .ogEditItemBox .ogDelete:hover {
	background-image: url('../img/corbeille1.svg');
}*/
.ogItem {
	/*margin: 0 auto;*/
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 181px;
	padding: 6px;
	font-size: 11px;
	line-height: 12px;
	/*border: 1px dashed #999;*/
}
/*.ogItem {
	background-color: #f0f0f0;
}
.niv_0 .ogItem {
	background-color: #dcdcdc;
}
.niv_1 .ogItem {
	background-color: #e4e4e4;
}
.niv_2 .ogItem {
	background-color: #ececec;
}
.niv_3 .ogItem {
	background-color: #f4f4f4;
}*/

.ogItem .fxId {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.ogItem .fxImgNom {
	display: flex;
	flex-direction: row;
}
.ogItem .ogImg {
	flex: 1;
	max-width: 80px;
	height: 83px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ogItemWrapper.structure .ogItem .ogImg {
	margin-right: 0;
	max-width: 100%;
	max-height: 100%;
}
.ogItem .ogImg img {
	width: 100%;
}
.ogItemWrapper.structure .ogItem .ogImg img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 125px;
	align-self: center;
}
.ogItemWrapper.structure .ogItem .ogImg img[src$="default_img.svg"],
.ogItem .ogImg img[src$="default_img.svg"] {
	width: 80px;
}
.ogItem .ogNom {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
}
.ogItem .ogNom.hide { display: none; }
.ogItemWrapper.structure .ogItem .ogNom {
	flex-grow: 0;
	text-align: center;
	padding: 12px 6px;
	font-size: 16px;
	font-weight: 300;
}
.ogItem .ogNom .prenom {}
.ogItem .ogNom .nom {}
.ogItem .ogFonctionBox {
	height: 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 6px;
	text-align: left;
}
.ogItem .ogFonctionBox .ogFonction {}

.ogItem .ogCoordBox {
	display: none;
	margin-top: 12px;
}
.ogItem .fxImgAdress {
	display: flex;
	flex-direction: row;
}
.ogItem .ogImgStructure {
	flex: 1;
	max-width: 80px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ogItem .ogImgStructure img {
	width: 100%;
}
.ogItem .fxAdress {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
}
.ogItem .ogCoordNom {}
.ogItem .ogCoordAdresse {}
.ogItem .ogCoordCpVille {}
.ogItem .ogCoordCpVille .cp {}
.ogItem .ogCoordCpVille .ville {}

.ogItem .ogCoordEmail {
	margin: 6px 0;
	text-align: right;
}
.ogItem .ogCoordEmail a {}
.ogItem .fxImgTel {
	display: flex;
	flex-direction: row;
}
.ogItem .ogImgLoc {
	flex: 1;
	max-width: 80px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ogItem .ogImgLoc img {
	width:100%;
}
.ogItem .fxTel {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	line-height: 14px;
}
.ogItem .ogCoordTelFixe, .ogItem .ogCoordPosteTel, .ogItem .ogCoordTelMobile, .ogItem .ogCoordTelFax {
	background-image: url('../img/tel_fixe.svg');
	background-size: auto 12px;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 16px;
}
.ogItem .ogCoordTelMobile {
	background-image: url('../img/tel_cell.svg');
}
.ogItem .ogCoordTelFax {
	background-image: url('../img/tel_fax.svg');
}
.ogItem .ogItemContent {
	display: flex;
	flex-direction: row;
}
.ogItem .ogPlusInfoBtn {
	position: absolute;
	display: none;
	right: 3px;
	bottom: 3px;
	padding: 3px;
	background-color: #999;
	color: #fff;
}
.ogItem .ogPlusInfoBtn:hover {
	background-color: #333;
}

#footer {
	margin: 0 auto;
	max-width: 1000px;
	text-align: right;
	padding: 2px 12px;
	background-color: #96A0A9;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
}
#footer a {
	color: #005d7d;
}
#footer a:hover {
	color: #FFF;
}

.formBox {
	font-size: 14px;
	line-height: 16px;
}
.formBox.sum {}
.formBox label {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	display: block;
	margin-top: 3px;
}
.formBox input,
.formBox textarea,
.formBox select {
	width: calc(100% - 6px);
}
.formBox input[type="checkbox"] {
	margin: 6px 6px 0 0;
	width: auto;
	vertical-align: baseline;
}
.formBox textarea {
	min-height: 60px;
	resize: vertical;
}
.formBox .selectWrapper {
	max-width: 100%;
}
.formBtnWrapper {
	text-align: center;
	margin: 12px 0;
}
.formNote {
    font-style: italic;
    font-size: 12px;
    margin-top: 6px;
}
.formBox table {
	margin: auto;
	border: 1px dashed #999;
	background-color: #eee;
}
.formBox tr {}
.formBox td {
	vertical-align: top;
	padding: 12px;
	width: 200px;
	border-top: 1px dotted #bbb;
}
.formBox td.middleV {
	vertical-align: middle;
}
.formBox td.middleH {
	text-align: center;
}
.formBox .sumData {
	min-height: 14px;
}
.formBox a.btn {
	background-color: #c0c0c0;
	color: #333;
}
.formBox a.btn:hover {
	background-color: #333;
	color: #fff;
}
.formBox .imgWrapper {
	max-width: 150px;
	max-height: 150px;
	margin-top: 12px;
}
.formBox .imgWrapper:first-child {
	margin-top: 0;
}
.formBox img {
	display: inline-block;
	max-width: 150px;
	max-height: 150px;
}
.formBox .taggingBox .tag.tagColor1 {
	background-color: #333;
}
.formBox .taggingBox .tag.tagColor2 {
	background-color: #666;
}
.formBox .cguBox {
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.formBox .cguBox .cguTitle {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
}
.formBox .cguBox .cguTitleNote {
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}
.formBox .cguBox .cguNote {
	text-align: justify;
}
.formBox .cguBox .greetNote {
	text-align: center;
}
.formBox .cguBox .cguBloc {
	margin-top: 24px;
	border: 1px solid #999;
	padding: 6px 18px 18px 18px;
}
.formBox .cguBox .cguBloc h2 {
	margin-top: 12px;	
}
.formBox .cguBox .emailNote {}
.formBox .cguBox .cguValNote {
	margin-top: 24px;
}
.formBox .cguBox .cguVal {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.formBox .cguBox .inputWrapper {}
.formBox .cguBox .cguVal label {
	font-weight: 300;
	text-align: justify;
}
.formBox .cguBox .cguCnilNote {
	text-align: justify;
}
.formBox .cguBox input {
	max-width: 300px;
}
.okBox {
	max-width: 600px;
	margin: auto;
	text-align: center;
}
.okBox .ok_msg{
	padding: 6px 3px;
	background-color: #4B9744;
	color: #fff;
}
.formBox .blocDroitAccesSumW {}
.formBox .blocDroitAccesSum {
	margin-top: 6px;
}
.formBox .bda_nomStructure {
	font-weight: 600;
}
.formBox .bda_nomDroitAccesW {
	margin-left: 18px;
}
.formBox .bda_nomDroitAcces {}

.hrcGlobal {
	height: 100%;
}
#global.windowed .hrcGlobal {
	text-align: center;
	overflow: auto;
}
.hrcGlobal .hrcZoomBox {
	position: fixed;
	z-index: 2;
	display: flex;
	flex-direction: row;
	opacity: 0;
	cursor: zoom-in;
}
.hrcGlobal .hrcZoomBox.hide {
	display: none;
}
.hrcGlobal .hrcZoomBox .zoomIn,
.hrcGlobal .hrcZoomBox .zoomOut {
	width: 48px;
	height: 48px;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #999;
	color: #fff;
	cursor: pointer;
}
.hrcGlobal .hrcZoomBox .zoomIn:hover,
.hrcGlobal .hrcZoomBox .zoomOut:hover { background-color: #333; }
.hrcGlobal .hrcZoomBox .zoomIn { background-image: url(../img/zoom_in.svg); }
.hrcGlobal .hrcZoomBox .zoomOut { margin-left: 6px; background-image: url(../img/zoom_out.svg); }
.hrcGlobal .hrcZoomBox .zoomDisplay {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 6px;
	font-size: 23px;
	color: #666;
}
.hrcGlobal .hrcWrapper {
	display: inline-block;
	vertical-align: top;
}
.hrcGlobal .hrcItemWrapper {
	display: flex;
	flex-direction: column;
}
.hrcGlobal .hrcItemWrapper.root {}
.hrcGlobal .hrcItemWrapper.leaf {}
.hrcGlobal .fxTreeLine {
	display: flex;
}
.hrcGlobal .fxTreeLine.horizontal {
	flex-direction: row;
}
.hrcGlobal .fxTreeLine.horizontal .treeLine {
	height: 0;
}
.hrcGlobal .fxTreeLine.vertical {
	flex-direction: column;
}
.hrcGlobal.horizontal .fxTreeLine.vertical {
	height: 0;
}
.hrcGlobal .treeLine {
	margin: 0 auto;
	border-style: dotted;
	border-color: #999;
	border-width: 0;
}
.hrcGlobal .treeLine.horizontal {}
.hrcGlobal .hrcItemWrapper.root > .fxTreeLine.horizontal .treeLine.horizontal {
	display: none;
}
.hrcGlobal .treeLine.horizontal.left.fa {
	border: none;
}
.hrcGlobal .treeLine.horizontal.right.fc {
	border: none;
}
.hrcGlobal .treeLine.horizontal.left.fu {
	border: none;
}
.hrcGlobal .treeLine.horizontal.right.fu {
	border: none;
}
.hrcGlobal .treeLine.horizontal.middleTop {
	display: none;
}
.hrcGlobal .treeLine.horizontal.middleBottom {
	display: none;
}
.hrcGlobal .treeLine.vertical {}
.hrcGlobal .treeLine.top {
	height: 24px;
	border-left-width: 1px;
}
.hrcGlobal .hrcItemWrapper.root > .treeLine.top {
	display: none;
}
.hrcGlobal .treeLine.bottom {
	height: 24px;
	border-left-width: 1px;
}
.hrcGlobal.horizontal .treeLine.bottom {
	border-style: dashed;
	border-color: #ccc;
}
.hrcGlobal.horizontal .hrcItemWrapper.opened > .treeLine.bottom {
	display: block;
}
.hrcGlobal .hrcItemWrapper.leaf > .treeLine.bottom, .hrcGlobal .hrcItemWrapper.leaf.opened > .treeLine.bottom {
	height: 0;
	border: none;
}
.hrcGlobal .treeLine.horizontal.left.fa {
	border: none;
}
.hrcGlobal .treeLine.left {
	flex: 1;
	border-bottom-width: 1px;
}
.hrcGlobal .treeLine.right {
	flex: 1;
	border-bottom-width: 1px;
}
.hrcGlobal .hrcItemBox {
	text-align: center;
}
.hrcGlobal .hrcItem {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.hrcGlobal .hrcItemCollapse {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 auto;
	padding: 0 6px;
}
.hrcGlobal .hrcItemCollapse.hide {
	display: none;
}
.hrcGlobal .hrcItemCollapseContent {
	flex: 1;
	font-size: 16px;
	padding: 6px;
	border: 1px #999 dotted;
	cursor: pointer;
	min-width: 116px;
}
.hrcGlobal .hrcItemCollapseContent:hover {
	opacity: 0.5;
}
.hrcGlobal .no-collapse .hrcItemCollapseContent:hover {
	opacity: 1;
}
.hrcGlobal .hrcItemFlexWrapper {
	position: relative;
	display: flex;
	flex-direction: column;
}
.hrcGlobal .hrcItemFlexWrapper:hover .hrcCollapse.btn {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	width: 18px;
	height: 18px;
	background-color: #999;
	background-image: url('../img/reduire1.svg');
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: center;
}
.hrcGlobal .hrcItemFlexWrapper:hover .hrcCollapse.btn:hover {
	background-color: #333;
}
.hrcGlobal .hrcEditItemBtnBox {
	position: absolute;
	top: 4px;
	right: 4px;
	display: none;
	flex-direction: row;
	z-index: 2;
}
.hrcGlobal .hrcEdit {
	width: 16px;
	height: 16px;
	background-image: url('../img/crayon.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.hrcGlobal .hrcEdit:hover {
	background-image: url('../img/crayon1.svg');
}
.hrcGlobal .hrcDelete {
	width: 16px;
	height: 16px;
	background-image: url('../img/corbeille.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.hrcGlobal .hrcDelete:hover {
	background-image: url('../img/corbeille1.svg');
}
.hrcGlobal .hrcAddItem {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
}
.hrcGlobal .hrcAddItem {
	position: absolute;
	display: none;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	cursor: pointer;
	z-index: 2;
}
.hrcGlobal .hrcDownCmdItem {
	position: absolute;
	display: none;
	bottom: -18px;
	left: calc(50% - 16px);
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 24px;
	cursor: pointer;
	z-index: 2;
}
.hrcGlobal .hrcAddItem.upItem {
	top: -26px;
	left: calc(50% - 9px);
	flex-direction: column;
	height: 24px;
}
.hrcGlobal .hrcAddItem.downItem {
	display: none;
	position: static;
	flex-direction: column;
	height: 24px;
}
.hrcGlobal .hrcTreeBtn {
	display: none;
	height: 24px;
	width: 16px;
	background-image: url('../img/tree.svg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.hrcGlobal .hrcItemWrapper.leaf .hrcTreeBtn { background-image: none; }
.hrcGlobal .hrcTreeBtn:hover { background-image: url('../img/tree_open.svg'); }
.hrcGlobal .hrcItemWrapper.opened > .hrcItem > .hrcItemFlexWrapper > .hrcDownCmdItem > .hrcTreeBtn:hover { background-image: url('../img/tree_close.svg'); }
.hrcGlobal .hrcItemFlexWrapper:hover .hrcTreeBtn {}
.hrcGlobal .hrcAddItem.leftItem {
	top: calc(50% - 9px);
	left: -26px;
	width: 32px;
}
.hrcGlobal .hrcAddItem.rightItem {
	top: calc(50% - 9px);
	right: -20px;
	flex-direction: row;
	width: 32px;
}
.hrcGlobal .hrcAddItem .arrow {
	width: 8px;
	height: 8px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.hrcGlobal .hrcAddItem.upItem .arrow {
	background-image: url('../img/arrow_up.svg');
}
.hrcGlobal .hrcAddItem.downItem .arrow {
	background-image: url('../img/arrow_down.svg');
}
.hrcGlobal .hrcAddItem.leftItem .arrow {
	background-image: url('../img/arrow_left.svg');
}
.hrcGlobal .hrcAddItem.rightItem .arrow {
	background-image: url('../img/arrow_right.svg');
}
.hrcGlobal .hrcAddItem .plus {
	width: 16px;
	height: 16px;
	background-image: url('../img/add.svg');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.hrcGlobal .hrcAddItem:hover .plus {
	background-image: url('../img/add1.svg');
}
.hrcGlobal .hrcItemCell {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.hrcGlobal .hrcItemFormBox {}
.hrcGlobal .hrcItemContentWrapper {}
.hrcGlobal.horizontal .hrcItemContentWrapper {
	display: none;
}
.hrcGlobal.horizontal .hrcItemWrapper.opened > .hrcItemContentWrapper {
	display: block;
}
.hrcGlobal .treeLineFiller {}
.hrcGlobal .hrcItemContentBox {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.hrcGlobal .hrcFormWrapper {}
.hrcGlobal .hrcFormCloseBtn {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3px;
	right: 3px;
	background-image: url('../img/close.svg');
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center center;
}
.hrcGlobal .hrcFormCloseBtn:hover {
	background-image: url('../img/close1.svg');
}
.hrcGlobal .hrcFormBox {}
.hrcGlobal .hrcFormBox .hrcAddItemBtnWrapper {
	margin: 12px;
	text-align: center;
}
.hrcGlobal .hrcFormBox .hrcAddItemBtnInfotxt {
	margin: 12px;
	font-size: 16px;
	text-align: center;
}

/* VERTICAL */
.hrcGlobal.vertical {}
.hrcGlobal.vertical .hrcItemBox {
	display: flex;
	flex-direction: row;
}
.hrcGlobal.vertical .hrcItemWrapper.root > .hrcItemBox > .fxTreeLine {
	display: none;
}
.hrcGlobal.vertical .treeLine.top {
	display: none;
}
.hrcGlobal.vertical .treeLine.bottom {
	display: none;
}
.hrcGlobal.vertical .treeLine.left {
	display: none;
}
.hrcGlobal.vertical .treeLine.right {
	display: none;
}
.hrcGlobal.vertical .treeLine.vertical.left {
	display: block;
	border-left-width: 1px;
	margin-left: 40px;
}
.hrcGlobal.vertical .hrcItemWrapper {
	margin-top: 24px;
}
.hrcGlobal.vertical .hrcItemWrapper.root {
	margin-top: 0;
}
.hrcGlobal.vertical .hrcItemWrapper.root > .hrcItemContentWrapper > .fxTreeLine .treeLine.vertical.left {
	margin-left: 20px;
}
.hrcGlobal.vertical .hrcItemWrapper.leaf .hrcItemContentWrapper {
	display: none;
}
.hrcGlobal.vertical .hrcItemContentWrapper {
	display: flex;
	flex-direction: row;
}
.hrcGlobal.vertical .hrcItemContentBox {
	flex-direction: column;
}
.hrcGlobal.vertical .treeLine.horizontal.middleTop {
	display: block;
	flex: 1;
	width: 20px;
	border-bottom-width: 1px;
}
.hrcGlobal.vertical .treeLine.horizontal.middleBottom {
	display: block;
	flex: 1;
	width: 20px;
}
.hrcGlobal.vertical .hrcItemWrapper.leaf.fc .treeLine.horizontal.middleBottom {
	background-color: #e9e9e9;
	margin-left: -1px;
}
.hrcGlobal.vertical .hrcItemWrapper.fu > .hrcItem .treeLine.horizontal.middleBottom {
	background-color: #e9e9e9;
	margin-left: -1px;
}
.hrcGlobal.vertical .hrcItemWrapper.fu > .hrcItemContentWrapper {
	background-color: #e9e9e9;
	margin-left: -1px;
}

/* VERTICAL A PARTIR DU NIV 1*/
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.root > .hrcItemBox {
	justify-content: center;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.root > .hrcItemContentWrapper > .fxTreeLine {
	display: none;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.root > .hrcItemContentWrapper > .hrcItemContentBox {
	flex-direction: row;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.root > .treeLine.bottom {
	display: block;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot {
	margin-top: 0;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot > .hrcItemContentWrapper > .fxTreeLine .treeLine.vertical.left {
	margin-left: 20px;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot > .hrcItemBox > .fxTreeLine {
	display: none;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot > .fxTreeLine .treeLine.left {
	display: block;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot > .fxTreeLine .treeLine.right {
	display: block;
}
.hrcGlobal.vertical.vNiv1 .hrcItemWrapper.subRoot > .treeLine.top {
	display: block;
}

/* VERTICAL A PARTIR DU NIV 2*/
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subRoot > .hrcItemBox {
	justify-content: center;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subRoot > .hrcItemContentWrapper > .fxTreeLine {
	display: none;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subRoot > .hrcItemContentWrapper > .hrcItemContentBox {
	flex-direction: row;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subRoot > .treeLine.bottom {
	display: block;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot {
	margin-top: 0;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot > .hrcItemContentWrapper > .fxTreeLine .treeLine.vertical.left {
	margin-left: 20px;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot > .hrcItemBox > .fxTreeLine {
	display: none;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot > .fxTreeLine .treeLine.left {
	display: block;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot > .fxTreeLine .treeLine.right {
	display: block;
}
.hrcGlobal.vertical.vNiv1.vNiv2 .hrcItemWrapper.subsubRoot > .treeLine.top {
	display: block;
}

.searchLib {}
.searchLib .searchLibFx {
	display: flex;
}
.searchLib .searchLibFilterBox {
	flex: 1;
	padding: 6px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
.searchLib .searchLibFilterBox .searchFilter {
	margin-bottom: 18px;
}
/*.searchLib .searchLibFilterBox label {
	display: block;
	margin-bottom: 3px;
}
.searchLib .searchLibFilterBox input {
	width: calc(100% - 6px);
}*/
.searchLib .searchLibFilterBox .info_msg {
	margin: 12px;
}
.searchLib .searchLibFilterBox .filterBtnWrapper {
	text-align: center;
}
.searchLib .searchLibFilterBox .filterBtn {}
.searchLib .searchLibFilterBox .libFilter {}
.searchLib .libFilter .libNodeWrapper {}
.searchLib .libFilter .libNodeBoxWrapper {
	display: flex;
	flex-direction: row;
}
.searchLib .libFilter .libNodeArrow {
	height: 12px;
	width: 12px;
	align-self: center;
	margin-right: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('../img/arrow_folder.svg');
}
.searchLib .libFilter .libNodeWrapper.noChild .libNodeArrow {
	display: none;
}
.searchLib .libFilter .libNodeArrow:hover {
	opacity: 0.5;
}
.searchLib .libFilter .libNodeArrow.folderOpen {
	background-image: url('../img/arrow_folder_open.svg');
}
.searchLib .libFilter .libNode {
	flex: 1;
}
.searchLib .libFilter .libNode:hover {}
.searchLib .libFilter .libNodeBox.libNode {}
.searchLib .libFilter .libNodeBox.utilisateur,
.searchLib .libFilter .libNodeBox.structure {
	margin-left: 18px;
}
.searchLib .libFilter .libNodeFlexWrapper  {
	display: flex;
	flex-direction: row;
	min-height: 24px;
	margin-top: 3px;
	padding: 3px;
	background-color: #ccc;
	border: 1px solid #aaa;
	font-weight: 400;
}
.searchLib .libFilter .libNode.selected > .libNodeFlexWrapper  {
	color: #fff;
	background-color: #333;
}
.searchLib .libFilter .libNodeFlexWrapper:hover {
	background-color: #bbb;
}
.searchLib .libFilter .libNodeChkBox {}
/*.searchLib .libFilter .libNodeImg {
	height: 24px;
	width: 24px;
	min-height: 24px;
	min-width: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
}
.searchLib .libFilter .libNodeImg.folder { background-image: url('../img/folder.svg'); }
.searchLib .libFilter .libNodeImg.folderOpen { background-image: url('../img/folder_open.svg'); }*/
.searchLib .libFilter .libNodeLabel {
	align-self: center;
	padding-left: 3px;
}
.searchLib .libFilter .libNodeContentBox {
	/*display: none;*/
	margin-left: 24px;
	/*padding: 6px 0;*/
}
.searchLib .searchLibResultBox {
	flex: 2;
	padding: 0 6px 6px 6px;
	border: 1px solid #999;
}
.searchLib .searchLibResultBox .libItemWrapper {
	padding: 6px;
	margin-top: 6px;
	border: 1px solid #777;
}
.searchLib .searchLibResultBox .libItemWrapper:hover {
	background-color: #ddd;
}
.searchLib .searchLibResultBox .libItemFlexWrapper {
	display: flex;
	flex-direction: row;
}
.searchLib .searchLibResultBox .libItemTypeWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg {
	height: 32px;
	width: 32px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.utilisateur { background-image: url('../img/user.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.structure { background-image: url('../img/structure.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.consigne { background-image: url('../img/consigne.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.formulaire { background-image: url('../img/formulaire.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.norme { background-image: url('../img/norme.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemTypeImg.procedure { background-image: url('../img/procedure.svg'); }
.searchLib .searchLibResultBox .libItemTypeWrapper .libItemType {
	margin: auto 0;
	font-size: 20px;
	padding-left: 12px;
}
.searchLib .searchLibResultBox .libItemFlexWrapper .libItemImg.file {
	height: 72px;
	width: 72px;
	min-height: 72px;
	min-width: 72px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75%;
	background-image: url('../img/file_pdf.svg');
}
.searchLib .searchLibResultBox .libItemFlexWrapper .libItemImg.file:hover {
	background-image: url('../img/file_pdf1.svg');
}
.searchLib .searchLibResultBox .libItemFlexWrapper .libItemLabel {
	font-size: 20px;
	margin: auto 0;
	font-weight: 400;
	padding-left: 18px;
}
.searchLib .searchLibResultBox .libItemFlexWrapper .libItemLabel.file {
	padding-left: 0;
	word-break: break-word;
	word-wrap: break-word;
}
.searchLib .searchLibResultBox .libItemNom {}
.searchLib .searchLibResultBox .libItemFonction {
	margin-top: 12px;
	font-size: 14px;
}
.searchLib .searchLibResultBox .libItemFonction .fLabel {
	font-weight: 300;
}
.searchLib .searchLibResultBox .libItemFonction .fTxt {}
.searchLib .searchLibResultBox .libItemInfoWrapper {}
.searchLib .searchLibResultBox .libItemInfoWrapper .libItemMC {}
.searchLib .searchLibResultBox .libItemWrapper.utilisateur .libItemMC {
	margin-top: 12px;
	font-size: 14px;
}
.searchLib .searchLibResultBox .libItemInfoWrapper label {
	font-weight: 600;
	margin: 12px 0 3px 0;
}
.searchLib .searchLibResultBox .libItemInfoWrapper .taggingWrapperNoEdit {}
.searchLib .searchLibResultBox .libItemInfoWrapper .taggingBox {
	min-height: 24px;
}
.searchLib .searchLibResultBox .libItemInfoWrapper .labelMC {
	font-weight: 400;
}
.searchLib .searchLibResultBox .tag {}
.searchLib .searchLibResultBox .tag.tagColor1 {
	background-color: #333;
}
.searchLib .searchLibResultBox .tag.tagColor2 {
	background-color: #666;
}
.searchLib .searchLibResultBox .libItemInfoWrapper .libItemDesc {
	padding: 3px;
}
.searchLib .searchLibResultBox .libItemInfoWrapper .labelDesc {
	font-weight: 400;
	margin-bottom: 3px;
}
.searchLib .searchLibResultBox .libItemInfoWrapper .libItemAide {}


.suggestionBox {
	margin-top: 36px;
}
.suggestionBox .labelWrapper {
	text-align: center;
	margin-bottom: 12px;
}
.suggestionBox .labelWrapper label {
	font-weight: 400;
	font-size: 16px;
}
.suggestionBox .msgWrapper {
	text-align: center;
}
.suggestionBox .msgWrapper textarea {
	width: calc(75% - 6px);
}
.suggestionBox .btnWrapper {
	margin-top: 12px;
	text-align: center;
}
.suggestionBox .btnWrapper button {
	font-weight: 600;
}
.suggestionBox .errors {
	width: calc(75% - 24px);
	color: #333;
	background-color: #f87e7e;
	border: 1px solid red;
	margin: 5px auto;
	padding: 12px;
	list-style: none;
	text-align: left;
	font-size: 12px;
}
.suggestionBox .status {
	width: calc(75% - 24px);
	color: #333;
	background-color: #A0BF38;
	border: 1px solid #A0BF38; /*#A5FA40;*/
	margin: 5px auto;
	padding: 12px;
	list-style: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
}
.suggestionBox .msgWrapper.errone {
	border: none;
	background-color: transparent;
}
.suggestionBox .msgWrapper.errone textarea {
	border: 1px solid #FF373C;
	/*background-color: #F77B8A;*/
}

.chantierMenuBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 36px;
}
.chantierMenuBox .chantierSelectWrapper {
	min-width: 134px;
	max-width: 450px;
	margin-left: auto;
}
.chantierMenuBox .chantierSelect {}
.chantierMenuBox .addChantier {
	margin-right: auto;
}
.chantierMenuBox .addChantier a.btn {
	margin-left: 6px;
	padding: 6px;
	font-size: 13px;
	line-height: 13px;
	font-weight: 300;
	color: #FFF;
	background-color: #666;
}
.chantierMenuBox .addChantier a.btn:hover {
	color: #333;
	background-color: #bbb;
}

.contentBox {}
.contentDiv {}
.contentDiv .formBox {}
.contentDiv .formBox.chantierObj {}
.contentDiv .formBox.chantierObj {}
.contentDiv .formBoxContent.chantierObj {}
.contentDiv .validateTips.chantier .err_msg {
	margin-top: 6px;
}
.contentDiv .inputWrapperInfoChantier {}
.contentDiv .inputWrapperFx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contentDiv .inputWrapper {}
.contentDiv .inputWrapper.flexDummy {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-color: transparent !important;
}
.contentDiv .inputFxWrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}
.contentDiv .inputSelectWrapper {}
.contentDiv .inputSelectWrapper label {}
.contentDiv .inputSelectWrapper select {}
.contentDiv .inputSelectUserWrapper {
	flex: 1;
}
.contentDiv .inputSelectDroitWrapper {
	margin-left: 6px;
}
.contentDiv .inputAddUserWrapper {
	margin-left: 6px;
	margin-top: auto;
}
.contentDiv .inputAddUserWrapper .chantierAddUser {
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: #d3d3d3;
	background-image: url(../img/ajouter.svg);
	background-repeat: no-repeat;
	background-size: auto 75%;
	background-position: center;
}
.contentDiv .inputAddUserWrapper .chantierAddUser:hover {
	opacity: 0.5;
}
.contentDiv .inputWrapper .itemUser {}
.contentDiv .inputWrapper .itemContentWrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contentDiv .inputWrapper .itemImg {
	max-width : 50%;
	overflow: hidden;
}
.contentDiv .inputWrapper .itemImg img {
	height: 33px;
	margin-right: 6px;
}
.contentDiv .inputWrapper .labelWrapper {
	flex: 1;
}
.contentDiv .inputWrapper .labelWrapper .labelUp {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}
.contentDiv .inputWrapper .labelWrapper .labelDown {}
.contentDiv .inputWrapper .chantierDelUser {
	width: 15px;
	height: 19px;
	background-image: url('../img/corbeille.svg');
}
.contentDiv .inputWrapper .chantierDelUser:hover {
	background-image: url('../img/corbeille1.svg');
}
.contentDiv label {
	display: block;
	margin: 6px 0 3px 0;
}
.contentDiv input,
.contentDiv textarea {
	width: calc(100% - 6px);
}
.contentDiv .formBoxContent.chantierObj textarea {
	min-height: 75px;
	resize: vertical;
}
.contentDiv .formBtnWrapper.chantier {
	margin-top: 24px;
	text-align: center;
}
.contentDiv .formBtnWrapper.chantier button {
	font-size: 18px;
}


.contentDiv .summaryBox.chantierObj {}
.contentDiv .summaryBox.chantierObj fieldset {
	border: 1px solid #999;
}
.contentDiv .summaryBoxContent.chantierObj {}
.contentDiv .sumWrapperInfoChantier {}
.contentDiv .sumWrapperInfoChantier .sumData {
	min-height: 14px;
}
.contentDiv .sumWrapperFx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contentDiv .sumWrapper {}
.contentDiv .sumWrapper.flexDummy {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-color: transparent !important;
}
.contentDiv .summaryBoxContent.chantierObj label {
	font-weight: 600;
}
.contentDiv .summaryBoxContent.chantierObj .sumData.pre {
	min-height: 42px;
}
.contentDiv .summaryBtnWrapper {
	margin: 12px 0 ;
}
.contentDiv .sumWrapper.second {
	display: none;
}
.contentDiv .sumWrapper .itemUser {}
.contentDiv .sumWrapper .itemContentWrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contentDiv .sumWrapper .itemImg {
	max-width : 50%;
	overflow: hidden;
}
.contentDiv .sumWrapper .itemImg img {
	height: 33px;
	margin-right: 6px;
}
.contentDiv .sumWrapper .labelWrapper {}
.contentDiv .sumWrapper .labelWrapper .labelUp {
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}
.contentDiv .sumWrapper .labelWrapper .labelDown {}

.contentDiv .sumWrapperCompJalonChantier {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
}
.sumWrapperCompJalonChantier .fsLegend {
	font-size: 18px;
	font-weight: 400;
	top: -9px
}
.contentDiv .sumWrapperJalonChantier {
	flex: 1;
	min-width: 240px;
}
/*.sumWrapperJalonChantier fieldset.jalonChantier {
	max-width: 320px;
}
.sumWrapperCompJalonChantier legend {
	font-size: 18px;
	font-weight: 400;
}*/
.sumWrapperJalonChantier .jalonChantierBtnWrapper {
	text-align: center;
}
.sumWrapperJalonChantier .jalonChantierBtnWrapper button {
	margin: 24px 0;
}
.sumWrapperJalonChantier .jalonChantierBtnWrapper button.showPrev,
.sumWrapperJalonChantier .jalonChantierBtnWrapper button.hidePrev {
	margin-bottom: 0;
}
.sumWrapperJalonChantier .sumWrapperFx.jalonChantier {}
.sumWrapperJalonChantier .sumWrapper.jalonChantier {
	flex-basis: auto;
	flex: 1;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier {}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier:first-child {
	margin-top: 24px;
}
.sumWrapper.jalonChantier .stateLabel {
	display: none;
	text-align: center;
	margin-top: 24px;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.prevJalonChantier .stateLabel {
	display: block;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.currJalonChantier .stateLabel {
	display: block;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.nextJalonChantier .stateLabel {
	display: block;
}
.sumWrapper.jalonChantier .itemBDD.itemJalonChantier {
	display: none;
	min-height: 36px;
	opacity: 0.6;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.prevJalonChantier .itemBDD.itemJalonChantier {
	display: block;
	opacity: 1;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.currJalonChantier .itemBDD.itemJalonChantier {
	display: block;
	opacity: 1;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.nextJalonChantier .itemBDD.itemJalonChantier {
	display: block;
	opacity: 1;
}
.sumWrapper.jalonChantier .itemBDD.itemJalonChantier .itemContentWrapper {
	min-height: 36px;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.validated .itemBDD.itemJalonChantier .itemContentWrapper {
	background-color: #75c071;
}
.sumWrapper.jalonChantier .itemWrapper.jalonChantier.passed .itemBDD.itemJalonChantier .itemContentWrapper {
	background-color: #c0c0c0;
}
.sumWrapper.jalonChantier .itemBDD.itemJalonChantier .itemContent {
	margin: 0 auto;
}
.sumWrapper.jalonChantier .itemBDD.itemJalon .labelWrapper {}
.sumWrapper.jalonChantier .itemBDD.itemJalon .label {}
.sumWrapper.jalonChantier .formWrapper.jalonChantier {}
.sumWrapper.jalonChantier .formBox.jalonChantier {
	padding: 6px;
}
.formBox.jalonChantier label {}
.formBox.jalonChantier label[for="ivalidation"] {
	margin-top: 12px;
}
.formBox.jalonChantier .formWData {}
.formBox.jalonChantier .formWData.pcd {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.formBox.jalonChantier .formWData.pcd .pcdViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.formBox.jalonChantier .formWData.pcd .pcdViewFile:hover {
	background-image: url('../img/apercu1.svg');
}
.sqSummaryWrapper .sumData.pcd .pcdName {}
.formBox.jalonChantier .formWData.pcd .pcdName {}
.formBox.jalonChantier .formWData.jalonFile {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.formBox.jalonChantier .formWData.jalonFile .jalonViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.formBox.jalonChantier .formWData.jalonFile .jalonViewFile:hover {
	background-image: url('../img/apercu1.svg');
}
.formBox.jalonChantier .formWData.validation {
	padding-top: 18px;
}
.formBox.jalonChantier .formWData.validation .fxWrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.formBox.jalonChantier .formWData.validation button {
	flex-basis: 84px;
	height: 84px;
	padding: 6px;
	margin-right: 12px;
	background-color: #d2d2d2;
	border: 1px solid #a0a0a0;
}
.formBox.jalonChantier .formWData.validation button:hover {
	background-color: #c0c0c0;
}
.formBox.jalonChantier .formWData.validation button.red {
	background-color: #d9534f;
	border: 1px solid #af1712;
}
.formBox.jalonChantier .formWData.validation button.red:hover {
	background-color: #cf3732;
}
.formBox.jalonChantier .formWData.validation button.yellow {
	background-color: #f9d859;
	border: 1px solid #df9500;
}
.formBox.jalonChantier .formWData.validation button.yellow:hover {
	background-color: #ffc90d;
}
.formBox.jalonChantier .formWData.validation button.green {
	background-color: #75c071;
	border: 1px solid #14830e;
}
.formBox.jalonChantier .formWData.validation button.green:hover {
	background-color: #34a32e;
}
.formBox.jalonChantier .formWData.validation button.view {}
.formBox.jalonChantier .formWData.validation button.send {}
.formBox.jalonChantier .formWData.validation button.pass {}
.formBox.jalonChantier .fichierEdit {
	flex-basis: 84px;
	height: 82px;
	padding: 0;
	margin: 0;
	margin-right: 12px;
	background-color: #d2d2d2;
	border: 1px solid #a0a0a0;
}
.formBox.jalonChantier .fichierEdit.yellow {
	background-color: #f9d859;
	border: 1px solid #df9500;
}
.formBox.jalonChantier .fichierEdit.yellow:hover {
	background-color: #ffc90d;
}
.formBox.jalonChantier .fileupload {
	height: 100%;
}
.formBox.jalonChantier .inputFileWrapper.jalonChantier {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: visible;
	height: 100%;
	line-height: normal;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	background-color: transparent;
	color: #333;
}
.formBox.jalonChantier .inputFileWrapper.jalonChantier:hover {
	background-color: transparent;
	color: #fff;
}
.formBox.jalonChantier .fichierEdit.yellow:hover .inputFileWrapper.jalonChantier {
	color: #fff;
}
.formBox.jalonChantier .inputFileWrapper.jalonChantier .inputFileTxt {}
.formBox.jalonChantier .inputFileWrapper.jalonChantier input {
	width: 100%;
	height: 100%;
	padding: 0;
}
.formBox.jalonChantier .fileWrapper.jalonChantier {}
.fileWrapper.jalonChantier .fichierEditWrapper.jalonChantier {}
.fileWrapper.jalonChantier .fichierEditProgressbar {}
.fileWrapper.jalonChantier .progressBar {}
.fileWrapper.jalonChantier .progressLabel {}
.fileWrapper.jalonChantier .fichierEditContentWrapper {}
.fileWrapper.jalonChantier .fichierEditContent {}
.fileWrapper.jalonChantier label {}
.fileWrapper.jalonChantier .fileBox {}
.fileWrapper.jalonChantier .filenameBox {}
.fileWrapper.jalonChantier .filename {
	max-width: 252px;
}
/*.fileWrapper.jalonChantier .size {}*/
.fileWrapper.jalonChantier .fileBoxBtnWrapper {}
.fileWrapper.jalonChantier .deleteUploaded {}

.contentDiv .sumWrapperHistoriqueChantier {
	flex: 1;
	min-width: 240px;
}
.sumWrapperHistoriqueChantier .itemHistoriqueContainer {
	max-height: 402px;
	overflow: auto;
}
.sumWrapperHistoriqueChantier .itemBDD.itemHistorique {}
.itemBDD.itemHistorique .itemContentWrapper {
	text-align: left;
}
.itemBDD.itemHistorique .itemContentWrapper.validated {
	background-color: #acd6aa;
}
.itemBDD.itemHistorique .itemContentWrapper.canceled {
	background-color: #e39997;
}
.itemBDD.itemHistorique .itemContentWrapper:hover {
	opacity: 1;
}
.itemBDD.itemHistorique .itemContent {
	position: relative;
	padding: 5px 0;
}
.itemBDD.itemHistorique .labelWrapper {
	display: table;
	width: 63%;
}
.itemBDD.itemHistorique .label {
	display: table-cell;
	vertical-align: middle;
}
.itemBDD.itemHistorique .action {
	font-size: 16px;
	font-weight: 300;
}
.itemBDD.itemHistorique .complement {
	position: absolute;
	width: 37%;
	right: 2px;
	font-size: 11px;
	text-align: right
}
.itemBDD.itemHistorique .complement.up {
	top: 2px;
}
.itemBDD.itemHistorique .complement.down {
	bottom: 2px;
}

.contentDiv .sumWrapperProgressChantier {
	flex: 1;
}
.sumWrapperProgressChantier .avmtContainer {}
.sumWrapperProgressChantier .avmtCanvasWrapper {
	position: relative;
	width: 100%;
	max-height: 220px;
}
.sumWrapperProgressChantier .globalPourcent {
	text-align: center;
	font-size: 18px;
	margin: 12px 0;
}
.sumWrapperProgressChantier .globalPourcentNb {
	font-weight: 600;
}
/*.sumWrapperProgressChantier canvas#avcmtChart {
	width: 300px;
	height: 230px;
}*/
.sumWrapperProgressChantier .chartLegend {}
.sumWrapperProgressChantier .progressDetailBox {}
.progressDetailBox .pgrWrap.sq1 {}
.progressDetailBox .pgrWrap.sq2 {
	margin-left: 36px;
}
.summaryBoxContent.chantierObj .progressDetailBox label {
	margin-top: 18px;
	font-size: 13px;
	font-weight: 300;
}
.progressDetailBox .progressBar {
	margin-top: 0
}
.progressDetailBox .progressBar.sq1 {}
.progressDetailBox .progressBar.sq2 {}
.progressDetailBox .progressLabel {}
.progressDetailBox .progressBar.sq1 .progressLabel {}
.progressDetailBox .progressBar.sq2 .progressLabel {}


.libGlobal {
	margin-top: 24px;
}
.libGlobal .libTreeWrapper {}
.libTreeWrapper .libTreeBox {}
.libTreeBox .libTitle {
	font-size: 18px;
	font-weight: 400;
	/*padding-left: 12px;*/
	margin-bottom: 24px;
}
.libTreeBox .libTreeContent {}
.libTreeBox .libTreeItemWrapper {
	position: relative;
}
/* utile sans imbriquation des element dans le DOM
.libTreeBox .libTreeItemWrapper:hover {
	background-color: #ddd;
}*/
.libTreeBox .libTreeItemBox {}
.libTreeBox .libTreeItemBox:hover {
	background-color: #ddd;
}
.libTreeBox .libTreeItemContentBox {}
.libTreeItemFlexWrapper {
	display: flex;
	flex-direction: row;
	min-height: 40px;
	padding: 3px;
}
.libTreeBox .libTreeItemImg {
	height: 40px;
	width: 40px;
	min-width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}
.libTreeBox .libTreeItemImg.folder { background-image: url('../img/folder.svg'); }
.libTreeBox .libTreeItemImg.folderOpen { background-image: url('../img/folder_open.svg'); }
.libTreeBox .libTreeItemImg.procedure { background-image: url('../img/procedure.svg'); }
.libTreeBox .libTreeItemImg.norme { background-image: url('../img/norme.svg'); }
.libTreeBox .libTreeItemImg.consigne { background-image: url('../img/consigne.svg'); }
.libTreeBox .libTreeItemImg.formulaire { background-image: url('../img/formulaire.svg'); }
.libTreeBox .libTreeItemLabel {
	margin: auto 0;
	font-size: 16px;
	font-weight: 400;
}
.libTreeBox .libTreeItemBtn {
	display: none;
	height: 40px;
	margin-left: 24px;
}
.libTreeBox .libTreeItemBox:hover .libTreeItemBtn {
	display: flex;
	flex-direction: row;
}
.libTreeBox .libTreeItemBtn .btn {
	height: 20px;
	width: 20px;
	margin: auto 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	opacity: 0.7;
}
.libTreeBox .libTreeItemBtn .editItem.btn { opacity:1; background-image: url('../img/crayon.svg'); }
.libTreeBox .libTreeItemBtn .editItem:hover { background-image: url('../img/crayon1.svg'); }
.libTreeBox .libTreeItemBtn .delItem { background-image: url('../img/corbeille.svg'); }
.libTreeBox .libTreeItemBtn .delItem:hover { background-image: url('../img/corbeille1.svg'); }
.libTreeBox .libTreeItemBtn .newRubrique { background-image: url('../img/ajouter_subfolder.svg'); }
.libTreeBox .libTreeItemBtn .newRubrique:hover { background-image: url('../img/ajouter_subfolder1.svg'); }
.libTreeBox .libTreeItemBtn .newItem { background-image: url('../img/ajouter_fichier.svg'); }
.libTreeBox .libTreeItemBtn .newItem:hover { background-image: url('../img/ajouter_fichier1.svg'); }
.libTreeBox .libTreeItemBtn .editRubrique.btn { opacity:1; background-image: url('../img/crayon.svg'); }
.libTreeBox .libTreeItemBtn .editRubrique:hover { background-image: url('../img/crayon1.svg'); }
.libTreeBox .libTreeItemBtn .delRubrique { background-image: url('../img/delete_folder.svg'); }
.libTreeBox .libTreeItemBtn .delRubrique:hover { background-image: url('../img/delete_folder1.svg'); }
.libTreeBox .libTreeItemDashBorder {
	/*position: absolute;
	left: -20px;
	top: -20px;
	height: 40px;
	width: 40px;
	border-left: 1px dashed #333;
	border-bottom: 1px dashed #333;*/
}
.libTreeBox .libTreeItemFormBox {
	margin-left: 40px;
	padding-bottom: 12px;
}
.libTreeBox .libTreeItemFormBox h2 {
	text-align: left;
}
.libTreeBox .libTreeItemFormBox input,
.libTreeBox .libTreeItemFormBox textarea,
.libTreeBox .libTreeItemFormBox select {
	width: 100%;
}
.libTreeBox .libTreeItemFormBox label {
	display: block;
	margin: 9px 0 3px 0;
}
.libTreeBox .libTreeItemFormBox label:nth-of-type(1) {
	/*margin-top:0;*/
}
.libTreeBox .libTreeItemFormBox .libBtnWrapper {
	margin-top: 12px;
}
.libTreeBox .libFormBox {}
.libTreeBox .libFormBoxContent {
	max-width: 300px;
}
.libTreeBox .libTreeItemRootWrapper {}
.libTreeBox .libTreeItemRootWrapper .libTreeItemRootBtn {
	padding: 3px;
}
.libTreeBox .libTreeItemRootWrapper .libTreeItemRootBtn .btn {
	height: 40px;
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url('../img/ajouter_folder.svg');
}

.libTreeBox .libTreeItemRootWrapper .libTreeItemRootBtn .btn:hover { background-image: url('../img/ajouter_folder1.svg'); }
.libTreeBox .libTreeItemRootWrapper .libFormWrapper {
	margin-left: 18px;
	padding-bottom: 12px;
}
.libTreeBox .libTreeItemRootWrapper .libFormWrapper h2 {
	text-align: left;
}
.libTreeBox .libTreeItemRootWrapper .libFormWrapper input,
.libTreeBox .libTreeItemRootWrapper .libFormWrapper textarea,
.libTreeBox .libTreeItemRootWrapper .libFormWrapper select {
	width: 100%;
}
.libTreeBox .libTreeItemRootWrapper .libFormWrapper label {
	display: block;
	margin: 9px 0 3px 0;
}
.libTreeBox .libTreeItemRootWrapper .libFormWrapper label:nth-of-type(1) {
	/*margin-top:0;*/
}
.libTreeBox .libTreeItemRootWrapper .libFormWrapper .libBtnWrapper {
	margin-top: 12px;
}

.libTreeBox .libFormBox.document {}
.libTreeBox .libFormBox.document .libBtnWrapper {}
.libTreeBox .libFormBox.document .libBtnFlexWrapper {
	display: flex;
	flex-direction: row;
}
.libTreeBox .libFormBox.document .addDocBtn {
	height: 24px;
	line-height: 24px;
	margin: 0 12px 12px 0;
	padding: 6px 6px 6px 36px;
	background-color: #c0c0c0;
	color: #333;
	font-weight: 400;
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: auto;
}
.libTreeBox .libFormBox.document .addDocBtn:hover, .libTreeBox .libFormBox.document .addDocBtn.selected {
	background-color: #333;
	color: #fff;
}
.libTreeBox .libFormBox.document button.libUndo {
	line-height: 24px;
	margin: 0 12px 12px 0;
	padding: 6px;
}
.libTreeBox .libFormBox.document .addDocBtn.pcd { background-image: url('../img/procedure.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.pcd:hover { background-image: url('../img/procedure1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.pcd.selected { background-image: url('../img/procedure1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.norme { background-image: url('../img/norme.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.norme:hover { background-image: url('../img/norme1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.norme.selected { background-image: url('../img/norme1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.csgn { background-image: url('../img/consigne.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.csgn:hover { background-image: url('../img/consigne1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.csgn.selected { background-image: url('../img/consigne1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.fmlr { background-image: url('../img/formulaire.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.fmlr:hover { background-image: url('../img/formulaire1.svg'); }
.libTreeBox .libFormBox.document .addDocBtn.fmlr.selected { background-image: url('../img/formulaire1.svg'); }

.libTreeBox .libFormBox.document .docBoxWrapper {}
.libTreeBox .libItemFormBox {
	max-width: 300px;
	/*padding-top: 18px;*/
}
.libTreeBox .libItemFormBox.sum label {
	font-weight: 600;
}
.libTreeBox .libItemFormBox .lbiBtnWrapper {
	margin-top: 24px;
}
.libTreeBox .libItemFormBox .taggingBox .tag.tagColor1 {
	background-color: #333;
}
.libTreeBox .libItemFormBox .taggingBox .tag.tagColor2 {
	background-color: #666;
}
.libTreeBox .libItemFormBox .sumData.lbi {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.libTreeBox .libItemFormBox .lbiViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url(../img/apercu.svg);
	background-size: 100%;
}
.libTreeBox .libItemFormBox .lbiViewFile:hover { background-image: url(../img/apercu1.svg); }
.libTreeBox .libItemFormBox .fichierEditContent .filenameBox .filename {
	max-width: 265px;
}
.libTreeBox .blocDroitAccesSum {
	margin-top: 6px;
}
.libTreeBox .bda_nomStructure {
	font-weight: 600;
}
.libTreeBox .bda_nomDroitAccesW {
	margin-left: 18px;
}

.libDAGW {}
.libDAGW .libDAW {
	margin-top: 16px;
}
.libDAGW .libDAH {
	font-weight: 600;
}
.libDAGW .libDAB {}
.libDAGW .libDAChkGW {}
.libDAGW .libDAChkW {
	margin-left: 16px;
}
.libDAGW .libDAChkW.strctureFille {
	margin-left: 32px;
}
.libDAGW .libDAChkW label {}
.libDAGW .libDAChkW input {
	width: auto;
}

.suggestionBox .labelWrapper {
	text-align: center;
	margin-bottom: 12px;
}
.suggestionBox .labelWrapper label {
	font-weight: 400;
	font-size: 16px;
}
.suggestionBox .msgWrapper {
	text-align: center;
}
.suggestionBox .msgWrapper textarea {
	width: calc(75% - 6px);
	border: 1px solid #666;
}
.suggestionBox .btnWrapper {
	margin-top: 12px;
	text-align: center;
}
.suggestionBox .btnWrapper button {
	font-weight: 600;
}
.suggestionBox .errors {
	width: calc(75% - 24px);
	color: #333;
	background-color: #f87e7e;
	border: 1px solid red;
	margin: 5px auto;
	padding: 12px;
	list-style: none;
	text-align: left;
	font-size: 12px;
}

.suggestionBox .status {
	width: calc(75% - 24px);
	color: #333;
	background-color: #A0BF38;
	border: 1px solid #A0BF38; /*#A5FA40;*/
	margin: 5px auto;
	padding: 12px;
	list-style: none;
	text-align: center;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
}
.suggestionBox .msgWrapper.errone {
	border: none;
	background-color: transparent;
}
.suggestionBox .msgWrapper.errone textarea {
	border: 1px solid #FF373C;
	/*background-color: #F77B8A;*/
}

.avmtChantiers {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.avmtChantiers .avmtChantierWrapper {
	border: 1px solid #999;
	margin: 6px;
	padding: 6px;
}
.avmtChantiers .showChantierBtnWrapper {
	text-align: center;
}
.avmtChantiers .showChantierBtn {}
.avmtChantiers .avmtContainer {}
.avmtChantiers .avmtCanvasWrapper {
	position: relative;
	width: 100%;
	max-height: 220px;
}
.avmtChantiers .globalPourcent {
	text-align: center;
	font-size: 18px;
	margin: 12px 0;
}
.avmtChantiers .globalPourcentNb {
	font-weight: 600;
}
/*.sumWrapperProgressChantier canvas#avcmtChart {
	width: 300px;
	height: 230px;
}*/
.avmtChantiers .chartLegend {}
.avmtChantiers .progressDetailBox {}
.avmtChantiers .pgrWrap.sq1 {}
.avmtChantiers .pgrWrap.sq2 {
	margin-left: 36px;
}
.avmtChantiers .progressDetailBox label {
	margin-top: 18px;
	font-size: 13px;
	font-weight: 300;
}

/*
**
** SQ sequencage
**
*/

.sqGlobal {
	display: flex;
	flex-direction: row;
}
.sqGlobal .sqBtn {}
.sqGlobal .sqNew.sqBtn {
	width: 100%;
	margin-top: 6px;
	background-color: #d3d3d3;
	background-image: url('../img/ajouter.svg');
	background-repeat: no-repeat;
	background-size: auto 75%;
	background-position: center;
	height: 30px;
}
.sqGlobal .sqNew.sqBtn:hover {
	opacity: 0.5;
}
.sqGlobal .sqTitle {
	padding: 12px;
	font-size: 20px;
	text-align: center;
}
.sqGlobal .sqWrapper {}
.sqGlobal .sqContent {}
.sqGlobal .sqContent .ui-state-highlight {
	border: 1px solid #999;
	background: #ddd;
	color: #333;
}
.sqglobal .sqBox {}
.sqGlobal .sqNewBox {}
.sqGlobal .sqNewBtnWrapper {}
.sqGlobal .sqFormWrapper {
	margin-left: 12px;
}
.sqFormWrapper button {
	width: auto;
}
.sqFormWrapper label {
	display: block;
	margin: 12px 0 6px 0;
}
.sqFormWrapper label.chkLabel {
	display: inline-block;
}
.sqFormWrapper input, .sqFormWrapper textarea, .sqFormWrapper select {
	width: calc(100% - 6px);
}
.sqFormWrapper input[type="checkbox"] {
	width: auto;
}
.sqFormWrapper textarea {
	min-height: 75px;
	resize: vertical;
}

.sqFormWrapper .pcdWrapper {}
.sqFormWrapper .pcdSelect {}
.sqFormWrapper .pcdSelectBox {
	display: flex;
	flex-direction: row;
}
.sqFormWrapper .pcdSelectWrapper {
	flex: 1;
}
.pcdWrapper .pcdBtnWrapper {
	text-align: center;
	margin-top: 18px;
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdView {
	display: inline-block;
	width: 27px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdView:hover {
	background-image: url('../img/apercu1.svg');
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdEditDisplay {
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url('../img/crayon.svg');
	background-size: 100%;
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdEditDisplay:hover {
	background-image: url('../img/crayon1.svg');
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdDel {
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url('../img/corbeille.svg');
}
.pcdWrapper .pcdBtnInlineWrapper span.pcdDel:hover {
	background-image: url('../img/corbeille1.svg');
}
.pcdWrapper .pcdFormWrapper {
	margin: 20px 0 40px 0;
}
.pcdWrapper .pcdFormbox {
	margin: 12px;
}

.sqSummaryWrapper {
	margin-left: 12px;
}
.sqSummaryWrapper label {
	display: block;
	margin: 12px 0 6px 0;
	font-weight: 600;
}
.sqSummaryWrapper .sumData {}
.sqSummaryWrapper .sumData.pcd {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sqSummaryWrapper .sumData.pcd .pcdViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.sqSummaryWrapper .sumData.pcd .pcdViewFile:hover {
	background-image: url('../img/apercu1.svg');
}
.sqSummaryWrapper .sumData.pcd .pcdName {}
.sqSummaryWrapper .sumData.frm {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sqSummaryWrapper .sumData.frm .frmViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.sqSummaryWrapper .sumData.frm .frmViewFile:hover {
	background-image: url('../img/apercu1.svg');
}
.sqSummaryWrapper .sumData.frm .frmName {}
.sqSummaryWrapper .sumData.jalonFile {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sqSummaryWrapper .sumData.jalonFile .jalonViewFile {
	width: 27px;
	min-width: 27px;
	margin-right: 6px;
	height: 19px;
	background-image: url('../img/apercu.svg');
	background-size: 100%;
}
.sqSummaryWrapper .sumData.jalonFile .jalonViewFile:hover {
	background-image: url('../img/apercu1.svg');
}
.sqSummaryWrapper .sumData.jalonFile .filename {}

.sqGlobal .sqFormBox {}
.sqGlobal .sqFormBoxContent {}
.sqGlobal .sqFormBoxContent .validateTips {}
.sqGlobal .sqBtnWrapper {
	margin-top: 12px;
	text-align: center;
}

/** SQ CUSTOM **/
.sequenceBox { display: flex; }
.sqWrapper.sqSequence.hideGlobal .sequenceBox.itemGlobal { display: none; }
.sqTitle.sqSequence {}
.sqNewBox.sqSequence {}
.sequenceItemWrapper {}
.itemBDD.itemSequence { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemSequence .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemSequence .itemFxWrapper { flex: 1; }

.sqWrapper.sqSequence_niv2 {margin-bottom: 18px; }
.sequence_niv2Box { display: flex; }
/*.sequence_niv2Box.itemGlobal { display: none; }*/
.sqTitle.sqSequence_niv2 {}
.sqNewBox.sqSequence_niv2 {}
.sequence_niv2ItemWrapper {}
.itemBDD.itemSequence_niv2 { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemSequence_niv2 .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemSequence_niv2 .itemFxWrapper { flex: 1; }

.sqWrapper.sqJalon { margin-bottom: 18px; }
.jalonBox { display: flex; flex-direction: row; }
/*.jalonBox.itemGlobal { display: none; }*/
.sqTitle.sqJalon {}
.sqNewBox.sqJalon {}
.jalonItemWrapper {}
.itemBDD.itemJalon { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemJalon .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemJalon .itemFxWrapper { flex: 1; }
.sqWrapper.sqJalon .fichierEditContent .filenameBox .filename { max-width: 283px; }

.lotBox { display: flex; }
.sqWrapper.sqLot.hideGlobal .lotBox.itemGlobal { display: none; }
.sqTitle.sqLot {}
.sqNewBox.sqLot {}
.lotItemWrapper {}
.itemBDD.itemLot { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemLot .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemLot .itemFxWrapper { flex: 1; }

.sqWrapper.sqOuvrage { margin-bottom: 18px; }
.ouvrageBox { display: flex; }
/*.ouvrageBox.itemGlobal { display: none; }*/
.sqTitle.sqOuvrage {}
.sqNewBox.sqOuvrage {}
.ouvrageItemWrapper {}
.itemBDD.itemOuvrage { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemOuvrage .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemOuvrage .itemFxWrapper { flex: 1; }

.sqWrapper.sqMesure { margin-bottom: 18px; }
.mesureBox { display: flex; }
/*.mesureBox.itemGlobal { display: none; }*/
.sqTitle.sqMesure {}
.sqNewBox.sqMesure {}
.mesureItemWrapper {}
.itemBDD.itemMesure { display: flex; flex-direction: row; align-items: center; }
.itemBDD.itemMesure .ItemCheckWrapper { flex-basis: 36px; }
.itemBDD.itemMesure .itemFxWrapper { flex: 1; }
.sqWrapper.sqMesure .fichierEditContent .filenameBox .filename { max-width: 283px; }

.itemBDD .itemFxWrapper { display: flex; flex-direction: row; align-items: center; }
.itemBDD .itemContentWrapper { flex: 1; }
.itemBDD:hover .itemContentWrapper { opacity: 0.9; }
.itemBDD.itemUnchecked .itemContentWrapper { opacity: 0.5; }
/*.itemBDD.itemGlobal.selected .itemContentWrapper, .itemBDD.itemGlobal.parentSelected .itemContentWrapper { opacity: 1; }*/
.itemBDD .itemBtnWrapper {}
.itemBDD.selected .itemBtnWrapper { display: block; }
.itemBDD.itemUnchecked.selected .itemBtnWrapper { display: none; }
.itemBtnWrapper span.sqEdit {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-left: 6px;
	background-image: url('../img/crayon.svg');
	background-size: auto 100%; 
}
.itemBtnWrapper span.sqEdit:hover { background-image: url('../img/crayon1.svg'); }
.itemBtnWrapper span.sqDel {
	display: inline-block;
	width: 15px;
	height: 19px;
	background-image: url('../img/corbeille.svg');
}
.itemBtnWrapper span.sqDel:hover { background-image: url('../img/corbeille1.svg'); }


.sequenceBox .itemBDD .itemContentWrapper {
	display: flex;
	flex-direction: column;
	min-height: 36px;
}
.sequenceBox .itemBDD .itemContent {
	margin: auto;
}
.sequenceBox .sequenceContentWrapper {}
/*.sequenceBox .sequenceChantierInputWrapper {
	margin-left: 12px;
	margin-bottom: 18px;
}*/
.sequenceBox .sequenceChantierInputBox {
	display: flex;
	flex-direction: row;
}
.sequenceBox .sotrWrapper {
	flex: 1;
}
.sequenceBox .structWrapper {}
.sequenceBox .structWrapper .structSelectBox {
	display: flex;
	flex-direction: row;
}
.sequenceBox .structWrapper .structSelectWrapper {
	flex: 1;
}
.sequenceBox .structWrapper h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.sequenceBox .structWrapper label {
	text-align: center;
}
.sequenceBox .structWrapper .formBtnWrapper {
	margin-top: 12px;
	text-align: center;
}
.sequenceBox .dlWrapper {
	margin-left: 12px;
}
.sequenceBox .dlWrapper label {
	text-align: center;
}
.sequenceBox .dlWrapper input {
	max-width: 80px;
}


.lotBox .itemBDD .itemContentWrapper {
	display: flex;
	flex-direction: column;
	min-height: 36px;
}
.lotBox .itemBDD .itemContent {
	margin: auto;
}
.lotBox .lotContentWrapper {}
.lotBox .lotChantierInputWrapper {
	width: 329px;
	margin-left: 12px;
	margin-bottom: 18px;
}
.lotBox .lotChantierInputBox {
	display: flex;
	flex-direction: row;
}
.lotBox .sotrWrapper {
	flex: 1;
}
.lotBox .structWrapper {}
.lotBox .structWrapper .structSelectBox {
	display: flex;
	flex-direction: row;
}
.lotBox .structWrapper .structSelectWrapper {
	flex: 1;
}
.lotBox .structWrapper h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}
.lotBox .structWrapper label {
	text-align: center;
}
.lotBox .structWrapper .formBtnWrapper {
	margin-top: 12px;
	text-align: center;
}
.lotBox .dlWrapper {
	margin-left: 12px;
}
.lotBox .dlWrapper label {
	text-align: center;
}
.lotBox .dlWrapper input {
	max-width: 80px;
}

.afBox {}
.afBox button {
	font-size: 12px;
    margin: 3px;
	background-color: #3f3e3e;
	color: #fff;
}
.afBox button:hover {
	opacity: 0.7;
}
.afBox .contentEditDiv input, .contentEditDiv textarea {
	font-size: 14px;
	outline: none;
}
.afBox .contentEditDiv textarea {
	height: 75px;
}

.afBox .contentEditDiv .clientFD .dtaFbCardCell:nth-of-type(1), .contentEditDiv .travauxFD .dtaFbCardCell:nth-of-type(1) {
	flex: 9;
}
.afBox .contentEditDiv .dtaFbCardContainer.globalContentEditDiv {
	justify-content: center;
}
.afBox .contentEditDiv h2 {
	text-align: center;
}
.afBox .contentEditDiv h3 {
	font-size: 16px;
	margin: 0;
	padding: 6px;
	text-align: center;
}
.afBox .contentEditDiv h3.h3Client {
	border: 1px solid #ccc;
	background-color: #ccc;
	margin-bottom: 6px;
}
.afBox .contentEditDiv h4 {
	font-size: 14px;
	margin: 0;
	padding: 6px;
}

.afBox .dtaFbCard.informationFD {
	font-size: 14px;
	margin: 6px;
	border: 1px solid #bbb;
	background-color: #bbb;
	min-width: 335px;
}
.afBox .dtaFbCard.clientFD {
	margin: 6px;
	min-width: 335px;
}
.afBox .dtaFbCard.clientFD .dtaFbCardContainer {
	padding: 6px;
}
.afBox .dtaFbCard.particulierFD {
	font-size: 14px;
	border: 1px solid #7cd1d7;
	background-color: #7cd1d7;
}
.afBox .dtaFbCard.entrepriseFD {
	font-size: 14px;
	border: 1px solid #f29000;
	background-color: #f29000;
}
.afBox .dtaFbCard.collectiviteFD {
	font-size: 14px;
	border: 1px solid #f8524c;
	background-color: #f8524c;
	margin: 6px 0;
}
.afBox .dtaFbCard.autresFD {
	font-size: 14px;
	border: 1px solid #999;
	background-color: #999;
}
.afBox .dtaFbCard.travauxFD {
	font-size: 14px;
	border: 1px solid #21c2f8;
	background-color: #21c2f8;
}

.afBox .fbRow {
	display: flex;
	flex: 1;
	margin-bottom: 6px;
}
.afBox .fbCell {
	flex: 1;
	display: flex;
}
.afBox .fbCell.autreClient {
	flex-direction: column;
	justify-content: space-between;
	margin-left: 6px;
}

.afBox .clientBtnBox, .afBox .bienBtnBox, .afBox .travauxBtnBox, .afBox .filtresSuppBtnBox {
	margin: 12px auto;
}

.afBox .clientBtnBox button, .afBox .bienBtnBox button, .afBox .travauxBtnBox button {
	color: #3f3e3e;
    background-color: #ccc;
}

.afBox .particulier:hover, .afBox .particulier.selected {
	background-color: #7cd1d7;
}
.afBox .entreprise:hover, .afBox .entreprise.selected {
	background-color: #f29000;
}
.afBox .collectivite:hover, .afBox .collectivite.selected {
	background-color: #f8524c;
}
.afBox .autres:hover, .afBox .autres.selected {
	background-color: #999;
}
.afBox .travaux:hover, .afBox .travaux.selected {
	background-color: #21c2f8;
}

.afBox .filtresSuppBtnBox {
	text-align: center;
	margin-bottom: 12px;
}
.afBox .filtresSuppBtnBox .input_wrapper {
	display: inline-block;
	margin-left: 6px;
}
.afBox .filtresSuppBtnBox .input_wrapper label {
	display: block;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
    margin: 0;
    padding: 1px 0 1px 6px;
    text-align: left;
    background-color: #3F3E3E;
    color: #fff;
}
.afBox .filtresSuppBtnBox .input_wrapper input {
	height: 25px;
	padding: 0 0 0 37px;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	color: #3F3E3E;
	border: none;
	background-image: url(../img/loupe.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 16px;
	background-color: #FFF;
	outline: none;
}
.afBox .filtresSuppBtnBox .input_wrapper input[name="cp"] {
	width: 60px;
}
.afBox .filtresSuppBtnBox .input_wrapper input[name="montant"] {
	width: 105px;
}

.afBox .financementListBox .dtaFbCardContainer {
	padding-left: 6px;
}
.afBox .financementBox.dtaFbCard {
	font-size: 14px;
	margin: 0 6px 6px 0;
	border: 1px dashed #666;
}
.afBox .financementBox .dtaFbCardRow {
	display: block;
}
.afBox .financementBox .dtaFbCardCell:nth-of-type(1) {
	float: right;
	color: #F00;
	font-size: 16px;
	font-weight: 400;
	padding-left: 6px;
}
.afBox .financementBox .dtaFbCardCellContent.admin {
	text-align: center;
}

/****** dtaFbCard ******/
.dtaFbCardContainer {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.dtaFbCard {
	display: flex;
	flex-direction: column;
}
.dtaFbCardRow {
	display: flex;
	flex-direction: row;
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #ECECEC;
    flex-grow: 1;
}
.dtaFbCardRow:nth-of-type(odd) {
	background-color: #F6F6F6;
}
.dtaFbCardRow:nth-of-type(even) {
	background-color: #ECECEC;
}
.dtaFbCardCell {
	flex: 1;
}