@charset 'utf-8';
@media print {
@page {
margin-top: 1cm;
margin-bottom: 1cm;
margin-left: 1cm;
margin-right: 1cm;
}
body {
color: black !important;
-webkit-print-color-adjust: exact;
}
.print {
display: block !important;
}
.logo-footer {
max-width: 280px;
width: 100%;
}
.no-print, .mentions, #progressbar, #topcontrol, .btn, .breadcrumbs {
display: none !important;
}
.hero-wrap.hero-wrap-2 {
height: 30vh !important;
}
.hero-wrap.hero-wrap-2::before {
content: '';
background: url(/img/logo-jackowiak-rondeau-paysage.png) center center no-repeat;
background-size: contain;
width: 200px;
height: 150px;
position: absolute;
top: 5px;
left: 10px;
z-index: 100;
}
.logo-pages {
position: absolute;
top: 0;
left: 0;
z-index: 4;
display: block !important;
}
footer .col-md-4 {
max-width: calc(100% / 3);
}
footer {
position: relative;
}
footer::before {
display: none;
}
footer::after {
content: '';
background: url(/img/logo-footer.png) bottom center no-repeat;
background-size: contain;
position: absolute;
bottom: 10px;
left: 40%;
z-index: 100;
height: 5rem;
width: 20%;
display: block;
}
footer .row:last-child {
padding-bottom: 3rem !important;
}
.social-media {
display: none;
}
footer {
page-break-before: always;
}
p {
page-break-inside: avoid;
}
.bg-dark {
color: black !important;
}
.bg-primary {
background-color: var(--light) !important;
color: inherit !important;
}
}
