/* Définition des polices personnalisées */
@font-face{
    font-family: 'sharp';
    src: url('font/sharp.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes homeanim{

    0% {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
    80% {
       transform: translateX(0px) translateY(0px) rotate(360deg);
    }
    100% {
        transform: translateX(0px) translateY(0px) ;
    }
}

/*COULEURS SITE*/
#ancre, section, footer{
    background-color: rgba(250, 250, 250, 0.8);
}
nav, nav .ssmenu{
	background-color: rgba(66, 69, 88, 0.9);
}
/**/


body{
    /*background: url('img/fond.jpg');
    background-attachment: fixed;*/
    font-family: 'Trebuchet MS', Arial, sans-serif;
    width: auto;
    margin: 0;
}
load{
    position: fixed;
    top: 0;
	display: grid;
	width: 100%;
	background-color: rgba(0, 140, 186, 0.9);
	z-index: 99999999999999999999999999;
	height: 100%;
}
load img{
	display: block;
	margin: auto;
	margin-top: 50px;
	max-width: 100%;
	min-width: auto;
}
load h2{
	display: block;
	margin: auto;
}
/*MENU*/
nav{
	width: 100%;
	/*background-color: #424558;*/
	padding: 0;
    position: fixed;
    top: 0;
    height:70px;
    z-index: 100;
    box-shadow: 0px 2px 5px #1c1a19;
}

nav > ul{
	margin: 0px;
	padding: 0px;
}

nav > ul::after{
	content: "";
	display: block;
	clear: both;
}

nav li{
	list-style-type: none;
}

nav .menu, nav .notif{
	position: relative;
    width: 80px;
    height: 70px;
}

nav .menu{
	float: left;
}

nav .notif{
	float: right;
}
nav .notif a .nbrNot{
    color: white;
    display: flex;
    position: absolute;
    top: 5;
    left: 5;
}

nav a{
	display: inline-block;
	text-decoration: none;
    height: 100%;
    width: 100%;
}
nav .imgMENU{
    display: flex;
	width: 45px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 55px;
}

nav .menu:hover{
	border-top: 5px solid #818cf8;
	background-color:  RGBa(241, 211, 79, 0.30);
    height: 65px;
}
nav .notif:hover{
	border-top: 5px solid #6489fc;
	background-color:  RGBa(100, 137, 252, 0.30);
    height: 65px;
}

nav .menu:hover .ssmenu, nav .notif:hover .ssmenu{
	display: inline-block;
}
/*SouS MENU*/
nav .ssmenu{
	display: none;
	border-top: 1px solid #CCC;
	position: absolute;
	top: 100%;
	padding: 0px;
	z-index: 99;
}
nav .menu .ssmenu{
	left: 0px;
}
nav .notif .ssmenu{
	right: 0px;
}
nav .ssmenu li{
	border-bottom: 1px solid #CCC;
}

nav .imgSSMENU{
	width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

nav .ssmenu li a{
	padding: 15px;
	font-size: 13px;
	color: #EEE;
	width: 270px;
}

nav .ssmenu li:hover a{
	font-weight: bold;
}

nav .menu .ssmenu li:hover{
	background-color:  RGBa(241, 211, 79, 0.30);
    border-left: 5px solid #818cf8;
}

nav .notif .ssmenu li:hover{
	background-color:  RGBa(100, 137, 252, 0.30);
    border-left: 5px solid #6489fc;
}
/*FIN MENU*/

page{
	display: grid;
	margin: 80px 10px 10px 10px;
}
#ancre{
    color: black;
    width: max-content;
    padding: 5px;
    border: 1px solid black;
    box-shadow: 0px 2px 5px #1c1a19;
    margin-bottom: 5px;
}
.chemin a{
    padding: 2px;
    color: #4d4dff;
    text-decoration: none;
    font-weight: bold;
}
.chemin a:hover{
    color: #8080ff;
}

.chemin span{
    padding: 2px;
    font-weight: bold;
}

section{
	text-align: justify;
    justify-content: space-between;
    align-items: flex-start;
    /*background: #E1F0FB;*/
    padding: 5px;
    border: 1px solid black;
    box-shadow: 0px 2px 5px #1c1a19;
    margin-bottom: 5px;
}

article{
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
}
.affTool{
	margin: 50px auto 50px auto;
	padding: 20px;
	width: 70%;
	border: 2px solid black;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-radius: 10px; 
	background-color: darkcyan;
}
.affTool .titreTool{
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid black;
}
.affTool .numTOOL{
	color: gold;
	border: 1px solid gold;
	border-radius: 40px;
	padding: 15px;
	font-size: 4.0em;
}
.affTool .infoTool{
	padding : 10px;
	display: flex;
  	justify-content: space-around;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-bottom: 2px solid black;
}
.affTool .infoTool .Info, .affTool .infoTool .App{
	white-space: pre-line;
	margin: 20px;
	width: 50%;
}
.affTool .imgTool{
	display: flex;
  	justify-content: center;
	padding : 10px;
}
.affTool .imgTool img{
	max-width: 500px;
	height: auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-radius: 10px;
	cursor: pointer;
}
.affTool .diversTool{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.affTool .rgtTool{
	font-size: 2.0em;
}
.affTool .rgtTool .rgtFind{
	color: gold;
  	border: 1px solid gold;
  	border-radius: 40px;
  	padding: 10px;
  	font-size: 1.2em;
}
.listeTOOLnum{
	text-decoration: none;
	border-radius: 10px;
	font-size: 2.0em;
	color: darkcyan;
	border: 1px solid darkcyan;
	background-color: gold;
	font-weight: bold;
	cursor: pointer;
	padding: 10px;
	transition-duration: 0.6s;
}
.listeTOOLnum:hover{
	color: gold;
	border: 1px solid gold;
	background-color: darkcyan;
	border-radius: 40px;
}
.imgTOOLmini{
	position: relative;
	border-radius: 5px;
	height:100px;
	display: block;
	width: auto;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.2s;
}

.mess{
	margin: 50px auto 50px auto;
	padding: 20px;
	width: 40%;
	text-align: center;
	border: 2px solid black;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.mess .titre{
	font-size: 2em;
	font-wheight: bold;
	display: block;
}
.mess .info{
	padding: 20px;
	display: block;
}
.mess .lien{
	padding: 10px;
	display: block;
}
#nodeco table th a{
	color: white;
}

#nodeco table td a{
	color: black;
}

#nodeco table a:hover{
	color: #FFD700;
}

