@media only print
{
  html, body, #mapDiv {
    height: auto!important;
  }

  a:after{content:" (" attr(href) ") ";font-size:0.8em;font-weight:normal;}
  
  .noPrint *, header, .fa, .tablesorter-filter-row, .pager, .punaise, #showAllDeparture { display: none !important; }

  #cadreSejour {
    background:white;
  }

  .fixe photos_sejour {
    float:none !important;
    overflow: visible;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: none !important;
  }

  .left
  {
    float: none !important;
  }

  .panel-body-descriptif
  {
    overflow: visible !important;
  }

  #panelDescSejour, #panelHebergSejour, #panelInfosSejour, #panelInfosSejour, #panelDatesSejour, .description {
    display: block !important;
    width:auto !important;
    height: auto;
    margin: auto;
  }

  #panelDescSejour, .descriptif-sejour, .contenu-principal, .printFull {
    width:auto !important;
    margin:0 !important;
  }

  .panel-title-descriptif {
    text-align: left !important;
  }

  #tableSejour tbody tr {
    display: inline-block !important;
    width: 100% !important;
  }

  .tablesorter .tablesorter-filter-row .tablesorter-filter {
    width: auto;
  }

  a[href]:after {
    content: none !important;
  }

  /*
  #descAncre {
    page-break-before: always;
  }*/

  .code-promo {
    margin-bottom: 100px;
  }
}