html, body{
    overflow-x: hidden;
    background-color: #ecf0f1;
}
.dropbtn{
    z-index: 0;
}
.dropdown-content{
    display: none;
    position: absolute;
    z-index: 1;
}
.dropdown:hover .dropdown-content{
    display: block!important;
}
.invisible-btn{
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.forgotPasswordSwitch{
    display: none;
}
.forgotPasswordSwitch.active{
    display: block;
}
.showForgotPasswordSwitchWeb{
    display: none;
}
.showForgotPasswordSwitchWeb.active{
    display: block;
}
/* #login-body{
    background-image: url(../img/metal_card_Emereth.jpg);
    background-size: contain;
    background-repeat: no-repeat;
} */
.a-style{
    text-decoration: none;
    color: #000;
}
.a-style:hover{
    text-decoration: none!important;
    color: #000;
}
.inputDanger.active{
    border:none;	
    outline:none;
    border-bottom:1px solid #e74c3c;	
}
.notImportantValues{
    display: none;
}
.notImportantValues.active{
    display: block;
}
.notImportantValuesButton{
    display: none;
}
.notImportantValuesButton.active{
    display: block;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid darkgray;
    width: 100%;
    padding: 10px;
}
.btn-base{
    border-radius: 50px;
    padding: 11px;
}
.btn-base:hover{
    text-decoration: none;
}
.btn-span{
    font-weight: bold;
    margin-left: 11px;
}
.btn-nav{
    padding: 16px;
    background-color: #FFF;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.41); 
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.10);
}
/****** Login page *******/
#login-body{
    background-color: #FFF!important;
    height: 100vh;
}
#login-body~div{
    max-width: 100vw!important;
}
.loginPage{
    height: 100vh;
}
.web-login{
    display:inline-flex!important;
    width: 100vw;
}
.mobile-login{
    display: none!important;
}
@media screen and (max-width: 850px){
    #login-body{
        background-image: url(../img/metal_card_Emereth.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 0%;
    }
    .web-login{
        display: none!important;
    }
    .mobile-login{
        display:inline-flex!important;
    }
}
.emereth-img img{
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
}
.connectBloc{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    min-height: 80vh;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 80px 0 0 0;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.41); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);
}
.bigConnectBloc{
    background-color: #FFF;
    height: 100vh;
    width: 100%;
    min-width: 500px!important;
    border-radius: 0px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.41); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);
}
.big-login{
    width: 100%;
    padding: 10%;
}
.login-btn{
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    padding: 5px 10px 5px 10px;
    transition: .2s;
}
.login-fleche{
    transition: .2s;
    margin-left: 3px;
}
.login-btn:hover{
    transition: .2s;
    padding: 5px 15px 5px 15px;
    margin-right: -5px;
}
.login-btn:hover .login-fleche{
    margin-left: 10px;
    margin-right: -5px;
    display: block;
    transition: .2s;
}
/****** choice page *******/
.adminChoicePage{
    height: 100vh;
    width: 100vw!important;
}
.widgetRow{
    width: 100vw;
}
.widgetBloc{
    transition: .2s;
    width: 250px !important;
    height: 280px;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.41); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);
}
.widgetBloc:hover{
    transition: .2s;
    transform: scale(1.02);
}
.title-widget{
    font-size: 25px;
}
/****** Create page *******/
.createQRCodePage{
    height: 100vh;
}
.bold-form{
    font-weight: bolder;
}
.formBox{
    transition: .2s;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.41); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.10);
    margin-top: 5vh;
    padding: 30px 50px 30px 50px;
}
.form-line{
    margin: 15px 0 15px 0;
    border-top: 2px solid #848484;
}
.form-list{
    width: 80%;
    margin: 15px 0 15px 10%;
    border-top: 1px solid #848484;
}
.inputAddPhoto{
    display: none;
}
.btnAddPhoto{
    cursor: pointer;
    padding: 0;
    width: 175px;
    height: auto;
    background-color: transparent;
    border: none;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.10);
    transition: 0.2s;
}
.btnAddPhoto img{
    width: 163px;
    /* height: 163px; */
}
/****** Update page *******/
.updateQRCodePage{
    height: 100vh;
}
.baseUpdateFunction, .deleteFunction{
    display: none;
}
.baseUpdateFunction.active, .deleteFunction.active{
    display: flex;
}