
/*********************LOGIN**********************/
#loginbox{
	background-color: lavender;
    margin: 1% 0% 1% 1%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 13px;
    padding-top: 13px;
}
#loginbox  h1{
	color: black;
    text-align: center;
    margin: 0% 0% 6% 0%;
}
#loginbox a{
    text-align: center;
    text-decoration: none;
    color: black;
    margin-top: 3%;
    padding-bottom: 3px;

}
#logincontain{
    display: flex;
    margin: 0% 0% 0% 9%;
    justify-content: flex-start;
}
#logincontain form{
	width: 100%;
    margin: 0% 8% 0% 0%;
}
#logincontain form p{
	color: black;
	border-bottom: 5px solid #190b8e;
	width: 35%;
	padding-bottom: 1%;
	margin-bottom: 3%;
	margin-top: 2%;
    white-space: nowrap;
}
#logincontain form input{
	width: 100%;
}
#logincontain form input:last-child{
	background-color: #190b8e;
	border: 2px aliceblue;
	padding: 4% 13% 4% 13%;
	color: white;
	margin: 5% 0% 0% 0%;
}
#logincontain form input:nth-last-child(2){
    background-color: #242424;
    border: 2px aliceblue;
    padding: 4% 13% 4% 13%;
    color: white;
    margin: 5% 0% 0% 0%;
}
#loginicon{
    display: flex;
    justify-content: center;
    padding: 0% 0% 3% 0%;
}
#loginbox .material-icons{
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 70px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: black;
}
#remember{
    text-align: center;
    color: black;
}
#logincontain form #remember input{
    width: inherit;
}
#logincontain form #remember p{
    border-bottom: inherit;
    width: inherit;
    padding: inherit;
    margin: inherit;
}
#loginerror{
    text-align: center;
    color: red;
}
#compte .container #dets{
    display: flex;
    justify-content: flex-start;
    margin: 5% 0% 0% 0%;
}
#compte .container #selection{
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#compte .container #selection ul{
    background: #242424;
    padding: 0%;
    list-style: none;
}
#compte .container #donnes form > div{
    padding: 0%;
}
#compte .container #donnes form > div>input{
    width: 96%;
    padding: 5px 15px;
    border-radius: 0px 15px 0px 12px;
    border: none;
    margin: 8px 0px;
}
#compte .container #donnes form > div>select{
    width: 100%;
    padding: 5px 15px;
    border-radius: 0px 15px 0px 12px;
    border: none;
    text-align: center;
    margin: 8px 0px;
}
#compte .container #selection li{
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
#compte .container #selection li a{
    text-decoration: none;
    color:white;
}
#compte .container #selection li:hover{
    background: #1908be;
}

#compte .container #donnes{
    margin-left: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
#compte .container #donnes form .boutton{
    padding: 17px;
    border-radius: 10px;
}
#forgotenPass{
    color: black;
    text-align: center;
    padding: 10px;
}