/**************************************************************
 Lawyer'it
 Copyright 2001-2023 Develop'it
 
 Version : 8.7.0
 Date    : 25/01/2023
 Fichier : css/BarreHaut.css
**************************************************************/
/*************************** BarreHaut général ***************************/
#BarreHaut {
	position:fixed;
	background-color:#232A32;
	color:#fff;
	width:100%;
	height:50px;
	z-index:999988;
	padding: 0 10px;
	line-height:1.1em;
}

/*************************** BarreHaut CadreTitre ***************************/
#BarreHaut #CadreTitre {
	float:left;
	color: #FFF;
	white-space:nowrap;
	text-align:left;
	padding-top:1px;
}
#BarreHaut #CadreTitre .Logo {
	height:46px;
	width:auto;
	margin-right:1em;
	vertical-align:middle;
	float:left;
}
#BarreHaut #CadreTitre #Titre1 {
	padding-top:3px;
	font-size: 14px;
	font-weight:bold;
}
#BarreHaut #CadreTitre #Titre2 {
	font-size: 11px;
	font-weight:normal;
}
#BarreHaut #CadreTitre #Titre3 {
	font-size: 11px;
	font-weight:normal;
}

/*************************** BarreHaut IconeUtilisateur ***************************/
#BarreHaut #IconeUtilisateur {
	float:right;
	display:block;
	margin:0;
	padding:0;
	width:45px;
	height:30px;
	opacity:0.2;

top: 5px;
opacity: 0.2;
position: relative;
left: 10px;
float: left;

}
#BarreHaut #IconeUtilisateur i {
    font-size: 30px;
}
#BarreHaut #BoutonUtilisateur {
	display:none;
}

/*************************** BarreHaut CadreUtilisateur ***************************/
#BarreHaut #CadreUtilisateur {
	float:right;
	height:48px;
	width:340px;
	padding: 5px 0 ;
	color: #fff;
	font-size: 10px;
	margin:0 auto;
	font-weight: bold;

	position:absolute;
	right:50px;
	white-space:nowrap;
	right:0px;
}
#BarreHaut #CadreUtilisateur .NomUtilisateur {
	width:100%;
	display:block;
	font-size:11px;
	font-weight:bold;
}

#BarreHaut #CadreUtilisateur .Groupe {
	width:100%;
	display:block;
	padding-top:0px;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
}
#BarreHaut #CadreUtilisateur .Date {
	width:100%;
	display:block;
	padding-top:-1px;
	font-size:11px;
	font-weight:normal;
	opacity:0.75;
}

/*************************** BarreHaut btQuitter ***************************/
#BarreHaut .btQuitter {
	float:right;
	position:absolute;
	top:15px;
	right:15px;
	width:20px;
	height:20px;
	background-image:url(../image/Quitter.png);
	opacity:0.80;
}
#BarreHaut .btQuitter:hover {
	opacity:0.99;
}



@media only screen and (max-width:768px) { /* small */
	#BarreHaut {
		height:40px;
	}
	#BarreHaut #CadreTitre .Logo {
		height:34px;
		width:auto;
		margin-right:0.25em;
	}
	#BarreHaut #CadreTitre #Titre1 {
		padding-top:5px;
	}
	#BarreHaut #CadreTitre #Titre3 {
		display:none;
	}
	#BarreHaut #CadreUtilisateur .Date {
		display:none;
	}
	#BarreHaut #CadreUtilisateur {
		display:none;
	}
	#BarreHaut #CadreUtilisateur.active {
		display:block;
		background-color:#333A42;
		width:100%;
		margin:0 auto;
		top:40px;
		z-index:99999;
	}
	#BarreHaut #CadreUtilisateur .NomUtilisateur {
		padding-top:5px;
	}
	#BarreHaut #BoutonUtilisateur {
	    cursor: pointer;
		float:right;
		display:block;
		margin:0;
		padding:0;
		position:absolute;
		opacity:0.3;
		background-color:rgba( 120, 120, 120, 0.5 );
		z-index:999;
		border-radius:4px;
		text-align:center;
		width:30px;
		height:30px;
		right:10px;
		top:5px;
	}
	#BarreHaut #BoutonUtilisateur i {
		font-size: 20px;
		line-height:30px;
	}
	#BarreHaut #BoutonUtilisateur:hover {
		opacity:0.6;
		background-color:rgba( 120, 120, 120, 0.7 );
	}
}

