@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic");

@media print {
  /* 1. Supprime toutes les images d’arrière-plan */
  * {
    background: none !important;
    background-image: none !important;
  }

  /* 2. Forcer tous les textes à s’afficher en noir */
  body, * {
    color: #000 !important;
  }

  /* (Optionnel) Améliorations de lisibilité */
  body {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.5;
	hyphens:auto;
  }
  
  #companyName{
	  display:block;
	  text-align:center;
  }
  
  img.vignetteCD{
	  max-width:50%;
	  height:auto;
  }
  
  ul.actions{
	  display:none;
  }
  
   .major{
	  page-break-before: always;
  } 
  
  .credits{
	  display:none;
  }
  
  .logo{
	  display:none;
  }
  
  .showNoShow{
	display:inline-block;  
  } 

  .noShow{
	  display:none;
  }

  /* (Optionnel) Masquer les éléments non pertinents à l'impression */
  /* header, nav, footer, .sidebar, .menu, .cta, .social, .no-print {
    display: none !important; */
  }

  /* Lien avec URL affichée entre parenthèses */
 /*  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  } */
}
