* {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */

}

a:link,
a:visited {
	text-decoration: none;
	color: black;
}

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: auto;
}

#spacer {
	clear: both;
}

#global_container {
	position: relative;
	min-height: 100%;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	align-items: center;
}

#navigation {
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #ffffff;
	margin: 0;
	padding: 2rem;
	padding-bottom: 1.5rem;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.164);
}

#navigation a:link,
#navigation a:hover,
#navigation a:visited {
	text-decoration: none;
}

#navigation .actif {
	color: #0e0000;
}

#navigation .inactif {
	color: #7f7f7f;
}

#titreMenu {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 10;
	left: 50%;
	top: 50%;
	color: #000000;
}

#titreMenu h1 {
	font-size: 1.5rem;
}

#titreMenu img {
	width: 40px !important;
	margin-left: 1rem;
}

li {
	list-style: none;
}


#main_menu ul li a {
	display: block;
	text-align: center;
	padding-right: 3rem;
	font-size: 1.2rem;
}

#connect_menu ul li a {
	display: block;
	float: left;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.2rem;
}

#alert_menu {
	float: right;
	padding: 0 20px;
	position: relative;
}

#alert_menu a {
	color: #080808;
	display: block;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#alert_menu a i {
	animation-name: jingle_bell;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	transform-origin: center top;
}

@keyframes jingle_bell {
	0% {
		transform: Rotate(0);
	}

	1% {
		transform: rotate(-20deg);
	}

	2% {
		transform: rotate(20deg);
	}

	3% {
		transform: rotate(-20deg);
	}

	4% {
		transform: rotate(20deg);
	}

	5% {
		transform: rotate(-20deg);
	}

	6%,
	100% {
		transform: rotate(0deg);
	}
}

#main_menu li a:hover {
	font-weight: bold;
}

#alert_menu:hover {
	background-color: #5a5d5e;
}

#alert_menu ul li {
	border-bottom: 1px solid #d6d6d6;
	box-sizing: content-box;
	display: block;
	float: none;
	padding: 2px 10px 10px;
	width: 450px;
	cursor: pointer;
	height: auto;
}

#alert_menu ul li:first-child {
	padding-top: 3px;
}

#alert_menu ul li:last-child {
	border-bottom: none;
	border-radius: 0 0 5px 5px;
}

#alert_menu ul li:hover {
	background-color: #4a4d4e;
	text-shadow: 0 1px 0 #333;
}

#alert_menu ul {
	box-sizing: content-box;
	float: none;
	position: absolute;
	right: 0;
	display: none;
	background-color: #5a5d5e;
	height: auto;
}

#alert_menu:hover ul {
	display: block;
	height: auto;
	background-color: #5a5d5e;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul {
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
}

#main_menu a.selected {
	color: #0c0000;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 12px;
	text-decoration-thickness: 2px;
}

#navigation li {
	display: inline;
	height: 30px;
	padding: 0;
	float: left;
}

#connect_menu ul {
	float: right;
}

#alert_menu {
	float: right;
	padding-right: 20px;
}

#page_container {
	padding: 30px 0 0 0;
	width: 100%;
}

#page_container h1 {
	font-size: 1.7em;
	color: #fff;
	vertical-align: middle;
}

#page_container h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#page_container h4 {
	font-size: 1.3em;
}

#footer {
	text-align: left;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 3rem;
	background-color: #dae6ff;
	padding-top: 0.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	font-size: 1.2rem;
	padding-top: 0.8rem;
	
}
@media (max-width: 1524px) {
  #footer {
    grid-template-columns: 1fr 2fr 1fr;
  }
  #main_menu ul li a {
	padding-right: 1.5rem;
  }
}

@media (max-width: 1400px) {
  #footer,#footer #stBtn {
    font-size: 1rem;
  }
}

@media (max-width: 1480px) {
  #main_menu ul li a {
	padding-right: 1.5rem;
	font-size: 16px;
  }

  #titreMenu h1{
	font-size: 20px;
  }
}


#footHd {
	position: absolute;
	right: 7px;
	padding-top: 0.8rem;
	color: black;
}

#contact {
	color: black;
	text-align: center;
}

#stBtn {
	color: black;
	border: none;
	text-decoration: underline;
	cursor: pointer;
	background-color: transparent;
	font-size: 1.2rem;
}

#mentionsLegales {
	cursor: pointer;
	color: black;
	text-decoration: underline;
	padding-left: 7px;
}

#politiqueConfidentialite {
	cursor: pointer;
	color: black;
	text-decoration: underline;
	padding-left: 7px;
}



/*-------LOGIN STARTS HERE -------*/

/*Vue accueil connexion*/
#connexionView #loginform #submitBtn {
	border-radius: 20px;
	margin: 2.5rem auto 0 auto;
	background-image: linear-gradient(to bottom right, #78b5fa, #283dfadc, #26319b);
	color: white;
	width: 90%;
	display: block;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
	transition: 0.3s;
}

#connexionView #loginform #submitBtn:hover {
	background-image: linear-gradient(to bottom right, #78b5fac2, #283dfaab, #26329b91);
}

.blurBackground {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15rem;
	margin-top: 10%;
	margin-bottom: 10%;
	background-color: #b4b4b431;
	padding: 5rem;
}

.blurBackground.blur {
	filter: blur(4px);
}

#connexionView h1 {
	padding-bottom: 2rem;
	color: #000000;
	font-size: 2.5rem;
	text-align: center;
}

#infoBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#infoBox img {
	width: 25%;
}

#loginBox {
	width: 40em;
}

#connexionView p {
	text-align: center;
	margin-bottom: 5rem;
	padding-top: 1rem;
	font-size: 1.5rem;
	padding-bottom: 0;
}

#connexionView #loginform {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0;
	border-radius: 20px;
	height: 35rem;
	width: 30rem;
}

#connexionView #loginform input {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
}

#connexionView #loginform label {
	font-size: 1.2rem;
	margin-top: 0;
}

#connexionView #usernameFieldset {
	padding: 2rem;
	padding-bottom: 1rem;
	display: grid;
}

#connexionView #passwordFieldset {
	padding: 2rem;
	padding-bottom: 0;
	display: grid;
}

#connexionView #titreLogin {
	text-align: center;
	margin-bottom: 2.5rem;
	padding-top: 2.5rem;
	font-size: 1.8rem;
	padding-bottom: 0;
}

#connexionView #loginform #newMdp,
#connexionView #loginform #newSession {
	color: blue;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	margin-top: 1rem;
	width: 100%;
	background-color: white;
	padding: 0;
}

#connexionView #loginform #newSession:hover,
#connexionView #loginform #newMdp:hover {
	color: rgba(0, 0, 255, 0.678);
}

.passwordWrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.passwordWrapper input {
	width: 100%;
}

.passwordIcon {
	position: absolute;
	right: 1rem;
	cursor: pointer;
	display: flex;
}

.passwordIcon svg {
	margin-top: 15px;
}

.passwordIcon svg:hover {
	stroke: #007bff;
}

.eye-on,
.eye-off {
	display: none;
	padding-bottom: 5px;
}

.eye-on.active,
.eye-off.active {
	display: inline;
	padding-bottom: 5px;

}

#passwordFieldset #wrongPsw {
	font-size: 1.2rem;
	color: rgb(196, 85, 34);
	text-align: left;
	padding-top: 1rem;
}

#errorWrapper {
	height: 2.5rem;
	overflow: hidden;
	position: relative;
}





/* Pop up contact supper technique */
#contactBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	display: block;
	backdrop-filter: brightness(50%);
}

#contactBox #contactTxt {
	font-size: 1.2rem;
	padding: 0.7rem;
	color: grey;
	margin: 0;
	margin-bottom: 2rem;
}

#contactBox p {
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 2rem;
	font-size: 1.8rem;
	padding-bottom: 0;
}

#contactBox #contactForm {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 10px 0;
	border-radius: 20px;
	height: 32rem;
	width: 40rem;
}

#contactBox #contactForm #emailContactSt {
	margin: 1.8rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	padding: 0.7rem;
	margin-top: 0.5rem;
	margin-bottom: 0;
	width: 90%;
}

#contactBox #contactForm textarea {
	margin: 1.8rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	width: 90%;
	padding: 0.8rem;
	height: 7rem
}

#contactBox #contactForm .annulerBtn {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	border: #00000052 solid 0.1rem;
	background: transparent;
}

#contactBox #contactForm .submitContactStBtn {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	background-color: #005af0;
	color: white;
	border: 0;
}

#contactBox #contactForm .submitContactStBtn:hover {
	background-color: #0058f0bd;
	cursor: pointer;
}

#contactBox #contactForm .annulerBtn:hover {
	background-color: red;
	color: white;
	cursor: pointer;
}

#stLayout {
	display: flex;
	flex-direction: column;
}

#contactBox #contactForm label {
	font-size: 1.2rem;
	margin-top: 0;
}

.nom_label {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

.nom_contact {
	position: absolute;
	left: -10000px;
	top: -10000px;
}





/*pop up récupéartion mdp*/
#newMdpBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	display: block;
}

#newMdpBox #mdpOublieTxt {
	font-size: 1.2rem;
	padding: 0.7rem;
	color: grey;
	margin-bottom: 1rem;
}

#newMdpBox p {
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 2rem;
	font-size: 1.8rem;
	padding-bottom: 0;
}

#newMdpBox #newMdpform {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 10px 0;
	border-radius: 20px;
	height: 25rem;
	width: 30rem;
}

#newMdpBox #newMdpform #email2 {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	margin-bottom: 2rem;
}

#newMdpBox #newMdpform .annulerBtn {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	border: #00000052 solid 0.1rem;
	background: transparent;

}

#btnLayout {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

#newMdpBox #newMdpform #submitNewMdpBtn {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	background-color: #0058f0;
	color: white;
	border: 0;
}

#newMdpBox #newMdpform #submitNewMdpBtn:hover {
	background-color: #0058f0bd;
	cursor: pointer;
	;
}

#newMdpBox #newMdpform .annulerBtn:hover {
	background-image: linear-gradient(to bottom right, #ff0000c2, #ff0000ab, #ff000091);
	color: white;
	cursor: pointer;
}

#emailFieldset3 {
	padding: 1rem;
	padding-bottom: 1rem;
	display: grid;
}





/*Formulaire demande de creation de compte*/
#newSessionBox {
	width: 40em;
}

#connexionView #newSessionform p {
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 2rem;
	font-size: 1.8rem;
	padding-bottom: 0;
}

#connexionView #newSessionform {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0;
	border-radius: 20px;
	height: 48rem;
	padding: 1rem;
	width: 35rem;
}

#connexionView #newSessionform .infos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#connexionView #newSessionform input {
	padding: 0.7rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	margin-top: 0.5rem;
}

#connexionView #newSessionform select {
	padding: 0.7rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	margin-top: 0.5rem;
}

#connexionView #newSessionform textarea {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	height: 7rem;
}

#connexionView #newSessionform label {
	font-size: 1.2rem;
	margin-top: 0;
}

#connexionView #nomFieldset {
	padding: 1rem;
	padding-bottom: 0.5rem;
	display: grid;
}

#connexionView #prenomFieldset {
	padding: 1rem;
	padding-bottom: 0.5rem;
	display: grid;
}

#connexionView #etabFieldset {
	padding: 1rem;
	padding-bottom: 0.5rem;
	display: grid;
}

#connexionView #roleFieldset {
	padding: 1rem;
	padding-bottom: 0.5rem;
	display: grid;
}

#connexionView #emailFieldset2 {
	padding: 1rem;
	padding-bottom: 0.5rem;
	display: grid;
}

#connexionView #commentaireFieldset {
	padding: 1rem;
	padding-bottom: 4rem;
	display: grid;
}

#connexionView #newSessionform #newSessionBtn {
	border-radius: 20px;
	margin: 1rem auto 0 auto;
	background-image: linear-gradient(to bottom right, #78b5fa, #283dfadc, #26319b);
	color: white;
	width: 95%;
	display: block;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
}

