/* Topbar */
body {
  width: auto!important;
  margin: auto!important;
  font-size: 10pt;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-print-color-adjust: exact;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
ul,
ol {
  color: #000000 !important;
}
.print {
  display: block;
  /* affichage des éléments de classe print */
}
p,
blockquote {
  orphans: 3;
  /* pas de ligne seule en bas */
  widows: 3;
  /* pas de ligne seule en haut */
}
h1 {
  page-break-before: always;
  /* chaque titre commence sur une nouvelle page */
}
h1,
h2,
h3,
caption {
  /* page-break-after: avoid;  pas de saut après ces éléments */
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3,
h4 {
  font-size: 14px;
}
.np_before {
  page-break-before: always !important;
}
.np_after {
  position: relative;
  display: block;
  float: left;
  page-break-after: always !important;
}
a,
a[href] {
  color: #000000 !important;
  text-decoration: none!important;
}
a:after,
a[href]:after {
  content: "";
}
ul li {
  list-style-type: none;
  display: inline-block;
}
#spip-admin {
  display: none;
}
.navbar-brand {
  display: block;
  width: 100%;
  height: 70px;
  background: #20313A!important;
  padding: 10px;
}
.introduction {
  margin-left: -30px;
}
.offres .listing {
  page-break-before: always;
}
.offres .listing .uneoffre {
  margin-bottom: 30px;
}
.offres .listing .uneoffre .on_map,
.offres .listing .uneoffre .hover_img {
  display: none;
}
.offres .listing .uneoffre.cols {
  width: 50% !important;
}
.offres .listing .uneoffre.cols .img-offre img {
  height: 230px;
  width: 100%;
}
.offres .listing .uneoffre.lines h4 {
  margin-top: 0;
}
.offres .listing .uneoffre.lines .img-offre img {
  height: 165px;
  width: 100%;
}
#rubriques .container-fluid + .container-fluid {
  margin-bottom: 15px;
}
#rubriques .container-fluid {
  padding: 0;
}
#rubriques .titre_art_intro {
  margin-top: 0;
}
#rubriques .hashtag {
  margin-top: 5px;
}
#rubriques .reseaux_sociaux {
  padding: 0;
}
#rubriques .over_titre {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
#articles {
  margin-bottom: 15px;
}
#articles.complet .container-fluid {
  padding: 0;
}
#articles .intro {
  font-size: 20px;
}
#articles .ss_titre_art_intro {
  font-size: 16px;
}
#articles .liste_ss_rub + .liste_ss_rub {
  margin-top: 15px;
}
#articles .liste_ss_rub .intro {
  font-size: 10px;
}
.liste_art2 .ss_titre {
  font-size: 18px;
}
.liste_art2 .surtitre {
  font-size: 16px;
}
.liste_art2 .proximite {
  padding: 0;
  margin-top: 15px;
}
#details .container_offre_top h1 {
  font-size: 18px;
}
#details .container_offre_top .container {
  padding: 0;
}
#details .container_offre {
  padding: 0;
}
#details .container_offre .offres_proximite {
  display: none;
}
#details .container_offre h2 {
  font-size: 14px;
}
#details .container_offre .presta ul {
  padding-left: 0;
}
#details .container_offre .photos {
  position: relative;
}
#details .container_offre .photos.row {
  /* Mettre la galerie sur une page à part */
  /* page-break-inside: avoid; */
}
#details .container_offre .photos .item {
  float: left;
  margin-bottom: 10px;
}
#details .container_offre .photos .item img {
  height: 230px;
  width: 100%;
}
.hidden-print,
.arrow_down,
.tools,
.lire_suite,
.le_rencontrer,
.back-listing,
.btn_reserver,
#trip_advisor,
footer {
  display: none;
}
/* Pour Boostrap print */
.right {
  float: right;
}
.left {
  float: left;
}
.hidden-xs.show_print {
  display: block !important;
}
.no-padding-print {
  padding: 0;
}
.col-print-3 {
  width: 25%;
}
.col-print-4 {
  width: 33.333%;
}
.col-print-5 {
  width: 41.6666%;
}
.col-print-6 {
  width: 50%;
}
.col-print-8 {
  width: 66.666%;
}
.col-print-12 {
  width: 100%;
}
.col-print-12.col-lg-pull-4 {
  right: 0;
}
