/***************************************
*
*    Print reset
*
***************************************/
p,
blockquote {
    orphans: 2;
    widows: 2;
}

blockquote,
ul,
ol,
.line {
    page-break-inside: avoid;
    orphans: 4;
    widows: 2;
}

h1,
h2,
h3,
caption {
    orphans: 0;
    widows: 0;
    page-break-after: avoid;
}

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

/***************************************
*
*    On cache ce qui ne doit pas être imprimé
*
***************************************/
#header,
#mobile_menu,
#menu ul,
#menu li,
#socialMedia,
#asideBefore,
#asideAfter,
#footer { display: none; }

/***************************************
*
*    Amélioration de la mise en page
*
***************************************/
#menu {
    position: static;
    height: auto;
}

#logo { float: none; }

#banner {
    margin-top: 0;
    width: auto;
}