#connexionView #newSessionform #newSessionBtn:hover {
	background-image: linear-gradient(to bottom right, #78b5fac2, #283dfaab, #26329b91);
}

#connexionView #newSessionform #backLoginView {
	color: blue;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	margin-top: 1rem;
	width: 100%;
	background-color: white;
}

#connexionView #newSessionform #backLoginView:hover {
	color: rgba(0, 0, 255, 0.678);
}

#dropdown_user_container:hover ul {
	display: block;
}

#user_dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	width: 17rem;
	background: #ffffff;
	padding: 5px;
	border-radius: 5px 0 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 10px 0;
	display: none;
	z-index: 10000;
}

#user_dropdown li {
	padding: 10px;
	height: auto;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 1.2rem;
	z-index: 10000;
}

#user_dropdown li:hover {
	background: rgba(0, 0, 0, 0.2);
}






/*Modification du mot de passe temporaire*/
#tmpMdpBox {
	width: 40em;
}


#connexionView #tmpMdpform {
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0;
	border-radius: 20px;
	/* height: 48rem; */
	padding: 1rem;
	width: 35rem;
}

#connexionView #tmpMdpform .infos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

#connexionView #tmpMdpform input {
	padding: 0.7rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	margin-top: 0.5rem;
}

#connexionView #tmpMdpform select {
	padding: 0.7rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	margin-top: 0.5rem;
}

#connexionView #tmpMdpform textarea {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	border: #00000052 solid 0.1rem;
	background: transparent;
	font-size: 1rem;
	height: 7rem;
}

#connexionView #tmpMdpform label {
	font-size: 1.2rem;
	margin-top: 0;
}

#connexionView #tmpMdpform #submitTmpMdpBtn {
	border-radius: 20px;
	margin: 1rem auto 0 auto;
	background-image: linear-gradient(to bottom right, #78b5fa, #283dfadc, #26319b);
	color: white;
	width: 95%;
	display: block;
	border: none;
	cursor: pointer;
	font-size: 1.5rem;
}


#connexionView #tmpMdpform #submitTmpMdpBtn:hover {
	background-image: linear-gradient(to bottom right, #78b5fac2, #283dfaab, #26329b91);
}

#connexionView #tmpMdpform #submitTmpMdpBtn:disabled {
	background-image: linear-gradient(to bottom right, #57687dc2, #192167ab, #00052d91);
	cursor:default;
}

#notMatchPsw {
	font-size: 1.2rem;
	color: rgb(196, 85, 34);
	text-align: left;
	padding-top: 1rem;
}

#tmpMdpform fieldset {
	padding: 2rem;
	padding-bottom: 0;
	display: grid;
}




/*-------PAGE REPORTINGS -------*/

#filter {
	padding-top: 1rem;
	float: left;
	width: 220px;
	background: #f1f1f1;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.301);
	height: 500rem;
}

#filter_search {
	border: none;
	margin: 0 auto;
	margin-top: 1rem;
	padding: 7px;
	display: block;
	width: 200px;
	background: #fefeff;
	background-image: url("../images/search_icon.png");
	background-position: 170px center;
	background-repeat: no-repeat;
}

#filter form {
	padding: 10px 0px;
}

.menu_title {
	padding: 5px 10px;
	color: #ffffff;
}

.menu_content {
	color: #ffffff;
	width: 220px;
	position: fixed;
	max-height: calc(100vh - 200px);
	overflow-y: auto;
}

.menu_content::-webkit-scrollbar {
	width: 12px;
}


.menu_content H4 {
	color: #000000;
	cursor: pointer;
	padding-left: 3.5rem;
	display: flex;
	justify-content: space-between;
}

#filter ul {
	padding-bottom: 10px;
	display: none;
	overflow: auto;
	color: black;
}

#filter li {
	cursor: pointer;
	padding: 4px 10px 4px 36px;
}

#filter li:hover {
	background: #faffdc;
}

#filter .selected,
#filter .selected:hover {
	background-color: #28598F;
	font-weight: bold;
	color: white;
}

#filter a.btn_plus {
	color: #afb0b1;
	cursor: pointer;
	display: block;
	padding: 4px 10px 4px 36px;
}

#filter a.btn_plus:hover {
	background: #faffdc;
}

.icon_contexte {
	background-image: url("../images/google-docs.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 36px;
	margin-top: 2 px;
	margin-bottom: 2 px;
}

.icon_etablissement {
	background-image: url("../images/building.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 36px;
	margin-top: 2 px;
	margin-bottom: 2 px;
}

.icon_traitement {
	background-image: url("../images/calandre\ \(2\).png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 36px;
	margin-top: 2 px;
	margin-bottom: 2 px;
}

.icon_server {
	background-image: url("../images/data-server.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 36px;
	margin-top: 2 px;
	margin-bottom: 2 px;
}

#documents {
	margin-left: 220px;
	background: #ffffff;
	padding-top: 2rem;
	padding-bottom: 4rem;
}

.documents_title {
	padding: 5px 10px;
	color: #8e9399;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
}

.results_reporting_title {
	padding: 10px;
	color: #6b6d74;
	background: #ffffff;
}

#filter_etab li {
	display: none;
}

#filter_etab li:nth-child(-n+8) {
	display: list-item;
}

#filter_context li {
	display: none;
}

#filter_context li:nth-child(-n+8) {
	display: list-item;
}

#filter_trait li {
	display: none;
}

#filter_trait li:nth-child(-n+8) {
	display: list-item;
}

#table_docs {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 10px 0;
	border: none;
	border-radius: 10px;
}

#table_docs tr:first-child {
	border-bottom: 1px solid #b6b9c1;
}

.item_doc {
	height: 42px;
	background: #ffffff;
}

.item_doc:nth-child(2n+1) {
	height: 42px;
	background: #dbdbdb80;
}

.item_doc:hover {
	background: #faffdc;
}


.doc_etab.lsx,
.doc_etab.xls,
.doc_etab.lsb,
.doc_etab.XLS {
	background-image: url(../images//xlsx\ \(2\).png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.doc_etab {
	background-image: url(../images/pptx\ \(1\).png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.doc_etab.zip {
	background-image: url(../images/zip_icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.doc_etab.doc {
	background-image: url(../images/doc_icon_png.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.doc_etab.pdf {
	background-image: url(../images/pdf_icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.doc_etab.php {
	background-image: url(../images/web_icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
}

.item_doc span {
	padding: 13px 10px;
	display: inline-block;
	border-left: 1px solid #b6b9c1;
}

.doc_etab {
	padding-left: 44px;
	text-align: center;
}


.doc_trait {
	text-align: center;
}

.doc_date {
	text-align: right;
	color: #666;
}

.doc_libelle {
	text-align: left;
	padding-left: 20px;
}

.doc_download {
	padding: 5px;
	color: #ffffff !important;
	display: inline-block;
	border-radius: 5px;
	float: right;
	font-weight: bold;
	background-color: #A2CD6F;
	background-image: url(../images/download.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 26px;
	margin-right: 5px;
	transition: 0.3s;
}

.doc_download:hover {
	color: #ffffff;
	background-color: #5A9F74;
}





/*-------PAGE SUIVI -------*/
.icon_conso {
	background-image: url("../images/building.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 1rem;
	padding-left: 3rem;
	margin-top: 1rem;
}

.icon_conso1 {
	background-image: url("../images/calandre\ \(2\).png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 1rem;
	padding-left: 3rem;
	margin-top: 1rem;
}


.closed:after {
	background-image: url("../images/chevron-en-bas.png");
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	content: ' ';
	margin-top: 2px;
}

.opened:after {
	background-image: url("../images/chevron-en-haut.png");
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
	content: ' ';
	margin-top: 2px;
}

#btn_add_suivi {
	display: block;
	background-image: url("../images/add_suivi_icon.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 36px;
	font-size: 1.3em;
	font-weight: bold;
	color: #f1f3f7;
}

#btn_add_suivi:hover {
	background-color: #555a5c;
}

#suivi {
	margin-left: 220px;
	background: #ffffff;
}

#add_suivi_menu {
	text-align: center;
}

#add_suivi_menu h3 {
	padding: 5px;

}

#document a,
#etablissements a,
#mois a,
#annee a {
	cursor: pointer;
	padding: 5px;
}

#etablissements a {
	line-height: 26px;
}

#document a:hover {
	background: #d9e2d9;
	color: #000000;
}

#etablissements a:hover {
	background: #d9e2d9;
	color: #000000;
}

#mois a:hover {
	background: #d9e2d9;
	color: #000000;
}

#annee a:hover {
	background: #d9e2d9;
	color: #000000;
}

#add_suivi_menu .selected,
#add_suivi_menu .selected:hover {
	background: #8ecc8e;
	font-weight: bold;
}

#document,
#etablissements,
#mois,
#annee {
	width: 600px;
	margin: 0 auto;
}

#datepicker {
	margin: 0 auto;
}

#dialog {
	visibility: hidden;
}

.suivi_container,
#log_panel {
	padding: 20px;
	height: 100%;
	overflow: auto;
	position: relative;
}

.suivi_mensuel {
	width: 100%;
	white-space: nowrap;
	background: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0px 4px 6px #636363;
	border-collapse: collapse;
	border-color: #767778;
}


.suivi_mensuel.alldate {
	margin-top: 35px;
}

.suivi_mensuel td {
	padding: 5px;
	min-width: 45px;
}

.item_lvl0 {
	font-size: 1.3em;
	font-weight: bold;
	color: #f1f3f7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.item_lvl0 th {
	padding: 10px;
	font-weight: bold;
}

.item_lvl1 {
	font-size: 1.3em;
	background: #767778;
	color: #f1f3f7;
	border-bottom: 1px solid #474747;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px #767778;
	-moz-box-shadow: 0 1px 2px #767778;
	box-shadow: 0 1px 2px #767778;
}

.item_lvl1.selected {
	box-shadow: 0 1px 0 #8f9091;
}

