@font-face {
  font-family: "Noto";
  src: url("../../fonts/Condensed/NotoSerif-Condensed.ttf"); }
@font-face {
  font-family: "old";
  src: url("../fonts/OldStandard-Bold.ttf"); }
@font-face {
  font-family: "dofBold";
  src: url("../fonts/dof-3-it.ttf"); }
@font-face {
  font-family: "interBold";
  src: url("../fonts/Inter-Bold.ttf"); }
@font-face {
  font-family: "interReg";
  src: url("../fonts/Inter-Regular.ttf"); }
svg {
  fill: red; }

body,
main {
  background: lightgrey;
  color: red;
  font-family: "old";
  font-size: 1.4em; }

nav, scroll-container {
  display: block;
  margin: 0 auto; }

nav {
  width: auto;
  padding: 0px; }

scroll-container {
  display: block;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  scroll-behavior: smooth; }

scroll-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5em;
  text-align: center; }

body {
  padding: 0.7em;
  overflow-x: hidden; }
  body ul, body li {
    list-style: none;
    font-family: "Noto"; }
  body .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0%;
    background: transparent; }
    body .content section {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30%;
      height: auto;
      margin: 1%;
      padding: 1%; }
      body .content section p {
        font-family: "Noto";
        font-size: 0.7em;
        line-height: normal; }
      body .content section img {
        width: 100%; }
  body .tete {
    width: auto;
    position: fixed; }
    body .tete .ygauche {
      position: absolute;
      left: 200px; }
    body .tete .ydroite {
      left: 240px;
      position: absolute; }
    body .tete .bouche {
      left: 225px;
      top: 30px;
      position: absolute;
      background-color: transparent;
      transform: rotate(45deg); }
  body a {
    color: red;
    background: white;
    scroll-behavior: smooth; }
  body h1,
  body h2 {
    font-size: 0.7em;
    font-family: "old";
    letter-spacing: 0.2em;
    background: white;
    display: inline-block; }
  body h4 {
    color: red;
    display: inline-block;
    border-radius: 45%;
    border-bottom: 12px dotted red;
    width: 10%; }
  body p {
    width: 85%; }
  body .liste {
    position: fixed;
    top: 2%;
    right: 2%;
    list-style: none; }
    body .liste li a {
      margin: 1%;
      background: white;
      color: red;
      text-decoration: none; }
  body blockquote {
    font-size: 1.4em;
    background: white;
    color: red; }

/*# sourceMappingURL=main.css.map */
