@charset "UTF-8";
@media print {
  @page {
    margin: 1.2cm 0;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  [role=main] {
    padding-top: 0;
  }
  body {
    width: auto !important;
    min-width: initial !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: serif;
    font-size: 12pt;
    color: #000 !important;
    white-space: normal !important;
    background-color: #fff !important;
  }
  body::before, body::after {
    display: none;
  }
  p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
    color: #000 !important;
  }
  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 {
    page-break-before: avoid; /* was before - (chaque titre commence sur une nouvelle page) */
  }
  h1, h2, h3, caption {
    page-break-after: avoid; /* pas de saut après ces éléments */
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #dfe2e6;
            text-decoration-color: #dfe2e6;
  }
  a::before, a::after {
    display: none;
  }
  a[href]:after {
    content: " (" attr(href) ")"; /* affichage des URL des liens */
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    white-space: normal;
  }
  /* */
  .text-formatted img {
    max-width: 50%;
  }
  .block-bdt-alert,
  .block-local-tasks-block,
  .field--name-field-tra-media-video,
  .video__wrapper,
  .card__trigger-aid {
    display: none !important;
  }
  .card {
    border: solid 0.1rem #dfe2e6;
    border-radius: 1.6rem;
  }
  .card.card--horizontal .card__media {
    max-width: 33.333%;
  }
  .card .badge {
    white-space: break-spaces;
  }
  .card .card__title {
    font-size: 1.8rem !important;
  }
  .masthead {
    height: auto !important;
    min-height: initial !important;
    padding-bottom: 0 !important;
  }
  .masthead .row [class*=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tab__panel {
    display: block !important;
    border: solid 0.1rem #dfe2e6;
  }
  .tab__panel + .tab__panel {
    margin-top: 1rem;
  }
  .owl-carousel {
    width: 100%;
  }
  .owl-carousel .owl-nav,
  .owl-carousel .owl-dots {
    display: none !important;
  }
  .owl-carousel .owl-stage-outer {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    clear: both !important;
  }
  .owl-carousel .owl-stage {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    clear: both !important;
  }
  .owl-carousel .owl-item {
    display: flex;
    flex-basis: min-content;
    flex-grow: 1;
    min-width: 33.333%;
    max-width: 33.333%;
    float: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 4rem !important;
    border: dashed 0.1rem #dfe2e6;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    max-width: initial;
    display: inline-block;
    padding: 0.3rem;
    border: dotted 0.1rem #dfe2e6;
  }
  .owl-carousel .owl-item .card {
    margin-right: 1%;
    margin-left: 1%;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    margin-left: -2%;
    align-items: flex-start;
  }
  [class*=col] {
    max-width: 100%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .col-sm-6,
  .col-md-6,
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [class*=col].d-print-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .spacer-y {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .spacer-t {
    margin-top: 8rem !important;
  }
  .spacer-b {
    margin-bottom: 8rem !important;
  }
  .figure__wrapper.media--view-mode-landscape {
    max-width: 66.666667%;
    border-radius: 0;
    overflow: visible;
  }
  .img-fluid.w-100 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: initial;
  }
  .figure__wrapper .figcaption {
    transform: none;
  }
}
/*# sourceMappingURL=print.css.map */
