#modale-apercu-notification {
    background: #0000005d;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}

#modale-apercu-notification section {
    width: 50%;
    height: max-content;
    margin: 0 auto;
    margin-top: 2em;
    background: #fff;
    border-bottom: 5px solid #DC354599;
    border-radius: 0.5em;
    position: relative;
}


.modale-article {
    /* background: red; */
    display: flex;
    flex-direction: column;
    gap: 1.8em;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.pic-modal {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1em;
    width: 85%;
}

.pic-modal h2 {
    font-weight: 550;
}

.pic-btn-notif {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    margin: 0.5em 0;
}

.pic-btn-notif button {
    padding: 0.5em 1.5em !important;
}

.btn-red {
    background: #DC3545;
}

.close {
    position: absolute;
    top: 0;
    cursor: pointer;
    margin: 1em;
    right: 0.7%;
}