

body{
    font-family: Poppins;
  }
  
  .pad{
    padding-top: 210px;
    padding-right: 0;
  }
  .sou{
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: bold;
  }
.btn{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;

}
.padd{
  padding-top: 100px;
}
.pad-inter{
  padding-top: 50px;
  }
.no{
  outline: none;
  border: none;
}
.icone{
  width: 100px;


}




  .image{
    background-image: url("https://image.noelshack.com/fichiers/2023/43/2/1698150103-region.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .titre{
    font-size: 60px;
    font-weight: bold;
    color: white;
    letter-spacing: 40px;
  }
  .gris{
    color: #626260;
    font-weight: bold;
  }
  strong{
    color: #626260;
  }
  ::selection {
    color: #fff;
    background: #85666b;
    }
  
    ::-moz-selection {
      color: #fff;
      background: #85666b;
      }
  .li a{
    text-decoration: none;
  }



  .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: black;
}
.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 .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);
      }

  
  

  .pad1{
    padding-top: 40px;
}
  
  .lol{
    text-decoration: none;
    font-weight: bold;
   
  }

  .asuka{
    position: relative;
    border-radius: 10px;
    width: 400px;
    height: 200px;
    object-fit: cover;
    transition: 0.25s ease;
  }

  .pad-inter{
    padding-top: 40px;
    display: block;
  }
  
  .al{
    text-align: center;
  }
 .image1{
    background-image: url("https://image.noelshack.com/fichiers/2023/43/2/1698150755-carte-regions.jpg");
    background-repeat: no-repeat;
  
 }

 .pad2{
    padding-top: 100px;
 }
 .hokai{
    font-size: 30px;
    font-weight: bold;
 }
  .pad-b{
    padding-bottom: 800px;
    padding-right: 0px;
  }
  

  
  

  .container5 {
    width: 990px;
    height: 550px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.container6 {
    width: 400px;
    height: 200px;
    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);
}


.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;
  }