.boutton{
	background: rgba(0, 0, 0, 0.7);
    border-radius: 2px 2px;
    padding: 10px;
}

.boutton:hover{
	background: rgba(128, 128, 128, 0.7);
    border-radius: 2px 2px;
    padding: 10px;
}

.black{
	background: rgba(0, 0, 0, 0.7);
    border-radius: 2px 2px;
    padding: 5px;
}

.grey{
	background-color: rgba(15,23,42,0.95) !important;
    border-radius: 2px 2px;
    padding: 5px;
}

.white{
	
    border-radius: 2px 2px;
    padding: 5px;
}

.yellow{
    background: rgba(59,130,246,0.3) !important;
    border-radius: 2px 2px;
    padding: 5px;
}

.orangered{
	background: #F3350F;
    border-radius: 2px 2px;
    padding: 5px;
}

.red{
	background: #820000;
    border-radius: 2px 2px;
    padding: 5px;
}

.green{
	background: #187100;
    border-radius: 2px 2px;
    padding: 5px;
}


.orange{
	background: #FB6C09;
    border-radius: 2px 2px;
    padding: 5px;
}

.blue{
	background: #003C68;
    border-radius: 2px 2px;
    padding: 5px;
}

.purple{
	background: #4E1670;
    border-radius: 2px 2px;
    padding: 5px;
}
.right{
	float:right;
}

.left{
	float:left;
}

.casegrey{
   float:right;
   background-color: rgba(15,23,42,0.95) !important;
   border-radius: 2px 2px;
}

/*//STOCK TOP BAR ET MENU COMPACT//////*/

.stock-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.stock-topbar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.menu-title{
    font-size:26px;
    font-weight:bold;
    color:#eef4ff;
    display:flex;
    align-items:center;
    gap:10px;
    margin:0;
}

.compact-menu{
    background: linear-gradient(180deg, rgba(25,35,58,0.96), rgba(19,27,45,0.96));
    border:1px solid rgba(120,160,255,0.18);
    border-radius:14px;
    padding:10px;
    display:flex;
}

