

body{
    background-image:  url('https://wallpaperaccess.com/full/1322011.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: auto;
    font-family: Poppins;
  
  
  }
  .lol{
    text-decoration: none;
    font-weight: bold;
    
  }
  .desc{
    text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
  }
  .parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
  }
  .deg{
    padding-top: 300px;
  }
  .titre{
    color: white;
    font-weight: bold;
    font-size: 65px;
    letter-spacing: 70px;
  }
  .noire{
    background-color: black;
    margin-top: 600px;
    padding-bottom: 697px;
    width: 100%;
    height: 100%;
  
  }
  
  .under{
    text-decoration: underline;
    text-underline-offset: 8px;
    text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
    display: flex;
    text-align: center;
  }
  .test{
    padding-top: 30px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
   
  }
  .su{
    padding-top: 70px;
  }
  .prin{
    color: white;
    padding-top: 50px;
    text-align: center;
    line-height: 140%;
  
   
  }
  .stopit{
    text-decoration: none;
  }
  .sush{
    padding-top: 150px;
    

  }
  .fuji{
    color: white;
    font-weight: bold;
    font-size: 50px;
    padding-top: 150px;
    text-decoration: none;
  }
  .fuji:hover{
    color: #ed3c57;
  }
  .desc1{
    color: white;
      font-size: 15px;
      padding-top: 30px;
      
  }
  .info{
    color: #ed3c57;
    text-decoration: none;
    font-style: italic;
  }
  .pad1{
    padding-top: 100px;
  }

  .fuji1{
    color: white;
    font-weight: bold;
    font-size: 50px;
    padding-top: 140px;
    text-decoration: none;
   

  }
  .fuji1:hover{
    color: #ed3c57;
  }
  ::selection {
    color: #fff;
    background: #e8d6bc74;
    }
    ::-moz-selection {
      color: #fff;
      background: #e8d6bc6a;
      }
  .li a{
    text-decoration: none;
  }
  
  .dib{
    padding-left: 100px;
  }
  .navbar .menu-hamburger{
    display: none;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 35px;
  
  }


  .navbar{
    position: absolute;
    padding: 0px;
    padding-top: 10px;
  
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
  }
  .navbar a {
    color: white;
  }
  .li a{
    text-decoration: none;
  }
  .navbar .logo{
    height: 110px;
    width: 195px;
    padding-left: 10px;
  }
  .navbar .nav-links ul{
    display: flex;
    list-style: none;
    padding: 30px;
    
  }
  .navbar .nav-links ul li{
    margin:  0 25px;
    
  }
  .navbar .nav-links ul li a.active{
    color: #ed3c57;
  }
  .navbar .nav-links ul li a:hover{
    color: #ed3c57;
  }
    
  
  /*Responsive de la NavBar*/
  @media screen and (max-width: 900px) {
    .navbar{
      padding: 0;
    }
    .navbar .logo{
      padding-left: 0px;
      position: absolute;
      top: 14px;
      left: 1px;
    }
    .loli{
      padding: 0px;
    }
  .navbar .menu-hamburger{
    display: block;
  }
  .titre{
    display: none;
  }
    .nav-links{
      top: 0;
      left: 0;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.253);
      backdrop-filter: blur(7px);
      width: 100%;
      height: 108vh;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: -100%;
      transition: all 0.5s ease;
     
    }
    .nav-links.mobile-menu{
      margin-left: 0;
    }
    .nav-links ul{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .navbar .nav-links ul li{
      margin:  25px;
      font-size: 1.2em;
      
    }
  }
  
  
  
  
  
  
      /* Menu Button 1 */
      .menu-btn-1 {
        height: 32px;
        width: 40px;
        cursor: pointer;
    }
  
        .menu-btn-1 span,
        .menu-btn-1 span::before,
        .menu-btn-1 span::after {
            background: white;
            border-radius: 3px;
            content: '';
            position: absolute;
            width: 40px;
            height: 6px;         
            margin-top: 13px; 
  
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }
  
        .menu-btn-1 span::before {
            margin-top:-12px;
        }
  
        .menu-btn-1 span::after {
            margin-top:12px;
        }
  
        .menu-btn-1.active span {
            background: transparent;
        }
  
        .menu-btn-1.active span::before {
            margin-top: 0;
  
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
  
        .menu-btn-1.active span::after {
            margin-top: 0;
  
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }