

  body::-webkit-scrollbar {display: none;}
  body::-moz-appearance:scrollbar {display: none;}
  div::-webkit-scrollbar {display: none;}
  div::-moz-appearance:scrollbar {display: none;}

  body {
 
background-color: transparent;

  font-family: 'NeuzeitSIB-Heavy', Arial, sans-serif;
  font-weight: ;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 18px;
  color: black;

  }

  #details {
  margin-top: 12px; 
  margin-left: 2000px; 
  background-color: transparent;
  position: fixed;
  }

  #design {
  bottom: 22px; 
  margin-left: 27px; 
  font-size: 9.5px;
  background-color: transparent;
  position: fixed;
  }

  nav{
    background-color: transparent;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 22px;
    position: fixed;
    top: 20;
    left: 2%;
    max-width: 50%;
    min-width: 75%;
  }
  .nom{
    font-size: 40PX;
    font-weight: bolder;
  }
  .description{
    padding-top: 18%;
    max-width: 60%;
    min-width: 75%;
  }

  .footer{
    display:flex;
    flex-direction: row;
    font-family: 'Helvetica Neue',Arial, Helvetica, sans-serif;
    font-size: larger;
    font-weight: bolder;
    width:100%;
    justify-content: left;
    text-decoration:none;
    position: absolute;
    top: 51ch;
    line-height: 30px;

  }
  
  #sketch-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Assure que l'animation reste derrière le contenu */
  }
  a:link {color: black;}
  a:visited {color: black;}
  a:hover {color: rgb(170, 255, 0);}
  a:active {color: black;}
  a{text-decoration: none;}

  .paragraphe2{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.para-item2{
  white-space: pre-line;
  color: #0038FF;
  font-family: 'Helvetica Neue',Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 420;
  padding: 1%;
  padding-bottom: 2%;
  font-size:1.2vmax

}
.order1{
  flex-grow: 1;
}


  
