*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Configuration de base */
a{
    text-decoration: none;
    color: var(--black1);
}
p{
    margin: 0;
}

/* --------------------- */


body {
    background-color: var(--white1);
}
.middle-container{
    height: 100vh;
}

/* NOTIF SWAL */

.swal2-show.notif-custom{
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
}
.notif-custom .swal2-icon{
    display: flex;
    margin: 0em;
    scale: 0.5;
}

/* ---------- */