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

/* --------------------------------------------------------------------------*/  
/*                        popup contacts                                     */
/* --------------------------------------------------------------------------*/
#fond_contacts{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.3); */
    background-color: grey;
    opacity: 0.4;
    display: none; 
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}
#popup_contacts{
    /* Caractéristiques de la popup */
    position : absolute; 
    top:100px; 
    right:650px; 
    bottom:10px; 
    left:250px;
    /*position : fixed;*/
    border: 8px solid #ddd;
    width: 450px; 
    height :550px; 

    /* 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;
}
/* --------------------------------------------------------------------------*/ 
/* Fin popup popup_enchere */
/* --------------------------------------------------------------------------*/ 

