



:root {
    --charteColor1: #4649dd;
    --charteColor1L: #acb1f8;
    --charteColor1D: #01036D;
	
    --charteColor2: #A1E7FF;
    --charteColor2L: #adb5bd;
    --charteColor2D: #adb5bd;
	
	--charteGris: #adb5bd;
	--charteGrisL: #edf0f3;
	--charteGrisD: #6c757d;
	
	
	
    --charte_gris: #adb5bd;
    --charte_gris_clair: #edf0f3;
    --charte_bleu: #4650dd;
    --charte_gris_dark: #6c757d;
    --charte_violet: #4649dd;
    --charte_violet-clair: #acb1f8;
	

	
	
}
.charteColor1{
	color:var(--charteColor1);
}

/* devis */

.blockStatus{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	/* border:1px solid red; */
	/* width:100%; */
	/* height:100%; */
}

.blockStatus i{
	font-size:14px;
	margin:3px;
}

.enteteDevis{
	background-color:var(--charteColor1);
	border-radius:10px 10px 0px 0px;
	margin-top:10px;
	height:20px;
}

.enteteDevis input{
	color:white;
}

.entetePied{
	background-color:var(--kdGrey);
	border-radius:0px 0px 10px 10px;
}

.entetePied * {
	font-size:18px;
}


.enteteArticles *{
	font-weight:bold;
}

.devisArticles{
	height:auto;
	ALIGN-ITEMS:stretch !important; 
	padding:2px;
}
.devisArticles div{
	padding:0px 5px 0px 5px;
	border-left:1px solid var(--kdGrey);
	
	font-size:14px;

}

.devisArticles input{
	font-size:12px !important;
	height:100% !important;
	width:100% !important;
}

.devisMenuButton,.devisMenuButtonProjet{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	border:2px solid var(--charteColor1);
	border-radius:10px;
	
	margin:5px 5px 5px 5px;
	padding:10px 0px 10px 0px;
	
	min-width:100px;
	
	transition:0.3s;
	
	cursor:pointer;
}

.devisMenuButtonProjet{
border:2px solid var(--kdGreenD);	
}

.devisMenuButton:hover{
background-color:var(--charteColor1);
transition:0.3s;	
}

.devisMenuButtonProjet:hover{
background-color:var(--kdGreen);
transition:0.3s;	
}

.devisMenuButton:hover div{
color:white;
transition:0.3s;	
}

.devisMenuButtonProjet:hover div{
color:var(--kdGreenD)!important;
transition:0.3s;	
}


.devisMenuButton:hover i{
color:white !important;
transition:0.3s;	
}

.devisMenuButtonProjet:hover i{
color:var(--kdGreenD) !important;
transition:0.3s;	
}

.devisMenuButton div:nth-child(1), .devisMenuButtonProjet div:nth-child(1){
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	width:100%;
	
	/* padding:10px 0px 5px 0px; */
	
	/* border:1px solid red; */
}

.devisMenuButton div:nth-child(1)>i{
	font-size:25px;
	color:var(--charteColor1);
	
	/* border:1px solid red; */
}

.devisMenuButtonProjet div:nth-child(1)>i{
	font-size:25px;
	color:var(--kdGreenD);
	
	/* border:1px solid red; */
}

.devisMenuButton div:nth-child(2),.devisMenuButtonProjet div:nth-child(2){
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	width:100%;
	
	padding:5px 0px 0px 0px;
	
	font-size:12px;
	
	/* border:1px solid red; */
}

.devisMenuButtonProjet div:nth-child(2){
	color:var(--kdGreenD);
}

/* devis */


.contentV2{
	display:flex;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :left;
	flex-direction: column;
	
	/* border:1px solid red; */
	width:100%;
	height:100%;
}

.titreDevisProduit{
	background-color:silver;
	text-align:center;
}

.divButtonGaPointsGestion{
		display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content : space-evenly;
	width:100%;
	
}



.buttonGaPointsGestion,.buttonGaPointsGestionActive{
	width:100px;
	height:40px;
	margin-top:10px;
	border:1px solid #FF5733;
	border-radius:4px;
}

.buttonGaPointsGestionActive{
	background-color:#FF573333;
}