.menu-grid{
    display:flex;
    gap:10px;
}

.menu-item{
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    border-radius:10px;
    background:#0f1828;
    border:1px solid rgba(120,160,255,0.2);
    transition:all 0.2s ease;
}

.menu-item:hover{
    transform:scale(1.1);
    background:#1f2d4d;
}

.menu-item.active{
    background: linear-gradient(135deg, #1f7ae0, #22b8f0);
    box-shadow:0 0 8px rgba(34,184,240,0.6);
    
}

.menu-item img{
    width:45px;
    height:45px;
    object-fit:contain;
}
/*////////*/

th{
	color: white;
}

#lienIndex:hover #homeanim{
	animation: homeanim 3s; /* On utilise "homeanim" définie plus tôt */
	text-decoration: none;
}


#centre{
   display: flex;
   flex-direction: column-reverse;
   justify-content: center;
}

h1{	
	display: flex;
	justify-content: center;
	font-size: 3em;
	margin-left: auto;
	margin-right: auto;
	font-family: sharp;
}

h2{
	display: flex;
	justify-content: center;
	font-size: 2em;
	font-family: sharp;
	margin-block-end: inherit;
}

h3{
	margin-block-end: inherit;
}

h1 img, h2 img, h3 img{
	vertical-align: middle;
	max-width: 45px;
	margin-left: 10px;
	margin-right: 10px;
}

.ico {
	width: 25px;
}
 
table  {
	margin: auto;
}
.listeDTC{
	border-collapse: collapse;
	border: 1px solid black;
	font-size: 0.8em;
}
.listeDTC thead{
	position: sticky;
    top: 0;
}
.listeDTC th{
	background: #4A4A4A url(img/bg_th.jpg) left top repeat-x;
	color: #fff;
	border-right: 1px dotted #fff;
	height: 22px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 5px;
}
.listeDTC td{
	padding: 5px;
	border-right: 1px dotted #666;
}
.listeSimple{
	border-collapse: collapse;
	border: 1px solid black;
}
.listeSimple th{
	background: #4A4A4A url(img/bg_th.jpg) left top repeat-x;
	color: #fff;
	border-right: 1px dotted #fff;
	height: 22px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 5px;
}
.listeSimple td{
	border-bottom: 1px solid black;
	padding: 5px;
	border-right: 1px dotted #666;
}

