header#bandeau
{
	width:100%;
	margin:auto;
	min-height:150px;
	height:10%;
	display:flex;
	align-items:center;
	min-width:1000px;
}


img#logo
{
	/*width:25%;*/
	height:100%;
}

h1#slogan
{
	width:60%;
	text-align: center;
	color:rgba(0,0,0,1);
}

