/* Print Style Sheet */
@media print {

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

  body {
    background: #ffffff;
    color: #000000;
    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
  ===================== */

  #header_top {
    height: auto;
    min-height: auto;
    max-height: auto;
    position: static !important;
  }
  #header_top .col_header_right,
  #header_top .col_header_left .header-left,
  .navbar {
    display: none !important;
  }
  #header_top .col_header_left .logo_topbar {
    width: auto;
    height: auto;
    margin: 0;
    position: static;
  }
  #header_top .col_header_left .logo_topbar img {
    width: 183px;
    height: 60px;
  }

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

  #header_outro {
    background: none !important;
    padding: 0 0 30px;
  }
  #header_outro .resume {
    margin-top: 20px;
    max-width: none;
  }
  #header_outro p,
  #header_outro a,
  #header_outro .resume p {
      color: #878787 !important;
  }

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

  #bartop {
    display: none;
  }

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

  #social_stream {
    display: none;
  }

  /* =====================
  SCROLL TOP
  ===================== */

  .scroll_top {
    display: none !important;
  }

  /* =====================
  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 #494d5a;
    margin-top: 20px;
  }
  footer #footer_top,
  footer #footer_principal .footer_col01,
  footer #footer_principal .footer_col03,
  footer #footer_principal .footer_col04,
  footer #footer_bottom {
    display: none;
  }
  footer #footer_principal {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 0;
  }
  footer #footer_principal .footer_col02 {
    text-align: center;
    margin: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .row .footer_col02 .logo_footer_col03 img,
  footer .row .footer_col02 .footer_contact .btn {
    display: none;
  }
  footer .row .footer_col02 .footer_contact {
    margin: 0;
  }
  footer .row .footer_col02 .footer_contact p,
  footer .row .footer_col02 .footer_contact .link {
    margin: 0;
    display: inline-block;
  }
  footer .row .footer_col02 .footer_contact p strong {
    margin-right: 20px;
  }
  footer .row .footer_col02 .footer_contact .contact_footer_tel {
    text-decoration: none;
    background-image: url("../img/sprite.svg#tel_black");
    background-position: 0 50%;
    padding: 0 0 0 30px;
    margin-left: 20px;
  }
  footer .row .footer_col02 .footer_contact br {
    display: none;
  }

  /* =====================
  FAVORIS
  ===================== */

  .page-favoris .container_map,
  .page-favoris .simplefavorites-clear,
  .listing-favoris .card .simplefavorite-button {
    display: none;
  }
  .listing-favoris {
    padding: 0;
  }
  .listing-favoris .col {
    max-width: 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
  }
  .listing-favoris .card {
    border: 1px solid #000000!important;
    height: auto!important;
    page-break-inside:avoid!important;
    page-break-after:avoid!important;
  }
  .listing-favoris .card .resa,
  .listing-favoris .card h2,
  .listing-favoris .card .resume p {
      color: #000000 !important;
      text-align: left;
  }
  .listing-favoris .card .media::before {
    content: none;
  }
  .listing-favoris .card .resume {
    max-height: none;
    margin-top: 10px;
    opacity: 1;
  }
  .listing-favoris .card .apercu {
    position: static;
    padding: 15px;
    text-align: left;
  }
  .listing-favoris .card .card-bottom {
    borer: 1px solid #efefef;
    borer-top: none;
    display: block;
  }
}
