



@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=League+Gothic&display=swap');


.ibm-plex-mono-thin {
  font-family: "IBM Plex Mono", monospace;
  font-weight: 100;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
  

  body::-webkit-scrollbar, body::-webkit-scrollbar-button { display: none; }

  body {

    height: 100vh;
    
    overflow: hidden;
  }


  .logo img{
    width: 20%;
    
  }

  .menu{
    color: black;
    font-family: "League Gothic", sans-serif;
  font-weight: 100;
  font-size: 24px;
  text-transform: uppercase;
  }



  .menu2{
    color: black;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 10px;
  }
  
  
  
  /* HEADER */
  .header {
    height: 80px;
    padding: 0 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  
  .nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #000;
  }
  
  /* PAGE GRID */
  .page {
   display: grid; 
   grid-template-columns:
   0px
   repeat(6, auto)
   0px;
 column-gap: 25px;

  }

  .subtitles{
    margin-top: 25px;


  }

  .subtitles h2{
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;


  }

h2{
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      color: rgb(119, 119, 119);
  }


  h2:hover{

      color: rgb(0, 0, 0);
  }
  .flex{

    display: flex;
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;


  }

  .flex p{
    width: 800px;
  }
  .flex h3{
    margin-top: 10%;
    margin-left: 10%;

  }


  b{

    font-family: "IBM Plex Mono", monospace;

    font-style: normal;
    font-size: 28px;

  }

  .flex img, .flex video{
    margin-right: 15px;

  }
  .right-scroll{
  margin-left: 5px;
  margin-top: 15px;


  }

  .right-scroll h2{
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  
    }

    sup{
      font-weight: 300;
    }
    
  
  /* LEFT SCROLL (4 colonnes) */
  .left-scroll {
    position: absolute;
    margin-top: 25px;


    overflow-y: auto;
left: 325px;
    overflow: hidden;
    overflow-y: scroll;
    bottom: 15px;
    top: 85px;

  }
  
  .left-scroll img,
  .left-scroll video {
    width: 30%;
    height: auto;
    display: block;
    margin-bottom: 25px;
  }

  p{
display: block;
    pointer-events: all;
  
  margin-bottom: 5%;
  }

  .projet{
position: relative;
top: 5%;
color: black;
 
      

      }
  
      #pro{
        margin-top: 20px;
        font-size: 26px;
        color: #000;
        
      }

  .right-fixed p {
    font-family: "IBM Plex Mono", monospace;
    font-weight: 500;
    font-style: normal;
  font-size: 12px;
  width: 600px;

  }
  
  .right-scroll img,
  .right-scroll video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
  }
  
  
  /* RIGHT FIXED (2 colonnes) */
  .right-fixed {
    margin-top: 25px;

    padding-left: 0px;
  }
  
  .left-scroll,
  .right-scroll {
    overflow-y: scroll;
    height: calc(100vh - 80px);
  }

  .right-scroll::-webkit-scrollbar, .right-scroll::-webkit-scrollbar-button { display: none; }
   .left-scroll::-webkit-scrollbar, .left-scroll::-webkit-scrollbar-button { display: none; }
  
  /* RESPONSIVE */
  @media (max-width: 1200px) {
    .page {
      grid-template-columns: 1fr;
      padding: 0 20px;
      overflow-y: auto;
    }
  
    .left-scroll,
    .right-fixed {
      grid-column: auto;
      position: static;
      height: auto;
      overflow: visible;
    }
  
    body {
      overflow: auto;
    }
  }
  


  .media-dim {
    filter: brightness(0.15);
    transition: filter 0.2s ease;
  }
  