@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);
  }
  
  
  
  .t-grand{
    margin-top: 15px;
    font-size:52px;

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


  .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;
  }
  
    h1{
      font-family: "Barlow";
      font-stretch: 100%;
      font-stretch: ultra-condensed;
      line-height: 50px;
  
      -webkit-transform:scaleY(1.5);
       -moz-transform:scaleY(1.5);
        -o-transform:scaleY(1.5);
        font-size: 60px;
  
    }
    
    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;
      padding-right: 0px;
      margin-bottom: 25px;
    }
    
    .left-scroll img,
    .left-scroll video {
      width: 100%;
      height: auto;
      margin-bottom: 25px;
    }
    
  
    .second-scroll img {
      width: 40%;
      height: auto;
      margin-bottom: 25px;
    }

    .double-scroll img {
        width: 49%;
        height: auto;
        margin-bottom: 25px;
   

  
      }

      .left {
        width: 49%;
        height: auto;
        margin-bottom: 25px;
       margin-left: 20px;

  
      }
    
    /* 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;
    }
    
    .subtitles{
      margin-top: 40px;
    }
    /* 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;
      }
    }
  
    
       