.classemenHover{
border:0px solid red;	
height:3px;
width:100%;
transition:0.3s;
}

.classemenHover2{
border:0px solid red;	
height:75px;
width:100%;
transition:0.3s;
}

.divClassement{
	border:1px solid black;
	border-radius:5px;
	width:100%;
	height:30px;
	padding:5px;
	margin:5px;
}

.divClassement:active{
	background-color:green;
	}
	


.buttonHeader
{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:center;
	justify-content :left;
	
	border:1px solid var(--charte_violet);
	border-radius:5px;
	
	height:40px;
	padding-left:2px;
	padding-right:2px;
	cursor:pointer;
}

.buttonHeader div:nth-child(1){
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:center;
	justify-content :left;
	
	/* border:1px solid var(--charte_violet); */
	width:40px;
	height:100%;
}

.buttonHeader div:nth-child(2){
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:center;
	justify-content :left;
	
	/* border:1px solid var(--charte_violet); */
	width:100px;
	height:100%;
	font-size:16px;
	color:var(--charte_violet);
	font-weight:bold;
}

/* devisV2------------------------------------------------------- */
.devisTitre{
	border:1px solid red;
	width:100%;
}

.devisMenuTop{
	border:1px solid red;
	width:100%;
}

.devisOptions{
	border:1px solid red;
	width:50%;
}

.devisMonetaire{
	border:1px solid green;
	width:50%;
}

.devisCorps{
	border:1px solid red;
	width:100%;
}


/* devisV2------------------------------------------------------- */

.choixCopie{
	border:1px solid var(--charte_violet);
	width:100%;
	border-radius:5px;
	margin-bottom:10px;
	/* height:25px; */
	padding:15px;
	cursor:pointer;
	transition:0.8s;
	
}
.choixCopie:hover{
background-color:var(--charte_violet);
color:white;
}

.devisEntenteInput::placeholder {
  color: white;

}

.inputEntete::placeholder {
  color: white;

}

.iValideClick{
	color:green;
	font-size:20px;
	position:absolute;
	right:-22px;
	bottom:-5px;
	
}

.iValideClick:hover{
	color:var(--charte_violet) !important;
		/* font-size:30px; */

}

.menuEntete
{
	position:absolute; 
	top:32px; 
	left:0px; 
	border-left:1px solid black; 
	border-bottom:1px solid black; 
	background-color: var(--charte_gris_clair);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.64);
	z-index:3;
	
	 text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	display:none;
	animation: disparition 1s;
	
}

@keyframes apparition {
    0% {
        width:0px;
    }

    

    100% {
         width:200px; 
		 
    }

}

@keyframes disparition {
    0% {
        width:200px;
    }

    

    100% {
         width:0px; 
		 display:none;
    }

}

.menuEntete_on
{
	display:block;
	position:absolute; 
	top:32px; 
	left:0px; 
	border-left:1px solid black; 
	border-bottom:1px solid black; 
	width:200px; 

	background-color: var(--charte_gris_clair);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.64);
	z-index:3;
	
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	animation: apparition 1s;
	
}

.menuEntete_on>div
{
	border-bottom:1px solid grey;
	width:100%;
	padding:3px;
	cursor:pointer;
}

.menuEntete_on>div:hover
{
	background-color: var(--charte_violet);
	color:white;
	transition: 0.4s;
}

.divTitreMenu
{
background-color: var(--charte_gris_dark);
	color:white;	
	text-align:center;
	font-weight:bold;
}

.border-bottom{border-bottom:1px solid silver;}

/* Ajout LG 01/11 pour formulaire */

