body{
    margin: 0;
    padding: 0;
}
.container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.entete{
    display: flex;
    width: 85%;
    justify-content: space-between;
    margin-bottom: 0px;
}
.logo_conexion{
   display: flex;
   justify-content:space-around;
   align-items: center;
   width: 100px; 
   height: 25px;
   border: 1px solid;
   border-radius: 5px;
   box-shadow: 1px 1.5px 1px rgba(0, 0, 0, 0.3);
}
.formulaire_inscription{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin-top: 5px;
}
.image{
    width: 500px;
    height: 850px;
    background-image: url(images/jolie_ménagère.png);
    background-size:cover;
    border-radius: 25px;
    margin-top: 170px;
}
.titre_form{
    width: 750px;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 0px;
    font-family:Arial, Helvetica, sans-serif;
}
.stitre{
    margin-top: 0;
    color: rgba(0, 0, 0,0.3);
    font-size: 20px;
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 5px;
}
.formulaire{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.champs{
    margin-bottom: 25px;
    height: 70px;
    border-radius: 15px;
    border: none;
    background-color:rgba(227, 227, 227, 0.5);
    font-size: 20px;
    padding-left: 30px;
}

.boutton{
    height: 70px;
    border: none;
    font-size: 25px;
    border-radius: 15px;
    margin-top: 40px;
    background-color: #D46EFF;
    color: white;
    font-weight: 500;
}
.form{
   margin-left: 50px;
}
.separation{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    width: 90%;
}
hr{
    width: 40%;
    height: 1px;
    margin-top: 26px;
}
#one{
    margin-right:8px;
}
#two{
    margin-left: 5px;
}
.Autre-opt{
    margin-bottom: 20px;
    height: 70px;
    border-radius: 15px;
    border: none;
    background-color:rgba(227, 227, 227, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;  
}
.Autre-opt1{
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.option:hover{
background-color: #D46EFF;
}