/*PRINT*/

#contenu_gauche,
#mobile,
#bigFooter {
    display: none !important;
}
table {
    display: table !important;
}
table td:first-child() {
    width:61%
}
table td+td {
    width:13%
}
table td:first-child() {
    width:61%
}
table td+td {
    width:13%
}
table td {
    border: 0 !important;
    padding: 5px !important;
}
table tr:nth-child(odd) {
    background-color: #f3f4f5 !important;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
}

a[href]:after {
    content: none !important;
}

.print-only {
    display: block;
}