header{
	position: fixed;
	top: 0;
	left: 0;
  display: flex;
	width: 100%;
  justify-content: space-between;
	align-items: center;
  padding: 0 30px;
	z-index: 20;
	background: url("../../images/bandeauhaut.png");
	background-color: var(--blanc);
	background-repeat: no-repeat;
	background-position: right top;
}

header img{
	width: 150px;
	padding: 15px 0;
}

#menulist {
  display: inline-block;
  color: var(--blanc);
  float: right;
  font-size: 1.4em;
  vertical-align: middle;
  padding: 5px 10px;
  cursor: pointer;
}

#menulist a {
  color: var(--blanc);
  text-decoration: none;
  display: block;
  transition: color .4s linear;
}

#menulist a:hover{
  color: var(--jaune);
}

#menulist:hover {
  background-color: var(--orange);
}

#txtbandeau {
	float:right;
	width:60%; 
	margin: -2% auto 0px; 
	text-align:center; 
	font-size: 2em; 
	font-weight: bold;
	}
	
#navbandeau { 
	position:absolute; 
	bottom:0; right:0; 
	width: 100%; 
	height: 2em; 
	line-height:1.8em; 
	vertical-align:  middle;
	font-size:1.6em ; 
	background-color: #6C9286; 
	z-index:10;
 }
 
#imgfondbandeau {
	position: relative;
	float:left; 
	z-index: 20; 
	margin-left: 50px;
	}	

@media screen and (max-width: 720px) {

  header {
    display: inline-block;
  }

	#imgfondbandeau {
	float: left;
	margin-left: 5px;
	width: 50px;
	}

	#txtbandeau {
	width:80%; 
	margin-top: 10px;
	font-size: 0.7em;
		z-index: 20;
	}

	#navbandeau {
	height: 1.8em; 
	line-height:1.6em; 
	font-size:0.6em;
		z-index: 10;
	}


 }
