body {
    margin: 0;
    color: #000;
    background-color: #fff;
}

header,
footer,
aside,
nav,
form,
iframe,
.menu,
.hero,
.adslot {
    display: none;
}

* {
    background-image: none !important;
}

img,
svg {
    display: none !important;
}

img.print,
svg.print {
    display: block;
    max-width: 100%;
}

a::after {
    content: " (" attr(href) ")";
}

main::after {
    content: "Copyright epublimmo.sncf";
    display: block;
    text-align: center;
}

h1 {
    break-before: always;
}

table,
img,
svg {
    break-inside: avoid;
}

/* target all pages */
@page {
    margin: 2cm;
}

/* target the first page only */
@page :first {
    margin-top: 6cm;
}

/* target left (even-numbered) pages only */
@page :left {
    margin-right: 4cm;
}

/* target right (odd-numbered) pages only */
@page :right {
    margin-left: 4cm;
}