@page {
    size: a3;
    margin: 5%;
}

header {
    display: none;
}

.site-main {
    margin-left: 0;
}

.sf-toolbar {
    display: none !important;
}

.pt-page {
    padding-left: 0 !important;
    height: auto;
}
.pt-page[data-id="about-me"], .pt-page[data-id="resume"] {
    visibility: visible;
    z-index: 90;
    opacity: 1;
    overflow: auto;
}
.pt-page[data-id="contact"] {
    display: none !important;
    z-index: 0 !important;
    opacity: 0;
    overflow: auto;
}

.lmpixels-arrows-nav {
    display: none;
}

/* espace: \00a0 */
.section-description:before {
    content: "Clément DUGAL - ";
    /* font-weight: bold; */
}

.download-cv-button {
    display: none;
}

.print-page-break-before {
    page-break-before: always;
}

/* .pt-page-home .section-inner .mask {
    background: none;
} */
body {
    background: none !important;
}

/*
 * PRINT BOOTSTRAP & BROWSER
 */

*, ::after, ::before {
    text-shadow: none!important;
    box-shadow: none!important;
}

.d-print-none {
    display: none !important;
}
.d-print-inline {
    display: inline !important;
}
.d-print-inline-block {
    display: inline-block !important;
}
.d-print-block {
    display: block !important;
}
.d-print-table {
    display: table !important;
}
.d-print-table-row {
    display: table-row !important;
}
.d-print-table-cell {
    display: table-cell !important;
}
.d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

*,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
}
a:not(.btn) {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap !important;
}
pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr,
img {
    page-break-inside: avoid;
}
p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}
h2,
h3 {
    page-break-after: avoid;
}
body {
    min-width: 992px !important;
}
.container {
    min-width: 992px !important;
}
.navbar {
    display: none;
}
.badge {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td,
.table th {
    background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
}
