/* Print Style Sheet */
@media print {

  /* =====================
  STRUCTURE
  ===================== */

  body {
    background: #ffffff;
    color: #1c3c51;
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-after:avoid;
    page-break-inside:avoid;
    color: #000000!important;
  }
  img {
    page-break-inside:avoid;
    page-break-after:avoid;
  }
  blockquote, table, pre {
    page-break-inside:avoid;
  }
  ul, ol, dl {
    page-break-before:avoid;
  }
  * {
    color: #000000!important;
  }
  .btn {
    display: none!important;
  }
  .sticky-top {
    position: static;
  }
  .container,
  .container-fluid {
    max-width: none!important;
    padding: 0;
  }
  .grecaptcha-badge {
    display: none!important;
  }

  #basdepage {
    display: none!important;
  }

  /* =====================
  HEADER
  ===================== */

  .navbar {
    position: static!important;
    display: block;
    background-color: transparent;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
  }
  .navbar .col_header_left,
  .navbar .col_menu,
  .navbar .col_header_right,
  .mobmenu,
  .navbar .container .col_header_right {
    display: none!important;
  }
  .navbar .container {
    width: 100%;
    padding: 0;
  }
  .custom-logo-link::after {
    display: block;
    content: url("../img/logo_maisondumarais_print.png");
    width: 135px;
    height: 40px;
  }
  .custom-logo-link img {
    display: none;
  }


  /* =====================
  INTRO
  ===================== */

  #header_intro #content_header_intro {
    width: 100%;
  }
  #header_intro {
    background-image: none!important;
    min-height: 0!important;
    padding: 10px 0;
  }
  #header_intro h1,
  #header_intro h1::after,
  #header_intro strong,
  #header_intro p {
    color: #000000!important;
  }
  #header_intro::after {
    background: transparent!important;
    filter: none  }
  }

  /* =====================
  BREADCRUMB
  ===================== */

  #bartop {
    display: none;
  }

  /* =====================
  SOCIAL STREAM
  ===================== */

  #social_stream {
    display: none;
  }

  /* =====================
  ELEMENTOR
  ===================== */

  .elementor-section.elementor-section-boxed > .elementor-container,
  .elementor-element .elementor-widget-container {
    max-width: none!important;
    margin-right: 0!important;
    margin-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .elementor-element[data-widget_type="button.default"] {
    display: none!important;
  }

  /* =====================
  FOOTER
  ===================== */

  footer {
    border-top: 1px solid #000000;
  }
  footer #reassurance,
  footer #subfooter,
  footer #prefooter .footer_col04,
  footer #prefooter .footer_col03,
  footer #prefooter .footer_col02 .footer_infospratiques {
    display: none;
  }
  footer #prefooter {
    background-color: transparent;
    padding: 10px 0;
    color: #000000;
  }
  footer #prefooter h4,
  footer #prefooter p,
  footer #prefooter a {
    color: #000000;
  }
  footer #prefooter .footer_col02 {
    width: calc(100% - 170px);
  }
  footer #prefooter .footer_col02 .footer_description .tel {
    padding-left: 0;
    text-decoration: none;
  }
  footer #prefooter .footer_col02 .footer_description .tel::before {
    content: none;
  }

}


