/*//////////// P R I N T /////////////*/

@media print {
  html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

  }

  :root {
    --page-width: 148mm;
    --page-height: 210mm;
  }

  body {
    max-width: max-content;
    padding: 0;
    z-index: -1;
    margin: 1cm;
    background: linear-gradient(transparent 70%, yellow);
  }

  p {
    margin: 0;
    line-height: 1em;
    text-indent: 0;
    font-weight: bold;
  }

  #dos {
    width: 75%;
    margin-right: 2em;
  }

  #couv {
    width:80%;
    margin-left: 55em;
  }

  #perche {
    width: 200%;
    margin-left: 40em;
  }

  #wk,
  #date {
    font-size: 80pt;
    font-family: "Times-Dot-Bol";
text-align:center;
  }

  #but {
    text-decoration: underline yellow;
    font-size: 40pt;
    font-family: "Times-Dot-Rom";
  }

  #contenu {
    font-size: 30pt;
    font-family: "Times-Dot-Rom";
  }

  #regle {
    text-decoration: underline overline;
    text-transform: uppercase;
    font-size: 30pt;
    font-style: italic;
  }

  ul {
    font-size: 30pt;
    padding-left: 2cm;
    padding-top: 0;
  }


  /*
.LEFT{background: linear-gradient(to right, transparent, transparent, transparent, yellow 99%);}
.RIGHT{background: linear-gradient(to left, transparent, transparent, transparent, yellow 99%);}
*/

  /* hérité du site 2print.org mais utile pour traiter les images en monochrome. 
Actuelement non utilisé dans le template  */
  .ico {
    z-index: 1;
    width: 20%;
    text-align: right;
  }

  footer {
    margin: none;
    font-family: "Times-Dot-Rom";
    background-color:transparent;
    font-size: 10pt;
    max-width: 14em;
    text-align: left;
    padding-top:1em;
  }

}