body{
  width: 100%;
  background: linear-gradient(to bottom, #95C8E6, #FFFFFF);
  background-repeat: no-repeat;
}

#logo{
  width: 280px;
}

section{
  margin-top: 8%;
}

#entete{
  margin-left: 25%;
}

.form{
  margin-top: 70px;
  margin-left: 20px;
}
 
#h1{
  color: #084C80; /*couleur bleu foncé*/
  font-size: 2.1em;
  text-align: left;
}

#p{
  color: #084C80; /*couleur bleu foncé*/
  font-size: 1em;
  text-align: left;
}




