* {
    margin: 0px;
    padding: 0px;
}

/* Utiliser les polices Google (ici Sofia) :
@font-face {
  font-family: 'Sofia';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sofia/v14/8QIHdirahM3j_su5uI0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074,
  U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

body {
    background: #e1e1e2;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #000000;
}
main{
    background: #eb7d7d;
    width: 500px;
    margin: 30px auto;
}
header{
    background: #FFF7EC;
    height: 75px;
    padding: 5px 0px;
}
figure{
    text-align: center;
}
form{
    background: #ffffff;
    padding-top: 30px;    
    padding-left: 37px;
    padding-bottom: 30px;
    font-size: 21px;
    line-height: 40px;
}
h2{
    /* Utiliser les polices Google (ici la police Sofia) :
    font-family: 'Sofia', cursive; */
    font-size: 25px;
}
#email, #psw{
    background-color: #f3f2f2;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
}
#lien_bleu{
    font-size: 16px;
    color: rgb(101, 132, 235);
}
#bouton_se_connecter{
    background: #B3C6B8;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
    font-size: 22px;
    font-weight: bolder;
}
#bouton_se_connecter:hover{
    background: #9eb7a5;
    cursor: pointer;
}
#nouveau_client{
    background: #FFF7EC;
    padding-top: 20px;    
    padding-left: 37px;
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
}
#new_client{
    padding-bottom: 20px;
}
#bouton_creer_compte{
    background: #ffffff;
    width: 425px;
    height: 50px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
    font-size: 22px;
    font-weight: bolder;
}
#bouton_creer_compte:hover{
    background: #f3f2f2;
    cursor: pointer;
}
#txt_traitement_donnees{
    background: #e2e1e1;
    width: 500px;
    padding-top: 7px;
    text-align: justify;
}
p{
    font-size: 14px;
    color: #818181;
    line-height: 15px;
}
#lien_bleu_final{
    font-size: 14px;
    color: rgb(101, 132, 235);
}