@page {
  /**font:20px/1.1em arial, sans-serif;**/
  background:rgb(255, 255, 255);
  color: #ffffff;
  size: 120mm 120mm;
  font-size: 10.5pt;
  line-height: 12.5pt;
  font-family: 'Redaction 10';

  /* marks: crop; */
  bleed: .25cm;

  @top-center {
    content: element(TitreCourant);
  }

}

@page :left{ 
  margin-top: 10mm;
  margin-bottom: 20mm;
  margin-left: 10mm;
  margin-right: 20mm;

  /*@bottom-left {content: counter(page);}*/
}
@page :right{ 
  margin-top: 10mm;
  margin-bottom: 20mm;
  margin-left: 20mm;
  margin-right: 10mm;
  
  /*@bottom-right {content: counter(page);}*/
}

@page couverture{
  @bottom-right { content: none; }
  @bottom-left { content: none; }
  background:radial-gradient(color(display-p3 0.92852 0.98688 0.75547), color(display-p3 0.52815 0.92223 0.54054), color(display-p3 0.14801 0.31851 0.59713));
  background: linear-gradient(200deg, aquamarine, orangered);
  margin-top: 20mm;
  margin-bottom: 20mm;
  margin-left: 20mm;
  margin-right: 20smm;
  font-size: 2em;
}

@page colophon{
  @top-center {content: none;}
  @bottom-right {content: none;}
  margin-bottom: 1cm;
}

@page :blank{
  @top-center {content: none;}
  @bottom-left {content: none;}
  @bottom-right {content: none;}
}

*, *::before, *::after {
  box-sizing: border-box;
}

.noir{
  page-break-before: always;
  /* border: 20px solid black; */
  box-decoration-break: clone;
  /* background-color: black; */
  /* text-shadow: 3px 0 0 black, 0 3px 0 black, -3px 0 0 black, 0 -3px 0 black,
  8px 0 0 black, 0 8px 0 black, -8px 0 0 black, 0 -8px 0 black,
  12px 0 0 black, 0 12px 0 black, -12px 0 0 black, 0 -12px 0 black; */
  > * {
    margin: 0 0 3mm 0;
  }
  color: #000;
  span:not(.definition) {
    color: white;
    background: #000;
    padding: 0.5px 5px;
    border-radius: .5em;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 0.5px;
    border: 0.5px dashed black;
    paint-order:markers stroke fill ;
    box-decoration-break: clone;
  } 
}

.definition {
  font-family: 'Redaction 100';
}

.sources {font-size: 8pt;}

.couverture{
  page: couverture;
  color: rgb(255, 255, 236);
}

h1{
  font-size: 1.5em;
  line-height: 1.1em;
  page-break-before: always;
  font-family: 'Redaction 35';}

.titrecourant{
  position: running(TitreCourant);
}

/* section{
  
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
} */

/* .titrecol{
  grid-column: 1/ span 4;
  grid-row: 1;
}

.auteurcol{
  grid-column: 3 / span 2;
  grid-row: 2;
}

.notecol{
  grid-column: 1 / span 3;
}

.imgcol{
  grid-column: 1 / span 4;
}

.textecol{
  grid-column: 2 / span 3;
}

.signataires{
  column-count: 3;
  grid-column: 1 / span 4;
  grid-row: 4;
  font-size: 0.9em;
  line-height: 1em;
} */


[style] {
  letter-spacing: calc( -0.001em * var(--ls) / 3 );
  word-spacing: calc( -0.001em * var(--ls) );
}
.firstletter {
  font-weight: bold;
  float: left;
  font-size: 5.5em;
  line-height: .6;
  margin-top: 0.045em;
  margin-bottom: 0.2em;
  margin-left: 0em;
  margin-right: 0.1em;
}

/* .pagedjs_pagebox *{
  border: 1px solid blue;
} */

@font-face{
  font-family: "Redaction";
  src: url("Redaction_10-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Redaction";
  src: url("Redaction_10-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face{
  font-family: "Redaction";
  src: url("Redaction_35-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "Redaction";
  src: url("Redaction_100-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}