@charset "UTF-8";
@media print {
  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    background-color: #fff !important;
    color: #000 !important;
    font-size: 12pt !important;
    line-height: 16pt !important;
  }
  p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
  }
  .print {
    display: block;
    /* affichage des éléments de classe print */
  }
  p, blockquote {
    orphans: 3;
    /* pas de ligne seule en bas */
    widows: 3;
    /* pas de ligne seule en haut */
  }
  blockquote, ol, img, .pure-table {
    page-break-inside: avoid;
    /* pas de coupure dans ces élements */
  }
  h1 {
    page-break-before: always;
    /* chaque titre commence sur une nouvelle page */
  }
  h1, h2, h3, caption {
    page-break-after: avoid;
    /* pas de saut après ces éléments */
  }
  a {
    color: #000 !important;
    border-bottom: 1px solid silver;
    text-decoration: none !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    /* affichage des URL des liens */
    text-decoration: none;
    color: silver;
  }
  .title-h1-container {
    margin-top: 0 !important;
    padding: 0 56pt !important;
  }
  .header-site,
  .footer-main,
  .post-meta-rs,
  .post-img-header {
    display: none;
  }
  .post-header {
    margin-top: 21pt;
  }
  .post-meta {
    display: block !important;
    position: static !important;
    width: 100% !important;
    margin-top: 42pt;
    padding: 0 56pt !important;
  }
  .post-meta-category a {
    text-decoration: none !important;
    border: none !important;
  }
  .print-w100 {
    width: 100%;
    display: block;
    margin: auto;
  }
  .post-content {
    font-size: 10pt !important;
    line-height: 16pt !important;
    padding: 0 56pt !important;
  }
  .figure_layout [class*="gutter-"] {
    padding: 0 7pt !important;
  }
  .pure-table {
    position: relative;
    font-size: 9pt !important;
    line-height: 12pt !important;
  }
  .pure-table thead {
    position: relative;
    border-bottom: 1px solid silver !important;
    padding: 0 !important;
  }
  .pure-table thead,
  .pure-table tfoot {
    display: table-row-group;
  }
}
