/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 07 2025 | 13:36:36 */
	#zone_recap {
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}

	.fen_arrondie {		
		border-radius: 15px;
		border: 2px solid #e2e8f0;
		transition: all 0.3s ease;
	}

	.fen_arrondie:hover {
		border-color: #4299e1;
		box-shadow: 0 5px 15px rgba(66, 153, 225, 0.1);
	}

	#zone_menu :hover {
		border-color: #4299e1;
		box-shadow: 0 5px 15px rgba(66, 153, 225, 0.1);
	}

	#zone_menu .libelle {
		padding:10px;
		margin:10px;
		color:blue;
		cursor:pointer;
	}
	.input-cpt {
		color:white;
		text-align:center;
		width:150px;
		height: 150px;
		background: #f8faff;
		padding: 25px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
		transition: all 0.3s ease;
	}

	.input-cpt:hover {
		border-color: #4299e1;
		box-shadow: 0 5px 15px rgba(66, 153, 225, 0.1);
	}
	.input-detail {
		cursor:pointer;
		width:40px;
		height: 40px;
		padding: 2px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;	
	}

	.input-detail:hover {
		border-color: black;
		box-shadow: 0 5px 15px rgba(66, 153, 225, 0.1);
	}

	
	#zoneC_principale {
		display:flex;
		justify-content:space-betwwen;
		margin: 10px;
		padding: 5px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
		transition: all 0.3s ease;		
	}
	.cptdetail {
		text-align:center;
		height:630px;
		width:600px;
		background:lightgrey;
		border-radius: 15px;
		border: 2px solid #e2e8f0;		
	}
	
	.cptecriture {
		display:flex;
		background:white;
		height:440px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}
	
	.cptreception{
		background:grey;
		height:100px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}
	.cptG{
		width:50%;
		background:grey;
		height:430px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}

	.cptemploi{
		width:100%;
		background:grey;
		height:400px;
		overflow:auto;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}

	.cptSoldeemploi{
		width:100%;
		background:grey;
		height:30px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}


	.cptD{
		width:50%;
		background:grey;
		height:430px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}

	.cptressources{
		width:100%;
		background:grey;
		height:400px;
		overflow:auto;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}

	
	.cptSolderessources{
		width:100%;
		background:grey;
		height:30px;
		border-radius: 15px;
		border: 2px solid #e2e8f0;
	}
	
	.Cl_Events{
		cursor: grab;
		background:lightblue;
		border-radius: 15px;
		height:40px;
		border: 2px solid #e2e8f0;		
	}
	.libelle {
		height:40px;
		font-size:14px;
		/*padding:10px; */
		margin : 0px 0px -5px 0px;
	}	