.item_lvl1 td {
	font-weight: bold;
	text-shadow: 0px 0px 1px #030303;
	filter: dropshadow(color=#030303, offx=1, offy=1);
	border: none;
	border-right: 0 solid;
	border-left: 0 solid;
}

.item_lvl1 td:first-child {
	background-image: url(../images/arrow-down.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-left: 36px;
}

.item_lvl1.selected td:first-child {
	background-image: url(../images/arrow-right.png);
}

.item_lvl2 {
	cursor: pointer;
	display: none;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
}

.item_lvl2 td:first-child {
	background: #e6e9e9;
	background-image: url(../images/arrow-down-dark.png);
	background-position: 36px center;
	background-repeat: no-repeat;
	padding-left: 57px;
}

.item_lvl2.selected td:first-child {
	background-image: url(../images/arrow-right-dark.png);
}

.item_lvl2.new {
	font-weight: bold;
	background: #F9EDBE;
}

.item_lvl2 td {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

.item_lvl3 td {
	border-right: 1px solid #d6d6d6;
}

.item_lvl3 td:first-child {
	padding-left: 82px;
	white-space: normal;
}

.item_lvl3 td:first-child p {
	display: inline-block;
	padding-top: 5px;
}

.item_lvl3 td:first-child div {
	float: right;
}

.file_ok {
	background-color: #48B548;
	background-image: url("../images/check_icon_green.png");
	background-position: 7px center;
	background-repeat: no-repeat;
	border: 1px solid #377636;
	border-radius: 5px 5px 5px 5px;
	color: white;
	display: inline-block;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	text-shadow: 0 -1px 0 #377636;
	margin-right: 5px;
}

.file_broken {
	color: white;
	background-color: #CA4343;
	background-image: url("../images/cross_icon_red.png");
	background-position: 7px center;
	background-repeat: no-repeat;
	border: 1px solid #963232;
	border-radius: 5px 5px 5px 5px;
	display: inline-block;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	text-shadow: 0 -1px 0 #963232;
	margin-right: 5px;
}

.file_missing {
	background-color: #E6E9E9;
	background-position: 7px center;
	background-repeat: no-repeat;
	border: 1px solid #D6D6D6;
	border-radius: 5px 5px 5px 5px;
	color: #D6D6D6;
	display: inline-block;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	text-shadow: 0 1px 0 #EFEFEF;
	margin-right: 5px;
}

.suivi_etapes {
	display: none;
}

.etape_done {
	background-image: url(../images/check_icon.png);
	background-position: 57px 10px;
	background-repeat: no-repeat;
}

.etape_actuelle {
	background-image: url(../images/cogs_icon_16.png);
	background-position: 57px 10px;
	background-repeat: no-repeat;
}

.etape_attente {
	background-image: url(../images/timer16.png);
	background-position: 57px 10px;
	background-repeat: no-repeat;
}

.etape_ordre {
	color: #e5772e;
	background-image: url(../images/cross_icon_orange_16.png);
	background-position: 57px 10px;
	background-repeat: no-repeat;
}

.etape_error {
	color: red;
	background-image: url(../images/cross_icon_red.png);
	background-position: 57px 10px;
	background-repeat: no-repeat;
}

.etape_todo {
	color: #d6d6d6;
}

.pbar {
	/*background: none repeat scroll 0 0 #F1F1F1;*/
	background: #636363;
	background: -moz-linear-gradient(top, #636363 0%, #767778 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #636363), color-stop(100%, #767778));
	background: -webkit-linear-gradient(top, #636363 0%, #767778 100%);
	background: -o-linear-gradient(top, #636363 0%, #767778 100%);
	background: -ms-linear-gradient(top, #636363 0%, #767778 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636363', endColorstr='#767778', GradientType=0);
	background: linear-gradient(top, #636363 0%, #767778 100%);
	height: 23px;
	display: block;
	margin: 0 5px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 -1px 1px #2A2E30, 0 0 1px #d6d6d6;

}

.pbar_bar {
	height: 23px;
	background: #58dd58;
	background: -moz-linear-gradient(top, #58dd58 0%, #48b548 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #58dd58), color-stop(100%, #48b548));
	background: -webkit-linear-gradient(top, #58dd58 0%, #48b548 100%);
	background: -o-linear-gradient(top, #58dd58 0%, #48b548 100%);
	background: -ms-linear-gradient(top, #58dd58 0%, #48b548 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58dd58', endColorstr='#48b548', GradientType=0);
	background: linear-gradient(top, #58dd58 0%, #48b548 100%);
	font-weight: bold;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	max-width: 100%;
	box-shadow: 0 1px 1px #767778 inset;
}

.progress {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
}

.tableau_suivi_header {
	padding: 10px;
	color: white;
	background-color: #28598F;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.etab_icon {
	height: 42px;
	width: 42px;
	background-repeat: no-repeat;
	padding: 0;
	text-align: center;
}

.etab_icon.ok {
	background-image: url('../images/round_checkmark_icon.png');
	background-position: center center;
}

.etab_icon.transfert {
	background-image: url('../images/cogs_icon.png');
	background-position: center center;
}

.etab_icon.attente {
	background-image: url('../images/timer32.png'); //background-image:url('../images/round_icon.png');
	background-position: center center;
}

.etab_icon.broken {
	background-image: url('../images/round_delete_icon.png');
	background-position: center center;
}

.etab_icon.ordre {
	background-image: url('../images/round_delete_icon_orange.png');
	background-position: center center;
}

.etablissement {
	width: 25%;
	font-weight: bold;
}

.etat,
.cell_progress {
	width: 50%;
}

.version {
	width: 18.5%;
	text-align: center;
}

.little_libelle {
	color: #767778;
	font-size: 0.8em;
	padding-left: 5px;
}

.time_ago {
	color: #767778;
	font-size: 0.8em;
	padding-left: 5px;
}

.time_ago.red {
	color: #e5772e;
}

.time_ago.tred {
	color: red;
}

.xml_button {
	background-image: url('../images/doc_icon_dark.png');
	background-color: #E6E9E9;
	background-position: 7px center;
	background-repeat: no-repeat;
	border: 1px solid #D6D6D6;
	border-radius: 5px 5px 5px 5px;
	color: #4c5052;
	display: inline-block;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	margin-left: 10px;
	opacity: 0.3;
}

.xml_button:hover {
	opacity: 1;
	cursor: pointer;
}

#filter_statut {
	padding: 10px;
	color: #6b6d74;
	background: #e8eaef;
	background: -moz-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8eaef), color-stop(100%, #bcbec6));
	background: -webkit-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -o-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -ms-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8eaef', endColorstr='#bcbec6', GradientType=0);
	background: linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	text-align: right;
}

.filter_statut_button {
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #d6d6d6;
	border-radius: 5px 5px 5px 5px;
	color: #4c5052;
	display: inline-block;
	font-weight: bold;
	margin: 0 5px;
	font-size: 0.8em;
	padding: 5px;
	cursor: pointer;
	opacity: 0.3;
	position: relative;
	z-index: 1;
}

.filter_statut_button.selected {
	background-color: #bcbec6;
	opacity: 1;
	box-shadow: 0 1px 2px inset;
}

.filter_statut_button:hover {
	opacity: 0.8;
	z-index: 555;
}

.filter_statut_button.dispo {
	background-image: url('../images/check_icon.png');
	padding-left: 26px;
}

.filter_statut_button.tous {
	opacity: 1;
}

.filter_statut_button.erreur {
	background-image: url('../images/cross_icon_dark_16.png');
	padding-left: 26px;
}

.has_notif {
	opacity: 1;
}

.has_notif:after {
	content: attr(data-notif);
	position: absolute;
	top: -10px;
	left: 95%;
	margin-left: -9px;
	display: block;
	background: #767778;
	color: white;
	width: 19px;
	height: 12px;
	border-radius: 10px;
	font-size: 0.7em;
	text-align: center;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 1px;
	z-index: 555;
	box-shadow: 0 2px 2px #767778;
	/*display:none;*/
}

.filter_statut_button.encours {
	background-image: url('../images/cogs_icon_16.png');
	padding-left: 26px;
}

.filter_statut_button.attente {
	background-image: url('../images/round_icon_dark_16.png');
	padding-left: 26px;
}

.filter_statut_button.TSE {
	position: absolute;
	right: 30px;
	padding: 8px;
}

.filter_statut_button.TSE.has_notif:after {
	font-size: 1em;
}





/* ---------------------TOOLTIP ------------------------------------*/
.tooltip {
	position: relative;
	display: block;
	text-decoration: none;
	color: #222;
	outline: none;
	height: 32px;
	width: 100%;
}

.tooltip span {
	white-space: normal;
	visibility: hidden;
	position: absolute;
	bottom: 37px;
	left: 50%;
	z-index: 999;
	width: 230px;
	margin-left: -115px;
	padding: 10px;
	border: 2px solid #ccc;
	opacity: 1;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .5) inset;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-weight: bold;
}

.tooltip span.orange {
	background: rgb(253, 145, 74);
	background: -moz-linear-gradient(top, rgba(253, 145, 74, 1) 0%, rgba(219, 124, 65, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 145, 74, 1)), color-stop(100%, rgba(219, 124, 65, 1)));
	background: -webkit-linear-gradient(top, rgba(253, 145, 74, 1) 0%, rgba(219, 124, 65, 1) 100%);
	background: -o-linear-gradient(top, rgba(253, 145, 74, 1) 0%, rgba(219, 124, 65, 1) 100%);
	background: -ms-linear-gradient(top, rgba(253, 145, 74, 1) 0%, rgba(219, 124, 65, 1) 100%);
	background: linear-gradient(top, rgba(253, 145, 74, 1) 0%, rgba(219, 124, 65, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd914a', endColorstr='#db7c41', GradientType=0);
	border-color: #cf773d;
	color: #f0f0f0;
}

.tooltip span.rouge {
	background: rgb(220, 94, 94);
	background: -moz-linear-gradient(top, rgba(220, 94, 94, 1) 0%, rgba(184, 38, 38, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 94, 94, 1)), color-stop(100%, rgba(184, 38, 38, 1)));
	background: -webkit-linear-gradient(top, rgba(220, 94, 94, 1) 0%, rgba(184, 38, 38, 1) 100%);
	background: -o-linear-gradient(top, rgba(220, 94, 94, 1) 0%, rgba(184, 38, 38, 1) 100%);
	background: -ms-linear-gradient(top, rgba(220, 94, 94, 1) 0%, rgba(184, 38, 38, 1) 100%);
	background: linear-gradient(top, rgba(220, 94, 94, 1) 0%, rgba(184, 38, 38, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc5e5e', endColorstr='#b82626', GradientType=0);
	color: #f0f0f0;
	border-color: #AA2323;

}

.tooltip:hover {
	border: 0;
	/* IE6 fix */
}

.tooltip:hover span {
	visibility: visible;
}

.tooltip span:before,
.tooltip span:after {
	content: "";
	position: absolute;
	z-index: 1000;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-top: 8px solid #ddd;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 0;
}

.tooltip span.orange:before,
.tooltip span.orange:after {
	border-top: 8px solid rgba(219, 124, 65, 1);
}

.tooltip span.rouge:before,
.tooltip span.rouge:after {
	border-top: 8px solid rgba(184, 38, 38, 1);
}





/* ---------------------APERCU XML ---------------------------------*/
.xml_container {
	background: #ffffff;
	padding: 20px;
	color: #4c5052;
}

.xml_spacer {
	margin-bottom: 40px;
}

.xml_header {
	color: #f0f0f0;
	font-size: 2em;
	text-transform: capitalize;
	padding: 10px 5px;
	text-align: center;
	text-shadow: 0 2px 2px #000000;
}

.xml_title {
	font-size: 2em;
	font-weight: bold;
	text-transform: capitalize;
	background-position: 5px center;
	background-repeat: no-repeat;
	padding: 10px 5px 10px 40px;
}

.xml_subtitle {
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0 1px 0 #E8E9EC;
	padding: 5px 25px;
}

.xml_synthese {
	background-image: url('../images/cogs_icon.png');
}

.xml_rapport {
	background-image: url('../images/doc_icon_30.png');
}

.xml_table_params {
	font-size: 0.9em;
	margin-left: 40px;
}

.xml_table_params:first-child {
	font-size: 0.9em;
	margin: 0 0 40px 40px;
}

.xml_table_params td {
	padding: 5px;
	border-bottom: 1px dotted #d6d6d6;
}

.param {
	display: block;
	padding: 3px;
	font-weight: bold;
	color: #6b6d74;
	background: #e6e9e9;
	border: 1px solid #d6d6d6;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 2px 2px #4c5052;
}

.xml_table_rapport {
	font-size: 0.9em;
	margin: 5px 0 20px 40px;
}

.xml_table_rapport td,
.xml_table_rapport th {
	padding: 5px;
	border: 1px solid #d6d6d6;
}

.xml_table_rapport th {
	background: #e8eaef;
	background: -moz-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8eaef), color-stop(100%, #bcbec6));
	background: -webkit-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -o-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	background: -ms-linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8eaef', endColorstr='#bcbec6', GradientType=0);
	background: linear-gradient(top, #e8eaef 0%, #bcbec6 100%);
	font-size: 1.3em;
	font-weight: bold;
	color: #6B6D74;
	padding: 10px;
	text-shadow: 0 1px 0 #E8E9EC;
	text-align: center;
}

.xml_table_rapport tr td:first-child {
	background: #e6e9e9;
}

.xml_cross {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/cross_icon_dark_16.png');
}

.xml_check {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/check_icon.png');
}

/* ---------------------SITE COMMERCIAL ----------------------------*/
#HD_title_bar {
	height: 54px;
	color: #f1f3f7;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #5F5F5F;
	background: #fefeff;
	background: -moz-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefeff), color-stop(100%, #e1e5ea));
	background: -webkit-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: -o-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: -ms-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='#e1e5ea', GradientType=0);
	background: linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	position: relative;
}

#HD_title_logo_L {
	height: 54px;
	background-image: url('../images/hd_logo1.png'), url('../images/hd_logo_2.png');
	background-repeat: no-repeat, repeat-x;
	background-position: left center, center;
	display: inline-block;
	width: 100%;
	padding: 0;
}

#HD_title_logo_R {
	height: 49px;
	background: url('../images/icone.png'), #fefeff;
	background: url('../images/icone.png'), -moz-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: url('../images/icone.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefeff), color-stop(100%, #e1e5ea));
	background: url('../images/icone.png'), -webkit-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: url('../images/icone.png'), -o-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background: url('../images/icone.png'), -ms-linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefeff', endColorstr='#e1e5ea', GradientType=0);
	background: linear-gradient(top, #fefeff 0%, #e1e5ea 100%);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;
	background-size: auto 53px;
	width: 66px;
	margin: auto;
	position: absolute;
	right: 0;
	top: 3px;
}

#container_hd {
	display: table;
	background: #fff;
	width: 100%;
}

#container_exco {
	display: table;
	/* background:#fff; */
	width: 100%;
	text-align: center;
}

#container_exco h1 {
	color: black;
	margin: 50px;
}

#hd_menu {
	/*float:left;*/
	width: 150px;
	height: 314px;
	background-image: url(../images/hd_leit_background.png);
	background-position: 1px 0px;
	background-repeat: repeat-x;
	/*display:none;*/
	display: table-cell;
	vertical-align: top;
}

#hd_menu li {
	padding: 4px 10px 4px 36px;
	font-size: 1.3em;
	font-weight: bold;
}

#hd_menu ul {
	padding-top: 36px;
}

#hd_content {
	background: #fff;
	display: table-cell;
}

#hd_content h1 {
	background: #fff;
	color: #29702E;
	padding: 15px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	display: inline-block;
	width: 100%;

}

#hd_content h2 {
	background: #fff;
	color: #2F8034;
	padding: 10px;
	text-decoration: underline;
	font-weight: bold;
}

#hd_content h3 {
	background: #fff;
	color: #359436;
	padding: 10px;
	font-weight: bold;
}

#hd_content div.big_caption {
	height: 316px;
	background-image: url(../images/hd_leit.png), url(../images/hd_leit_background.png);
	background-position: center, center;
	background-repeat: no-repeat, repeat-x;
	display: block;
}

#hd_tab_client {
	width: 60%;
	border: 0;

	margin: auto;
	margin-top: 35px;
}

