﻿/* Bandeau de maintenance espace Partner */
.bandeau-maintenance {
    background-color: #ffc;
    border-bottom: 1px solid #fbeed5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #826534;
}

/* Message de maintenance sur les PJ espace Partner */
.maintenance-attachments {
    padding: 0.625rem;
    margin-top: 0.25rem;
    border: 1px solid #fbeed5;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffc;
    z-index: 2;
    font-size: 1.1428571429em;
    font-weight: 700;
    color: #826534;
}