.form {
	background-color: white;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px;
	width: 100%;
	}
	
	.title {
	color: #005c9f;
	font-family: sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-top: 30px;
	}
	
	.input-container {
	height: 50px;
	position: relative;
	width: 100%;
	}
	
	.ic1 {
	margin-top: 40px;
	}
	
	.ic2 {
	margin-top: 30px;
	}
	
	.input {
	background-color: white;
	border: 1px solid  var(--charte_violet);
	border-radius: 12px;
	box-sizing: border-box;
	color: black;
	font-size: 18px;
	height: 100%;
	outline: 0;
	padding: 4px 20px 0;
	width: 100%;
	}
	
	.cut {
	background-color: white;
	border-radius: 10px;
	height: 20px;
	left: 20px;
	position: absolute;
	top: -20px;
	transform: translateY(0);
	transition: transform 200ms;
	width: 76px;
	}
	
	.cut-short {
	width: 50px;
	}
	.cut-60 {
	width: 60px;
	}
	.cut-65 {
	width: 65px;
	}
	.cut-70 {
	width: 70px;
	}
	.cut-75 {
	width: 75px;
	}
	.cut-95 {
	width: 95px;
	}
	.cut-100 {
	width: 100px;
	}
	.cut-105 {
	width: 105px;
	}
	.cut-110 {
	width: 110px;
	}
	.cut-125 {
	width: 125px;
	}
	.cut-130 {
	width: 130px;
	}
	.cut-135 {
	width: 135px;
	}
	.cut-140 {
	width: 140px;
	}
	.cut-175 {
	width: 175px;
	}
	
	.input:focus ~ .cut,
	.input:not(:placeholder-shown) ~ .cut {
	border: 1px solid  var(--charte_violet);
	transform: translateY(8px);
	}
	
	.placeholder {
	color: #65657b;
	font-family: sans-serif;
	left: 20px;
	line-height: 14px;
	pointer-events: none;
	position: absolute;
	transform-origin: 0 50%;
	transition: transform 200ms, color 200ms;
	top: 20px;
	}
	
	.input:focus ~ .placeholder,
	.input:not(:placeholder-shown) ~ .placeholder {
	transform: translateY(-30px) translateX(10px) scale(0.75);
	}
	
	.input:not(:placeholder-shown) ~ .placeholder {
	color: #808097 !important;
	}
	
	.input:focus ~ .placeholder {
	color: #808097 !important;
	}
	
	.submit {
	background-color: #08d;
	border-radius: 12px;
	border: 0;
	box-sizing: border-box;
	color: #eee;
	cursor: pointer;
	font-size: 18px;
	height: 50px;
	margin-top: 38px;
	 outline: 0;
	text-align: center;
	width: 100%;
	}
	
	.submit:active {
	background-color: #06b;
	}
	
	
	.input-icon {
		position: relative;
	  }
	  
	  .input-icon > i {
		position: absolute;
		display: block;
		transform: translate(0, -50%);
		top: 50%;
		pointer-events: none;
		width: 25px;
		text-align: center;
	  }
	  
	  .input-icon > input {
		padding-left: 25px;
		padding-right: 0;
	  }
	  
	  .input-icon-right > i {
		right: 0;
	  }
	  
	  .input-icon-right > input {
		padding-left: 0;
		padding-right: 25px;
		text-align: right;
	  }
		.blocMesAbsencesAVenir, .blocMesAbsencesPasses{
			width:95%;
		}
	  @media only screen and (max-width: 600px) {
		  .footer{
			  display:inline;
		  }
		.header {
			width:100vw;
		}
			  .footer {
			width:100vw;
		}
		.header img{
			height:50px;
		  }
		 .header i{
			font-size:20px;
		  }  
  }		  
  
  
/* css v2 du 04/11/2023 */

.affairePageTitre{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:flex-start;
	justify-content :space-between;
	
	border-bottom:2px solid var(--charteGris);
	
	width:100%;
	min-height:30px;
	
	padding:0px 5px 0px 5px;
	
	font-size:20px;
	/* border:1px solid red; */
}

.affairePageTitreAffaire{
	font-size: inherit;
	/* border:1px solid red; */
	height:100%;
	flex:1;
}

.affairePageTitreMenu{
	font-size: inherit;
	/* border:1px solid red; */
	height:100%;
}


/* outil général */

.button2{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	width:auto;
	/* min-width:120px; */
	height:auto;
	border:1px solid var(--charteColor1);
	background-color:var(--charteColor1);
	border-radius:10px;
	
	padding:5px;
	
	margin:5px;
	cursor:pointer;
}

.button2 div:nth-child(2){
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	/* width:100%; */
/* border:1px solid red; */

color:white;
}