#hd_tab_client td {
	vertical-align: top;
}

.tab-prod {
	display: table;
	width: 80%;
	margin: 0 auto;
	padding: 15px;
}

.table-row {
	display: table-row;
}

.bloc {
	display: table-cell;
	width: 50%;
	/*border-style: solid;
    border-width: 1px;*/
	padding: 2px;
}

.bloc p {
	width: 80%;
	padding-left: 15px;
	text-align: justify;
}

.bloc ul {
	list-style-type: circle;
	padding: 20px;

}

.bloc li {
	list-style-type: circle;
}

.bloc li li {
	list-style-type: square;
}

#hd_contenu {
	/*width:774px;*/
	width: 80%;
	margin: 0 auto;
}

.csc-firstHeader {
	color: #005746;
	/*margin-left:150px;*/
	font-size: 1.5em;
	padding: 10px;
}

.csc-secondHeader {
	color: #0000cc;
	margin-left: 30px;
	font-size: 1.4em;
	padding: 10px;
}

.csc-thirdHeader {
	color: #0000cc;
	margin-left: 50px;
	font-size: 1.35em;
	padding: 10px;
}

.bodytext {
	color: #005746;
	font-size: 1.25em;
	width: 80%;
	margin: 0 auto;
	/*/margin-left:250px;*/

}

.bodytextprincipal {
	color: #005746;
	font-size: 1.5em;
	width: 80%;
	margin: 0 auto;
	/*/margin-left:250px;*/

}

.tab-menu {
	display: table;
	table-layout: fixed;
	border-spacing: 10px;


	margin: auto;
}

.tab-row {
	display: table-row;

}

.tab-cell {
	display: table-cell;
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
}

/*.contain{
width:100%;
height:100%;
color:#005746;
font-size:1.5em;
background-color:#FFF;
}*/

#pgbtot {
	min-width: 150px;
}

.contain {
	perspective: 1000px;
	-ms-transform: perspective(1000px);

	transform-style: preserve-3d;
}

/* flip the pane when hovered */
/* .contain:hover .flipper, .contain.hover .flipper {
	transform: rotateY(180deg);
	-ms-transform: perspective(1000px) rotateY(180deg);
} */

.contain,
.front,
.back {
	width: 300px;
	height: 300px;

}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front,
.back {
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: all 0.6s ease 0s;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}

.back:hover {
	cursor: pointer;
}

/* front pane, placed above back */

.back {
	transform: perspective(1000px) rotateY(180deg);
	-ms-transform: perspective(1000px) rotateY(180deg);
	background-color: #f8f8f8;
}

.front {
	/* z-index: 2; */
	/* for firefox 31 */
	transform: perspective(1000px) rotateY(0deg);
	-ms-transform: perspective(1000px) rotateY(0deg);
	background-color: #f8f8f8;
}

.contain:hover .front {
	transform: perspective(1000px) rotateY(180deg);
	-ms-transform: perspective(1000px) rotateY(180deg);
}

.contain:hover .back {
	transform: perspective(1000px) rotateY(360deg);
	-ms-transform: perspective(1000px) rotateY(360deg);
}

.front-logo-analytique {
	background-image: url("../images/analytique.png");
	height: 128px;
	width: 128px;
	margin: 20px auto;
}

.front-logo-finance {
	background-image: url("../images/finance.png");
	height: 128px;
	width: 128px;
	margin: 20px auto;
}

.front-logo-sante {
	background-image: url("../images/sante.png");
	height: 128px;
	width: 128px;
	margin: 20px auto;
}

.front-logo-comptable {
	background-image: url("../images/comptable.png");
	height: 128px;
	width: 128px;
	margin: 20px auto;
}

#page-table {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

#page-td {
	height: 100%;
	padding: 0;
	vertical-align: middle;
}

#credit {
	font-size: 10px;

}

#credit a:link {
	color: black;
}

#credit a:visited {
	color: gray;
}

#credit a:hover {
	color: blue;
}

#credit a:active {
	color: blue;
}

/* back, initially hidden pane */
.back p {
	bottom: 40px;
	font-size: 18px;
	left: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: center;
}

.back-title {
	/*color: #00304a;*/
	color: #004E0E;
	font-family: Courier;
	font-size: 22px;
	font-weight: bold;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	top: 100px;
}

.back-logo-analytique {
	background-image: url("../images/analytique64.png");
	height: 64px;
	width: 64px;
	margin: 20px auto;
}

.back-logo-finance {
	background-image: url("../images/finance64.png");
	height: 64px;
	width: 64px;
	margin: 20px auto;
}

.back-logo-sante {
	background-image: url("../images/sante64.png");
	height: 64px;
	width: 64px;
	margin: 20px auto;
}

.back-logo-comptable {
	background-image: url("../images/comptable64.png");
	height: 64px;
	width: 64px;
	margin: 20px auto;
}

/*
.back div, .front div{
text-align:center;
margin:auto;
height:200px;
  line-height:200px;
  font-size:1.5em;
}
.front div{
background-color:lightgreen;
color:#005746;
}
.back div{
background-color:#005746;
color:#FFF;
}
.back div p span, .front div p span{

  
  vertical-align:middle;
  display:inline-block;
  line-height:normal; 
  text-align:left; 

}
*/

/*.contain{
width:100%;
height:100%;
color:#005746;
font-size:1.5em;
background-color:#FFF;
}
.contain:hover{
background-color:#005746;
color:#FFF;
}

.contain p{
text-align:center;
margin:auto;
height:150px;
  line-height:150px;
}
.contain p span{

  
  vertical-align:middle;
  display:inline-block;
  line-height:normal; 
  text-align:left; 

}*/

/*------------------------------------   NAV LANCEUR -------------------------------------------------*/
h2.topo_summary {
	display: none;
}

.hideable_step,
.progress_panel {
	display: block;
	width: 400px;
	/*background:#d6d6d6;*/
	margin: 20px auto;
	padding: 20px;
	/*border:1px solid rgba(0,0,0,0.1);*/
}

.hideable_step p {
	font-size: 1.3em;
	color: #6b6d74;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

.traitement_month {
	padding: 10px;
	font-size: 1.3em;
	text-align: center;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}

.traitement_year {
	padding: 10px;
	font-size: 1.3em;
	text-align: center;
	width: 90px;
	height: 45px;
	margin-right: 10px;
}

.nav_button {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 0 10px;
	color: #6b6d74;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	background: #e8eaef;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	vertical-align: top;
}

.nav_button span {
	display: inline-block;
	text-align: center;
	color: #6b6d74;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	width: 50px;
	height: 100%;
	margin-left: 11px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: -1px 0 0 rgba(255, 255, 255, 0.5);
}

.nav_button:hover {
	background: #DEE0E5;
}

.nav_button:active {
	box-shadow: none;
}

.nav_guideline {
	text-align: center;
}

.nav_guideline.container {
	margin-top: 20px;
}

.nav_guideline .round_step,
.nav_guideline .step_separator {
	display: inline-block;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	background: #d6d6d6;
}

.nav_guideline .round_step {
	padding: 5px;
	border-radius: 30px;
	font-size: 1.3em;
	font-weight: bold;
	color: #6b6d74;
	height: 30px;
	width: 30px;
	line-height: 15px;
	margin: 0 -1px;
}

.nav_guideline .round_step.active,
.nav_guideline .step_separator.active {
	background: none repeat scroll 0 0 #99CC00;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #333333;
}

.nav_guideline .round_step.actual {
	box-shadow: 0 0 2px 2px #99cc00;
}

.nav_guideline .step_separator {
	content: '';
	height: 10px;
	width: 50px;
}

.nav_guideline .step_lib {
	display: inline-block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #6b6d74;
}

.progress_panel {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #6b6d74;
	display: none;
}

.progress_panel .progress_container {
	display: inline-block;
	height: 45px;
	width: 200px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3) inset;
	text-align: left;
	margin-left: 5px;
}

.progress_panel .progress_bar {
	display: inline-block;
	height: 100%;
	width: 5%;
	background: #99CC00;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

.progress_panel h2 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	margin: 10px auto;
}

/*--------------------------------- TABLE EDIT TRANSCO----------------------------------------*/

#table_edit {
	margin: 20px auto;
	border-collapse: separate;
	border-spacing: 2px;
	background: #d9d9d9;
}

#table_edit td {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	padding: 5px;
}

#table_edit th {
	text-align: center;
	padding: 10px;
	color: #f1f3f7;
	background: #434546;
	background: -moz-linear-gradient(top, #434546 0%, #242728 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434546), color-stop(100%, #242728));
	background: -webkit-linear-gradient(top, #434546 0%, #242728 100%);
	background: -o-linear-gradient(top, #434546 0%, #242728 100%);
	background: -ms-linear-gradient(top, #434546 0%, #242728 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#434546', endColorstr='#242728', GradientType=0);
	background: linear-gradient(top, #434546 0%, #242728 100%);
	text-shadow: 0px -1px 0px #000000;
	border-bottom: 1px solid #151515;
	border-top: 1px solid #5F5F5F;
}

#table_edit td.vide {
	background: none;
	border: none;
}

#table_edit tr td:first-child,
#table_edit tr th:first-child {
	opacity: 0.5;
	text-align: center;
}

#table_edit .ajouter {
	border-radius: 5px;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #6b6d74;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	background: #e8eaef;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

#table_edit .ajouter:hover {
	background: #DEE0E5;
}

#editor {
	display: inline-block;
	margin: 20px auto;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

#editor .button_wrap {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.transco_button {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	height: 25px;
	line-height: 23px;
	vertical-align: top;
	margin: 0 5px;
	color: #333;
	cursor: pointer;
	background: rgba(255, 255, 255, 1);
}

