/*  BRIDGE-v2
    Document   : popup_password
    Created on : 05-03-2021, 09-01-2022
    Author     : MQS
    Description:
*/ 

/* --------------------------------------------------------------------------*/  
/*                        popup password                    */
/* --------------------------------------------------------------------------*/
#fond_password{
    position: fixed;
    left: 00px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-color: grey;
    opacity: 0.6;
    display: none; 
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}
#popup_password{
    /* Caractéristiques de la popup */
    position : absolute; 
    top:5px; 
    left:460px; 


    /*position : fixed;*/
    border: 8px solid #ddd;
    width: 400px; 
    height :450px; 

    /* transform: translate(-50%, -50%); */
    background-color: #fff;
    padding: 10px;

    border-radius: 10px;
    box-shadow: 0px 0px 20px #000;
    overflow: auto ;
 }

#close {    
/*float: right;*/
position : absolute;
top:20px; left:390px;
margin: -20px -200px 0 0;
}
/* --------------------------------------------------------------------------*/

