@media print {
  header {
    display: none;
  }

  .wrap {
    max-width: 90% !important;
    width: 90% !important;
  }

  .slick-dots {
    display: none !important;
  }

  .slick-arrow {
    display: none !important;
  }

  .fiche {
    width: 100% !important;
  }

  .single a {
    display: none;
  }

  #pageTerrainsInnocupes img {
    display: none;
  }

  body {
    width: auto!important;
    margin: auto!important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff!important;
    color: #000!important;
  }
  p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
    margin: auto !important;
  }
  p, blockquote {
    orphans: 3; /* pas de ligne seule en bas */
    widows: 3; /* pas de ligne seule en haut */
  }
  blockquote, ul, ol, li, h3, p {
    page-break-inside: avoid !important; /* pas de coupure dans ces élements */
  }
  h1, h3 {
    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;
    text-decoration: underline!important;
  }

  .innerTerrain {
    height: auto !important;
    padding-bottom: 20px;
  }

  footer ul {
    display: none;
  }
}