@media print {
  
  @page {
    margin-left: 0.75cm;
    margin-right: 0.75cm;
  }

  body {
    color: #000 !important;
    background: none !important;
    font-size: 6pt;
  }

  header, footer, nav, .no-print {
    display: none !important;
  }

  main {
    width: 100%;
  }

  *,
  *:before,
  *:after {
    color: #000 !important;
    background: none !important;
    filter: none !important;
  }

  /*#page:before {
    content: "Synergies Communes";
    font-family: var(--font-bold);
    font-size: 0.5cm;
    width: 100%;
    margin: 0 3rem;
  }*/

  .home .sc-logotype svg * {
    fill: #000;
  }

  .home.section {
    border-bottom: 1px solid #000;
  }

  .home.section .entry-title h2 {
    margin: 2rem 0;
  }

  .section {
    color: #000 !important;
    background: none !important;
  }

  .arianne {
    margin: 3em 0;
  }

  .sticker-link .enlarge-link {
    padding-left: 0;
    padding-right: 0;
  }

  section:nth-of-type(1) {
    padding-top: 2em;
  }

  .section-grid,
  .entry-grid {
    display: block;
  }

  .sticker {
    border-radius: 0;
    border-bottom: 1px solid #000;
  }

  /*.sticker-cat .marches p:not(.marches-name):before {
    content: "– ";
  }*/

  .buttons .button {
    font-size: 10pt;
  }

  .buttons-list .button span {
    width: auto;
  }

  .gallery-grid figure {
    width: 50%;
    height: auto;
    padding-bottom: 0;
  }

  .gallery-grid figure img {
    position: relative;
    width: 100%;
    height: auto;
  }

  /*a::after {
    content: " (" attr(href) ")";
    font-size: 10pt;
  }*/

}