.transco_button:hover {
	border: 1px solid #3875D7;
}

/*.list_launch_button:hover > .list_buttons
{
 
 position:absolute;
 display:flex;
 flex-direction:column;
z-index:99999999; 
}*/


.list_launch_button>div {
	display: none;

}

.list_launch_button {
	display: inline-block;
	z-index: 99999999;
	vertical-align: middle;
}

.cache_list_launch_button {
	display: none;
}

#table_wrap {
	display: block;
	overflow-y: scroll;
	height: 40%;
	position: relative;
}

#compo {
	display: block;
	overflow-y: scroll;
	height: 8%;
	position: relative;
}

#compo2 {
	display: block;
	height: 5%;
	position: relative;
	width: 730px;
}

#corresp_table,
.table_header,
#compo_table {
	background: #fff;
	width: 100%;
}

#corresp_table th,
.table_header th {
	font-size: 0.8em;
	text-align: center;
	border-color: rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.05);
	color: #555;
}

#corresp_table td,
#compo_table td {

	padding: 2px 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
	cursor: default;
}

#corresp_table tr.newrow {
	display: none;
}

#corresp_table tr.active,
#corresp_table tr.active:hover {
	background: #3875D7;
	color: #fff;
}

#corresp_table tr:hover,
#compo_table tr:hover {
	background: rgba(0, 0, 0, 0.05);
}

#corresp_editor {
	line-height: 25px;
	padding: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#corresp_editor span.label {
	width: 195px;
	display: inline-block;
	vertical-align: top;
}

#corresp_editor span.radio_label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

#corresp_editor input[type="text"],
#corresp_editor input[type="radio"] {
	height: 25px;
}

.corrana_table {
	margin: 10px auto 0 160px;
	width: 349px;
}

/*--------------------------------------- DIALOG -------------------------------------*/

#trans_dialog_container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 2;
	text-align: center;
	height: 100%;
	width: 100%;
}

#trans_dialog {
	display: inline-block;
	z-index: 3;
	position: relative;
	top: 50%;
	padding: 10px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#trans_dialog h3 {

	margin-bottom: 5px;
}

#trans_dialog input[type="text"] {
	padding: 5px;
	height: 23px;
	margin: 5px 0;
}

/*--------------------------------- TABLE EDIT NATURES----------------------------------------*/
.wrapping_table {
	margin: 20px auto;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-collapse: separate;
	border-spacing: 5px;
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
	color: #333;
}

.wrapping_table>tbody>tr {
	height: 30%;
}

.nat_level_container {
	overflow-y: scroll;
	height: 255px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
}

.slide_button_bar {
	position: absolute;
	z-index: 1;
	background: #F2F2F2;
	left: 50%;
	margin-left: -34px;
	padding-top: 5px;
	top: -30px;
	opacity: 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom: none;
	border-radius: 5px 5px 0 0;
}

.nat_level_container2:hover .slide_button_bar {
	top: -34px;
	opacity: 1;
	z-index: 1;
}

.nat_edit_panel {
	width: 360px;
	line-height: 25px;
	vertical-align: top;
	padding: 10px;
}

.nat_edit_panel .label {
	display: inline-block;
	width: 100px;
}

.nat_edit_panel .radio_label {
	display: inline-block;
	width: 120px;
	margin-left: 10px;
}

.nat_edit_panel input[type="text"] {
	width: 250px;
	font-size: 0.8em;
	padding: 2px 5px;
	line-height: 25px;
	height: 21px;
	vertical-align: top;
}

.nat_edit_panel .transco_button {
	font-size: 0.8em;
	height: 21px;
	line-height: 21px;
}

.block_container {
	padding: 12px 10px 10px 10px;
	margin: 25px 0 0 0;
	border: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	display: inline-block;
	width: 350px;
}

.block_container .block_label {
	position: absolute;
	top: -18px;
	left: 5px;
	background: #f2f2f2;
	padding: 5px 5px 0 5px;
}

.nat_table {
	background: #fff;
	width: 650px;
	cursor: default;
	position: relative;
}

.nat_table td {
	padding: 2px 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.8em;
}

.nat_table td:first-child {
	width: 125px;
}

.nat_table td:nth-child(2) {
	width: 400px;
}

.nat_table tr.newrow {
	display: none;
}

.nat_table tr.clickable.active,
.nat_table tr.clickable.active:hover {
	background: #3875D7;
	color: #fff;
}

.nat_table tr.clickable.semiactive,
.nat_table tr.clickable.semiactive:hover {
	background: rgba(56, 117, 215, 0.65);
	color: #fff;
}

.nat_table tr.clickable:hover {
	background: rgba(0, 0, 0, 0.05);
}

.nat_table tr.emptyrow,
.nat_table tr.clickable {
	height: 21px;
}

span.const,
span.genre,
span.type {
	display: none;
}

.const_item {
	background: #fff;
	font-size: 0.8em;
	padding: 0px 0 0px 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.const_item.active {
	border-color: #3875D7;
}

.const_item span {
	float: right;
	background: rgba(0, 0, 0, 0.1);
	padding: 0 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 1.2em;
	width: 29px;
}

.constituant_add {
	display: none;
}

/* ------------------- CLASSES SUP POUR LAUNCHER ------------------------*/
.launcher tr {
	height: 40px;
}

.launcher {
	margin: 0 auto;
}

tr.launch_panel {
	background: #f0f0f0;
	box-shadow: 0 0 10px #333;
	border-radius: 10px;
}

tr.launch_panel td {
	padding: 10px;
	text-align: center;
}

tr.launch_panel td:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 100px;
}

tr.launch_panel .transco_button {
	padding: 5px;
	height: auto;
	width: 125px;
	margin-top: 10px;
}

.launch_edit_buttons .transco_button i {
	color: #ff4444;
}

.launch_edit_buttons .transco_button.notop {
	margin-top: 0;
}

tr.launch_panel td input[type="text"] {
	padding: 5px;
}

#launch_form {
	position: relative;
}

tr.item_lvl3.active span:after {
	position: absolute;
	bottom: -13px;
	left: 50%;
	content: '';
	display: inline-block;
	border: 10px solid;
	padding: 0;
	border-color: transparent transparent #f0f0f0 transparent;
	margin-left: -10px;
}

tr.item_lvl3 {
	cursor: pointer;
}

tr.item_lvl3:hover {
	background: rgba(0, 0, 0, 0.05);
}

tr.item_lvl3.active span:before {
	position: absolute;
	bottom: -13px;
	left: 50%;
	content: '';
	display: inline-block;
	border: 11px solid;
	padding: 0;
	border-color: transparent transparent #555 transparent;
	margin-left: -11px;
}

tr.item_lvl3.active,
tr.item_lvl3.active:hover {
	height: 40px;
	background: #3875D7;
	color: #fff;
}

.transco_input {
	height: 17px;
	text-align: right;
}

.item_lvl3 .hover_form {
	/*display:none;*/
	opacity: 0.4;
}

.item_lvl3:hover .hover_form {
	display: block;
	opacity: 1;
}

.item_lvl2.selected .alert {
	display: block;
}

.item_lvl2 .alert {
	display: none;
}

.selPer {
	position: absolute;
	top: 0px;
}

.selDebFin {
	position: absolute;
	top: 40px;
}

.selDebFin input {
	font-size: 0.8em;
	width: 63px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgb(170, 170, 170);
	height: 24px;
}

.selDate {
	display: inline-block;
	position: relative;
	height: 25px;
	width: 185px;
	overflow: hidden;
	vertical-align: middle;
}

.btnDF {
	cursor: pointer;
}

/* ------------------------------ USER RIGHTS ------------------------------------------*/
.rights_wrap {
	display: block;
	text-align: center;
	overflow: auto;
	white-space: nowrap;
}

#rights_panel {
	display: inline-block;
	border-radius: 5px;
	margin: 20px auto;
	background: #f0f0f0;
	vertical-align: top;
	box-shadow: 0 0 5px #000;
	text-align: left;
}

#rights_panel h2 {
	color: #555555;
	padding: 10px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

#rights_panel .user_list {
	display: inline-block;
	width: auto;
	float: left;
	padding: 0;
}

#rights_panel .user_list li.user {
	padding: 5px 18px 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	height: 28px;
}

#rights_panel .user_list li.user:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#rights_panel .user_list li.add_user {
	/*text-shadow:0 1px 0 #669900;*/
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	background: none repeat scroll 0 0 #99CC00;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	margin: 5px;
}

#rights_panel .user_list li.active,
#rights_panel .user_list li.user.active:hover {
	background: #3875D7;
	color: #fff;
}

#rights_panel .user_list li.user:hover {
	background: rgba(0, 0, 0, 0.1);
}

#rights_panel .user_form,
#rights_panel .user_form_alertes {
	display: inline-block;
	padding: 10px;
	background: #fff;
	border-radius: 0 0 5px 0;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	position: relative;
}

#rights_panel .user_form input[type="text"],
#rights_panel .user_form input[type="email"] {
	width: 220px;
	padding: 5px;
	/*transition: border 0.5s;*/
}

#rights_panel .user_form .frmWrong {
	transition: border 0.5s;
	border: red 2px solid;
}

#rights_panel label {
	width: 160px;
	display: inline-block;
}

#rights_panel fieldset {
	margin-bottom: 10px;
}

#rights_panel .rights_table {
	background: #fff;
	width: 100%;
	/* border:1px solid rgba(0,0,0,0.3); */
	display: block;
	overflow: auto;
}

#rights_panel .rights_table th {
	/* border:1px solid rgba(0,0,0,0.2); */
	color: #555;
	padding: 10px;
	cursor: default;
	background: #f0f0f0;
	width: 120px;
	text-align: center;
}

#rights_panel .rights_table th:first-child {
	width: 431px;
}

#rights_panel .rights_table th:last-child {
	width: 5px;
}

#rights_panel .rights_table td {
	background: #fff;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	height: 30px;
	width: 120px;
}

#rights_panel .rights_table td:hover {
	background: rgba(56, 117, 215, 0.3);
}

#rights_panel .rights_table td:first-child {
	text-align: left;
}

#contTable {
	overflow: auto;
	padding-right: 17px;
	min-height: 60px;
	margin-bottom: 10px;
}

#lstUser {
	overflow: auto;
	min-height: 230px;
}

#user_delete {
	position: absolute;
	right: 27px;
}


/*---------------------------------------- VENTILATION -------------------------*/
#overlay_container {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
}

#overlay {
	display: none;
	background: #f0f0f0;
	position: fixed;
	top: 45%;
	left: 25%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	border-radius: 10px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	padding: 20px;
}

#overlay label {
	display: inline-block;
	width: 100px;
}

#overlay .cle_code {
	width: 100px;
}

#overlay .cle_desc {
	width: 400px;
}

#ventil_table {
	width: 100%;
	height: 100%;
	text-align: center;
}

#ventil_table td.menu_cell {
	vertical-align: center;
	text-align: center;
}

#ventil_table span.btn {
	padding: 5px;
	margin: 5px 0;
	cursor: pointer;
}

#ventil_table span.btn.inactive {
	opacity: 0.3;
}

#ventil_table .menu_cell {
	padding: 5px;
}

#ventil_table span.btn:hover {
	background: rgba(0, 0, 0, 0.1);
}

#ventil_table td.date_container {
	width: 6%;
	text-align: left;
	padding-left: 10px;
}

#ventil_table td.sections_container {
	padding-right: 10px;
}

#ventil_table td.panel {
	position: relative;
	padding: 0 5px 10px 5px;
}

#ventil_table .scroll_wrap {
	display: block;
	height: 100%;
	overflow-y: auto;
	position: relative;
	max-height: 830px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

#ventil_table .date_list {
	padding: 5px;
}

#ventil_table .date_list .month {
	margin-left: 10px;
	cursor: pointer;
}

