@charset "UTF-8";

/*
Theme Name: Twenty Twenty
Adding print support. The print styles are based on the the great work of
Andreas Hecht in https://www.jotform.com/blog/css-perfect-print-stylesheet-98272/.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Margins
# Paddings
# Width
# Typography
# Page breaks
# Links
# Visibility
--------------------------------------------------------------*/
@media print {

  /* Margins */

  @page {
    margin: 1cm;
  }

  .entry-header,
  .site-footer {
    margin: 0;
  }

  /* Paddings */

  .posts {
    padding: 0;
  }
  
  /* Width */

  .entry-content,
  .entry-content p,
  .section-inner,
  .section-inner.max-percentage,
  .section-inner.medium,
  .section-inner.small,
  .section-inner.thin {
    max-width: 100%;
    width: 100%;
  }

  /* Fonts */

  body {
    background: #fff !important;
    color: #000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
  }

  h1 {
    font-size: 20pt;
  }

  h2,
  h2.entry-title,
  h3,
  h4,
  .has-normal-font-size,
  .has-regular-font-size,
  .has-large-font-size,
  .comments-header {
    font-size: 15pt!important;
  }

  /* Page breaks */

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table,
  pre {
    page-break-inside: avoid;
  }

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  /* Links */
  
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }

  a {
    page-break-inside: avoid;
  }

  a[href^="http"]:after {
    display: none;
  }

  a:after > img {
    content: "";
  }

  article a[href^="#"]:after {
    content: "";
  }

  a:not(:local-link):after {
    content: " < " attr(href) "> ";
  }

  /* Visibility */

  body

  .body-content {
      display: block;
  }

  .body-content .sidebar,
  .mobile-nav-toggle,
  iframe,
  .comment-form,
  .comments-wrapper,
  .comment .comment-metadata,
  .footer-social-wrapper,
  .footer-widgets-outer-wrapper,
  .header-navigation-wrapper,
  .pagination-wrapper,
  .post-meta-wrapper.post-meta-single-bottom,
  .post-separator,
  .site-logo img {
    display: none;
  }

  #site-header {
      position: initial!important;
      display: block;
  }

  header#site-header .header-inner .header-titles:not(.home_logo) {
      background: var(--intranet_insmx-skyblue) ;
  }

  header#site-header .user_display {
    opacity: 0;
  }

  .entry-content .wp-block-button .wp-block-button__link,
  .entry-content .wp-block-button .wp-block-file__button,
  .entry-content .button {
    background: var(--intranet_insmx-skyblue);
    color: white;
  }

  .thera-flex {
      display: block;
  }

  body.singular .body-content #site-content .entry-content .pagelevel3 .singular-left-content {
    width: 100%;
    margin: 0px;
    padding: 0;
    text-align: left;
    display: flex;
}

.body-content #site-content .rubrique-page .entry-content .sub-section-title {
    height: auto;
}

.body-content #site-content .rubrique-page .entry-content .sub-section-title h4 {
    margin: auto;
}

body.singular .body-content #site-content .entry-content .pagelevel3 .singular-right-content {
    display: block;
    margin: 20px 0px;
    padding: 0;
}

.body-content #site-content .pagelevel3 .page-content {
    padding: 20px;
}

footer#site-footer {
    display: block;
    height: 200px;
}

footer#site-footer .left-part {
    display: none;
}

/* */

/* PAGE NIVEAU 2*/

.body-content #site-content .rubrique-page .entry-content .rubrique-contacts,
.body-content #site-content .rubrique-page .entry-content .featured-content {
    display: block;
    padding: 20px;
}

.body-content #site-content .rubrique-page .entry-content .sub-sections-container {
    padding: 20px;
}

.body-content #site-content .rubrique-page .entry-content .sub-sections-container .sub-sections {
    display: block;
}

.body-content #site-content .rubrique-page .entry-content .sub-sections-container .sub-sections .sub-section::after {
    display: none;
}

.body-content #site-content .rubrique-page .entry-content .sub-section-children-pages {
    margin-top: 15px;
}

.body-content #site-content .rubrique-page .entry-content .sub-sections-container .sub-sections > a {
    display: none;
}

/* PAGE NIVEAU 3 */

.body-content #site-content .pagelevel3 .page-intro {
    flex: 1;
    padding: 20px;
}

.entry-content hr.resources_hr {
    display: none;
}

  /* ACCUEIL */
  
  .in-insmx-news-feed-container {
      display: none;
  }

  .body-content #site-content .entry-content .in-insmx-actus-container {
      display: block;
      margin-left: 0!important;
      height: 500px;
  }

  .in-insmx-actus-container .filters-container {
    display: none;
  }

  .in-insmx-actus-container .actus-container {
      height: 100%;
  }

  /* PAGE ACTU */

  header#site-header .header-inner .header-titles-wrapper {
    width: 70px;
    margin: 0;
    padding: 0;
  }

  .actu-page {
      padding: 0;
  }

  .actu-page #breadcrumb {
      padding: 0;
  }

  .body-content #tools {
    display: none;
  }

  .actu-page .company_logo {
      object-fit: contain;
  }

  .actu-page .news_title_abstrac {
    display: block;
    flex: calc(100% - 200px);
  }
  
  .actu-page .news_title_abstrac {
      display: block;
  }

  .actu-page .news_title_abstrac .the_extract {
      margin-top: 0;
  }

  .actu-page .actu-content {
      margin-right: 0;
  }

  .actu-page .linked_posts {
      display: none;
  }

  .actu-page .news_picture {
        margin-top: 30px;
        height: 200px;
        width: 200px;
        flex: 200px;
        min-width: 200px;
        min-height: 200px;
  }

  .actu-page .actu-sidebar {
      display: none;
  }

  /* BROCHURE */

  .insmx-digital-saga-header {
      width: 100% !important;
      margin: 0!important;
  }

  .insmx-digital-saga-container {
      width: 100% !important;
      margin: 0 !important;
  }

  .insmx-digital-saga-container .insmx-digital-saga-menu {
    width: 100% !important;
    position: static !important;
  }

  .insmx-digital-saga-container .insmx-digital-saga-menu .section .item h6 {
      color: black;
  }

  .insmx-digital-saga-container .insmx-digital-saga-menu .section {
      margin: 0 !important;
  }

  /* CHIFFRES CLES */

  .in-insmx-key-figures-section-container{
      display: flex;
  }

  /* CARRIERE */
  .testimonial-single .person,
  .body-content #site-content .career-page .entry-content .career-content .container-career .column-women,
  .body-content #site-content .career-page .entry-content .career-content .container-career .column-career {
      width: 100%;
      max-width: 100%;
  }

  .testimonial-single #content .testimonial {
      display: block;
  }

  /* TROMBI */

  .trombinoscope .function-category {
      padding: 20px;
  }

  .trombinoscope .function-category .persons .person {
      padding: 10px !important;
  }

  /* CONNEXION */

  .thera-flex.connexion-logo .company-logo {
      display: flex;
  }
}