.listeRef{
	border-collapse: collapse;
}
.listeRef thead{
	position: sticky;
    top: 0;
}
.listeRef th{
	background: #4A4A4A url(img/bg_th.jpg) left top repeat-x;
	color: #fff;
	border-right: 1px dotted #fff;
	height: 22px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 5px;
}
.listeRef td{
	border-bottom: 1px solid black;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
.listeRef .opt{
	border: none;
}

.table-presentation{
	border-collapse: collapse;
	border: 1px solid black;
}
.table-presentation th{
	padding: 18px;
	font-size: 1em;
	border: none;
	background: #008CBA;
	color: black;
}
.table-presentation td{
	padding: 10px;
	background: #89bfd0;
	font-size: 0.8em;
	border: none;
}

/*CONVERSTAION TICKET*/
.table-conversation{
	border-collapse: collapse;
	width: auto;
}

.table-conversation td{
	padding: 25px;
	display: flex;
}

.Userimg{
    width: 50px;
    height: auto;
    object-fit: contain;
}

.table-conversation .tdLeft{
	justify-content: flex-start;
}
.table-conversation .tdLeft .Userimg{
	margin-right: 10px;
}

.table-conversation .tdCenter{
	justify-content: center;
}
.table-conversation .tdCenter .Userimg{
	margin-right: 10px;
}

.table-conversation .tdRight{
	justify-content: flex-end;
}
.table-conversation .tdRight .Userimg{
	margin-left: 10px;
}


.moi{
	background: #f2f2f2;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.lui{
	background: #f2f2f2;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.presentMess{
	padding: 5px;
	border-radius: 10px 10px 0 0;
	background: #b3b3b3;
}

.moi .presentMess{
	border-radius: 10px 0 0 0;
}

.lui .presentMess{
	border-radius: 0 10px 0 0;
}

.basMess{
	padding: 15px;
	border-radius: 0 0 10px 10px;
	background: #b3b3b3;
}

.contenuMess{
	font-size: 0.8em;
	padding: 10px;
	white-space: pre-line;
}
/*
.hoverLigneYellow:hover {
	background: rgba(255, 215, 0, 0.8);
}

.hoverLigne:hover {
	background: rgba(255, 215, 0, 0.8);
}*/

table td {
	padding: 5px;
}

.hoverBlue, .hoverGreen, .hoverRed, .hoverOrange, .hoverPurple, .hoverBlack,.hoverWhite{
	text-decoration: none;
	display: block;
	
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	padding: 5px;
}
.hoverBlue:hover, .hoverGreen:hover, .hoverRed:hover, .hoverOrange:hover, .hoverPurple:hover, .hoverBlack:hover,.hoverWhite:hover{
    background-color: rgba(56,189,248,0.2) !important;
	border-radius: 3px 3px;
}



.hoverBlue:hover{
	background-color: #008CBA;
	color: black;
}

.hoverGreen{
	color: #187100;
}
.hoverGreen:hover{
	background-color: #187100;
	color: black;
}

.hoverRed{
	color: #820000;
}
.hoverRed:hover{
	background-color: #820000;
	color: white;
}

.hoverOrange{
	color: #FB6C09;
}

.hoverOrange:hover{
	background-color: #FB6C09;
	color: black;
}

.hoverPurple{
	color: #4E1670;
}
.hoverPurple:hover{
	background-color: #4E1670;
	color: white;
}

.hoverBlack{
	color: black;
}
.hoverBlack:hover{
	background-color: black;
	color: white;
}

.hoverWhite{
	color: white;
}
.hoverWhite:hover{
	background-color: white;
	color: black;
}

#container {
	width:500px;
	margin:20px auto 20px auto;
	padding: 30px;
	border: 1px solid #f1f1f1;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#container-float {
    all: unset;
}
#container-float:hover {
	border: 2px solid white;
}
#container-float a{
	display: block;
    padding: 0px 10px 5px 10px;
}
#container-float .close{
    text-align: right;
    font-size: 0.6em;
}

#carte{
	background-color: #008CBA;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 3px 3px;
	margin: 20px;
	width: max-content;
	padding: 10px; 
}

#carte:hover{
	background-color: white;
	color: #008CBA;
	border: 2px solid #008CBA;
	font-size: 1.5em;
	padding: 20px;
}

.spanCache{
	white-space: pre-line;
	font-size: 0.8em;
	display: none;
	position: absolute;
	margin-top:30px;
	color:#09c;
	background:rgba(0,0,0,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transition:all .50s;
}

.viewSpan:hover .spanCache, .equipeC:hover .spanCache, .equipeH:hover .spanCache, .equipeJ:hover .spanCache, 
.equipeK:hover .spanCache, .equipeM:hover .spanCache, .equipeR:hover .spanCache, .equipeV:hover .spanCache, .affSpanCache:hover .spanCache{
	display: inline;
}

.inventaireDiv{
	background-color: #7575a3;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border-radius: 3px 3px;
	margin: auto;
	margin-top: 20px;
	width: max-content;
	padding: 10px; 
}
.inventaireDiv .choixClass div{
	cursor: pointer;
    background: rgba(15, 23, 42, 0.9);
	border: 1px solid black;
    border-radius: 10px 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	cursor: pointer;
	margin: 10px;
	padding: 5px;
	-webkit-transition: all 0.4s ease; /* Safari et Chrome */
	-moz-transition: all 0.4s ease; /* Firefox */
	-ms-transition: all 0.4s ease; /* Internet Explorer 9 */
	-o-transition: all 0.4s ease; /* Opera */
	transition: all 0.4s ease;
}
.inventaireDiv .choixClass div:hover{
	background-color: #008CBA;
}
.inventaireDiv .choixClass div img{
	vertical-align: middle;
	margin: 5px;
}

.inventaireDiv .detInv{
	cursor: pointer;
	background-color: white;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border: 1px solid black;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.inventaireDiv .detInv:hover{
	background-color: #008CBA;
}

.inventaireDiv .NOdetInv{
	background-color: #d9d9d9;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	border: 1px solid black;
	color: grey;
}


#log{
	margin: 50px;
	background: white;
	border: 1px solid black;
}
#log-titre{
	display: block;
	color: white;
	background: rgba(0, 51, 102, 0.7);
	padding: 15px;
	font-size: 1.2em;
	text-align: center;
}
#log-scroll{
	white-space: pre-line;
	padding: 20px;
	max-height: 450px;
	overflow-y: auto;
}
#log-scroll .sf{
	display: block;
	margin: 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	
}

