@font-face {
  font-family: "Chaumont Script";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("fonte/chaumontscript-regular.woff2") format("woff2"),
    url("fonte/chaumontscript-regular.woff") format("woff");
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonte/SpaceMono-Regular.woff2') format('woff2'),
    url('fonte/SpaceMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Space Mono';
  src: url('fonte/SpaceMono-Bold.woff2') format('woff2'),
    url('fonte/SpaceMono-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Overused Grotesk";
  src:
    url('OverusedGrotesk-VF.woff2') format('woff2 supports variations'),
    url('OverusedGrotesk-VF.woff2') format('woff2-variations');
  font-weight: 300 900;
}


@font-face {
  font-family: 'Insolente';
  src: url('fonte/Insolente-Regular.woff') format('woff2'),
    url('fonte/Insolente-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BBB Sprat Condensed';
  src: url('fonte/BBBSprat-CondensedRegular.woff2') format('woff2'),
    url('fonte/BBBSprat-CondensedRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Adelphe Floreal';
  src: url('fonte/Adelphe-FlorealRegular.woff2') format('woff2'),
    url('fonte/Adelphe-FlorealRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Adelphe Fructidor';
    src: url('fonte/Adelphe-FructidorRegular.woff2') format('woff2'),
        url('fonte/Adelphe-FructidorRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  --paged-layout: booklet;
  background: lightgray;
  margin: 0;

  font-family: 'Insolente';
  color: rgb(230, 230, 230);
  font-size: 200pt;
  z-index: 1;
  opacity: 100%;





}
@page {
  size: 148mm 210mm;
  /* background-image: url(../img/trameblanche.png); */
}

@page :left {
  margin-left: 25mm;
  margin-right: 10mm;
  margin-top: 15mm;
  margin-bottom: 30mm;

  @bottom-left {
    content: counter(page);
  }
}

@page :right {
  margin-left: 10mm;
  margin-right: 25mm;
  margin-top: 15mm;
  margin-bottom: 30mm;

  @bottom-right {
    content: counter(page);
    margin-left: -0.5cm;
  }
}

@page :first {
  background: repeating-linear-gradient(to right,
      #eee,
      #eee 10px,
      #fff 10px,
      #fff 20px);

  @bottom-right {
    content: "";
  }
}

@page: last {}

img {
  max-width: 148mm;
}

@page whatever {
  background: repeating-linear-gradient(to right,
      #eee,
      #eee 10px,
      #fff 10px,
      #fff 20px);

  @bottom-right {
    content: "";
  }
}

.quatrieme {
  page: whatever;

}
#manifeste{ font-size: 38pt;
line-height: 45pt;}
h2 {
  font-family: "Insolente";
  font-size: 120pt;
  color: rgb(230, 230, 230);
  padding: 0;
  margin: 0;
  max-width: 85vw;
  line-height: 90pt;
  position: absolute;
  z-index: 0;
  transform: rotate(-90deg);
  bottom: -240pt;
  top: -50pt;
  left: 95pt;


}
.grand{ max-width: 10.5cm;}
h4 {
  font-family: "Insolente";
  font-size: 45pt;
  color: rgb(0, 0, 0);
  transform: rotate(0deg);
  position: relative;
  margin: 0;
  line-height: 50pt;
  top: -20pt;
  z-index: 3;
  margin-top: 10mm;
  -webkit-text-stroke: 0.2mm rgb(0, 0, 0);
 
  /* Contour en rouge */


  color: #ffffff;


  bottom: -100pt;


}

h3 {
  font-family: "Insolente";
  font-size: 20pt;
  color: rgb(0, 0, 0);
  position: relative;

  max-width: 110mm;
  line-height: 22pt;
  z-index: 3;
}
.note{
   font-size: 12.5pt;
   line-height: 13.5pt;
   padding-top: 3pt;
   padding-left: 12pt;
}
p {
  text-decoration: none;
  font-size: 14.5pt;
  color: black;
  font-family: 'Adelphe Fructidor';
  line-height: 15.5pt;

  z-index: 3;
  position: relative;
  margin: 0 0 15.5pt;
    orphans: 3;
  widows: 3;


}

/*
.pagedjs_left_page h3 {
  margin-left: -0.5cm;
}

.pagedjs_right_page h3 {
  margin-left: -0.5cm;
}*/
blockquote {
  font-family: "Insolente";
  margin-left: -1cm;

  z-index: 3;
  font-size: 20pt;
  line-height: 20pt;
  text-align: left;

  bottom: -20pt;
  color: black;
}








/* pas de numéro de page pour la couverture */
@page macouverture {
  @bottom-right {
    content: none;
  }

  @bottom-left {
    content: none;
  }
}

