.compte h1{
    margin: 5px auto;
    color: #9b9b9b;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}

.compte .cart-table{
    padding:0px;
}

.compte .cart-table .btn-step-valid{
    float: none;
}


.login .cart-table{
    margin: 0px;
    background-color: white;
}
.login .mot_de_passe_deja_client{
    /*
    width:90%;
    float: left;
    */
}

.login header .panier a::before{
    
}

.login .password-toogle, 
.login .password-toogle_nouveau_client{
    position:absolute ;
    right: 10px;
    top:50%;
    transform: translateY(-50%);
  
    font-size: 14px;
    z-index:10;
    cursor: pointer;
  
}

.login .control-label{
    position: absolute;
    padding: 0 5px;
    top: 50%;
    left: 5px;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #6f6f6f;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
    z-index: 2;
    /*width: calc((100%) - (6px));*/
    width: 80%;
    font-weight:normal;
}

.login .email{
    margin-top: 5px;
}
.login .control-label.is-unfocused{
    top: 50%;
    /*top: 30%;*/
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    width: calc((100%) -(6px));
}
.login .control-label.active{
    top:0px;
    left:4px;
    font-size: 12px;
    width: auto;
    background-color: white;
}

.login .form-group{
    width: 400px;
}
.login .form-control{
    height: 42px;
    width: 400px;
}

.login .form-control:focus {
    outline: none;
}

.login .mdp_oublie{
    margin-top: 0px;
    display: block;
}

.login .cart-table .btn-step-valid{
    margin-top: 12px;
    margin-bottom: 12px;
}


.social-login-providers{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 380px;
    padding: 0 16px;
}

.login .btn-social-login{
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #98a2b3;
    border-radius: 32px;
    color: #12151b;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 8px 16px 0;
    padding: 4px;
}

.login .has-error .form-control-feedback{
    top:0px!important;
}


.moncompte ul.list-group{
    font-size: 16px;
}
.moncompte ul.list-group a{
    color: #707070;
}
.moncompte ul.list-group .fa{
    padding-right: 10px;
}

.login .select .control-label{
    position: absolute;
    top:0px;
    left:4px;
    font-size: 12px;
    width: auto;
    background-color: white;
}


.login .fa-chevron-left{
    color: #EA88A2;
    margin-left:10px;
}
.login .fa-chevron-left a{
    margin-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.moncompte .bonjour{
    font-size: 16px;
}

@media (max-width: 750px) {
    .login .nouveau_client,
    .login .invite{
        margin-top:20px;
    }
    .compte #main{
        margin-top:15px;
    }
    .moncompte .bonjour{
        font-size: 14px;
    }

    .login .form-group{
        width: auto;
    }
    .login .form-control{
        width: 100%;
    }

    
}

@media (min-width: 1200px) {
    .col-lg-6 {
        width: 50%!important;
    }
}