h2 {
	text-align: center;
    color: #008bea;
}

h3 {
	color: #008bea;
}

section p {
    text-align: justify;
	text-indent: 50px;
}


 .centrer {
	 text-align: center;
 }
 
.rouge {
	color: red;
}

textarea {
  width: 95%;
  height: 30vh;
  padding: 1em;
  font-size: 1.5em;
  border: 1px solid #000;
  resize: none;
  box-sizing: border-box;
  display: block;
  margin: auto;
}



.photo {
   
    width: 360px;
    
    margin-right:  20px;
    border-radius: 10px;
    float: left;
     
}

