@page {
  size: A4 auto;
    margin: 20mm 5mm 20mm 5mm; 
   (-bracket-:hack;
        size:A4 landscape;
    );
}

img {
    page-break-before: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto; /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid; /* or 'auto' */
}

nav,
aside,
.footer-prefooter,
.breadcrumb,
.share-tool,
.site-links {
    display: none !important;
}
body{
    -webkit-print-color-adjust:exact;
    margin:0 !important;
}

.quick-access > * {
    visibility: hidden;
    margin: 0 !important;
}
#footer .copyright {
    width: 100%;
    text-align: center !important;
}
#footer #dynamic-dashboard {
    display: none !important;
}
#header .logo {
    padding-left: 7px;
    margin-right: 10px !important;
    width: 220px;
}

#header .logo img {
    width: 200px!important;
}

#header .quick-access {
    height: 65px!important;
}

#header .mobile-visible {
    display: none!important;
}

#main {
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
}
#main .empty {
    display: none !important;
}
#main th,
#main td {
    background: #FFFFFF !important;
    border: 1px solid #000000 !important;
    color: #000000 !important;
    display: block !important;
    width: auto !important;
    text-align: left !important;
}
#main .more-about,
#main .less-about {
    display: none;
}
#main .hidden {
    display: block !important;
}
#main .illustrated-number {
    font-family: 'arial';
    font-size: 15px;
}
#main .illustrated-number .big-yellow {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: #FFE800 !important;
}
.large-w75{
    width:100% !important;
}
iframe {
    display: none !important;
}
.bx-controls {
    display: none !important;
}

/***### Specific for dashboard ###***/
.dashboard-innovation #dashboard-container {
    overflow: visible !important;
    height: auto !important;
}
.dashboard-innovation #dashboard-container .dashboard-element {
    position: relative !important;
    vertical-align: top !important;
    left: 0px !important;
    top: 0px !important;
    display: inline-block !important;
}

.wrapper-article-pager,
.mch_paragraph_photos_gallery .article-pager {
    display: none;
}

.gallery .article-slider .bx-viewport,
.mch_paragraph_photos_gallery .article-slider .bx-viewport {
    overflow: visible !important;
}
.gallery .article-slider ul,
.mch_paragraph_photos_gallery .article-slider ul {
    width: 100% !important;
    transform: translate3D( 0px, 0px, 0px ) !important;
    -moz-transform: translate3D( 0px, 0px, 0px ) !important;
    -webkit-transform: translate3D( 0px, 0px, 0px ) !important;
    -ms-transform: translate3D( 0px, 0px, 0px ) !important;
}

.gallery .article-slider li.bx-clone,
.mch_paragraph_photos_gallery .article-slider li.bx-clone {
    display: none !important;
}

h1, h2, h3, h4, h5 {
    font-family: arial!important;
}

h1 {
    font-size: 2.2857em!important;
}

h2 {
    font-size: 1.4286em;
    line-height: 1.05;
    text-transform: uppercase;
}
h3 {
    font-size: 1.2142em;
    line-height: 1.3125;
    font-style: italic;
}
.yellow-button {
    display: none!important;
}

.large-w75 {
    min-height: auto!important;
}

blockquote {
    border-top: 1px solid #DEE2E7;
    border-bottom: 1px solid #DEE2E7;
    padding: 10px 0;
    font-style: italic;
    font-size: 1.3em;
    position: relative;
    overflow: hidden;
}

.blockquote-top {
    background: url('../images/css/blockquote-top.png') no-repeat top left;
    width: 28px;
    height: 15px;
    top: -14px;
    left: 20px;
    position: absolute;
}

.blockquote-bottom {
    background: url('../images/css/blockquote-bottom.png') no-repeat top left;
    width: 28px;
    height: 15px;
    bottom: -15px;
    right: 20px;
    position: absolute;
}

.blockquote-author {
    margin-left: 30px;
    margin-bottom: 30px;
    float: right;
}

.smile-cookie-wrapper {
    display: none;
}

.dashboard-filters {
    display: none;
}