/* Print Style Sheet */
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
}

/*@page { size: 992px 1980px; }
*/
body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
  overflow: visible;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
}
.print {
  display: block !important; /* 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 */
}
blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1, h2, h3, caption {
  break-after: avoid; /* pas de saut après ces éléments */
}
a {
  text-decoration: underline!important;
}
.page-content .entry-content a[href]:after {
  content: " (" attr(href) ")"; /* affichage des URL des liens */
}
.advgb-accordion-header-icon {
	display: none;
}
.advgb-accordion-body {
	display: block !important;
}
#site-header.sticky-top {
	position: initial !important;
}

#site-header .navbar > *:not(.navbar-brand),
.page-content .entry-content > .post-meta,
.fil-ariane,
.sidebar .sidebar-section:not(.widget-infos),
.page-header,
section.actus,
#footer,
.dont-print,
#seopress-js-module-seo-metabox,
.header-image{
  display: none !important;
}

/*.page-header{
  display: block;
  height: auto;
}*/