.button2 div:nth-child(1){
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	padding:0px 8px 0px 3px;
	
	/* border:1px solid black; */
}

.button2 i{
	color:white;
	font-size:20px;
}

.button1{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	margin:2px;
	padding:5px;
	
	border:1px solid var(--charteColor1);
	border-radius:5px;
	
	background-color:white;
	
	color:var(--charteColor1);
	font-size:14px;
	font-weight:bold;
}

.button1:hover{
	color:white;
	
	background-color:var(--charteColor1);
}



.kdInfo{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	height:30px;
	width:50%;
	
	border:1px solid var(--charteGris);
	border-radius:5px 0px 0px 5px;
	
	background-color:var(--charteGris2);
	margin-bottom:5px;
}

.kdInfoData{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	height:30px;
	width:50%;
	
	border:1px solid var(--charteGris);
	border-left:0;
	border-radius:0px 5px 5px 0px;
	
	margin-bottom:5px;
}


.affaireCommentaireTechTitre{
	width:100%;
	
	font-size:16px;
	font-weight:bold;
	text-align:center;
	
	margin-top:10px;
	
	
	
	border:1px solid var(--charteGris);
	background-color:var(--charteGris);
	border-radius:5px 5px 0px 0px;
	
}

.affaireCommentaireTech{
	width:100%;
	
	border:1px solid var(--charteGris);
	border-top:0;
	padding:5px;
	margin-bottom:15px;

}

.ficheClientContent{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :left;
	
	width:300px;
	min-height:50px;
	
	border:1px solid var(--charteGris);
	
	margin:5px;
	border-radius:10px 0px 0px 0px;
	
	
	
}

.ficheClientTitre{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :space-between;
	
	width:calc(100%);
	height:25px;
	
	padding:0px 5px 0px 5px;
	
	border-bottom:1px solid var(--charteColor1L);
	
	background-color:var(--charteColor1L);
	
	font-weight:bold;
	border-radius:10px 0px 0px 0px;
}

.ficheClientTitre i{
	font-size:20px;
}

.ficheClientDatasContent{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :center;
	padding:5px;
	
	width:100%;
	margin:3px;
	height:auto;
	
	border-bottom:1px solid var(--charteColor1L);
	
	
	
	

}

.ficheClientDatasContent>div:nth-child(2){
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;

	width:40px;
	
}

.ficheClientDatasContent>div:nth-child(2)>i{
	font-size:25px;
	color:var(--charteColor1);
	
}

.ficheClientDatasContent>div:nth-child(1){
	/* display:flex; */
	
	flex:1;
	text-align:left;
	/* border:1px solid red; */
	
	
}

.fichierContent{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	border:1px solid var(--charteGris);
	border-radius:5px;
	
	width:100px;
	padding:3px;
	margin:3px;
	
	height:100px;
	
	transition:0.3s;
	
	
	
}

.fichierContent:hover{
	
	background-color:var(--charteColor1);
	transition:0.3s;
	
}

.fichierContent:hover i{
	
	color:white;
	transition:0.9s;
	
}

.fichierContent:hover div{
	
	color:white;
	transition:0.3s;
	
}

.fichierContentIcon{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	/* width:100%; */
}

.fichierContentIcon i{
	font-size:40px;
	width:100%;
	
	color:var(--charteColor1);
}

.fichierContentName{
	display:flex;
	flex-wrap:wrap;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;	
	text-align:center;
	
	padding-top:3px;
	font-size:12px;
	
	
	width:100%;
	max-height:40px;
	height:40px;
	
	transition:0.3s;
	/* border:1px solid red; */
	word-wrap : break-word;
	word-break: break-all;
	

}

.menuV2Button{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :left;
	margin:0px 5px 0px 5px;
	/* border:1px solid red; */
	border-radius:5px;
	height:30px;
}

.menuV2Button:hover{
	background-color:var(--kdGrey);
}

.menuV2ButtonIcon{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	color:var(--charteColor1);
	padding:0px 5px 0px 5px;
	min-width:40px;
	height:20px;
	/* color:red; */
	
}

.menuV2ButtonIcon i{
	font-size:22px;
	
	
}

