#blocPop {
   padding : 40px;
   /* border : 4px double black; */
   background: #FFF;
   text-align: justify;
   border-radius: 5px;
  
   left: 0; bottom: 0; right: 0;
   margin: auto;
   display:none;
   position: absolute;
   z-index: 20;
   top: 10%;
}

.overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 10;
    display: none;
    border: #f2f2f2 1px solid;
}

.fermer_popup_index_compte {
    top: -30px;
    right: -25px;
    position: relative;
    cursor: pointer;
}

#form_logon_account .control-label {
    width: 259px !important;
    padding-right: 10px !important;
}


.deja {
      top: -10px;
    position: relative;
}
.opacite {
    background-color: rgba(218, 214, 214, 0.41);
    padding: 5px;
    margin-top: -10px;
}

