@charset "UTF-8";
/* Custom variables below */
@media print {
  * {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */ /* Firefox 48 – 96 */
    print-color-adjust: exact !important;
  }
  @page {
    size: A4 portrait;
  }
  html, body {
    width: 100%;
    height: auto !important;
  }
  * {
    transform: none !important;
  }
  header.header {
    display: none !important;
  }
  header.header .header-left .menu-mobile,
  header.header .header-center,
  header.header .header-right,
  header.header .sub-header-wrap {
    display: none !important;
  }
  header.header .header-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .bb-site-wrapper main > * {
    display: block !important;
    height: auto !important;
    min-height: auto !important;
  }
  .bb-site-wrapper main {
    background-color: #FFFFFF !important;
    overflow: visible !important;
    margin-top: 0 !important;
  }
  .bb-site-wrapper main::before {
    content: "";
    display: block;
    height: 25px;
    background: url("img/logo_exalum_print.svg") no-repeat left top;
    background-size: contain;
    page-break-after: avoid;
  }
  .bb-site-wrapper main::after {
    content: "© EXALUM | Tous droits réservés";
    display: block;
    margin-bottom: 0 !important;
    text-align: center;
  }
  .bb-site-wrapper main .first-part {
    display: block !important;
  }
  .bb-site-wrapper main .first-part .left-container,
  .bb-site-wrapper main .first-part .right-container {
    width: 100%;
    max-width: unset !important;
  }
  .bb-site-wrapper main .breadcrumb li > a {
    text-decoration: none !important;
  }
  .bb-site-wrapper main .slider-product #myCarousel .carousel-inner .carousel-item {
    background-color: transparent !important;
  }
  .bb-site-wrapper main .carousel-indicators,
  .bb-site-wrapper main .carousel-control-prev,
  .bb-site-wrapper main .carousel-control-next,
  .bb-site-wrapper main #btn-all-articles,
  .bb-site-wrapper main .related-products,
  .bb-site-wrapper main .variation-axes h4,
  .bb-site-wrapper main button.axes-button {
    display: none !important;
  }
  .bb-site-wrapper main .product-articles-table table td.ref-col a {
    text-decoration: none !important;
  }
  .bb-site-wrapper main .product-articles-table table tbody tr:nth-of-type(even) td {
    background-color: rgba(230, 230, 230, 0.3) !important;
  }
  footer {
    display: none !important;
  }
}