.absoluteCon{
    height:500px;
    width:500px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:#2d303c;
}
.inputCon{
    width:50%;
    margin:auto;
    margin-bottom:50px;
}
.inputReg{
    width:50%;
    margin:auto;
    margin-bottom:20px;
}
.absoluteCon h3{
    margin-bottom:50px;   
}
.centerForm{
    margin-top:20%;
}
@media screen and (max-width: 500px){
    .absoluteCon{
        height:unset;
        width:unset;
    }
    .inputCon{
        width:90%;
    }
    .inputReg{
        width:90%;
    }
}
.btn{
    margin-bottom:10px;
}
.enregistrer{
    color:#fff;
}
.enregistrer span{
    color:#4677b5;
}
#register{
    display:none;
}
.closeTab{
    float:right;
}
.statusToast{
    display:none;
    position:absolute;
    top:0;
    right:50%;
    left:50%;
    background-color:rgba(0,200,81,0.8);
    width:200px;
    height:50px;
    text-align:center;
}
.toastContent{
    padding:0.75rem;
}
.rightMenu{
    position:absolute;
    display:none;
    height:50px;
    width:150px;
    background:#fff;
}
.rightMenuContent div{
    border:1px solid grey;
}
.rightMenuContent a{
    color:#000;
}
.leftList{
    overflow-y:scroll;
    overflow-x:scroll;
    height: calc(100vh - 50px);
}