/*!
Author: Agence de communication Lyon
Author URI: https://www.becaneweb.net
Description: Theme développé par Sienne Design et bécane WEB Lyon
Version: 3.0
*/
/* ------------------------------------------------------------- *
 * normalize.css v3.0.0 - git.io/normalize
 * ------------------------------------------------------------- */


@media print {
  * {
    background: transparent !important; 
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
    #navigTop,
  .secondary-navigation,
  .toggle-menu-button,
  .main-navigation,
  .nav-decaration,
  .breadcrumbs-element,
  .sidebar-content,
  .footer {
    display: none;
  }
  body {
    margin: 0 1em;
    max-width: 80em;
  }
  
  html {
    font-size: 0.6em;
  }
  
  @page {
    margin: 1cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
}