@media print {
  .unprint {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .socialtags {
    display: none !important;
  }
  .oca-page-container .container .content .pull-right img {
    padding: 2% 0 2% 8%;
  }
  .oca-page-container .container .content .pull-left img {
    padding: 2% 8% 2% 0;
  }
  .main .oca-article {
    float: left;
    width: 33.33333333%;
    display: block !important;
    padding: 0 5%;
  }
  .lead {
    display: block !important;
  }
  .sitemap .oca-sitemap-item {
    float: left;
    width: 25%;
    padding: 4%;
  }
  .sitemap .oca-sitemap-item.oca-sitemap-footer {
    float: none;
    width: 100%;
    display: block;
    padding: 0;
  }
  .sitemap .oca-sitemap-item.oca-sitemap-footer .plan li {
    float: left;
    width: auto;
    border-style: solid 1px black;
  }
  .acceuil .main .oca-article {
    float: left;
    width: 50%;
    display: block !important;
    padding: 0 5%;
  }
  .acceuil .main .oca-article p {
    display: block;
  }
  .partenaire [class*="col-"] {
    float: left;
    padding: 0 4%;
  }
  .presse .oca-article,
  .travaux .oca-article,
  .catalogue .oca-article {
    float: none;
    display: block;
    width: 100%;
  }
  .presse .oca-article .type + h2,
  .travaux .oca-article .type + h2,
  .catalogue .oca-article .type + h2,
  .presse .oca-article .type + h2 + .data,
  .travaux .oca-article .type + h2 + .data,
  .catalogue .oca-article .type + h2 + .data,
  .presse .oca-article .type + h2 + .data + p,
  .travaux .oca-article .type + h2 + .data + p,
  .catalogue .oca-article .type + h2 + .data + p {
    margin-left: 8%;
  }
}
