.bandeau {
	width: 100%;
	height: 71px;
	background: url(../images/fond.png) no-repeat;
	background-size: cover;
}
.bandeau .right{
	position: absolute;
	right: 45px;
	top: 14px;
	display: flex;
	align-items: center;
}
.bandeau .right .btn-logout{
	padding: 1px 20px 2px 20px !important;
	color : white;
	background: rgb(219,87,20);
	background: -moz-linear-gradient(90deg, rgba(219,87,20,1) 0%, rgba(228,129,38,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(219,87,20,1) 0%, rgba(228,129,38,1) 100%);
	background: linear-gradient(90deg, rgba(219,87,20,1) 0%, rgba(228,129,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db5714",endColorstr="#e48126",GradientType=1);
}

.bandeau .info-user i{
	font-size : 25px;
}
.bandeau .btn-logout i{
	font-size : 23px;
}

.bandeau .info-user{
	color : white;
	margin-right: 35px;
}
.container-img{
	max-width: 193px;
	position: absolute;
	left: 41px;
	top: 5px;
}
.head-logo{
	width: 100%;
}