﻿/*#42418 22/05/2023 MLO Volet Notif Teaser*/
.voletNotif {
    min-width: 350px !important;
    height: 95vh;
    overflow-x: hidden;
    background-color: var(--primaryC);
    color: var(--systemC);
    box-sizing: border-box;
}

.contenuTemporaire {
    font: normal 1.25rem Arial !important;
    text-align: center;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenuTemporaire p:first-child {
    margin-bottom: 50px;
}

.contenuTemporaire img {
    width: 250px;
}

@media only screen and (max-width: 576px) {
    .voletNotif {
    width: 100% !important;
    }
}
    /*#42418 Fin*/

    .voletNotif-icon {
        color: var(--primaryA) !important;
        font-size: 1.3em;
    }

    .voletNotif-dateheure {
        color: var(--primaryA) !important;
        font-size: 0.7em !important;
        padding-top: 5px !important;
        padding-left: 5px;
        margin-left: 5px;
    }

    .voletNotif-td-itemText {
        width: 96%;
    }

    .voletNotif-td-itemFleche {
        width: 4%;
        vertical-align: middle;
        margin: 0;
        padding: 0;
    }

    .titreVoletNotif {
        vertical-align: middle;
        min-height: 40px;
        font: normal normal 1rem/1.375rem Neo Sans Pro Bold;
    }

    .divNotifNouveau {
        vertical-align: middle;
        min-height: 20px;
        max-width: 33%;
        background-color: white;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 2px;
        padding-left: 5px;
        font-size: 0.8em;
        font-weight: 700;
    }