@page {
  size: auto;
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 15mm 15mm 15mm 15mm;
}
/* line 7, ../scss/masters/print.scss */
.header,
.navigation,
.ad,
#scripts,
.bloc-main-intro,
.bloc-main-outro,
.footer,
.breadcrumb,
.article-layout_side,
.bloc-a-la-une,
.bloc-article-paywall,
.bloc-comments,
.toolbar,
.media,
.keywords,
.article_metas,
.hide-print,
.article-scroll.article-scroll--inactive {
  display: none !important;
}

/* line 28, ../scss/masters/print.scss */
body {
  padding-top: 0 !important;
}

/* line 32, ../scss/masters/print.scss */
.trunk {
  max-width: none;
  padding: 0;
}

/* line 37, ../scss/masters/print.scss */
#wrapper {
  padding: 0;
}

/* line 41, ../scss/masters/print.scss */
.node_title {
  font-size: 22pt;
  letter-spacing: 0;
}

/* line 46, ../scss/masters/print.scss */
.uptitle,
.hors-texte_title,
.article_chapo {
  font-size: 16pt;
}

/* line 52, ../scss/masters/print.scss */
.hors-texte_body,
.wysiwyg {
  font-family: sans-serif;
  font-size: 12pt;
  color: #000000;
}

/* line 59, ../scss/masters/print.scss */
.dossier_body {
  margin: 0;
  padding: 0;
}

/* line 64, ../scss/masters/print.scss */
.fluixed {
  margin: 0 !important;
}

/* line 68, ../scss/masters/print.scss */
.fluixed_col {
  padding: 0 !important;
}

/* line 72, ../scss/masters/print.scss */
.node_body {
  margin-bottom: 0;
}

/* line 77, ../scss/masters/print.scss */
#colorbox,
#cboxWrapper,
#cboxContent,
#cboxLoadedContent {
  position: static !important;
  width: auto !important;
  height: auto !important;
  float: none !important;
  border: 0 !important;
}

/* line 88, ../scss/masters/print.scss */
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxOverlay {
  display: none !important;
}

/* line 94, ../scss/masters/print.scss */
#cboxContent {
  border-top: 0;
}
/* line 97, ../scss/masters/print.scss */
#cboxContent #cboxClose {
  display: none !important;
}
/* line 103, ../scss/masters/print.scss */
#cboxContent.cboxContent--article-folder .article {
  max-width: none;
}
/* line 107, ../scss/masters/print.scss */
#cboxContent.cboxContent--article-folder #cboxLoadedContent {
  padding-top: 0;
}

/* line 114, ../scss/masters/print.scss */
.article-zen-header--active {
  overflow: auto !important;
}
/* line 117, ../scss/masters/print.scss */
.article-zen-header--active #wrapper {
  display: none;
}
