#cover>#logo {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}

#cover>*>#eu {
    width: 50%;
}

#cover>*>img{
    max-width: 100%;
}

#epe {
    max-width: 100px !important;
}

#cover>h2 {
    border-bottom: none !important;
}

#cover>#logo>img {
    width: 15%;
    margin-left: 10px;
    margin-right: 10px;
}

@media print {

    /* Cover Management */
    @page: first {
        text-align: center;
        /* font-size: 60px; */
        color: white;
    }

    #cover>* {
        text-align: center;
    }

    #cover {
        break-before: avoid;
        break-after: always;
    }
}