.mon-popup-confirmation-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.mon-popup-confirmation {
    position: absolute;
    font-family: "Roman Antique";
    font-size: 25px;
    background-color: #222;
    color: #a44;
    border: 1px solid #a00;
    border-radius: 8px;
    box-shadow: rgba(255, 0, 0, 0.5) 0 2px 5px 0, rgba(255, 0, 0, 0.3) 0 1px 3px 0;
    padding: 10px 20px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100%;
}

.mon-popup-confirmation .question {
    font-size: 1.1em;
}

.mon-popup-confirmation button.gauche {
    margin: 10px 5px 10px 0;
}

.mon-popup-confirmation button.droite {
    margin: 10px 0 10px 5px;
}