
body{
    font-family: Poppins;
      box-sizing: border-box;
  }
  
/*CSS de la NavBar*/
.lol{
    text-decoration: none;
    font-weight: bold;
   
    }
.navbar .menu-hamburger{
  display: none;
  position: absolute;
  top: 50px;
  right: 30px;
  height: 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: 95px;
  width: 120px;
  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{
    width: 110px;
    padding-left: 0px;
    position: absolute;
    top: 14px;
    left: 1px;
  }
  .loli{
    padding: 0px;
  }
  .navbar a {
    color: black;
  }
.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;
    
  }
  .image{
    background-size: cover;
  }
}






    /* 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);
      }




.no{
  outline: none;
  border: none;
}
.btn{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;

}
.icone{
  width: 50px;
}


.pad{
    padding-top: 210px;
    
  }
  .pad3{
    padding-top: 150px;
  }
  .titre{
    font-size: 60px;
    font-weight: bold;
    color: white;
    letter-spacing: 40px;
  }
  .image{
    background-image: url("https://image.noelshack.com/fichiers/2023/43/6/1698500100-cuisine-japonaise.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 40%;
  }
  .pad1{
    padding-top: 40px;
}
strong{
  color: #626260;
}
.ramen{
height: 400px;
}
.lol1{
    font-size: 30px;
    font-weight: bold;
}
.lol2{
  font-size: 30px;
  font-weight: bolder;
}
.loll{
    height: 440px;
}
.pad2{
    padding-top: 100px;
}
.pad-inter{
    padding-top: 50px;
    }




 
/*Responsive de Footer*/

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}
.stop{
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
