@media print {
  .header,
  .footer {
    display: none;
  }
  .malette-element {
    clear: both;
    min-height: 95px;
  }
  #malette-element-container {
    display: inline;
    float: left;
    margin-right: 20px;
  }
  .maincontent {
    background-image: none;
  }
  .maincontent .content {
    display: block;
  }
  .side .wrapperList.more .contentList ul {
    display: block;
  }
  .motUODC {
    clear: both;
  }
  .central {
    clear: both;
  }
  #overlayShare {
    display: none;
  }
  .quicklinks {
    display: none;
  }
  .container .content .side {
    float: left;
  }
  .blocWrapper .side > div {
    width: auto;
  }
  .wrapperList.more .contentList .actusList li,
  .wrapperList.more .contentList .videosList li,
  .wrapperList.more .contentList .parcoursList li {
    min-width: 160px;
  }
  #wrapperVideo img {
    width: 100%;
  }
  #wrapperVideo {
    min-height: 0;
  }
}
