/* Style the footer */
body {
  background-color: rgb(153, 255, 255);
}
header {
  top: 0;
  height:100px;
  background-image: url("../maquetteMandombe.PNG");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-device-width:360px) {
	header {
	  max-width: 360px;
	  background-size: 100% 100%;
	}
	.container-site{
	  max-width: 360px;
	}
}@media screen and (max-device-width:400px) {
	header {
	  max-width: 400px;
	  background-size: 100% 100%;
	}
	.container-site{
	  max-width: 400px;
	}
}
@media screen and (max-device-width:700px) {
	header {
	  max-width: 700px;
	  background-size: 100% 100%;
	}
	.container-site{
	  max-width: 700px;
	}
}

@media screen and (max-device-width:900px) {
	header {
	  max-width: 900px;
	  background-size: 100% 100%;
	}
	.container-site{
	  max-width: 900px;
	}
}