:root {
    --sombre:black;
    --clair:#b1c0af;
    --vive:#159bff;
}

*:focus {
    outline: none;
}
section{
    /* border:1px solid white; */
}
::selection {
    background-color: var(--vive);
    color:var(--clair);
}

body::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
body::-webkit-scrollbar-track {
  background-color: var(--sombre);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--vive);
}
.test{
color: #31fb82
}
@font-face {
    font-family: 'Michaux';
    src: url('fonts/Michaux-Light.woff2');
    font-weight: 0;
  }
  @font-face {
    font-family: 'Michaux';
    src: url('fonts/Michaux-Regular.woff2');
    font-weight:500;
  }
  @font-face {
    font-family: 'Michaux';
    src: url('fonts/Michaux-Bold.woff2');
    font-weight: 900;
  }
  @font-face {
    font-family: 'Cercle';
    src: url('fonts/NotoSerifJP-Black.otf');
    font-weight: 500;
  }

#switch{
  font-family: Cercle;
  font-size: .8em;
}
  html{
    font-size: calc(4vw + 4vh + 2vmin);
    line-height: .25rem;
    overflow-x: hidden;
    cursor: default;

  }
  body{
    color:var(--vive);
    background: var(--sombre);
    padding:0;
    margin:0;
    font-size: 1rem;
    font-family : Michaux;
    font-weight: normal;
    overflow: hidden;
    position:relative;
  }
  h1,h2,h3,h4,h5,h6{
    font-family : Michaux;
    margin: 0;
    padding:0;
  }


  pre{
    font-family: "Michaux";
    letter-spacing: .4em;
  }
  .main section{
    padding: .7rem .2rem .7rem .5rem;
  }

  nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 100vh;
    padding: .3rem .1rem .3rem .1rem;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
  }
  a{
    text-decoration: none;
    color:var(--vive);
    transition: .5s color;
  }
  a:hover{
    color: var(--clair);
  }

.hidden{
    visibility: hidden;
}

.dot{
    cursor: pointer;
}

.space{
    height: 100px;
}

#delacouleur{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; left:0;
    z-index: 1000;
    background: orangered;
    mix-blend-mode: screen;
    pointer-events: none;
    visibility: hidden;
}

  /* RHIZOMES */
  .magicksigil{
    position: absolute;
    font-size: 1rem;
    transition: .5s transform;
    font-family: Michaux;
    mix-blend-mode: difference;
  }



  /* Styles */
  .lgt{font-weight:lighter;}
  .nrm{font-weight:500;}
  .bld{font-weight:bolder;}

  .tpt {font-size: .11rem;}
  .pt {font-size: .14rem;}
  .nrml{font-size: .2rem}
  .moy {font-size: .35rem; line-height: 1.4;}
  .bmoy {font-size: .5rem; line-height: 1.4;}
  .sbig {font-size: .7rem; line-height: 1;}
  .big {font-size: 2.2rem; line-height: 1;}
  .mbig {font-size: 5rem; line-height: 1;}

  .slbig{
    line-height: .7;
  }
  .large-5{padding-right: 2em;}

  .cap{text-transform: uppercase;}

  .right{text-align: right;}
  .center{text-align: center;}
  .flex{
    display: flex;
    align-items:center;
    justify-content:center;
  }
  .fullh{
    height: 100vh;
  }

  .col2{
    columns: 2;
    padding: 0 4em 0 4em;
  }
  .col4{
    columns: 4;
  }
  .nocut div{
    break-inside: avoid-column;
  }
 img{
    width: 100%;
  }
  .cont-img{
    background-color: var(--vive);
  }
  .cont-img img{
    mix-blend-mode:multiply;
  }
  .prez h5, .prez2 h5{
    margin-top: -.15em;
  }
  .prez .large-6:nth-child(2){
    padding: 0 .5rem 0 .5rem;
  }
  .prez2 .txtgauche{
    padding: 0 .5rem 0 0;
  }
  .prez2 p{
    margin: 0;
  }
  .prez p{
    margin: 0;
  }
  .prez2 p, .prez p{
    text-indent: 1em;
  }
  .prez2 p:nth-child(2), .prez p:nth-child(2){
    text-indent: 0;
  }
  .btn{
    cursor: pointer;
    transition: .5s color;
  }
  .btn:hover{
    color:var(--clair);
  }
  .lesx{
    line-height: .6;
    margin-top: .3em;
    margin-bottom: .3em;
  }
  .lesx div:nth-child(1){
    margin-left: -1em;
  }
  .lesx div:nth-child(2){
    margin-left: 1em;
  }
  .lesx div:nth-child(3){
    margin-top: .7em;
  }
  .col2 h1:nth-child(1){
    margin:0 0 1em 0;
    padding:0;
  }
  .col2 h1:nth-child(6){
    margin:1em 0 0 0;
    padding:0;
  }
  .familles .bmoy{
    line-height: 1;
    letter-spacing: -.1em;
  }
  .titrefamille{
    letter-spacing: .5em !important;
  }
  .cont-img-trans{
    position: relative;
  }
  .cont-img-trans .fondcouleur{
    position: absolute;
    background-color: var(--vive);
    width:100%;
    height: 100%;
    mix-blend-mode: multiply;
  }
  .liste-img>div{
    margin-bottom: -1em;
  }
  .liste-img{
    margin-bottom: 1em;
  }
  .back{
    z-index: -9999;
  }

  .phony{
    display: none;
  }
  .imglabel{
    margin-left: 5.1em;
  }

  @media (max-width: 480px) {
    .main section {
      padding: .7rem .2rem .7rem .75rem;
  }
    .prez .large-6:nth-child(2) {
      padding: 0 0 0 0;
    }
    pre{
      overflow: hidden;
    }
    .asciilucas{
      width:400vw;
      margin-left: -100vw;
    }

.nrml {
  font-size: .4rem;
}
.tpt {
  font-size: .3rem;
}
.moy {
  font-size: .55rem;
}
.smallport .moy{
  font-size: .4rem;
}
.bmoy {font-size: .8rem; line-height: 1.1;}
.big {
  font-size: 1.8rem;
  line-height: 1;
  width: 200vw;
  margin-left: -60vw;
}
.margemich{
  margin-left: -5vw;
}
.pt {
  font-size: .3rem;
}
.prez2 .txtgauche {
  padding: 0 0 0 0;
}
.legendes{
  margin-bottom: 2em;
  margin-top: .5em;
}
.liste-img>div {
  margin-bottom: 0em;
}
.phony{
  display: block;
}
.imgport{
  height: 6em;
}
.prez .sbig, .prez2 .sbig{
  font-size: 2.7em;
}
.lesx div:nth-child(2) {
  margin-left: .5em;
}
  }
