

body{
    font-family: Poppins;
  }
  
  .pad{
    padding-top: 210px;
  }
  .pad1{
    padding-top: 40px;
}



.asuka{
position: relative;
border-radius: 10px;
width: 530px;
height: 200px;
object-fit: cover;
transition: 0.25s ease;
}

.pad-inter{
padding-top: 50px;
}

.al{
text-align: center;
}

  .sou{
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: bold;
  }
  .image{
    background-image: url("https://image.noelshack.com/fichiers/2023/43/2/1698165860-tori.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .titre{
    font-size: 60px;
    font-weight: bold;
    color: wheat;
    letter-spacing: 50px;
  }
  ::selection {
    color: #fff;
    background: #85666b;
    }
  
    ::-moz-selection {
      color: #fff;
      background: #85666b;
      }
 





  /*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 a {
    color: black;
  }
  .navbar .logo{
    width: 110px;
    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);
      }



  .container5 {
    width: auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.test{
  height: 50px;
  width: 5px;
}





.container6 {
   
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0);
    text-align: center;
}

.caption h1 {
    margin: 0;
}

.caption p {
    font-size: 18px;
}

.caption:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}

.container5:hover img {
    transform: scale(1.1);
}










.caption1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 0);
    text-align: center;
}
.caption1 h1 {
    margin: 0;
    font-size: 25px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: bold;
}

.caption1 p {
    font-size: 18px;
}

.caption1:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    color: white;
}
.container6:hover img {
    transform: scale(1.1);
}







/*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;
}