footer{
	text-align: justify;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
    padding: 5px;
    border: 1px solid black;
    box-shadow: 0px 2px 5px #1c1a19;
    margin-bottom: 5px;
}


.listeSScat{
	cursor: pointer;
	border: 1px sloid black;
	padding: 5px 20px 20px 20px;
	background: #008CBA;
	margin: 25px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-radius: 10px 10px;
}
.listeSScat:hover{
	background: #89bfd0;
}

.btnAction{
	cursor: pointer;
}

.btnRetour{
    margin-bottom: 10px;
}


.btnRetour, .btnValid, .btnInput{
	cursor: pointer;
	background: #008CBA;
	/*border: 1px solid black;*/
	border-radius: 10px 10px;
	text-decoration: none;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	margin-left: 20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	-webkit-transition: all 0.4s ease; /* Safari et Chrome */
	-moz-transition: all 0.4s ease; /* Firefox */
	-ms-transition: all 0.4s ease; /* Internet Explorer 9 */
	-o-transition: all 0.4s ease; /* Opera */
	transition: all 0.4s ease;
}
.btnRetour img, .btnValid img, .btnInput img{
	vertical-align: middle;
	width: 45px;
	margin-right: 10px;
}
.btnRetour:hover, .btnValid:hover, .btnInput:hover{
	background: #89bfd0;
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=date], select{
	margin: 8px 0;
	padding: 8px 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

/* Set a style for all buttons */
/*input[type=submit] {
	background-color: #008CBA;
	color: #EBEDEF;
	font-weight: bold;
	padding: 6px 13px;
	margin: 8px 0;
	border: 2px solid #EBEDEF;
	cursor: pointer;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
input[type=submit]:hover {
	background-color: #EBEDEF;
	color: #008CBA;
	border: 2px solid #008CBA;
}*/

input[type=image] {
	display: flex;
	margin: auto;
	padding: 10px;
	max-width: 60px;
	/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
	-webkit-transition: all 0.4s ease; /* Safari et Chrome */
	-moz-transition: all 0.4s ease; /* Firefox */
	-ms-transition: all 0.4s ease; /* Internet Explorer 9 */
	-o-transition: all 0.4s ease; /* Opera */
	transition: all 0.4s ease;
	cursor: pointer;
}
input[type=image]:hover {
	-webkit-transform:scale(1.2); /* Safari et Chrome */
	-moz-transform:scale(1.2); /* Firefox */
	-ms-transform:scale(1.2); /* Internet Explorer 9 */
	-o-transform:scale(1.2); /* Opera */
	transform:scale(1.2);
}
.messageTextarea{
    background: white;
    display: block;
    width: 100%;
    height: 250px;
    border: 1px solid black;
	margin-bottom: 20px;
}
.messageTextarea .label{
	border-bottom: 1px solid black;
	padding:5px;
}
.messageTextarea textarea{
	padding: 5px;
	color: black;
    font-size: 1.5em;
    background: white;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    border-radius: inherit;
	box-shadow: none;
	resize: none;
	border: none;
}
.sendFile{
	border: 1px solid black;
	background: white;
	margin-top: 20px;
}
.sendFile .label{
	border-bottom: 1px solid black;
	padding:5px;
}
.sendFile a{
	padding: 5px;
	font-size: 0.8em;
}
.sendFile input{
	background: #008CBA;
	padding: 5px;
	margin: 5px;
}
.lienFile{
	display: block;
	background: #f2f2f2;
	padding: 5px;
	cursor: pointer;
}
.lienFile span{
	color: blue;
	text-decoration: underline;
}
.lienFile img{
	vertical-align: middle;
	max-width: 40px;
}
.lienFile:hover{
	background: blue;
	color: white;
}
.lienFile:hover span{
	color: white;
}

.lienFileHS{
	display: block;
	background: #a6a6a6;
	padding: 5px;
	color: #cccccc;
	cursor: not-allowed;
}
.lienFileHS img{
	vertical-align: middle;
	max-width: 40px;
}
.lienFileHS:hover{
	background: #cccccc;
	color: #a6a6a6;
}
/*caseCheckbox*/
/* The container */
.cont-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cont-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cont-check:hover input ~ .checkmark {
  background-color: rgb(255, 227, 128);
}

/* When the checkbox is checked, add a blue background */
.cont-check input:checked ~ .checkmark {
  background-color: rgb(255, 200, 0);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cont-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cont-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.imgT1{
	max-width: 25px;
}
.imgT2{
	max-width: 40px;
}
.imgT3{
	max-width: 60px;
}
.imgT4{
	max-width: 100px;
}
.imgT5{
	max-width: 150px;
}


.lienDOC{
	cursor: pointer;
}
.lienDOC span, .ajoutpar span{
	display: none;
	position: absolute;
	margin-top: 50px;
	text-align: left;
	color:#09c;
	background:rgba(0,0,0,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transition:all .50s;
}

.ajoutpar span{
	margin-top: 15px;
	right: 50px;
}

.lienDOC:hover span, .ajoutpar:hover span{
	display: inline;
}







/* ===== SKIN MODERNE SANS CASSER STRUCTURE ===== */

/* BODY */
body{
    background: linear-gradient(135deg, #091a43, #656d75) !important;
    color: #e2e8f0;
}

/* BLOCS */
#ancre, section, #container{
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
}
footer{
    background: rgba(255,255,255,0.05) !important;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
}

#container-float{
    background: rgba(15, 23, 42, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
	position: fixed;
	display: block;
    cursor: pointer;
	top: 100px;
	left: 50px;
    z-index: 500;
}

.mess{
    background: rgba(15, 23, 42, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    z-index: 10;
	display: block;
    z-index: 500;
}

/* NAV (on touche QUE les couleurs) */
nav{
    background: rgba(15, 23, 42, 0.9) !important;
}

nav .menu:hover{
    background-color: rgba(56,189,248,0.2) !important;
    border-top: 5px solid #38bdf8 !important;
}

nav .notif:hover{
    background-color: rgba(129,140,248,0.2) !important;
    border-top: 5px solid #818cf8 !important;
}

/* SUBMENU */
nav .ssmenu{
    background-color: rgba(15,23,42,0.95) !important;
}

nav .ssmenu li:hover{
    background-color: rgba(56,189,248,0.2) !important;
}

/* BOUTONS */
.btnRetour, .btnValid, .btnInput, input[type=submit]{
    background: linear-gradient(135deg,#3b82f6,#06b6d4) !important;
    color:white !important;
    border-radius:10px;
}

.btnRetour:hover, .btnValid:hover, .btnInput:hover, input[type=submit]{
    transform: translateY(-2px);
}

/* INPUT */
input[type=submit]{
    padding: 10px;
    cursor: pointer;
    border:0px;
    margin: 5px;
}

input[type=submit]:hover{
    background: linear-gradient(135deg,#06b6d4,#3b82f6) !important;
}

input[type=text], input[type=number], input[type=password], input[type=email], input[type=date], select{
    background: rgba(255,255,255,0.08) !important;
    border:1px solid rgba(255,255,255,0.2) !important;
    color:white !important;
}

/* TABLE */
table{
    background: rgba(255,255,255,0.05) !important;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
}

th{
    background: rgba(59,130,246,0.3) !important;
}

tr:hover{
    background: rgba(56,189,248,0.2);
}

/* CHAT */
.moi, .lui{
    background: rgba(255,255,255,0.08) !important;
}

/* LOG */
#log{
    background: rgba(255,255,255,0.05) !important;
}

#log-titre{
    background: rgba(59,130,246,0.4) !important;
}

/* FIX SELECT / LISTES */
select {
    background : rgba(255, 255, 255, 0.08) !important; 
    color: white !important;
}
select option {
    background: #1e293b;
    color: white;
}

#container-float {
    all: unset;
}