.bandeau{
	width: 100%;
	height: 110px;
}
.bandeau::before{
	content:"";
	background: url(../images/fond.png) no-repeat;
	width: 100%;
	height: 100px;
	box-shadow: 0px 6px 5px #ffde00;
	background-size: cover;
	position: absolute;
}
.bandeau .relative{
	height : 100%; 
}

.bandeau .site{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 25px;
}

.logo{
	width:200px; 
	position: absolute;
	top: 26px;
	left: 100px;
}
.btn-logout{
	position: absolute;
	right: 100px;
	top: 26px;
	font-size: 36px;
	font-weight: normal;
	background: #1655d2cf !important;
	border: 0px;
	padding: 11px;
	width: 100%;
	height: 100%;
	padding-top : 10px;
	max-width: 60px;
	max-height: 60px;
	text-align : center;  
	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.btn-logout > img{
	width: 30px;
}

@media (max-width: 520px) {
	.btn-logout{
		top: 35px;
		max-width: 50px;
		max-height: 42px;
		right: 20px;
		padding-top: 5px;
		box-sizing: border-box
	}
	.btn-logout > img{
		width: 25px;
  		vertical-align: top;
		margin-top: 3px;
	}
	.logo {
	  width: 155px;
	  top: 35px;
	  left: 20px;
	}
}

@media (max-width: 1000px) {
	.bandeau .site {
		top: auto;
	  	bottom: 10px;
	  	width: 100%;
    	text-align: center;
	}
	
	.bandeau {
  		height: 150px;
	}
	
	.bandeau::before {
  		height: 140px;
	}
}