body {
	font-family: arial;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 98%;
	background-color: white;
}

header {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

header  .bloc {
	min-height:400px;
	width:auto;
}

section {
  text-align: center;
  background-color: Lavender;
}  

section .pave {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  background-color: White;  
}
	
section .pave .bloc1 {
  text-align:right;
  padding:20px;  
}
	
section .pave .bloc2 {
  text-align:left;
  font-size:.7em;
  padding:20px;  
}
