#notification {
}

#notification .notification_modale {
    position: fixed;
    background-color: #333;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3100;
}

#notification .notification_contenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3101;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

#notification .notification_ok {
    background-color: #000;
}

#notification .notification_ko {
    background-color: #4cb3d0;
}

#notification .notification_message {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
}

#notification .notification_contenu button {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    margin-bottom: 4px;
    height: 55px;
    width: 142.52px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    text-shadow: none;
    background: #f0faff;
    color: #7D7D7D;
    font-size: 16px;
}
