.infogestionprivee{
    background-color: #fdfbec;
    border: 1px solid #ccc;
    border-radius: 4px;
    bottom: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    color: #000;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    width: 290px;
    z-index: 500;
}