@media print {
	.addthis-smartlayers {
		display: none;
	}
    .wrapper-header-content-sidebar {
    display: inline;
    }
        #main-header, #sidebar, #main-footer {
        display: none;
    }
    .youtube, .pdf-info, .mp3-info, .entry-meta, .top-page-link, .edit-link, .cat-list, .tag-list, .video-title, .related-article-title, .wrapper-related-article, .addthis_recommended_horizontal, .wrapper-related-article, .wrapper-icons-bottom, .scrollup, .post-counter, .cat-list, .retour-sommaire {
        display: none !important;
    }
    iframe {
        display: none;
    }
    #main-content {
        padding: 0px 10px 0px 10px;
    }
    .wrapper-header-content {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: 0px;
        background-color: white;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.6);
    }
    .wrapper-header-content p {
        text-align: justify;
        font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .notes-list p {
        font-size: 14px;
        padding: 0px;
    }
    h1 {
        text-align: center;
    }
    h1 a {
        text-decoration: none;
    }
    hr {
        width: 150px;
    }
    .subtitle-chapter a {
        text-decoration: none;
    }
    h2 {
        text-align: center;
        font-size: 20px;
    }
    img, table, figure {
        margin: auto;
        text-align: center;
    }
    figcaption {
        margin-top: 5px;
    }
}