#ventil_table .date_list .month.selected,
#key_list tr.selected {
	background: #3875D7;
	color: #fff;
}

#ventil_table #key_list,
#ventil_table .date_list,
#ventil_table .section_list {
	font-size: 0.8em;
	width: 100%;
}

#key_list tr,
.section_list tr {
	cursor: pointer;
}

#key_list tr:hover,
.section_list tr:hover {
	background: rgba(56, 117, 215, 0.65);
	color: #fff;
}

#key_list td,
.section_list td {
	padding: 2px 5px;
}

#refresh {
	cursor: pointer;
	display: inline-block;
	padding-right: 7px;
	vertical-align: middle;
}

/*--------------------- LOGS ----------------------------*/

.logs_table {
	margin: 20px auto;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	margin-top: 5rem;
	margin-bottom: 5rem;
	border-radius: 10px;
}

.logs_table .head_row {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #28598F;
}

.logs_table .head_row th:first-of-type {
	border-top-left-radius: 10px;
}

.logs_table .head_row th:last-of-type {
	border-top-right-radius: 10px;
}

.logs_table .log_row:hover {
	background: #faffdc;
}

.logs_table th {
	color: white;
	padding: 10px;
	font-size: 1.2em;
	cursor: default;
	border: none;
	font-weight: bold;
}

.logs_table tr:nth-child(2n) {
	background-color: #dbdbdb80;
}

#filter_statut.pool {
	padding: 5px;
	background: none;
}

#filterPool {
	background: white;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 4px grey;
	text-align: right;
	margin: 0 1px;
	padding-bottom: 5px;
}

#filterPool .TSE {
	margin: 5px 10px 0 0;
	position: relative;
	right: 0;
}

#filterPool .filter_statut_button.has_notif:after {
	border: none;
	border-radius: 0 5px 5px 0;
	height: 77%;
	padding: 6px 0 0 0;
	right: 0;
	top: 0;
	width: 30px;
	left: unset;
	box-shadow: none;
	font-size: 1em;
}

#filterPool .filter_statut_button.has_notif {
	padding-right: 35px;
}


#filterPool .filter_statut_button {
	height: 25px;
	position: relative;
	z-index: 1;
}


#logTablePool {
	margin-top: 0;
	border-radius: 0 0 5px 5px;
	min-width: 100%;
}

#logTablePool .thordr {
	cursor: pointer;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#logTablePool .thordr:hover {
	background-image: url("../images/arrow-up-dark.png");
}

#logTablePool .thordr.dwn:hover {
	background-image: url("../images/arrow-down-dark.png");
}

#logTablePool .thordr.ordr {
	background-image: url("../images/arrow-up-dark.png");
}

#logTablePool .thordr.ordr:hover {
	background-image: url("../images/arrow-down-dark.png");
}

#logTablePool .thordr.dwn.ordr:hover {
	background-image: url("../images/arrow-up-dark.png");
}

#logTablePool .thordr.dwn.ordr {
	background-image: url("../images/arrow-down-dark.png");
}

#logTablePool .thfltr {
	cursor: pointer;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#logTablePool .thfltr {
	background-image: url("../images/filter_off.png");
}

#logTablePool .thfltr:hover {
	background-image: url("../images/filter_on.png");
}

#logTablePool .thfltr.opn {
	background-image: url("../images/filter_on.png");
}

#logTablePool .thfltr.on {
	background-image: url("../images/filter_on.png");
}

#logTablePool .filter_box {
	display: none;
	position: absolute;
	padding: 6px;
	background: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
}

#filterPool .filter_statut_button.selected {
	background-color: #ddd;
	box-shadow: 0 1px 2px inset;
	opacity: 1;
}

.logs_table td {
	color: #555;
	padding: 10px;
	cursor: default;
	text-align: center;
	border: none;
}

.logs_table_log td {
	text-align: left;
}

.logs_table th {
	text-align: center;
}

.logs_table span.key {
	width: 100px;
	/*display:inline-block;*/
}

.logs_table .suppBtn,
.logs_table .cclBtn,
.logs_table .rtrBtn,
.logs_table .suppAttBtn,
.logs_table .suppProgBtn {
	cursor: pointer;
}

.logs_table .allume {
	color: #FF0;
	text-shadow: 1px 1px 2px black;
}

.logs_table .shutdown {
	color: #CCCCCC;
}


#f5pool03 {
	display: none;
}

#spinAjout {
	height: 25px;
	margin: -15px auto;
	width: 25px;
}


/*----------------------- VENTIL.DBF --------------------------*/
#rules_list tr.selected {
	background: #3875D7;
	color: #fff;
}

#ventil_table #rules_list {
	font-size: 0.8em;
	width: 100%;
}

#rules_list tr {
	cursor: pointer;
}

#rules_list tr:hover {
	background: rgba(56, 117, 215, 0.65);
	color: #fff;
}

#rules_list td {
	padding: 2px 5px;
}

/*----------------------- Erreur brocker --------------------------*/
@keyframes animadminerr {
	0% {
		transform: translate(-75px, 60px);
	}

	10% {
		transform: translate(-75px, 15px);
	}

	15% {
		transform: translate(-75px, 20px);
	}

	80% {
		transform: translate(-75px, 20px);
	}

	100% {
		transform: translate(-75px, 60px);
	}
}

#brockErrFd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
}

#brockErrFen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #000000;
	border: 1px black solid;
	transform: translate(-250px, -200px);
	padding: 20px;
	color: #555;
	cursor: wait;
}

#brockErrFen h1 {
	text-align: center;
	font-size: 3em;
	margin-bottom: 30px;
	text-shadow: 2px 1px 2px black;
	color: #555;
	width: 100%;
}

#brockErrFen p {
	text-align: center;
	font-size: 1.5em;
	margin-top: 5px;
}

#Errfoot {
	text-align: left;
	position: absolute;
	bottom: 10px;
}

#Errfoot p {
	font-size: 1.2em;
}

#decoErr {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 150px;
	height: 20px;
	background-color: black;
	color: #888888;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #555555;
	border: 1px black solid;
	text-align: center;
	cursor: pointer;
}

#clsErr {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

#adminErr {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 50px;
	width: 200px;
	background-color: white;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 10px 5px #888;
	transform: translate(-75px, 60px);
	animation-name: animadminerr;
	animation-duration: 5s;
	padding-top: 5px;
	font-size: 1.2em;
	cursor: pointer;
	font-weight: bold;
}

/*----------------------- Gestion maintenance --------------------------*/

#GestMaint {
	text-align: center;
	width: 100%;
	margin: auto;
	color: #6b6d74;
	font-size: 1.5em;
}

#GestMaint h1 {
	margin: 30px;
	text-align: center;
	width: 100%;
	color: #6b6d74;
	font-size: 2em;
	font-weight: bold;
}

#GestMaint #tglMaint {
	cursor: pointer;
}

#GestMaint #frmMaint {
	width: 400px;
	margin: auto;
	text-align: left;
	position: relative;
}

#GestMaint #frmMaint p {
	margin-top: 20px;
}

#GestMaint #frmMaint #OkMaint {
	position: absolute;
	right: 0;
	height: 26px;
	width: 60px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 0.8em;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	box-shadow: 1px 1px 1px rgb(85, 85, 85);
	cursor: pointer;
	margin: 5px;
	transition: 0.3s;
}

#GestMaint #frmMaint #OkMaint.ValidMaint {
	background-color: green;
}

#AperMaint #brockErrFen {
	left: 50%;
	position: relative;
	top: 21px;
	transform: translate(-250px, 0px);
}


/*----------------------- Gestion verrouillage --------------------------*/

#GestLock {
	text-align: center;
	width: 100%;
	margin: auto;
	color: #6b6d74;
	font-size: 1.5em;
}

#GestLock h1 {
	margin: 30px;
	text-align: center;
	width: 100%;
	color: #6b6d74;
	font-size: 2em;
	font-weight: bold;
}

#GestLock #tglLock {
	cursor: pointer;
}

#GestLock #frmLock {
	width: 400px;
	margin: auto;
	position: relative;
}

#GestLock #frmLock p {
	margin-top: 20px;
}

#GestLock #OkLock {
	height: 26px;
	width: 60px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 0.8em;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	box-shadow: 1px 1px 1px rgb(85, 85, 85);
	cursor: pointer;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}

#GestLock .YNLock {
	height: 26px;
	width: 60px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 0.8em;
	background-color: #FFF;
	text-align: center;
	padding-top: 3px;
	box-shadow: 1px 1px 1px rgb(85, 85, 85);
	cursor: pointer;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
	display: inline-block;
}

#GestLock #OuiLock {
	border-radius: 5px 0px 0px 5px;
}

#GestLock #NonLock {
	border-radius: 0px 5px 5px 0px;
}

#GestLock #OuiLock.active {
	background-color: green;
	color: white;
}

#GestLock #NonLock.active {
	background-color: red;
	color: white;
}

#GestLock #OuiLock:hover {
	background-color: green;
	color: white;
}

#GestLock #NonLock:hover {
	background-color: red;
	color: white;
}

#GestLock #OkLock.ValidLock {
	background-color: green;
}

#GestLock #footLock {
	margin-top: 10px;
	font-size: 0.8em;
}

#GestLock #EtatLock {
	margin-top: 15px;
	font-size: 0.9em;
	font-weight: bold;
}

/*----------------------- Message arret support --------------------------*/

#Arret_supportFd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
}

#Arret_support {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 420px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #000000;
	border: 1px black solid;
	transform: translate(-350px, -225px);
	padding: 20px;
	color: #555;
	cursor: not-allowed;
}

#Arret_support h1 {
	text-align: center;
	font-size: 3em;
	margin-bottom: 30px;
	width: 100%;
	color: #FFF;
	text-shadow: 2px 1px 2px red;
	animation-name: RedBlink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-delay: 0.5s;
}

#Arret_support h2 {
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #FFF;
	width: 100%;
	animation-name: RedBlink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

#Arret_support p {
	text-align: center;
	font-size: 1.5em;
	margin-top: 5px;
}

#minArrS {
	position: absolute;
	right: 7px;
	top: 3px;
	cursor: pointer;
}

@keyframes RedBlink {
	from {
		color: #FFF;
		text-shadow: 2px 1px 2px red;
	}

	to {
		color: red;
		text-shadow: 2px 1px 2px black;
	}
}

#Arret_support li {
	font-size: 1.5em;
	margin-top: 5px;
	margin-left: 80px;
	list-style-type: circle;
}

#Arret_supportExc {
	position: absolute;
	left: 50%;
	bottom: 2px;
	color: red;
	cursor: pointer;
	text-shadow: 0px 0px 1px white;
}

/*----------------------- Gestion des input number --------------------------*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

/*----------------------- parametrage site --------------------------*/
#param_detail {

	width: 800px;
	margin: auto;
}

.item_lib {
	text-align: left;
}

#table_param {
	width: 350px;
	margin: auto;
	padding: 15px;
}

/*----------------------- pop selection dossier surper admin --------------------------*/

#SelDoss {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10000;
}

#SelDossFen {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 300px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px 5px #000000;
	border: 1px black solid;
	transform: translate(-250px, -200px);
	padding: 20px;
	color: #555;

}

#SelDossFen h1 {
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	color: #6b6d74;
	font-size: 2em;
	font-weight: bold;
}

#SelDossFen p {
	text-align: center;
	font-size: 1.5em;
	margin-top: 5px;
}

/*----------------------- popup programateur --------------------------*/
#popup_prog {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color:rgba(0,0,0,0.6);*/
	z-index: 10000;

}

#data_prog {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 200px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px #000000;
	border: 1px black solid;
	transform: translate(-250px, -150px);
	padding: 20px;
	color: #555;
}

#data_prog p {
	text-align: center;
	font-size: 1.5em;
	margin: 5px;
	padding: 5px;
}

.prog_valid,
.prog_cancel {
	text-align: center;
	width: 70px;
	margin: auto;
	display: inline-block;

}

