/*
    Override Wordpress pages styles for A4 printing
*/

/* @page {
    size: A4;
    margin: 2cm !important;
} */

body {
    width: 100%;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
}

header,
#facebookShare,
#twitterShare {
    display: none !important;
}


 #page,
 .page-lineaire {
    margin-top: 0 !important;
 }


#grid {
    width: 100% !important;
    max-width: unset !important;
}

div.site-content-base {
    width: auto !important;
    padding-bottom: 0 !important;
}