*{
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	box-sizing: border-box;
}

body{
	background-color: #f8f9f9;
}

main{
	padding: 80px 40px;
}

@media screen and (max-width: 1230px){
	main{
		width: 1230px;
		margin: 0px auto;
	}
}

p, a, button, span, strong, li, label{
	font-size: 14px;
}

input, textarea, select{
	font-size: 16px;
}

small{
	font-size: 11px;
}

.alert_text{
	color: #ca0000;
}

.success_color{
	color: #bf0000;
}

.erreor_color{
	color: #bf0000;
}

/* Styles pour les couleurs */
.selected { background-color: #f44336; color: white; }
.deselected { background-color: #0091da; color: white; }

.btns_selection_checkbox{
	margin: 10px 0px;
}

.btns_selection_checkbox button{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

header{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	padding: 5px 40px;
	background-color: #fff;
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.ul_dossier{
	list-style: none;
	padding-left: 10px;
	border-left: 1px solid #a8a8a8;
	padding-left: 20px;
}

.li_dossier{
	margin: 0px 0px 10px -27px ;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.datation_folder{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.li_dossier p{
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.icon_dossier{
	/*	width: 20px;*/
	padding: 3px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.icon_dossier i{
	margin-right: 5px;
}

.icon_dossier a{
	text-decoration: none;
	color: #000;
}

.icon_dossier a:hover{
	text-decoration: underline;
}

.span_folder_infos{
	color: #929292;
}

.span_separator_folder_infos{
	display: inline-block;
	width: 1px;
	height: 15px;
	border-right: 1px solid #b4b4b4;
	margin: 0px 15px;
}

.barre_outils_server{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.server_add_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-decoration: none;
	background-color: #0061c1;
	color: #fff;
	transition: .2s;
	border: none;
	cursor: pointer;
}

.server_add_btn:hover{
	background-color: #0055a9;
}

.chemin_serveur{
	margin: 20px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.btn_rectour{
	text-decoration: none;
	color: #555;
}

.btn_rectour:hover{
	text-decoration: underline;
}

.section_arbre_dossier, .section_documents{
	background-color: #fff;
	padding: 20px 20px 10px 30px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
}

.section_documents{
	margin-top: 20px;
}

.header_folder_btn{
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	padding: 7px 15px 7px 10px;
	transition: .2s;
	cursor: pointer;
}

.logout_link{
	text-decoration: none;
	background-color: #f2f8ff;
	border: 1px solid #bddbff;
	padding: 7px 10px;
	border-radius: 3px;
	transition: .2s;
	color: #387dcf;
}

.logout_link:hover{
	background-color: #d1e6ff;
	color: #1960b6;
}

.racine_server{
	display: inline-block;
	color: #777;
	text-decoration: none;
}

.racine_server:hover{
	text-decoration: underline;
}

.options_serveur{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.options_serveur a, .options_serveur span{
	margin-left: 20px;
}

.btns_dossiers{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 3px 7px;
	width: 25px;
	height: 25px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	transition: .2s;
	margin-right: 10px;
	cursor: pointer;
}

.btns_dossiers input{
	display: none;
}

.btn_add_folder{
	background-color: #00a557;
}

.btn_add_folder:hover{
	background-color: #058b4c;
}

.btn_open_folder{
	background-color: #005dba;
}

.btn_open_folder:hover{
	background-color: #004f9e;
}

.btn_delete_folder{
	background-color: #c81900;
}

.btn_delete_folder:hover{
	background-color: #b21600;
}




/*Upload file*/

.modaleUploadFile, .section_f_creation_dossier{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
	display: none;
}

.section_f_modifier_dossier{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
}

.section_f_creation_utilisateur{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, .3);
}

.container, .zone_f_création_dossier {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: .4s;
    opacity: 0;
}

.zone_f_modifier_dossier {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 420px;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: .4s;
}

.zone_f_création_utilisateur {
	width: 420px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: .4s;
}

.zone_f_création_utilisateur h3, .zone_f_modifier_dossier h3{
	margin-bottom: 10px;
}

.container {
    width: 920px;
}

.zone_f_création_dossier {
    width: 580px;
}

.zone_f_création_dossier h3, .zone_f_modifier_dossier h3{
	margin-bottom: 20px;
	text-align: center;
}

.zone_f_création_dossier h3 span, .zone_f_modifier_dossier h3 span{
	display: block;
	color: #777;
	font-weight: 400;
}

.liste_utilisateur_dossier{
	max-height: 20vh;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
}

.liste_utilisateur_dossier label{
	margin: 0px 10px 10px 0px;
}

@media screen and (max-width: 925px){
	.container{
		width: 80%;
	}
}

.container h2 {
    text-align: center;
    margin-bottom: 10px;
}

.container h2 span{
	display: block;
	width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.file-preview-item {
    margin-bottom: 15px;
}

.btns_close_file_form{
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: transparent;
	cursor: pointer;
	opacity: .7;
	transition: .3s;
	border: none;
	color: #555;
	text-decoration: none;
}

.btns_close_file_form:hover{
	opacity: 1;
}

.preview-img {
    max-width: 200px;
    max-height: 200px;
    overflow: auto;
    margin-right: 10px;
}

.preview-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.progress {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    margin-top: 15px;
    border-radius: 4px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    border-radius: 4px;
}

.response_file_upload{
	display: none;
}

.lb_doc_name{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.lb_doc_name span{
	display: inline-block;
	margin-bottom: 3px;
}

.lb_doc_name input, .lb_doc_name select{
	display: block;
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.btn_upload_file{
	margin: 20px 0px 20px;
}

.btn_center{
	text-align: center;
	margin-top: 40px;
}

.btn_upload_file button {
    padding: 12px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn_upload_file button:hover {
    background-color: #45a049;
}

.btn_center button{
	width: 100%;
}

.loader_creation_dossier{
	margin: 10px 0px;
	display: none;
	width: 100%;
}


/*------------- DS -------------*/
#progressBar, #progressBarUpdate {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    margin-top: 10px;
}
#progressBar div, #progressBarUpdate div {
    width: 0%;
    height: 30px;
    background-color: #4caf50;
    text-align: center;
    line-height: 30px;
    color: white;
    transform: .2s;
    transition: width 0.5s ease; /* Animation fluide */
}

.div_alert_document{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#status h4, #statusUpdate h4{
	margin-bottom: 10px;
}

.div_alert_document ul{
	margin-left: 40px;
	list-style: none;
}

.success_alert ul li i{
	color: #02c71d;
}

.readFileSection{
	width: 1200px;
	margin: 0px auto;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

@media screen and (max-width: 1201px){
	.readFileSection{
		width: 70%;
	}
}

@media screen and (max-width: 950px){
	.readFileSection{
		width: 90%;
	}
}

@media screen and (max-width: 850px){
	.readFileSection{
		width: 95%;
	}
}

.classReadFile{
	display: block;
	width: 100%;
}

#loaderUpdateFile{
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 5px 15px 5px 10px;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
	display: none;
}

#loaderUpdateFile span{
	margin-right: 5px;
}

#loaderUpdateFile p{
	color: #555;
}

.f_creation_utilisateur{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


table{
	width: 100%;
	border-collapse: collapse;
}

.alterne_tr_data_color{
	background-color: #fafaff;
}

table thead tr{
	border-bottom: 1px solid #ccc;
}

table thead tr th{
	padding: 10px 10px;
	text-align: left;
	background-color: #fafafa;
}

table tbody tr{
	transition: .2s;
}

table tbody tr:hover{
	background-color: #f7f7ff;
}

table tr td{
	padding: 10px 10px;
	border-bottom: 1px dashed #eee;
}

.item_tb{
	border-right: 1px dashed #eee;
	width: 50px;
	text-align: center;
}

table tr td span{
	color: #777;
}

.td_actions{
	width: 140px;
	border-left: 1px dashed #eee;
}

.td_actions p{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.container_message{
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	overflow: hidden;
}

.error_box{
	background-color: #fff7f5;
	border: 1px solid #ce3200;
	color: #ce3200;
}


.success_box{
	background-color: #f3ffee;
	border: 1px solid #38b205;
	color: #38b205;
}

.liste_no {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.liste_no h2{
	width: 100%;
	margin-bottom: 10px;
}

.liste_no li{
	margin-bottom: 20px;
	width: 49%;
}

.liste_no li p{
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 5px;
	box-shadow: 0px 0px 5px rgba(120, 120, 120, .1);
	color: #777;
}

.liste_no li p span{
	line-height: 22px;
}

.liste_no li small{
	display: block;
	width: 100%;
	color: #555;
	margin-top: 10px;
}

.pagination{
	width: 100%;
	margin-top: 20px;
}

.pagination a{
	color: #555;
	display: inline-block;
	margin-right: 10px;
}

.recherche_notif{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.recherche_notif form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 250px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
}

.recherche_notif form input{
	border: none;
	background-color: #fff;
	padding: 5px 10px;
	width: 160px;
}

.recherche_notif form button{
	border: none;
	background-color: #005dba;
	padding: 5px 10px;
	width: 87px;
	color: #fff;
	cursor: pointer;
}

.login_form{
	width: 380px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgba(120, 120, 120, .1);
}

.login_form h2{
	text-align: center;
	margin: 20px auto 40px;
}

.login_form img{
	display: block;
	width: 190px;
	margin: 0px auto;
}


.box_alert_suppression_dossier{
	width: 420px;
	margin: 80px auto;
	text-align: center;
}

.box_alert_suppression_dossier p{
	margin: 20px 0px;
}

.box_alert_suppression_dossier button{
	display: block;
	width: 100%;
	padding: 12px 20px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #005dba;
	border: none;
	color: #fff;
	font-size: 16px;
}