body { /*image de fond et couleur du texte */
background: white url(../divers/images/stretched.png) no-repeat;
margin: 0 auto;
background-size: 100%;
color:white;}
h1{ /* regles pour la norme du titre h1 */
font-family:sm, sans-serif;
font-size:6em;}
small{ /* regles pour la norme du titre h1 */
font: 2.5em/1em variant;}
@font-face{
font-family:sm;
src: url(../divers/font/Starjedi.ttf);}
@font-face{
font-family:efect;
src: url(../divers/font/efect.ttf);}
.SandyBrown {color :#ffa64d;
font-family:efect;
font-size: 105px;} /* couleur souhaité*/
.centrage {position: absolute; /*Titre*/
top: 7.4%;
left: 38.7%;}
.SousTitre {position: absolute; /*Titre*/
color :#800000;
top: 30%;
left: 63%;
font-family: Times, serif;}
.container img{
width: 200px;
height: 200px;
border-radius: 100%;
margin-top: -90px;
margin-bottom: 20px;}
.container{
width: 500px;
height: 517.5px;
text-align: center;
background-color: rgba(20, 20, 20, 0.85);
border-radius:18px;
margin: 0 auto;
margin-top: 19.5%;}
input[type="text"],input[type="password"],input[type="email"]{
height: 45px;
width: 300px;
font-size: 18px;
margin-bottom: 16px;
background-color: #fff;
padding-left: 5%;}
.btn-login{
padding: 15px 25px;
font-size: 21px;
color: #fff;
background-color: orangered;
border-radius:15px;}