.menuV2ButtonText{
	display:flex;
	flex:1;
	height:20px;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :left;	
	
	/* border:1px solid red; */
	/* border-bottom:1px solid var(--charteGris); */

	
	color:var(--charteGrisD);
	font-weight:bold;
	font-size:18px;

}

.menuV2ButtonText a{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :left;

	font-size:14px;
	color:var(--charteGrisD);
	
	width:100%;
	height:100%;
}

/* onglets */
.ongletsBlock{
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :left;
	width:calc(100% - 10px);
	
	height:60px;
	/* border:1px solid black; */
}







.ongletPostIt{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	height:100%;
	width:120px;
	
	border:1px solid var(--charteGris);
	border-right:0;
	background-color:var(--charteGris2);
	
	padding:5px;
	
	box-shadow: 2px 2px 4px 1px var(--charteGris);
	
	cursor:pointer;
	
	transition:0.3s;
}

.ongletPostIt:hover{
background-color:white;
transition:0.3s;	
}

.ongletsBlock .ongletPostIt:first-child {
	border-radius:4px 0px 0px 0px;
	box-shadow: 2px 0px 4px 1px var(--charteGris);
	

}

.ongletLast {
	border:1px solid var(--charteGris);
	border-radius:0px 4px 0px 0px;
}

.ongletPostItEnd{
	flex:1;
	height:100%;
	border-bottom:1px solid var(--charteGris);

}

.ongletPostItSelect{
	background-color:white;
	border-bottom:0;
	z-index:2;
}



.ongletPostItText{
	text-align:center;
}

.ongletPostItSelect .ongletPostItText{
	font-weight:bold;
}


.ficheClientOption{
	display:flex;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :center;
	
	margin:2px;
	
	width:100%;
	height:25px;
	
	border-radius:5px;
	
	font-weight:bold;
	cursor:pointer;
}

.ficheClientOptionSelect{
	background-color:var(--charteColor2);
}

.ficheClientOptionUnSelect{
	background-color:var(--charteVertB);
}

.menuEntete{
	position:absolute;
	top:27px;
	left:0px;
	
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :left;
	

	
	z-index:2;
	
	width:0px;
	height:0px;
	
	opacity:0;
	
	transition:0.3s;
	
	
}

.menuEnteteOn{
	position:absolute;
	top:20px;
	left:0px;
	
	display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:flex-start;
	ALIGN-CONTENT:flex-start;
	justify-content :left;
	
	border:1px solid var(--charteColor1);
	border-radius:0px 0px 5px 5px;
	background-color:white;
	
	z-index:10;
	
	width:200px;
	height:auto;
	
	opacity:1;
	
	transition:0.3s;
	
	
}

.menuEnteteOn>div{
	width:100%;
	height:25px;
	border-bottom:1px solid var(--kdGrey);
	
		display:flex;
	FLEX-WRAP:wrap;
	ALIGN-ITEMS:center;
	ALIGN-CONTENT:center;
	justify-content :left;
	
	padding:0px 5px 0px 5px;
	
	cursor:pointer;
}

.menuEnteteOn>div:hover{
background-color:var(--charteColor1);
color:white;	
}

.menuEnteteOn div:first-child{
	justify-content :center;
	background-color:var(--charteColor1L);
}

.menuEnteteOn div:last-child{
	justify-content :center;
	background-color:var(--charteColor1);
}

.idDevisInfos input{
	background-color:var(--kdBlueL);
	margin:2px;
	text-align:center;
	border-radius:5px !important;
}

#kdFormPoints input::placeholder{
font-size:12px;
}

.barreOn{
	border:1px solid var(--kdGreyD);
	border-radius:2px;
	width:calc(100% + 5px);
	position: absolute;
	transform: rotate(-45deg);
	bottom: 6px;
	left: -4px;

}

.barreOff{
	display:none;

}


.sortable-placeholder {
    height: 35px; /* Ajuste selon la hauteur de tes éléments */
    background-color: #f0f0f0; /* Couleur pour le repère */
    border: 2px dashed #555; /* Ligne pointillée pour démarquer */
    margin: 5px 0; /* Espacement pour améliorer la visibilité */
}