
body{
    background-image:  url('https://image.noelshack.com/fichiers/2023/44/2/1698770647-autres.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: auto;
    font-family: Poppins;
    
  
  
  }
  .stop{
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
 
  ::selection {
    color: #fff;
    background: #89776e96;
    }
    ::-moz-selection {
      color: #fff;
      background: #89776ea7;
      }
  .li a{
    text-decoration: none;
  }
  
  .navbar .logo{
    height: 115px;
    width: 115px;
    padding-left: 10px;
  }

  .navbar .menu-hamburger{
    display: none;
    position: absolute;
    right: 30px;
    top: 50px;
    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: black;
  }
  .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;
      
    }
 
    .test{
     letter-spacing: 3px;
      padding-left: 0;
    }
  
  }
  
  
  
  
  
  
      /* 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;
}

.container6 {
    height: inherit;
    width: inherit;
    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);
}



.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;
  
}
.trailer{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: rgba(0, 0, 0, 0.95);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
 }
 .trailer.active{
  visibility: visible;
  opacity: 1;
 }
 .trailer video{
  position: relative;
  max-width: 900px;
  outline: none;
 }
 .tt{
  cursor: pointer;
 }
.close{
position: absolute;
top: 30px;
right: 30px;
cursor: pointer;
filter: invert(1);
height: 40px;
width: 40px;
}
 @media (max-width: 991px){
  .trailer video{
    max-width: 90%;
    
   }
 }
.deg{
  padding-top: 300px;
}
.titre{
  color: black;
  font-weight: bold;
  font-size: 65px;
  letter-spacing: 70px;
}

.titre1{

  font-size: 35px;
  font-weight: bold;
}


.countour{
  border:1px solid white;
  color: black;
  border-radius:10px;
  text-align: center;
  box-shadow:0px 0px 50px 30px #474747 ;
  background-color: whitesmoke;
}
.noire{
  background-color: black;
  margin-top: 600px;
padding-bottom: 150px;
  width: 100%;
  height: 100%;

}

.pad1{
  padding-top: 100px;
}
.play1{
  padding-top: 40px;
}
.test{
  padding-top: 30px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
  display: flex;
  text-align: center;
  letter-spacing: 7px;

}

.test1{
  padding-top: 20px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
  display: flex;
  text-align: center;
  letter-spacing: 7px;

}
.culturep{
  width: 400px;
  height: 300px;
}

   


.haut{
  padding-top: 100px;
}
.desc{
  color: white;
  font-size: 15px;
  padding-top: 30px;
  text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
 

}
.gastro{
  width: 400px;
  height: 300px;
}
.aut{
  width: 400px;
  height: 300px;
}
.under{
  text-decoration: underline;
  text-underline-offset: 8px;
  text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
}
.prin{
  color: white;
  padding-top: 50px;
 
  font-size: 35px;
  line-height: 140%;
  text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
}



.container1 {
position: relative;
width: 50%;
display: flex;
align-items: center;
}

.image {
opacity: 1;
position: absolute;
display: block;
width: 735px;
height: 800px;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
padding-top: 50px;
}

.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}

.container:hover .image {
opacity: 0.3;
}

.container:hover .middle {
opacity: 1;
}

.text {
color: white;
font-size: 16px;

}
.play{
width: 250px;
height: 200px;
padding: 0;
}
.padd{
padding-top: 200px;
}
.fuji{
color: white;
font-weight: bold;
font-size: 50px;

text-decoration: none;
}
.fuji:hover{
color: #ed3c57;
}
.info{
color: #ed3c57;
text-decoration: none;
font-style: italic;
}


.desc1{
color: white;
  font-size: 15px;
  padding-top: 30px;

  
}
.ave{
padding-top:100px;
font-size: 20px;

}
.te{
  display: flex;
  text-align: center;
}
.prin1{
color: white;
padding-top: 50px;

line-height: 140%;
text-shadow: 3px -2px 11px rgba(255,255,255,0.65);
}
.riz{
padding-top: 100px;
height: 500px;
width: 660px;

}
.stat{

  color: white;
  font-weight: bold;
  font-size: 50px;
 
  text-decoration: none;
}

.pet{
  font-size: 16px;
}
.stat:hover{
  color: #ed3c57;
}






.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);
}

@media (max-width: 767px){
.padd{
  padding-top: 50px;
}
.med{
  padding-top: 100px;
}

}