/* Modal de Signin */
#signupForm .form-group {
    font-size: 18px;
}
#signupForm input {
    font-size: 18px;
}
/*.vizPw {
    margin-right: 10px; 
    margin-top: -22px; 
    position: absolute; 
    right: 0px; 
    top: 34px; 
    cursor: pointer;
}*/

/* Modal de login */
.userModal .modal-content {
    width: 362px;
    height: 370px;
    top: 130px;
    margin: 0 auto;
}
#razPwNewPwModal .modal-body {
    background: #ececec; 
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#razPwNewPwModal .btn-close {
    margin: 10px 0 10px 10px;
}
.login-form .form-group {
    margin-bottom: 1rem;
}
.login-form .form-control {
    min-height: 41px;
/*  background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;*/
}
/*.login-form .form-control:focus {
    border-color: #1f71a0;
}*/
.login-form .form-control, .btn {        
    border-radius: 2px;
}
.login-form {
    width: 360px;
    margin: 0 auto;
    /*padding: 100px 0 30px;*/
    padding: 0;		
}
.login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    /*background: #c9c9c9;*/ /* Plus gris */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px 30px 10px 30px;	
    position: relative;	
}
.login-form h2 {
    font-size: 22px;
    margin: 35px 0 25px;
}
.login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    /*background: #70c5c0;*/
    background: linear-gradient(to right, #ff5f6d, #ffc371);
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#razPwNewPwModal .login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    /*background: #c9c9c9;*/ /* Plus gris */
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    box-shadow: none;
    padding: 30px 30px 10px 30px;	
    position: relative;	
}
#razPwNewPwModal .login-form h2 {
    font-size: 22px;
    margin: 15px 0 25px;
}
#razPwNewPwModal .login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    /*background: #70c5c0;*/
    background: linear-gradient(to right, #ff5f6d, #ffc371);
    padding: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar img {
    width: 100%;
}	
.login-form input[type="checkbox"] {
    position: relative;
    top: 1px;
}
.login-form .btn, .login-form .btn:active {        
    font-size: 16px;
    font-weight: bold;
    /*background: #70c5c0 !important;*/
    background: linear-gradient(to right, #ff5f6d, #ffc371);
    border: none;
    margin-bottom: 20px;
}
.login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3 !important;
    transition: .8s ease;
} 
.login-form a {
    color: #fff;
    text-decoration: underline;
}
.login-form a:hover {
    text-decoration: none;
}
.login-form form a {
    color: #7a7a7a;
    text-decoration: underline;
}
.login-form form a:hover {
    color: tomato;
}
.login-form .bottom-action {
    font-size: 11px;
    margin-bottom: 1rem;
}
.login-form .input-group-text {
    height: 100%;
}
.login-form .btn-block {
    display: block;
    width: 100%;
}
.login-form .btn-block:hover,
.login-form .btn-block:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

/* Dashboard */
    /* Profil */
    #toggleVizUserModal {
        border: 2px solid tomato;
        font-size: small;
        font-weight: bold;
        color: tomato;
    }
    #toggleVizUserModal:hover {
        background: tomato;
        color: white;
    }
    /* Description */
    #userProfilForm .trumbowyg-box {
        max-height: 150px;
        border-radius: 0px 0px 20px 20px;
    }
    /* Champ Adresse */
    #profileSaisieAdresseSelection {
        overflow-x: scroll;
    }
    #userSelectionAdresse {
        margin-top: 8px; 
        padding: 5px; 
        height: 180px; 
        border: 1px solid #eaeaea; 
        box-shadow: 0 3px 5px rgb(0 0 0 / 25%);
        cursor: pointer;
    }
    #userSelectionAdresse ul {
        padding-left: 0;
    }
    #userSelectionAdresse li {
        font-size: small;
        padding : 0.3rem;
        list-style-type: none; /* Supprime les puces dans l'auto-complétion */
    }
    #userSelectionAdresse li:hover {
        background-color: rgb(250, 250, 250) ;
    }
    /*#userSelectionAdresse span {
        font-size: medium;
    }*/
    .userControl-viz {
        font-size: small;
    }
    .radioBtn {
        font-size: small;
        color: black;
        background-color: white;
        border: 2px solid #828282;
        border-radius: 10px;
        margin-left: 5px;
    }
    .radioBtn:focus {
        box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.25);
        border-color: #828282;
    }
    .radioBtnSel {
        font-size: small;
        font-weight: bold;
        color: tomato;
        background-color: white;
        border: 2px solid tomato;
        border-radius: 10px;
        margin-left: 5px;
    }
    .radioBtnSel:focus {
        box-shadow: 0 0 0 0.2rem rgba(255,99,71, 0.25);
        border-color: #FF6347;
    }
    .radioBtnSel:hover {
        color: tomato;
    }

    /* Mes fiches */
    #mesFichesTab .fa-eye:hover {
        color: blue;
    }
    #mesFichesTab .fa-pen-to-square:hover {
        color: green;
    }
    #mesFichesTab .fa-trash-can:hover {
        color: crimson;
    }