 @page {
    size: landscape;
    margin: 0;
    padding: 0;
 }

@media print {
  html, body {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /*** DIVI ***/
  .titre-mama img {
    max-width: 80px;
  }

  .et_pb_section {
    padding: 10px;
  }
  .et_pb_row {
    display: flex;
    flex-direction: row;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
  .et_pb_text ol, 
  .et_pb_text ul {
    padding-bottom: 4px;
  }
  .entry-content .fdm-menu ul {
    line-height: 0.8em;
  }
  .entry-content .fdm-menu ul li ul {
    line-height: 1em;
  }
 
  .et_pb_gutters3.et_pb_row .et_pb_column {
    margin: 0 3% !important;
    width: 500px;
  }

  /*** Menus ***/
  .fdm-menu .fdm-item,
  .fdm-menu .fdm-section-header, 
  .fdm-menu .fdm-section-header p {
    margin-bottom: 2px;
  }
  .fdm-menu .fdm-item-panel, 
  .fdm-menu .fdm-item-panel p {
    margin-bottom: 8px;
  }

  /* Section titles */
  .fdm-menu .fdm-section-header h3 {
    font-size: 14pt;
    margin: 2px 0;
  }

  /* Products */
  .fdm-menu .fdm-item,
  .fdm-menu .fdm-item .fdm-item-panel {
    font-size: 6pt;
  }

  .fdm-item-has-price .fdm-item-panel p {
    padding-right: 20%
  }

  /* If content had a description */
  .fdm-menu .fdm-item .fdm-item-content p {
    font-size: 5pt;
  } 

}