@media print {
  /*** GENERAL ADJUSTMENTS ***/
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  * {
    position: static !important;
    color: #000 !important;
    background: none !important;
  }
  *:not([class*='fa'])::before,
  *::after {
    content: '' !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 0 !important;
    height: 0 !important;
  }
  *::placeholder {
    color: #000 !important;
    opacity: 1 !important;
  }

  /*** GENERAL PAGES ***/
  .main-header,
  #hero-header,
  .vc_parallax-inner,
  .nouvelles-evenements-row,
  .comite-row {
    display: none !important;
  }
  .mission-row,
  .content-bottom,
  body.page:not(.home) .content-inner > .vc_row {
    padding: 50px 0 !important;
  }
  .footer-top {
    padding-top: 100px !important;
  }
  .vc_row[class*='vc_custom'] {
    background: #fff !important;
  }
  ul:not(.menu) {
    padding-left: 30px !important;
  }
  ul li:not(.menu-item) {
    padding: 0 !important;
    list-style: disc !important;
  }

  /*** SINGLES ***/
  body.single .title-outer,
  .blog-single-top,
  .blog-single-bottom,
  body.single .main-footer {
    display: none !important;
  }
}