#blocPop {
    padding: 0px;
    border: 4px double black;
    background: #FFF;
    text-align: justify;
    border-radius: 5px;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    position: absolute;
    z-index: 999999;
}

.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: 20px;
    right: 25px;
    position: relative;
    cursor: pointer;
    z-index: 999999999;
}