@font-face {
    font-family:"Barlow" ;
    src: url(/fonts/Barlow-ExtraBold.otf);
  }
  
  @font-face {
    font-family: "Barlow-Light";
    src: url(/fonts/Barlow-Light.otf);
  }
  
  @font-face {
    font-family: "Barlow-Regular";
    src: url(/fonts/Barlow-Regular.otf);
  }
  
  
  
  
  
  /* RESET */
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
  
    h1{
     font-family: "League Gothic";

  
    }

    .right-fixed h3 {
      font-size: 14px;
      color: black;
     
    
   
  
    }
  
    a{
      text-decoration: none;
    }
    
    .suivant{
  position: absolute;
      display: flex;
     bottom: 6%;
      width: 360px;
      gap: 60px;
  
    }

    .logo img{
      width: 20%;
      
    }
    .menu2{
      color: black;
      font-family: "IBM Plex Mono", monospace;
      font-weight: 500;
      font-style: normal;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    }
    
    
    body {
      font-family: Arial, sans-serif;
      height: 100vh;
      overflow: hidden;
    }
    
    /* HEADER */
    .header {
      height: 80px;
      padding: 0 27px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #ddd;
    }
  
    p{
      position: relative;
      font-size: 18px;
    top: 30px;
    }
     
    .left-scroll::-webkit-scrollbar, .left-scroll::-webkit-scrollbar-button { display: none; }
     .left-scroll::-webkit-scrollbar, .left-scroll::-webkit-scrollbar-button { display: none; }
  
  
  

     
    .nav a {
      margin-left: 20px;
      text-decoration: none;
      color: #000;
    }
    
    /* PAGE GRID */
    .page {
      font-family: "Barlow-Light";
            margin-top: 30px;
      display: grid;
      grid-template-columns:
        0px
        repeat(6, 290px)
        27px;
      column-gap: 25px;
      height: calc(100vh - 80px);
    }
    
    /* LEFT SCROLL (4 colonnes) */
    .left-scroll {
      grid-column: 2 / span 4;
      overflow-y: scroll;
      margin-bottom: 35px;

    }
    
    .image-samara {
      width: 31%;
      height: auto;
      margin-bottom: 15px;
      margin-left: 15px;
    }

.fuzz{
    width: 31%;
    height: auto;

    margin-left: 15px;
  
}

.bismut{
  width: 31%;
  height: 578px;

  margin-left: 15px;

}

.grand{
  font-size:58px;
  line-height: 50px;

}
     

    .left-scroll video {
      width: 26.4%;
      height: auto;

      margin-left: 15px;
      
    }
    
    /* RIGHT FIXED (2 colonnes) */
    .right-fixed {
      grid-column: 6 / span 2;
      position: sticky;
      top: 80px;
      height: calc(100vh - 80px);
      padding-left: 0px;
    }
    
    /* TITRES */
    .right-fixed h1 {
      margin-bottom: 20px;
    }

    
    .subtitles h2 {
      font-family: "Barlow-Regular";
      font-size: 16px;
      margin-bottom: 5px;

      
    }
    
    .subtitles .right {
      margin-left: 330px;
      margin-top: -25px;
    }
    
    /* TEXTE */
    .right-fixed p {
      margin-top: 20px;
      line-height: 1.2;
      width: 360px;
    }

        
  .right-fixed h3 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 14px;
    color: black;
   
  
 

  }

  a{
    text-decoration: none;
  }
  
  .suivant{
position: absolute;
    display: flex;
   bottom: 6%;
    width: 360px;
    gap: 72px;
  }
    
    /* 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;
      }
    }
   