iframe {
  border: none;
  margin: auto;
  width:100%;
  height:100%;
}

/* Pour affichage large */
@media (min-width: 768px) {
	p.bandeauProjet {
	  display:block;
	  margin: 0;
	  background-color:#ddeeff;
	  padding-left: 1Em;
	  text-align:left;
	  font-family : monospace;
	  font-weight: bold;
	  font-size: 2Em;
	  border-bottom: 3px solid black;
	}
	span.bandeauProjet {
	  font-size: 0.8Em;
	  font-weight: normal;
	}
}

/* Pour affichage étroit */
@media (max-width: 768px) {
	p.bandeauProjet {
	  display:block;
	  margin: 0;
	  background-color:#ddeeff;
	  padding-left: 0.5rem;
	  text-align:left;
	  font-family : monospace;
	  font-weight: bold;
	  font-size: 1rem;
	  border-bottom: 2px solid black;
	}
	span.bandeauProjet {
	  font-size: 0.7rem;
	  font-weight: normal;
	}
}

body.bandeauProjet {
  margin: 0;
  background-color: white;
}