#data_prog .line_button {

	width: 300px;
	display: flex;
	margin: auto;
}

#data_prog .selDate {
	width: 205px;
	left: 25%;
}

/*----------------------- waiting list --------------------------*/

#waiting_list {
	margin: 0;
	padding-left: 10px;
	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #434546 0%, #242728 100%) repeat scroll 0 0;
	background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #434546 0%, #242728 100%) repeat scroll 0 0;
	width: 450px;
	height: 25px;
	border: 1px black solid;
	border-radius: 20px 20px 0 0;
	position: absolute;
	bottom: 31px;
	right: 0px;
	transition: transform 0.5s;
	color: #f1f3f7;
}

/*#waiting_list:hover
{
	transform:translatey(-95px);
}*/

#waiting_list.show {
	transform: translatey(-95px);
}

#list_buttons_action {
	display: none;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #fff;
	width: 100%;
	padding-left: 25px;

}

#list_buttons_action div {
	padding: 5px;
	/*padding-left:25px;*/
}

.item_button_vider {
	display: flex;
	cursor: pointer;
	/*padding:10px;*/
}

.item_button_vider i {
	padding: 5px;
}

.item_button_vider span {
	padding: 5px;
	border-left: 1px solid #fff;
}

#list_button_vider,
#list_button_valider {
	cursor: pointer;
}

#list_attente_prog_aff {
	display: none;
}

/*----------------------- Requete --------------------------*/
.bouton_requete {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 35px;
	padding: 10px;
	color: #6b6d74;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	background: #e8eaef;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	vertical-align: top;
}

.bouton_requete:hover {
	background: lightgreen;
}

.bouton_req_cat {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 35px;
	/* padding:10px; */
	padding: 0px 10px;
	color: #6b6d74;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
	background: #e8eaef;
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	vertical-align: top;
	transition-delay: 0.3s;
}

/* .bouton_req_cat:hover */
/* { */
/* background: lightgreen; */
/* } */

.open>.bouton_req_cat {
	border-radius: 5px 5px 0 0;
	box-shadow: none;
	border-bottom: none;
	z-index: 10;
	transition-delay: 0s;
}

.bouton_req_cat>.minus {
	display: none;
}

.open>.bouton_req_cat>.plus {
	display: none;
}

.open>.bouton_req_cat>.minus {
	display: inline;
}


.req_cat_all {
	position: relative;
	display: inline-block;
}

.req_cat_box {
	/* display:none; */
	position: absolute;
	background: #e8eaef;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0px 5px 5px 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	left: 10px;
	top: 45px;
	transition: transform 0.5s;
	transform: scale(0);
	transform-origin: top left;
	min-width: 500px;
	z-index: 1;
}

.open>.req_cat_box {
	display: inline-block;
	transform: scale(1);
}

#form_add_req {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	display: none;
	padding: 10px;
	margin: auto;
	width: 98%;
}

#form_add_req div {
	padding: 10px;
}


/*--------------------- Suivi_audit ----------------------------*/

[role="tablist"] {
	display: flex;
	gap: 0.1em;
	margin-top: 2rem;
	margin-bottom: 0;
}

[role="tabpanel"].active {
	display: block;
	border-top: 1px solid #ccc;
}

[role="tab"][aria-selected="true"] {
	background: white;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid white;
	z-index: 1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

[role="tabpanel"] {
	display: none;
	padding: 1em;
	border: 1px solid #ccc;
	border-top: none;
	background: white;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#panel2.active {
	border-top-left-radius: 0;
}

[role="tab"] {
	cursor: pointer;
	padding: 0.75em 1.25em;
	background: transparent;
	border: none;
	border-radius: 5px 5px 0 0;
	font-size: 1.2rem;
	color: #333;
	transition: background 0.3s, color 0.3s;
	border-bottom: 3px solid transparent;
	position: relative;
	top: 3px;
}

#etabSuiviAudit #titreAuditClone {
	font-size: 1.5rem;
	padding-left: 1rem;
	font-weight: bold;
	color: #28598F;
}

#titreAudit {
	top: 0;
	z-index: 5000;
	padding: 10px 0;
	text-align: center;
}

#annee {
	width: 100%;
}

.suivi_container,
#suivi_audit_panel {
	padding: 20px;
	height: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 5rem;
}

#suivi_audit_panel h2 {
	padding: 5rem;
	font-size: 2rem;
	color: #28598F;
}

#suivi_audit_form {
	margin: 10px;
	position: relative;
	z-index: 500;
}

#panel2 textarea,
#panel3 textarea {
	border-radius: 10px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0;
	padding: 1rem;
}

#panel3 label,
#panel2 label {
	font-size: 1.2rem;
	padding-bottom: 2rem;
}

#sav_suivi_itcg_com,
#sav_suivi_audit_com {
	background-color: #005af0;
	color: #ffffff;
	padding: 10px 20px;
	border: none;
	outline: none;
	transition: 0.3s;
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.1rem;
	border-radius: 10px;
}

#sav_suivi_itcg_com:hover,
#sav_suivi_audit_com:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #005af0;
	border: none;
	outline: 1px solid #010101;
	cursor: pointer;
}

#suivi_audit_form #sav_suivi_audit_com.Valid {
	background-color: green;
}

#Updt_Tab_SI {
	text-align: right;
}

.suivi_audit_table .masque td {
	padding: 0;
}






/*Tableau SI*/
.suivi_audit_table.just_head {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 100;
	display: none;
	background: white;
	margin-top: 0;
}

.suivi_audit_table {
	margin-bottom: 10rem;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-align: left;
	width: 100%;
	margin: 5px auto;
}

.suivi_audit_table .head_row {
	background-color: #28598F;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.suivi_audit_table .head_row th:first-of-type {
	border-top-left-radius: 10px;
}

.suivi_audit_table .head_row th:last-of-type {
	border-top-right-radius: 10px;
}

.suivi_audit_table .head_row th {
	color: white;
	font-weight: 600;
	padding: 20px;
}

.suivi_audit_table .head_row tr {
	border-radius: 10px;
}

.suivi_audit_table .log_row:hover {
	background: #faffdc;
}

.suivi_audit_table .log_row {
	position: relative;
	word-break: break-word;
}

.suivi_audit_table th {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #555;
	font-size: 1.2em;
	cursor: default;
	text-align: center;
}

.suivi_audit_table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
	cursor: default;
	text-align: center;
	font-size: 1rem;
}

.suivi_audit_table td.Nom_doc,
.suivi_audit_table td.Fichier_recu_N,
.suivi_audit_table td.Remarque,
.suivi_audit_table td.Interlocuteur,
.suivi_audit_table td.Fichier_recu_N-1 {
	text-align: left;
}

.suivi_audit_table.full,
.suivi_audit_table.just_head {
	table-layout: fixed;
}

.suivi_audit_table.just_head thead th:nth-child(1),
.suivi_audit_table.full thead th:nth-child(1) {
	width: 4%;
}

.suivi_audit_table.just_head thead th:nth-child(2),
.suivi_audit_table.full thead th:nth-child(2) {
	width: 23%;
}

.suivi_audit_table.just_head thead th:nth-child(3),
.suivi_audit_table.full thead th:nth-child(3) {
	width: 23%;
}

.suivi_audit_table.just_head thead th:nth-child(4),
.suivi_audit_table.full thead th:nth-child(4) {
	width: 17%;
}

.suivi_audit_table.just_head thead th:nth-child(5),
.suivi_audit_table.full thead th:nth-child(5) {
	width: 10%;
}

.suivi_audit_table.just_head thead th:nth-child(6),
.suivi_audit_table.full thead th:nth-child(6) {
	width: 23%;
}

.suivi_audit_table td.audit-etat {
	width: 3%;
}

.suivi_audit_table td.Nom_doc {
	width: 25%;
}

.suivi_audit_table td.Fichier_recu_N {
	width: 23%;
}

.suivi_audit_table td.Remarque {
	width: 17%;
}

.suivi_audit_table td.Interlocuteur {
	width: 11%;
}

.suivi_audit_table td.Fichier_recu_N-1 {
	width: 23%;
}

.suivi_audit_lvl1 {
	background-color: #D3D6D7;
	color: black;
	font-weight: bold;
}

.suivi_audit_lvl1 td {
	filter: dropshadow(color=#030303, offx=1, offy=1);
	border: none;
	border-right: 0 solid;
	border-left: 0 solid;
	padding: 10px;
}


.audit-etat.lvl0 {
	color: black;
}

.audit-etat.lvl1 {
	color: oklch(70.5% 0.213 47.604);
}

.audit-etat.lvl2 {
	color: oklch(82.8% 0.189 84.429);
}

.audit-etat.lvl3 {
	color: oklch(72.3% 0.219 149.579);
}

.audit-crit {
	text-align: center;
}

.audit-crit.lvl1.miss {
	color: #0000ff;
}

.audit-crit.lvl2.miss {
	color: #8b00ff;
}

.audit-crit.lvl3.miss {
	color: #ff00f8;
}

.audit-crit.lvl4.miss {
	color: #ff0092;
}

.audit-crit.lvl5.miss {
	color: #ff0000;
}

#suivi_audit_com {
	resize: vertical;
	width: 70%;
	margin: 10px;
}

.suivi_audit_table .pop {
	box-shadow: -7px 0px 7px 0px rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	left: 0px;
	top: calc((100% - 2.5em) / 2);
	background-color: white;
	padding: 10px 0px;
	width: 0px;
	overflow: hidden;
	transition: width 0.5s, transform 0.5s, padding 0.5s;
	height: 2.5em;
	word-break: keep-all;
	white-space: nowrap;
}

.suivi_audit_table .log_row:hover .pop {
	background: rgb(242, 242, 242);
	transform: translateX(-120px);
	width: 120px;
	padding: 10px;
}






/*Tableau Resultat des controles*/
.suivi_analyse_table {
	margin-bottom: 10rem;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-align: left;
	width: 100%;
}

.suivi_analyse_table.just_head {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 5000;
	display: none;
	background: white;
	width: 100%;
}

.suivi_analyse_table thead .head_row {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #28598F;
}

.suivi_analyse_table .head_row th {
	color: white;
	padding: 20px;
	font-weight: 600;
}

.suivi_analyse_table .head_row th:first-of-type {
	border-top-left-radius: 10px;
}

.suivi_analyse_table .head_row th:last-of-type {
	border-top-right-radius: 10px;
}


.suivi_analyse_table .log_row:hover {
	background: #faffdc;
}

.suivi_analyse_table .log_row {
	word-break: break-word;
	position: relative;
}

.suivi_analyse_table th {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #555;
	font-size: 1.2em;
	cursor: default;
	text-align: center;
}

.suivi_analyse_table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
	cursor: default;
	font-size: 1.1rem;
	text-align: center;
}

.suivi_analyse_table td a {
	color: black;
}

.suivi_analyse_table td.Audit_etat,
.suivi_analyse_table.suivi_audit_table.just_head td.Audit_etat {
	width: 2%;
	text-align: left;
}

.suivi_analyse_table td.Nom_analyse,
.suivi_analyse_table.just_head td.Nom_analyse {
	width: 28%;
	text-align: left;
}

.suivi_analyse_table td.Valorisation,
.suivi_analyse_table.suivi_audit_table.just_head td.Valorisation {
	width: 12%;
	text-align: left;
}

.suivi_analyse_table td.Constats,
.suivi_analyse_table.just_head td.Constats {
	width: 28%;
	text-align: left;
}

.suivi_analyse_table td.Nom_fichiers,
.suivi_analyse_table.just_head td.Nom_fichiers {
	width: 30%;
	text-align: left;
}

.suivi_analyse_table.just_head thead th:nth-child(1) {
	width: 2%;
}

.suivi_analyse_table.just_head thead th:nth-child(2) {
	width: 28%;
}

.suivi_analyse_table.just_head thead th:nth-child(3) {
	width: 12%;
}

.suivi_analyse_table.just_head thead th:nth-child(4) {
	width: 28%;
}

