/**************************************************************
 Projet Pharm - Intranet - (intranet.projetpharm.fr)
 Copyright 2019-2019 Develop'it
 
 Version : 1.0.0
 Date    : 23/04/2019
 Fichier : css/Entete.css
**************************************************************/

#Entete {
position: fixed;
right: 0;
left: 0;
top:0;
	height: 60px;
	background:rgba( 25, 25, 25, 0.9);
	background:rgba( 240, 240, 240, 1.0);
z-index: 1020;
/*
	background:rgba( 254, 254, 254, 1.0);
*/
}
#Entete h1 {
	display:none;
}
#Entete .Logo {
/*
	position:relative;
	display:block;
	height:150px;
	width:500px;
	margin:0 auto;
	padding:0;
	border:0;
	margin-bottom:-395px;
	width: 255px;
*/
	position: relative;
	top: 10px;
	left: 10px;
	height: 40px;
	overflow: hidden;
	display:inline-block;
	z-index:99999;
}
#Entete img.Logo { width: auto; max-width: 100%; }
#Entete .Logo img {height: 40px; }

#CadreUtilisateur {
	position:absolute;
	display:inline-block;
	width:300px;
	height:60px;
	right:0px;
	top:0px;
	color:#999;
/*
	background-color:rgba( 240, 240, 240, 0.1 );
*/
}
#CadreUtilisateur:hover {
	background-color:rgba( 240, 240, 240, 0.1 );
	background-color:rgba( 40, 40, 40, 0.1 );
}

#IconeUtilisateur {
	display:inline-block;
	font-size:20px;
	height:60px;
	line-height:60px;
	width:40px;
	float:left;
	text-align:center;
}

img.PhotoUtilisateur {
	float:left;
	line-height:60px;
	width:30px;
	height:30px;
	border-radius:50%;
	margin-left:5px;
	margin-top:15px;
	margin-right:5px;
	opacity:0.5;
}
#CadreUtilisateur:hover img.PhotoUtilisateur {
	opacity:1.0;
}

.NomUtilisateur {
	display:inline-block;
	height:60px;
	line-height:60px;
}
#CadreUtilisateur:hover .NomUtilisateur {
	color:#ccc;
	color:#333;
}

.btQuitter {
	display:inline-block;
	font-size:20px;
	height:60px;
	line-height:60px;
	width:50px;
	float:right;
	background-color: rgba( 200, 20, 20, 0.2 );
	color:rgba( 200, 200, 200, 0.4 );
	text-align:center;
}
.btQuitter:hover {
	background-color: rgba( 200, 20, 20, 0.8 );
	color:rgba( 220, 220, 220, 0.8 );
}

@media only screen and (min-width:1024px) { /* large */
}
@media only screen and (max-width:1023px) { /* medium */
}
@media only screen and (max-width:639px) { /* small */
	#Entete {
		height: 40px;
	}
	#Entete .Logo {
		top: 5px;
		left: 5px;
		height: 40px;
	}
	#Entete .Logo img {height: 30px; }
	img.PhotoUtilisateur {
		margin-top:5px;
		margin-left:5px;
		margin-right:5px;
		line-height:40px;
	}
/*
	#IconeUtilisateur {
		font-size:16px;
		height:40px;
		line-height:40px;
	}
*/
	.NomUtilisateur {
		height:40px;
		line-height:40px;
	}
	.btQuitter {
		font-size:16px;
		height:40px;
		line-height:40px;
	}
}
