@page {
    size: A4 portrait;
    margin-top: 1cm;
    margin-left: 1cm;
    margin-bottom: 2cm;
    margin-right: 1cm;
}

.pdf-collaborateurs-wrapper {
    break-after: page;
}
.pdf-collaborateurs-term h2 {
    color: #69AAAF !important;
}
.pdf-collaborateurs-term h2 .page-number {
    color: #000000 !important;
}
.pdf-collaborateur-atelier {
    font-family: 'Times New Roman', 'Garamond', serif;
    color: #69AAAF !important;
}
.pdf-collaborateur-name, .pdf-collaborateur-emploi, .pdf-collaborateur-email, .pdf-collaborateur-mobile, .pdf-collaborateur-telephone {
    font-family: 'Verdana', 'Arial', sans-serif;
}
.pdf-collaborateurs > tbody>tr:nth-child(odd)>td {
    background-color: #f7f7f7 !important;
}