.suivi_analyse_table.just_head thead th:nth-child(5) {
	width: 30%;
}

.suivi_analyse_table .pop {
	box-shadow: -7px 0px 7px 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0px;
	top: calc((100% - 2.5em) / 2);
	background-color: white;
	padding: 10px 0px;
	width: 0px;
	overflow: hidden;
	transition: width 0.5s, transform 0.5s, padding 0.5s;
	height: 2.5em;
	word-break: keep-all;
}

.suivi_analyse_table .log_row:hover .pop {
	background: rgb(242, 242, 242);
	transform: translateX(-120px);
	width: 120px;
	padding: 10px;
}

.analyse-etat.lvl0 {
	color: black;
}

.analyse-etat.lvl1 {
	color: red;
}

.analyse-etat.lvl2 {
	color: orange;
}

.analyse-etat.lvl3 {
	color: green;
}

.highlighted {
	background-color: #F7FFD2;
}

#etat-na {
	background-color: #EBEBE4;
	color: grey;
}

#tab1 {
	cursor: default;
	pointer-events: none;
	position: relative;
	color: #BBBBBB;
}

.info-tooltip {
	display: inline-block;
	position: relative;
	cursor: pointer;
	pointer-events: auto;
}

.info-tooltip .tooltip-text {
	visibility: hidden;
	width: 200px;
	background-color: #E7E7E7;
	text-align: center;
	border-radius: 10px;
	padding: 5px;
	position: absolute;
	z-index: 10;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	color: black;
	opacity: 1;
	font-weight: normal;
}

.info-tooltip:hover .tooltip-text {
	visibility: visible;
}






/* Tableau ITCG */
.suivi_itcg_table.just_head {
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 5000;
	display: none;
	margin-top: 0;
	background-color: transparent;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}

#suivi_itcg_com {
	resize: vertical;
	width: 70%;
	margin: 10px;
}

.suivi_itcg_table .masque td {
	padding: 0;
}

.suivi_itcg_table .head_row th:first-of-type {
	border-top-left-radius: 10px;
}

.suivi_itcg_table .head_row th:last-of-type {
	border-top-right-radius: 10px;
}

.suivi_itcg_table {
	margin-bottom: 10rem;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	text-align: left;
	width: 100%;
	margin: 5px auto;
}

.suivi_itcg_table .head_row {
	background-color: #28598F;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.suivi_itcg_table .head_row th {
	color: white;
	font-weight: 600;
	padding: 20px;
}

.suivi_itcg_table tr:nth-child(2n) {
	background-color: #dbdbdb80;
}

.suivi_itcg_table .log_row:hover {
	background: #faffdc;
}

.suivi_itcg_table .log_row {
	position: relative;
	word-break: break-word;
}

.suivi_itcg_table th {
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #555;
	font-size: 1.2em;
	cursor: default;
	text-align: center;
}

.suivi_itcg_table td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
	cursor: default;
	text-align: center;
	font-size: 1rem;
}

.suivi_itcg_table td.Nom_doc,
.suivi_itcg_table td.Fichier_recu_N,
.suivi_itcg_table td.Remarque {
	text-align: left;
}

.suivi_itcg_table.full thead th:nth-child(1),
.suivi_itcg_table.just_head thead th:nth-child(1) {
	width: 4%;
}

.suivi_itcg_table.full thead th:nth-child(2),
.suivi_itcg_table.just_head thead th:nth-child(2) {
	width: 31%;
}

.suivi_itcg_table.full thead th:nth-child(3),
.suivi_itcg_table.just_head thead th:nth-child(3) {
	width: 31%;
}

.suivi_itcg_table.full thead th:nth-child(4),
.suivi_itcg_table.just_head thead th:nth-child(4) {
	width: 34%;
}

.suivi_itcg_lvl1 td {
	filter: dropshadow(color=#030303, offx=1, offy=1);
	border: none;
	border-right: 0 solid;
	border-left: 0 solid;
	padding: 10px;
}

.suivi_itcg_table .pop {
	box-shadow: -7px 0px 7px 0px rgba(0, 0, 0, 0.3);
	display: block;
	position: absolute;
	left: 0px;
	top: calc((100% - 2.5em) / 2);
	background-color: white;
	padding: 10px 0px;
	width: 0px;
	overflow: hidden;
	transition: width 0.5s, transform 0.5s, padding 0.5s;
	height: 2.5em;
	word-break: keep-all;
	white-space: nowrap;
}

.suivi_itcg_table .log_row:hover .pop {
	background: rgb(242, 242, 242);
	transform: translateX(-120px);
	width: 120px;
	padding: 10px;
}




/*--------------------- upload EPS ----------------------------*/

#form_upld_EPS h1 {
	padding-top: 5rem;
	color: #28598F;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.UploadContainer {
	width: 100%;
	padding-top: 4rem;
	display: flex;
	justify-content: center;
}

.cardUpload {
	border-radius: 10px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
	width: 50%;
	background-color: #ffffff;
	padding: 2rem;
	font-size: 1.3rem;
}

.UploadContainer h2 {
	padding-bottom: 2rem;
}

.drop_box #uploadedContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 3px dotted #a3a3a3;
	border-radius: 10px;
	padding-top: 2rem;
}

.drop_box h3 {
	font-size: 1.5rem;
	font-weight: 400;
	color: #2e2e2e;
	padding-top: 2rem;
	margin-top: 3rem;
}

.drop_box p {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: #a3a3a3;
}

.drop_box svg {
	margin-top: 3rem;
}

#lblfileToUpload,
#sendInfoFile,
#sendFile {
	background-color: #005af0;
	color: #ffffff;
	padding: 15px 25px;
	border: none;
	outline: none;
	transition: 0.3s;
	margin-bottom: 2rem;
	margin-top: 2rem;
	font-size: 1.2rem;
	border-radius: 10px;
}

#lblfileToUpload:hover,
#sendInfoFile:hover,
#sendFile:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #005af0;
	border: none;
	outline: 1px solid #010101;
	cursor: pointer;
}

.desactive {
	display: none !important;
}

.drop_box #formTypeContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 3px dotted #a3a3a3;
	border-radius: 10px;
	padding-top: 2rem;
}

.drop_box #formTypeContainer #sendFile {
	display: inline-block;
	background-color: #005af0;
	color: #ffffff;
	padding: 15px 25px;
	border: none;
	outline: none;
	transition: 0.3s;
	margin-bottom: 2rem;
	margin-top: 4rem;
	font-size: 1.2rem;
	border-radius: 10px;
}

.drop_box #formTypeContainer #sendFile:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #005af0;
	border: none;
	outline: 1px solid #010101;
	cursor: pointer;
}

#errorMessage {
	color: red;
	padding-bottom: 2rem;
	margin: 0;
}

#removeFileBtn {
	border: none;
	background-color: white;
	margin-bottom: 5px;
}

#removeFileBtn:hover {
	cursor: pointer;
}

#removeFile {
	display: flex;
	padding: 0;
	justify-content: center;
}

#selectTypeFile {
	display: flex;
}

#selectTypeFile label {
	padding-right: 0.5rem;
	color: #a3a3a3;
	font-size: 1.2rem;
}

.typefile,
#typefile {
	border-radius: 4px;
	border: 1px solid #aaaaaa;
	height: 30px;
	font-size: 1.2rem;
	margin-top: 0.2rem;
	margin-right: 2rem;
}

#infoPeriode {
	margin-top: 0.5rem;
	font-size: 1.2rem;
}

#infoPeriode h3 {
	margin-top: 0;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

#infoPeriode span {
	padding-right: 1rem;
}

.highlight {
	background-color: #EDF6FF;
}

.ui-spinner {
	width: 5rem;
	height: 2rem;
	margin-right: 1rem;
}

input.transco_input.ui-spinner-input {
	width: 100% !important;
	padding: 0.4rem;
	box-sizing: border-box;
	font-size: 1rem;
}

#fileContainer {
	text-align: center;
	font-size: 1.5rem;
}

#fileName,
#lbltypefile {
	text-align: center;
	font-size: 1.5rem;
	color: #a3a3a3;
}

#typeFileTitle {
	margin-top: 0;
	padding-bottom: 1rem;
}







#fichiersDesposes {
	padding-top: 5rem;
}

#fichiersDesposes h2 {
	text-align: left;
	padding: 2rem;
}

#tableFichiers {
	margin-top: 3rem;
	width: 97%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	margin: 0 auto;
}

#tableFichiers th {
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: white;
	background-color: #28598F;
	padding: 20px;
	font-weight: 600;
}

#tableFichiers th:first-child {
	border-top-left-radius: 10px;
}

#tableFichiers th:last-child {
	border-top-right-radius: 10px;
}

#tableFichiers tr:nth-child(2n) {
	background-color: #dbdbdb80;
}

#tableFichiers td {
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 8px;
	font-size: 1rem;
}

.fa.fa-trash-o {
	font-size: 20px;
}

.nomFichierDepose {
	width: 25%;
}

.fichierInZip {
	width: 25%;
}

.dateDepot {
	width: 22%;
}

.auteurDepot {
	width: 22%;
}

td.supprimerFichier {
	text-align: center;
	width: 6%;
}

td.supprimerFichier button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

td.supprimerFichier button img {
	width: 20px;
}

#confirmationSuppressionModale {
  position: fixed;      /* Position fixe par rapport à l'écran */
    top: 50%;             /* 50% depuis le haut */
    left: 50%;            /* 50% depuis la gauche */
    transform: translate(-50%, -50%); /*F Décale pour centrer exactement */
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.247) 0px 0px 10px 0;
    border-radius: 20px;
    height: 17rem;
    width: 50rem;
    padding: 1rem;
    z-index: 1000;  ;
}

#confirmationSuppressionModale h3 {
	text-align: center;
	margin-bottom: 3rem;
	padding-top: 2rem;
	font-size: 1.8rem;
	padding-bottom: 0;
}

#confirmationSuppressionModale p {
	font-size: 1.2rem;
	padding: 0.7rem;
	color: grey;
	margin: 0;
	margin-bottom: 2rem;
	text-align: center;
}

#confirmationSuppressionModale p span {
	font-weight: bold;
}

#btnConfirmationSuppression {
	display: flex;
	gap: 1rem;
	justify-content: center;
}

#btnConfirmerSuppression {
	padding: 0.7rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	background-color: #005af0;
	color: white;
	border: 0;
}

#btnConfirmerSuppression:hover {
	background-color: #0058f0bd;
	cursor: pointer;
}

#btnAnnulerSuppression {
	padding: 0.7rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
	margin-top: 0.5rem;
	border-radius: 10px;
	font-size: 1rem;
	border: #00000052 solid 0.1rem;
	background: transparent;
}

#btnAnnulerSuppression:hover {
	background-color: red;
	color: white;
	cursor: pointer;
}

#suiviContainer.blur {
	filter: blur(4px);
}







/*--------------- MENTIONS LEGALES ---------------*/

#politiqueConfidentialiteTxt,
#mentionsLegalesTxt {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 2vw;
	text-align: left;
	font-size: 1.2rem;
	padding-bottom: 6rem;
}

#politiqueConfidentialiteTxt h2,
#mentionsLegalesTxt h2 {
	padding-top: 7rem;
	font-size: 2rem;
	padding-bottom: 4rem;
}

#mentionsLegalesTxt h3 {
	font-size: 2rem;
	padding-bottom: 2rem;
	padding-top: 5rem;
}

#mentionsLegalesTxt h3:first-of-type {
	padding-bottom: 1rem;
}

#politiqueConfidentialiteTxt h4,
#mentionsLegalesTxt h4 {
	font-weight: bold;
	padding-bottom: 0.8rem;
	padding-top: 1.5rem;
	font-size: 1.3;
}

#retourMl {
	display: flex;
	justify-content: flex-end;
}

#btnRetourMl {
	margin-right: 2rem;
	border: none;
	background-color: transparent;
	cursor: pointer;
}