@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.container-bare-top{
    width: 100%;
    margin-top: -100px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; 
    position: absolute;
  
    
}

header {
    background-color:white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; 
    position: relative;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
   
}


.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
}

.nav-links {
    display: flex;
    list-style: none;
    justify-content: center;
    flex: 1;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding: 5px 0;
}

.nav-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: yellow;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.nav-links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: yellow;
    border-radius: 10px;
    transition: all 0.3s ease;
}

/* Pour éviter que le contenu soit caché derrière le header */
body {
    padding-top: 60px; /* Ajuster selon la hauteur de votre header */
}

.container-title-image{
    width: 100%;
    height: 800px;
   
   
}
.container-title-image img{
    width: 100%;
    position: relative;
}
.container-title-image h5{
    position: absolute;
    margin-top: -580px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 55px;
}
.container-title-image h6{
    position: absolute;
    margin-top: -500px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
}
.container-title-image a{
    position: absolute;
    margin-top: -400px;
    padding: 30px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}
.container-title-image small{
 
    color: yellow;
    font-size: 55px;
    padding-left: 10px;
}
.container-title-sous-title{
    background-color: white;
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
}

.container-title-sous-title p:nth-child(1){
    font-size: 35px;
    font-weight: 900;
   
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 35px;
    font-weight: 900;
    margin-top: 15px;


}

.container-section-first{
    width: 100%;
    height: 300px;
 
   
}

.splide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.splide__slide {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
   
  }
  #splide1 .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  #splide1 .card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
  }
  
  #splide1 .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #splide1 .card-description {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

  
  .splide__slide img {
    width: 95%;
    height: 300px;
    object-fit: cover;
  }
  
.container-paragraph{
    width: 80%;
    height: 100px;
   margin-top: -100px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: 25px;
}

.container-paragraph a{ 
   background-color: white;
   color: black;
   padding: 20px;
   font-size: 25px;
   border-radius: 20px;
   text-decoration: none;
   padding-top: 20px;
   padding-bottom: 20px;
   padding-left: 35px;
   padding-right: 35px;
   white-space: nowrap;
}
.container-paragraph a:hover{
   background-color: yellow;
}

.container-section-second{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.container-section-second h3{
 padding: 80px;
 font-weight: 900;
 font-size: 35px;
}

.container-section-second p{
    padding: 80px;
    font-size: 25px;
    margin-top: -100px;
   }

   .container-section-third{
    width: 100%;
    height: 300px;
    margin-top: 200px;
    
}

.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
    margin-left: 125px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 35px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 35px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 

.container-section-fourth{
    width: 100%;
    height: 300px;
    margin-top: 400px;
   
    
}
.container-section-fourth h5{

    text-align: center;
    font-size: 35px;
    font-weight: 900;
}
.container-section-fourth-detail{
    width: 100%;
    height: 300px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 50px;
}
.container-section-fourth-detail-first{
    width: 40%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
 
}

.container-section-fourth-detail-first img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease; 
    border-radius: 15px;
    position: relative;
 
}
.container-section-fourth-detail-first:hover img{
    transform: scale(1.2);

}

.container-section-fourth-detail-first-detail{
 
  position: absolute;
  margin-top: 80px;
  width: 20%;
  height: 100px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


.container-section-fourth-detail-second{
    width: 40%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
 
}
.container-section-fourth-detail-second img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease; 
    border-radius: 30px;
    position: relative;
}
.container-section-fourth-detail-second:hover img{
    transform: scale(1.2);

}
.container-section-fourth-detail-second-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 20%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

.container-section-fourth-detail-third{
    width: 40%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.container-section-fourth-detail-third img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease; 
    border-radius: 30px;
    position: relative;
}
.container-section-fourth-detail-third:hover img{
    transform: scale(1.2);

}
.container-section-fourth-detail-third-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 20%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

.container-section-fourth-detail-fourth{
    width: 40%;
    height: 400px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-section-fourth-detail-fourth img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease; 
    border-radius: 15px;

    position: relative;
}
.container-section-fourth-detail-fourth:hover img{
    transform: scale(1.2);

}
.container-section-fourth-detail-fourth-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 20%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  .container-section-fifth{
    width: 100%;
    height: 300px;
    margin-top: 200px;
    padding: 50px;

}
.container-section-fifth h5{
  padding: 95px;
  font-size: 35px;
  font-weight: 900;
  margin-bottom: -50px;

}

.splide__slide {
    display: flex;
    justify-content: center;

}

.card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-left:8px;
}

.card-content {
    padding: 15px;
    text-align: center;
}

.card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-description {
    font-size: 1rem;
    color: #555;
}


.container-footer{
    background-color: black;
    width: 100%;
    height: 500px;
    margin-top: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
  
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 10px;
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 20px;
}



.container-booking-header{

  
    width: 300px;
    height: 100px;
    width: 75%;
    margin: 0 auto;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.container-booking-body{
    background-color: white;
    height:4700px;
    width: 90%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
   gap: 30px;
}

.container-booking-header h6 {
    font-size: 35px;
    font-weight: 900;
}
.container-booking-header p {
    font-size:25px;
    font-weight: 900;
   margin-top: 50px;
}

.container-booking-body-left{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:5500px;
    width:150%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 50px;
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 55px;
}
.container-booking-body-left p{
    font-size: 25px;
    
}


.container-booking-body-left-section1{

    width: 100%;
    height: 300px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 25px;

} 
.container-booking-body-left-section1 p{
    font-size: 20px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 300px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 25px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 300px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 25px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 20px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 800px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 50px;
    cursor: pointer;
}
.extra-item {
    text-align: center;
    margin: 10px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
    color: #ababab;
    font-size: 25px;
    
 } 
 .container-booking-body-left-section4 p{
     font-size: 20px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 28px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 20px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 1000px;
    margin-top: 100px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
    padding: 15px;
    cursor: pointer;
    flex: 1;
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 600px;
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 18px;
    color: #ababab;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 100%;
    position: sticky;
    top: 0; /* Positionné en haut de la page quand tu fais défiler */
    margin-top: 0; /* Retirer le margin-top pour le garder en haut */
    z-index: 10;
    margin-top: -4000px;
   
   
}

.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}

 
 
hr {
    border: 0;
    height: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0; 
    width: 100%; 
    margin-top: 80px;
}



 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 380px;
    height: 60px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 380px;
    height: 60px;
    color: #ababab;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 400px;
    margin-left: 50px;
    font-size: 20px;
}

.item-name {
    flex: 1;
    color: gray;
    font-size: 23px;
    
}

.item-price {
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 100px;
  
}
#display-date {
    font-size: 1.2em;
    margin-left: 40px;
    margin-top: 20px;

}
#display-select5 {
    font-size: 1.2em;
     margin-left: 40px;
    margin-top: 20px;
    font-weight: bold;
    
}

.loader-wrapper {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader-logo {
  width: 20%;
  height: auto;
  animation: rotate 2s linear infinite;
  opacity: 0.9;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 80px;
 margin-top: -100px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 300px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 50%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    
}
.container-contact-body-summary-second-premier h3{
color: white;
padding-top: 80px;
font-size: 50px;
margin-top: -180px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 395px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{
    background-color: green;
    width: 50%;
    height:1000px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }
    * {
  box-sizing: border-box;
}


@media (min-width: 360px) and (max-width: 375px)  {
     
#splide1{
    width: 100%;
    padding: 20px;
}

  #splide1 .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
  }
  
  #splide1 .card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-left: -2px;
  }
  
  #splide1 .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  
  #splide1 .card-description {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
    
.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 55px;
 margin-top: 60px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 1000px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 15px;
  
}
.container-contact-body-summary-second-premier h3{
color: white;
padding-top: 80px;
font-size: 40px;
margin-top: 50px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 300px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{

    width: 100%;
    height:1000px;
    margin-top: 25px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }

        header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;

    }
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 300px;
    margin-left: 55px;
    font-size: 18px;
    color: red;
}

   .container-section-fifth{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        padding: 50px;
    
    }
    .container-section-fifth h5{
      padding: 95px;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: -50px;
      white-space: nowrap;
      margin-top: 80px;
      margin-left: -140px;
    
    
    }
    .container-section-fourth{
        width: 100%;
        height: 800px;
        margin-top: 400px;
       
        
    }
    .container-section-fourth-detail {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px;
        height: 1000px;
      }
    
      .container-section-fourth-detail-first,
      .container-section-fourth-detail-second,
      .container-section-fourth-detail-third,
      .container-section-fourth-detail-fourth {
        width: 90%;
        height: auto;
      }
    
      .container-section-fourth-detail-first img,
      .container-section-fourth-detail-second img,
      .container-section-fourth-detail-third img,
      .container-section-fourth-detail-fourth img {
        height: auto;
        max-height: 300px;
        border-radius: 15px;
      }
    
      .container-section-fourth-detail-first-detail,
      .container-section-fourth-detail-second-detail,
      .container-section-fourth-detail-third-detail,
      .container-section-fourth-detail-fourth-detail {
        width: 80%;
        margin-top: -40px;
        height: 80px;
        font-size: 14px;
      }

    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: -100px;
     
       
    }
  
.container-section-third img{
    width: 100%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 300px;
    position: relative;
    margin-left: 5px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 25px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 25px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 


.container-booking-body{
    background-color: white;
    height:7000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   gap: 30px;
}


.container-booking-header h6 {
    font-size:25;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 300px;
   
}
.container-booking-header p {
    font-size:10px;
    font-weight: 900;
    white-space: wrap;
 
   white-space: nowrap;
}

.container-booking-body-left{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:6400px;
    width:95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    padding: 50px;
    margin-top:-1200px;
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 25px;
    white-space: nowrap;
 

 
   
   
  
}
.container-booking-body-left p{
    font-size:13px;
    white-space: wrap;
    
   
}



.container-booking-body-left-section1{

    width: 100%;
    height: 380px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 20px;

} 
.container-booking-body-left-section1 p{
    font-size: 18px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 385px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 20px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 480px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 15px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 900px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
}
.extra-item {
    text-align: center;
    margin: 10px;
    margin-left: -35px;
  
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section4 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 20px;
    white-space: wrap;
    padding-top: 50px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 15px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 500px;
    margin-top: 50px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;

}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 14px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 20px;
 
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 300px;
 
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 20px;
    
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 15px;
    color: #ababab;
    margin-top: -150px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 95% !important;
    position: static !important;
    margin-top:6700px !important;
    top: auto !important;   
    position: absolute;
   
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}





 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: red;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 20px;
    margin-left: 50px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 20px;
    margin-left: 50px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    margin-left: 10px;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    margin-left:-20px;
  
}
.form-group textarea {
   margin-left: -20px;
  width: 300px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    color: #ababab;
      margin-left:-20px;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.item-name {
    flex: 1;
    color: gray;
    font-size: 18px;
  
    
}

.item-price {
    margin-left: 10px;
    text-align: right;
    font-size: 20px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
 
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 45px;
  
}


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 105%;
       height:400px;
       padding: 20px;
       object-fit: cover;
       margin-left: -100px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }



   
    .container-title-sous-title{
      
        width: 50%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
        position: absolute;
        top: 400px;
        margin-top: 260px;
        white-space: nowrap;
     
        margin-left: 50px;
      
     
  }

  .nav-links {
    position: fixed; /* Changement important pour retirer du flux */
    top: 0;
    right: 0;
    height: 100vh;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw; /* Prend toute la largeur de l'écran */
    max-width: 400px; /* Facultatif : limite sur grands écrans */
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1000; /* S'assurer que ça passe devant */
    overflow-x: hidden;
}

.nav-links.nav-active {
    transform: translateX(0); /* Slide-in visible */
}

.nav-links li {
    margin: 20px 0;
}

.nav-links a {
    font-size: 24px;
}

.burger {
    display: flex;
    z-index: 1001; /* Plus haut que .nav-links */
    cursor: pointer;
    margin-left: 320px;
}

.burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.toggle .line2 {
    opacity: 0;
}

.burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.container-title-sous-title p:nth-child(1){
    font-size: 13px;
    font-weight: 900;
   
    margin-left: 80px;
  
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 16px;
    font-weight: 900;
    margin-top: 15px;
     margin-left: 80px;

}

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
    margin-left: 80px;
    margin-top: 95px;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image{
    width: 100%;
    height: 800px;
    margin-top: 100px;
  
  
   
   
}
.container-title-image img{
    width: 100%;
    height: 500px;
    position: relative;
    
}

.container-title-image h5{
    position: absolute;
    margin-top: -370px;
    padding: 25px;
    margin-left:-12px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: nowrap;
}
.container-title-image h6{
    position: absolute;
    margin-top: -250px;
    padding: 25px;
    margin-left: -10px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: wrap;
    text-transform: lowercase;
}
.container-title-image a{
    position: absolute;
    margin-top: -100px;
    padding: 25px;
    margin-left: 150px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}

  
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
    margin-top: 40px;
    margin-left: -375px;
}
.container-section-second{
    width: 95%;
    height: 300px;
    margin-top: 50px;
   
}

.container-section-second h3{
 padding: 35px;
 font-weight: 900;
 font-size: 14px;
 white-space:nowrap;
margin: -25px;
padding-top: 100px;
padding-bottom: 50px;

}

.container-section-second p{

    font-size: 17px;
   margin-left: 5px;
     width:385px;
   box-sizing: border-box;
   padding: 5px;
   margin-top: 50px;
   
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
    object-fit: cover;
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
}

  }



@media (min-width: 376px) and (max-width: 395px)  {
    
#splide1{
    width: 100%;
    padding: 20px;
}

  #splide1 .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
  }
  
  #splide1 .card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-left: -2px;
  }
  
  #splide1 .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  
  #splide1 .card-description {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
    
.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 55px;
 margin-top: 60px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 1000px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 15px;
  
}
.container-contact-body-summary-second-premier h3{

padding-top: 80px;
font-size: 40px;
margin-top: -75px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 300px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{

    width: 100%;
    height:1000px;
    margin-top: 25px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }

        header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;

    }
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 300px;
    margin-left: 55px;
    font-size: 18px;
    color: red;
}

   .container-section-fifth{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        padding: 50px;
    
    }
    .container-section-fifth h5{
      padding: 95px;
      font-size: 23px;
      font-weight: 900;
      margin-bottom: -50px;
      white-space: nowrap;
      margin-top: 80px;
      margin-left: -140px;
    
    
    }
    .container-section-fourth{
        width: 100%;
        height: 800px;
        margin-top: 400px;
       
        
    }
    .container-section-fourth-detail {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px;
        height: 1000px;
      }
    
      .container-section-fourth-detail-first,
      .container-section-fourth-detail-second,
      .container-section-fourth-detail-third,
      .container-section-fourth-detail-fourth {
        width: 90%;
        height: auto;
      }
    
      .container-section-fourth-detail-first img,
      .container-section-fourth-detail-second img,
      .container-section-fourth-detail-third img,
      .container-section-fourth-detail-fourth img {
        height: auto;
        max-height: 300px;
        border-radius: 15px;
      }
    
      .container-section-fourth-detail-first-detail,
      .container-section-fourth-detail-second-detail,
      .container-section-fourth-detail-third-detail,
      .container-section-fourth-detail-fourth-detail {
        width: 80%;
        margin-top: -40px;
        height: 80px;
        font-size: 14px;
      }

    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: -100px;
     
       
    }
  
.container-section-third img{
    width: 100%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 300px;
    position: relative;
    margin-left: 5px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 25px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 25px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 


.container-booking-body{
    background-color: white;
    height:6800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   gap: 30px;
}


.container-booking-header h6 {
    font-size:25;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 300px;
   
}
.container-booking-header p {
    font-size:10px;
    font-weight: 900;
    white-space: wrap;
 
   white-space: nowrap;
}

.container-booking-body-left{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:6200px;
    width:95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    padding: 50px;
    margin-top:-1200px;
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 25px;
    white-space: nowrap;
 

 
   
   
  
}
.container-booking-body-left p{
    font-size:13px;
    white-space: wrap;
    
   
}



.container-booking-body-left-section1{

    width: 100%;
    height: 380px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 20px;

} 
.container-booking-body-left-section1 p{
    font-size: 18px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 385px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 20px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 480px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 18px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 900px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 25px;
    cursor: pointer;
    white-space: nowrap;
}
.extra-item {
    text-align: center;
    margin: 10px;
    margin-left: -35px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section4 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 20px;
    white-space: wrap;
    padding-top: 50px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 18px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 500px;
    margin-top: 50px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;

}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 14px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 20px;
 
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 300px;
 
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -170px;
    
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 15px;
    color: #ababab;
    margin-top: -150px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 95% !important;
    position: static !important;
    margin-top:6480px !important;
    top: auto !important;   
    position: absolute;
   
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}





 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: red;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 50px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 50px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    margin-left: 15px;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    margin-left:-10px;
  
}
.form-group textarea {
   margin-left: -10px;
  width: 300px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    color: #ababab;
      margin-left:-10px;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.item-name {
    flex: 1;
    color: gray;
    font-size: 20px;
    
}

.item-price {
    margin-left: 20px;
    text-align: right;
    font-size: 20px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
 
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 45px;
  
}


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 105%;
       height:400px;
       padding: 20px;
       object-fit: cover;
       margin-left: -100px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }



   
    .container-title-sous-title{
      
        width: 50%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
        position: absolute;
        top: 400px;
        margin-top: 260px;
        white-space: nowrap;
     
        margin-left: 50px;
      
     
  }

  .nav-links {
    position: fixed; /* Changement important pour retirer du flux */
    top: 0;
    right: 0;
    height: 100vh;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw; /* Prend toute la largeur de l'écran */
    max-width: 400px; /* Facultatif : limite sur grands écrans */
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1000; /* S'assurer que ça passe devant */
    overflow-x: hidden;
}

.nav-links.nav-active {
    transform: translateX(0); /* Slide-in visible */
}

.nav-links li {
    margin: 20px 0;
}

.nav-links a {
    font-size: 24px;
}

.burger {
    display: flex;
    z-index: 1001; /* Plus haut que .nav-links */
    cursor: pointer;
    margin-left: 320px;
}

.burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.toggle .line2 {
    opacity: 0;
}

.burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.container-title-sous-title p:nth-child(1){
    font-size: 13px;
    font-weight: 900;
   
    margin-left: 80px;
  
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 16px;
    font-weight: 900;
    margin-top: 15px;
     margin-left: 80px;

}

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
    margin-left: 80px;
    margin-top: 95px;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image{
    width: 100%;
    height: 800px;
    margin-top: 100px;
  
  
   
   
}
.container-title-image img{
    width: 100%;
    height: 500px;
    position: relative;
    
}

.container-title-image h5{
    position: absolute;
    margin-top: -370px;
    padding: 25px;
    margin-left:-12px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: nowrap;
}
.container-title-image h6{
    position: absolute;
    margin-top: -250px;
    padding: 25px;
    margin-left: -10px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: wrap;
    text-transform: lowercase;
}
.container-title-image a{
    position: absolute;
    margin-top: -100px;
    padding: 25px;
    margin-left: 150px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}

  
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
    margin-top: 40px;
    margin-left: -375px;
}
.container-section-second{
    width: 95%;
    height: 300px;
    margin-top: 50px;
   
}

.container-section-second h3{
 padding: 35px;
 font-weight: 900;
 font-size: 14px;
 white-space:nowrap;
margin: -25px;
padding-top: 100px;
padding-bottom: 50px;

}

.container-section-second p{

    font-size: 17px;
   margin-left: 5px;
     width:385px;
   box-sizing: border-box;
   padding: 5px;
   margin-top: 50px;
   
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
    object-fit: cover;
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
}

  }
  





@media (min-width: 410px) and (max-width: 479px)  {
    
#splide1{
    width: 100%;
    padding: 20px;
}

  #splide1 .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
  }
  
  #splide1 .card-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
    margin-left: -2px;
  }
  
  #splide1 .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }
  
  #splide1 .card-description {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
    
.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 55px;
 margin-top: 60px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 1000px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 15px;
  
}
.container-contact-body-summary-second-premier h3{
color: white;
padding-top: 80px;
font-size: 50px;
margin-top: -40px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 300px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{

    width: 100%;
    height:1000px;
    margin-top: 25px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }

        header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;

    }
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 300px;
    margin-left: 55px;
    font-size: 18px;
    color: red;
}

   .container-section-fifth{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        padding: 50px;
    
    }
    .container-section-fifth h5{
      padding: 95px;
      font-size: 25px;
      font-weight: 900;
      margin-bottom: -50px;
      white-space: nowrap;
      margin-top: 80px;
      margin-left: -130px;
    
    
    }
    .container-section-fourth{
        width: 100%;
        height: 800px;
        margin-top: 400px;
       
        
    }
    .container-section-fourth-detail {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px;
        height: 1000px;
      }
    
      .container-section-fourth-detail-first,
      .container-section-fourth-detail-second,
      .container-section-fourth-detail-third,
      .container-section-fourth-detail-fourth {
        width: 90%;
        height: auto;
      }
    
      .container-section-fourth-detail-first img,
      .container-section-fourth-detail-second img,
      .container-section-fourth-detail-third img,
      .container-section-fourth-detail-fourth img {
        height: auto;
        max-height: 300px;
        border-radius: 15px;
      }
    
      .container-section-fourth-detail-first-detail,
      .container-section-fourth-detail-second-detail,
      .container-section-fourth-detail-third-detail,
      .container-section-fourth-detail-fourth-detail {
        width: 80%;
        margin-top: -40px;
        height: 80px;
        font-size: 14px;
      }

    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: -100px;
     
       
    }
  
.container-section-third img{
    width: 100%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 300px;
    position: relative;
    margin-left: 5px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 25px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 25px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 


.container-booking-body{
    background-color: white;
    height:7000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   gap: 30px;
}


.container-booking-header h6 {
    font-size:25;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 300px;
   
}
.container-booking-header p {
    font-size:12px;
    font-weight: 900;
    white-space: wrap;
 
   white-space: nowrap;
}

.container-booking-body-left{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:6300px;
    width:95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    padding: 50px;
    margin-top:-1200px;
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 35px;
    white-space: nowrap;
 

 
   
   
  
}
.container-booking-body-left p{
    font-size:14px;
    white-space: wrap;
    
   
}



.container-booking-body-left-section1{

    width: 100%;
    height: 380px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 20px;

} 
.container-booking-body-left-section1 p{
    font-size: 18px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 385px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 20px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 480px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 18px;
     color: #ababab;
      max-width: 500px;
  margin: 0 auto;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 900px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 25px;
    cursor: pointer;
    white-space: nowrap;
}
.extra-item {
    text-align: center;
    margin: 10px;
    margin-left: -35px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section4 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 20px;
    white-space: wrap;
    padding-top: 50px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 18px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 500px;
    margin-top: 50px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;

}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -100px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 14px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:400px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 20px;
 
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 300px;
 
 
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -295px;
    
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 15px;
    color: #ababab;
    margin-top: -150px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 95% !important;
    position: static !important;
    margin-top:6700px !important;
    top: auto !important;   
    position: absolute;
   
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}





 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: red;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 50px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 50px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    margin-left: 15px;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    margin-left:-10px;
  
}
.form-group textarea {
   margin-left: -10px;
  width: 300px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    color: #ababab;
      margin-left:-10px;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.item-name {
    flex: 1;
    color: gray;
    font-size: 20px;
    
}

.item-price {
    margin-left: 20px;
    text-align: right;
    font-size: 20px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
 
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 45px;
  
}


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 105%;
       height:400px;
       padding: 20px;
       object-fit: cover;
       margin-left: -100px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }

      .container-title-sous-title p:nth-child(1){
        font-size: 25px;
        font-weight: 900;
       
      
    
    
    }
    .container-title-sous-title p:nth-child(2){
        font-size: 25px;
        font-weight: 900;
        margin-top: 15px;
    
    
    }

   
    .container-title-sous-title{
      
        width: 50%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
        position: absolute;
        top: 400px;
        margin-top: 260px;
        white-space: nowrap;
     
        margin-left: 50px;
      
     
  }

  .nav-links {
    position: fixed; /* Changement important pour retirer du flux */
    top: 0;
    right: 0;
    height: 100vh;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw; /* Prend toute la largeur de l'écran */
    max-width: 400px; /* Facultatif : limite sur grands écrans */
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1000; /* S'assurer que ça passe devant */
    overflow-x: hidden;
}

.nav-links.nav-active {
    transform: translateX(0); /* Slide-in visible */
}

.nav-links li {
    margin: 20px 0;
}

.nav-links a {
    font-size: 24px;
}

.burger {
    display: flex;
    z-index: 1001; /* Plus haut que .nav-links */
    cursor: pointer;
    margin-left: 350px;
}

.burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.toggle .line2 {
    opacity: 0;
}

.burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.container-title-sous-title p:nth-child(1){
    font-size: 16px;
    font-weight: 900;
   
    margin-left: 110px;
 
  
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 16px;
    font-weight: 900;
    margin-top: 15px;
      
    margin-left: 110px;

}

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
    margin-left: 80px;
    margin-top: 95px;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image{
    width: 100%;
    height: 800px;
    margin-top: 100px;
  
  
   
   
}
.container-title-image img{
    width: 100%;
    height: 500px;
    position: relative;
    
}

.container-title-image h5{
    position: absolute;
    margin-top: -370px;
    padding: 25px;
    margin-left:-12px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: nowrap;
}
.container-title-image h6{
    position: absolute;
    margin-top: -250px;
    padding: 25px;
    margin-left: -10px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: wrap;
    text-transform: lowercase;
}
.container-title-image a{
    position: absolute;
    margin-top: -100px;
    padding: 25px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}

  
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
    margin-top: 40px;
    margin-left: -375px;
}
.container-section-second{
    width: 85%;
    height: 300px;
    margin-top: 50px;
    padding: 5px;
   
}

.container-section-second h3{
 padding: 35px;
 font-weight: 900;
 font-size: 1rem;
 white-space:nowrap;
margin: -25px;
padding-top: 100px;
padding-bottom: 50px;

}

.container-section-second p{

    font-size: 18px;
   margin-left: 5px;
     width:395px;
   box-sizing: border-box;
   padding: 5px;
   margin-top: 50px;
   
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
    object-fit: cover;
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
}

  }
  


@media (min-width: 480px) and (max-width: 575px) {

    

.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 55px;
 margin-top: 60px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
     flex-shrink: 0;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 1000px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-direction: column;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    padding-bottom: 15px;
  
}
.container-contact-body-summary-second-premier h3{
color: white;
padding-top: 80px;
font-size: 50px;
margin-top: 50px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 395px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{

    width: 100%;
    height:1000px;
    margin-top: 25px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;

    }


    .container-section-fifth{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        padding: 50px;
    
    }
    .container-section-fifth h5{
      padding: 95px;
      font-size: 28px;
      font-weight: 900;
      margin-bottom: -50px;
      white-space: nowrap;
      margin-top: 80px;
      margin-left: -140px;
    
    
    }
    .container-section-fourth{
        width: 100%;
        height: 800px;
        margin-top: 400px;
       
        
    }
    .container-section-fourth-detail {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 20px;
        height: 1000px;
      }
    
      .container-section-fourth-detail-first,
      .container-section-fourth-detail-second,
      .container-section-fourth-detail-third,
      .container-section-fourth-detail-fourth {
        width: 90%;
        height: auto;
      }
    
      .container-section-fourth-detail-first img,
      .container-section-fourth-detail-second img,
      .container-section-fourth-detail-third img,
      .container-section-fourth-detail-fourth img {
        height: auto;
        max-height: 300px;
        border-radius: 15px;
      }
    
      .container-section-fourth-detail-first-detail,
      .container-section-fourth-detail-second-detail,
      .container-section-fourth-detail-third-detail,
      .container-section-fourth-detail-fourth-detail {
        width: 80%;
        margin-top: -40px;
        height: 80px;
        font-size: 14px;
      }
    
    body{
        overflow-x: hidden;
    }
    
    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: -100px;
     
       
    }
  
.container-section-third img{
    width: 100%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 300px;
    position: relative;
    margin-left: 5px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 35px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 35px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 


.container-booking-body{
    background-color: white;
    height:7000px;
    width: 100%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   gap: 30px;
}


.container-booking-header h6 {
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    margin-top: 300px;
   
}
.container-booking-header p {
    font-size:14px;
    font-weight: 900;
 
   white-space: nowrap;
}

.container-booking-body-left{
     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:6300px;
    width:95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: absolute;
    padding: 50px;
    margin-top:-1200px;
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 40px;
    white-space: nowrap;
 

 
   
   
  
}
.container-booking-body-left p{
    font-size: 25px;
    
   
}

.container-booking-body-left-section1{

    width: 100%;
    height: 380px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 20px;

} 
.container-booking-body-left-section1 p{
    font-size: 18px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 385px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 20px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 480px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 18px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 900px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 25px;
    cursor: pointer;
    white-space: nowrap;
}
.extra-item {
    text-align: center;
    margin: 10px;
    margin-left: -35px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
    color: #ababab;
    font-size: 20px;
    
 } 
 .container-booking-body-left-section4 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 20px;
    white-space: wrap;
    padding-top: 50px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 18px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 1000px;
    margin-top: 50px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 5px;
}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
    font-size: 18px;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 20px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 14px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 600px;
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 20px;
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 18px;
    color: #ababab;
    margin-top: -150px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 95% !important;
    position: static !important;
    margin-top:6500px !important;
    top: auto !important;   
    position: absolute;
   
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}





 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    margin-left: 35px;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    margin-left:35px;
  
}
.form-group textarea {
   margin-left: -20px;
  
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 300px;
    height: 60px;
    color: #ababab;
    margin-left: 35px;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 400px;
    margin-left: 50px;
    font-size: 20px;
}

.item-name {
    flex: 1;
    color: gray;
    font-size: 23px;
    
}

.item-price {
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 100px;
  
}
#display-date {
    font-size: 1.2em;
    margin-left: 40px;
    margin-top: 20px;

}
#display-select5 {
    font-size: 1.2em;
     margin-left: 40px;
    margin-top: 20px;
    font-weight: bold;
    
}
    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 105%;
       height:400px;
       padding: 20px;
       object-fit: cover;
       margin-left: -100px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }
    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }
      .container-title-sous-title p:nth-child(1){
        font-size: 25px;
        font-weight: 900;
       
      
    
    
    }
    .container-title-sous-title p:nth-child(2){
        font-size: 25px;
        font-weight: 900;
        margin-top: 15px;
    
    
    }

   
    .container-title-sous-title{
      
        width: 50%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
       
        position: absolute;
        top: 400px;
        margin-top: 250px;
        white-space: nowrap;
     
        margin-left: 50px;
     
  }

  .nav-links {
    position: fixed; /* Changement important pour retirer du flux */
    top: 0;
    right: 0;
    height: 100vh;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw; /* Prend toute la largeur de l'écran */
    max-width: 400px; /* Facultatif : limite sur grands écrans */
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 1000; /* S'assurer que ça passe devant */
    overflow-x: hidden;
}

.nav-links.nav-active {
    transform: translateX(0); /* Slide-in visible */
}

.nav-links li {
    margin: 20px 0;
}

.nav-links a {
    font-size: 24px;
}

.burger {
    display: flex;
    z-index: 1001; /* Plus haut que .nav-links */
    cursor: pointer;
    margin-left: 400px;
}

.burger.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.burger.toggle .line2 {
    opacity: 0;
}

.burger.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.container-title-sous-title p:nth-child(1){
    font-size: 18px;
    font-weight: 900;
   
    margin-left: 150px;
  
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 18px;
    font-weight: 900;
    margin-top: 15px;
    margin-left: 150px;

}

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
    margin-left: 80px;
    margin-top: 95px;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image{
    width: 100%;
    height: 800px;
    margin-top: 100px;
  
  
   
   
}
.container-title-image img{
    width: 100%;
    height: 500px;
    position: relative;
    
}

.container-title-image h5{
    position: absolute;
    margin-top: -370px;
    padding: 25px;
    margin-left:-12px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: nowrap;
}
.container-title-image h6{
    position: absolute;
    margin-top: -250px;
    padding: 25px;
    margin-left: -10px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: wrap;
    text-transform: lowercase;
}
.container-title-image a{
    position: absolute;
    margin-top: -100px;
    padding: 25px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}

  
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
    margin-top: 40px;
    margin-left: -375px;
}
.container-section-second{
    width: 95%;
    height: 300px;
    margin-top: 50px;
   
}

.container-section-second h3{
 padding: 35px;
 font-weight: 900;
 font-size: 1.1rem;
 white-space:nowrap;
margin: -25px;
padding-top: 100px;
padding-bottom: 50px;

}

.container-section-second p{

    font-size: 21px;
   margin-left: 5px;
     width: auto;
   box-sizing: border-box;
   padding: 5px;
   margin-top: 50px;
   
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
    object-fit: cover;
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
}
  }
  


@media (min-width: 576px) and  (max-width: 767px) {
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
    }


    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: -100px;
     
       
    }
    .container-section-second h3{
        padding: 80px;
        font-weight: 900;
        font-size: 20px;
        margin-left: -50px;
       }
       
       .container-section-second p{
           padding: 80px;
           font-size: 25px;
           margin-top: -100px;
          }
.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 280px;
    position: relative;
    margin-left: 80px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 35px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 35px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 
.container-booking-body{
    background-color: white;
    height:7400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
   gap: 30px;
}


.container-booking-header h6 {
    font-size: 35px;
    font-weight: 900;
    margin-top: 80px;
    white-space: nowrap;
}
.container-booking-header p {
    font-size:25px;
    font-weight: 900;
   margin-top: 50px;
}

.container-booking-body-left{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:6800px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 50px;
    margin-top: -1200px;
    position: absolute;
    
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 35px;
    white-space: nowrap;

 
}
.container-booking-body-left p{
    font-size: 25px;
    margin-top: 80px;
    
}

.container-booking-body-left-section1{

    width: 100%;
    height: 300px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 25px;

} 
.container-booking-body-left-section1 p{
    font-size: 20px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 300px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 25px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 300px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 25px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 20px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 900px;
  
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 5px;
    cursor: pointer;
    white-space: wrap;
   
}
.extra-item {
    text-align: center;
    margin: 10px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
     color: #ababab;
    font-size: 25px;
   margin-top: -50px;
   

 } 
 .container-booking-body-left-section4 p:nth-of-type(1){
     font-size: 20px;
     color: #ababab;
     margin-top: 200px;
    
 } 
  .container-booking-body-left-section4 p:nth-of-type(2){
     font-size: 20px;

     margin-top: 100px;
     margin-top: 50px;
    
 } 
   .container-booking-body-left-section4 p:nth-of-type(3){
     font-size: 20px;
    
     margin-top: 100px;
     margin-top: 50px;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: 220px;
    white-space: wrap;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 20px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 1000px;
    margin-top: 100px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
   
    gap: 5px;
}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 28px;
 
 } 
 .container-booking-body-left-section6 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 600px;
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 18px;
    color: #ababab;
    margin-top: -200px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1500px;
    width: 70%;
    position: fixed;
    margin-top:7000px !important;
    top: auto !important;   
 
   
 
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}

 
 
hr {
    border: 0;
    height: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0; 
    width: 100%; 
    margin-top: 80px;
}



 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    white-space: nowrap;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 200px;
    height: 60px;
  
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    height: 60px;
    color: #ababab;
        position: relative;
    z-index: 999;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 400px;
    margin-left: 50px;
    font-size: 20px;
}

.item-name {
    flex: 1;
    color: gray;
    font-size: 23px;
    
}

.item-price {
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 100px;
  
}
#display-date {
    font-size: 1.2em;
    margin-left: 40px;
    margin-top: 20px;

}
#display-select5 {
    font-size: 1.2em;
     margin-left: 40px;
    margin-top: 20px;
    font-weight: bold;
    
}
    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 100%;
       height:500px;
       padding: 15px;
       margin-left: -200px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }
    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }
      .container-title-sous-title p:nth-child(1){
        font-size: 25px;
        font-weight: 900;
       
      
    
    
    }
    .container-title-sous-title p:nth-child(2){
        font-size: 25px;
        font-weight: 900;
        margin-top: 15px;
    
    
    }

    .nav-links {
        position: fixed; /* Changement important pour retirer du flux */
        top: 0;
        right: 0;
        height: 100vh;
        background-color: whitesmoke;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw; /* Prend toute la largeur de l'écran */
        max-width: 400px; /* Facultatif : limite sur grands écrans */
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        z-index: 1000; /* S'assurer que ça passe devant */
        overflow-x: hidden;
    }
    
    .nav-links.nav-active {
        transform: translateX(0); /* Slide-in visible */
    }
    
    .nav-links li {
        margin: 20px 0;
    }
    
    .nav-links a {
        font-size: 24px;
    }
    
    .burger {
        display: flex;
        z-index: 1001; /* Plus haut que .nav-links */
        cursor: pointer;
        margin-left: 500px;
    }
    
    .burger.toggle .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .burger.toggle .line2 {
        opacity: 0;
    }
    
    .burger.toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .container-title-sous-title{
      
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: white;
        position: absolute;
        top: 600px;
        margin-top: -100px;
        white-space: nowrap;
       background-color: green;
     
  }

  
.container-title-sous-title p:nth-child(1){
    font-size: 22px;
    font-weight: 900;
   
  


}
.container-title-sous-title p:nth-child(2){
    font-size: 22px;
    font-weight: 900;
    margin-top: 15px;


}

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
 
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
    margin-left: 80px;
    margin-top: 50px;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image{
 margin-top: 100px;
 margin-left: 20px;
 width: 100%;
   
   
}
.container-title-image h5{
    position: absolute;
    margin-top: -300px;
    padding: 25px;
    margin-left:-12px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
    white-space: nowrap;
}
.container-title-image h6{
    position: absolute;
    margin-top: -250px;
    padding: 25px;
    margin-left: -10px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 20px;
    white-space: nowrap;
}
.container-title-image a{
    position: absolute;
    margin-top: -150px;
    padding: 25px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
}
.container-section-second{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}
.container-section-first{
  
    margin-top: -200px;
}

.container-section-second h3{
 padding: 80px;
 font-weight: 900;
 font-size: 25px;
 white-space: nowrap;
}

.container-section-second p{
    padding: 80px;
    font-size: 25px;
    margin-top: -100px;
    width: 700px;
   }
   
.container-section-fifth h5{
      white-space: nowrap;
       margin-left: -80px;
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
  
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 100px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
     margin-left: 100px;
}
   
  }



@media (min-width: 768px) and (max-width: 991px){

    .container-section-fifth h5{
  padding: 95px;
  font-size: 35px;
  font-weight: 900;
  white-space: nowrap;
  margin-bottom: -50px;

}
    .container-contact-body-summary-second-premier .row input{

  width: 350px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 20px;
}
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
        height: 100px;
    }
    .container-paragraph a{ 
        background-color: white;
        color: black;
        padding: 20px;
        font-size: 25px;
        border-radius: 20px;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 35px;
        white-space: nowrap;
        margin-left: -25px;
     }

    .container-section-third{
        width: 100%;
        height: 500px;
        margin-top: 200px;
        
    }
    
.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 280px;
    position: relative;
    margin-left: 80px;
 
}
.container-sous-paragraphs{
    position: absolute;
    width: 100%;
    height: 280px;
    margin-top: -400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
  

.container-sous-paragraphs p:nth-child(1){
   
    color: white;
    font-size: 35px;
} 
.container-sous-paragraphs p:nth-child(2){
   
    color: white;
    font-size: 35px;
    margin-top: -25px;
} 

.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 
.container-booking-body{
    background-color: white;
    height:6500px;
    width: 90%;
    margin: 0 auto;
    margin-top: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   gap: 30px;
}


.container-booking-header h6 {
    font-size: 35px;
    font-weight: 900;
}
.container-booking-header p {
    font-size:23px;
    font-weight: 900;
   margin-top: 50px;
   padding-bottom: 30px;
   white-space: nowrap;
}

.container-booking-body-left{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height:5700px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    padding: 50px;
    margin-top: -400px;
 
}
.container-booking-body-left h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 55px;
    white-space: nowrap;
}
.container-booking-body-left p{
    font-size: 25px;
    
}

.container-booking-body-left-section1{

    width: 100%;
    height: 300px;
   
   
} 
.container-booking-body-left-section1 h3{
color: #ababab;
   font-size: 25px;

} 
.container-booking-body-left-section1 p{
    font-size: 20px;
    color: #ababab;
   
} 
.container-booking-body-left-section2{

    width: 100%;
    height: 300px;
   
  
} 
.container-booking-body-left-section2 h3{
    color: #ababab;
    font-size: 25px;
   
    
 } 
 .container-booking-body-left-section2 p{
    color: #ababab;
     font-size: 18px;
    
    
 } 

.container-booking-body-left-section3{

    width: 100%;
    height: 300px;
   
} 
.container-booking-body-left-section3 h3{
    color: #ababab;
    font-size: 25px;
    
 } 
 .container-booking-body-left-section3 p{
     font-size: 20px;
     color: #ababab;
    
 } 


.container-booking-body-left-section4{
  
    width: 100%;
    height: 800px;
} 


.container-booking-body-left-section4-extra{
    
      width: 95%;
      height: 600px;
      margin-top: -200px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
      flex-direction: column;
     
     
    

 }


 .container-booking-body-left-section4-extra i.selected {
    color: green;
}

 .container-booking-body-left-section4-extra i{
    
    flex: 0 0 120px; /* Largeur fixe de 120px */
    text-align: center;
    margin: 10px;
  border-style: double;
    padding: 30px;
    cursor: pointer;
    white-space: nowrap;
}
.extra-item {
    text-align: center;
    margin: 10px;
    
}
.selecteds {
    background-color: green;
    color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
    display: block;
    margin-top: 15px;
}

.container-booking-body-left-section4 h3{
  
    font-size: 25px;

    
 } 
 .container-booking-body-left-section4 p{
     font-size: 20px;
     color: #ababab;
    
 } 
.container-booking-body-left-section5{
 
    width: 100%;
    height: 800px;
} 
.container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 28px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 20px;
     color: #ababab;
    
    
 } 


.container-booking-body-left-section6{
  
    width: 100%;
    height: 1000px;
    margin-top: 100px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
   align-items: stretch;
   flex-direction: row-reverse;
    gap: 5px;
}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
     padding: 4px 5px;
    cursor: pointer;
    flex: 1;
   
    
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section7{
  
    width: 100%;
    height:800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 
.container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section8{
  
    width: 100%;
    height: 600px;
} 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 

.container-booking-body-left-section9{
  
    width: 100%;
    height: 600px;
} 


.container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 28px;
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
.container-booking-body-left-section10{

    width: 100%;
    height: 300px;
} 
.container-booking-body-left-section10 p{
    font-size: 18px;
    color: #ababab;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
}
.container-booking-body-right {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1300px;
    width: 70% !important;
    position: static !important;
    margin-top: 0 !important;
    top: auto !important;   /
}


.paypal-button-container{
    width: 100%;
}   

.container-booking-body-right i{
    margin-left: 20px;
    margin-top: 25px;
}  
.container-booking-body-right h3{
   
     text-align: center;
     padding-top: 55px;
     font-size: 30px;
    
   
}

 
 
hr {
    border: 0;
    height: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0; 
    width: 100%; 
    margin-top: 80px;
}



 #display-date-time{
   font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -35px;
 }
 #display-frequency{
    font-size: 20px;
    margin-left: 80px;
    color: gray;
    margin-top: -50px;

 }
 #sub-total{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 80px;
    font-weight: 900;
 }
 #discount{
    font-size: 25px;
    margin-left: 80px;
    color: gray;
    margin-top: 40px;
    font-weight: 900;
 }

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 280px;
    height: 60px;
  
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 280px;
    height: 60px;
    color: #ababab;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}
.display-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 400px;
    margin-left: 50px;
    font-size: 20px;
}

.item-name {
    flex: 1;
    color: gray;
    font-size: 23px;
    
}

.item-price {
  
    text-align: right;
    font-size: 25px;
    color: gray;
    padding: 10px;
}

#display-date {
    font-weight: bold;
    margin-top: 20px;
    font-size: 25px;
}

#display-extras {
    margin-top: 10px;
    color: gray;
    font-size: 20px;
}

#total-price {
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    color:green;
   margin-left: 100px;
  
}
#display-date {
    font-size: 1.2em;
    margin-left: 40px;
    margin-top: 20px;

}
#display-select5 {
    font-size: 1.2em;
     margin-left: 40px;
    margin-top: 20px;
    font-weight: bold;
    
}
    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -200px;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;

       
       
     }
    
    .logo{
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 100%;
       height:500px;
       padding: 15px;
       margin-left: -200px;
       }   
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }
    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }
      .container-title-sous-title p:nth-child(1){
        font-size: 25px;
        font-weight: 900;
       
      
    
    
    }
    .container-title-sous-title p:nth-child(2){
        font-size: 25px;
        font-weight: 900;
        margin-top: 15px;
    
    
    }

    .nav-links {
        position: fixed; /* Changement important pour retirer du flux */
        top: 0;
        right: 0;
        height: 100vh;
        background-color: whitesmoke;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100vw; /* Prend toute la largeur de l'écran */
        max-width: 400px; /* Facultatif : limite sur grands écrans */
        transform: translateX(100%);
        transition: transform 0.5s ease-in-out;
        z-index: 1000; /* S'assurer que ça passe devant */
        overflow-x: hidden;
    }
    
    .nav-links.nav-active {
        transform: translateX(0); /* Slide-in visible */
    }
    
    .nav-links li {
        margin: 20px 0;
    }
    
    .nav-links a {
        font-size: 24px;
    }
    
    .burger {
        display: flex;
        z-index: 1001; /* Plus haut que .nav-links */
        cursor: pointer;
        margin-top: -100px;
    }
    
    .burger.toggle .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    
    .burger.toggle .line2 {
        opacity: 0;
    }
    
    .burger.toggle .line3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }
    
    .container-title-sous-title{
      
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        top: 600px;
        margin-top: 50px;
     
  }

  .logo{
    display: flex;
    justify-content: center;
    align-items: center;
 
    width: 80%;
    flex-direction: row;
   
  }
  
.logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: -200px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
   display: flex;
   align-items: center;
   justify-content: center;

}
.container-title-image h5{
    position: absolute;
    margin-top: -400px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
}
.container-title-image h6{
    position: absolute;
    margin-top: -300px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 25px;
}
.container-title-image a{
    position: absolute;
    margin-top: -200px;
    padding: 25px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}
.container-title-image small{
 
    color: yellow;
    font-size: 30px;
    padding-left: 10px;
}
.container-section-second{
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.container-section-second h3{
 padding: 80px;
 font-weight: 900;
 font-size: 30px;
 white-space: nowrap;
 margin-left: -45px;
}

.container-section-second p{
    padding:15px;
    font-size: 25px;
    margin-top: -50px;
 
   }

   
.container-footer{
    background-color: black;
    width: 100%;
    height: 1500px;
    margin-top: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.container-footer-first{
    width: 50%;
    height: 300px;
   
}
.container-footer-first img {
    width:300px;
  
    padding-top: 50px;
    padding: 50px;
    line-height: 100px;
 }

.container-footer-second{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.container-footer-second ul{
    list-style-type: none;
  
}
.container-footer-second li{
   padding: 15px;
  
}
.container-footer-second a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-third{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-third ul{
    list-style-type: none;
  
}
.container-footer-third li{
   padding: 15px;
  
}
.container-footer-third a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
   
 }
.container-footer-fourth{
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-footer-fourth ul{
    list-style-type: none;
  
}
.container-footer-fourth li{
   padding: 15px;
  
}
.container-footer-fourth a{
    color: yellow;
    text-decoration: none;
    font-size: 13px;
}

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    flex-wrap: wrap;
    
}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
    
}

.container-footer-fifth-icon-second{
    width: 80%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 10px;
    background-color: none;
}

#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 140px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 170px;
    
}
}



@media (min-width: 992px) and (max-width: 1199px){

    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
    }
       
.nav-links {
    display: flex;
    list-style: none;
    justify-content: center;
    flex: 1;
    margin-left: -300px;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding: 5px 0;
}

.nav-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: yellow;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.nav-links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: yellow;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;
       
       
     }

    .logo{
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
       }
    
       .logo #logo{
        width: 100%;
       height:500px;
       padding: 15px;
       margin-left: -200px;
       }    

    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }
    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }

    .container-paragraph a{ 
        background-color: white;
        color: black;
        padding: 20px;
        font-size: 25px;
        border-radius: 20px;
        text-decoration: none;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
        white-space: nowrap;
     }
  
    .container-title-sous-title{
        margin-top: -150px;
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
     background-color: burlywood;
  }
  .logo a {
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.logo img {
   width:300px;
   margin-top: -80px;
   margin-left: 20px;
   padding-top: 50px;
   padding: 50px;
   line-height: 100px;
}
.container-title-image h5{
    position: absolute;
    margin-top: -580px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 40px;
}
.container-title-image h6{
    position: absolute;
    margin-top: -500px;
    padding: 25px;
    margin-left: 80px;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 30px;
}
.container-title-image a{
    position: absolute;
    margin-top: -400px;
    padding: 30px;
    margin-left: 200px;
    display: flex;
    justify-content: center;
    font-size: 30px;
    background-color: yellow;
    border-radius: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    color: brown;
    

}
.container-title-image small{
 
    color: yellow;
    font-size: 40px;
    padding-left: 10px;
}

.splide{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
     width: 100%;
    
  
}
.splide__slide {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
      gap: 2px;
    flex-direction: column;
  }
  
  .splide__slide img {
    width: 95%;
    height: 250px;
    object-fit: cover;

  }
  .card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.form-container {
    max-width: 1000px; /* Limite la largeur */
    margin: 0 auto;
    padding: 20px;
   

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 250px;
    height: 60px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    height: 60px;
    color: #ababab;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.container-booking-body-left-section4-extra{
    
    width: 95%;
    height: 600px;
    margin-top: -200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    flex-direction: column;
   
   
  

}


.container-booking-body-left-section4-extra i.selected {
  color: green;
}

.container-booking-body-left-section4-extra i{
  
  flex: 0 0 120px; /* Largeur fixe de 120px */
  text-align: center;
  margin: 10px;
border-style: double;
  padding: 20px;
  cursor: pointer;
}
.extra-item {
  text-align: center;
  margin: 10px;
  
}
.selecteds {
  background-color: green;
  color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
}


.extra-item span {
  display: block;
  margin-top: 15px;
}

.container-booking-body-left-section4 h3{
  color: #ababab;
  font-size: 25px;
  
} 
.container-booking-body-left-section4 p{
   font-size: 20px;
   color: #ababab;
  
} 

.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    flex-wrap: nowrap;

}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 3px;
    margin-left: 15px;
    margin-top: -25px;

   
}
.container-footer-fifth-icon-second{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:  nowrap;
    margin-left: -35px;
    margin-top: -40px;
   
}

.container-footer-fifth-icon-second i{
    color: yellow;
    font-size: 20px;
    background-color: none;
   margin-top: 25px;
   margin-left: 20px;
  


}

#h5{

    color: yellow;
    font-size: 13px;
    margin-top: -15px;
   margin-bottom: 20px;
   margin-left: -10px;
  
}
.container-footer-fifth h5{
    margin-top: 55px;
    color: yellow;
    font-size: 13px;
      margin-left: -10px;

    
   
}
.container-booking-body-left> h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 40px;
   padding-top:100px;
    white-space: nowrap;
  margin-top: -50px;
}
.container-booking-body-left> p{
    font-size: 21px;
    white-space: nowrap;
    
    
}
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 30px;
    margin-top: -120px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 18px;
     color: #ababab;
    
 } 
 .container-booking-body-left-section5 h3{
    color: #ababab;
    font-size: 28px;
    padding-top: 50px;
    
 } 
 .container-booking-body-left-section5 p{
     font-size: 20px;
     color: #ababab;
    
    
 } 
 .container-booking-body-left-section7 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -50px;
    padding-top: 25px;
  
 } 
 .container-booking-body-left-section7 p{
     font-size: 18px;
     color: #ababab;
    
 } 
 

.container-booking-body-left-section8 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -50px;
    

  
 } 
 .container-booking-body-left-section8 p{
     font-size: 18px;
     color: #ababab;
    
 } 
 .container-booking-body-left-section9 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -80px;
  
 } 
 .container-booking-body-left-section9 p{
     font-size: 18px;
     color: #ababab;
    
 } 
 .container-booking-body-left-section10 p{
    font-size: 15px;
    color: #ababab;
    margin-top: -100px;
   
} 
#button{
    background-color:aquamarine;
    color: white;
    padding: 15px;
    font-size: 25px;
    border: none;
   
}
hr {
    border: 0;
    height: 1px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 20px 0; 
    width: 100%; 
    margin-top: 85px;
}

.container-section-third{
    width: 100%;
    height: 300px;
    margin-top: 280px;
    
}
.container-booking-header h6 {
    font-size: 35px;
    font-weight: 900;
}
.container-booking-header p {
    font-size:25px;
    font-weight: 900;
   margin-top: 50px;
   white-space: nowrap;
}
}



@media (min-width: 1200px) and (max-width: 1599px) {
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
    }

    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;
        background-size: cover;
       
     }

    .logo{
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
       }
    
       .logo #logo{
        width: 100%;
       height:500px;
       padding: 15px;
       margin-left: -200px;
       margin-top: -20px;
       }    

       
.nav-links {
    display: flex;
    list-style: none;
    justify-content: center;
    flex: 1;
    margin-left: -300px;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    padding: 5px 0;
}

.nav-links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: yellow;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.nav-links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}

.burger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    height: 21px;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: yellow;
    border-radius: 10px;
    transition: all 0.3s ease;
}
    .container-booking-body-right{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        height: 1500px;
        width: 100%;
        position: sticky;
        top: 0; /* Positionné en haut de la page quand tu fais défiler */
        margin-top: 0; /* Retirer le margin-top pour le garder en haut */
        z-index: 10;
        margin-top: -4000px;
       
       
    }
    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }

    .container-section-first{
        width: 100%;
        height: 500px;
        padding-top: 230px;
     
       
    }
    

.container-booking-body-left-section6{
  
    width: 100%;
    height: 1000px;
    margin-top: 100px;
  
} 
.container-booking-body-left-section6-often{

    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}   

.container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
    padding: 15px;
    cursor: pointer;
    flex: 1;
  
} 
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 
.container-booking-body-left-section6 h3{
    color: #ababab;
    font-size: 28px;
    margin-top: -80px;
 } 
 .container-booking-body-left-section6 p{
     font-size: 15px;
     color: #ababab;
    
 } 


    .container-booking-body-left-section4{
  
        width: 100%;
        height: 800px;
    } 
    
    
    .container-booking-body-left-section4-extra{
        
          width: 95%;
          height: 600px;
          margin-top: -200px;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 25px;
          flex-wrap: wrap;
          flex-direction: column;
         
         
        
    
     }
    
    
     .container-booking-body-left-section4-extra i.selected {
        color: green;
    }
    
     .container-booking-body-left-section4-extra i{
        
        flex: 0 0 120px; /* Largeur fixe de 120px */
        text-align: center;
        margin: 10px;
      border-style: double;
        padding: 35px;
        cursor: pointer;
    }
    .extra-item {
        text-align: center;
        margin: 10px;
        
    }
    .selecteds {
        background-color: green;
        color: white; /* Assurez-vous que le texte soit visible sur un fond vert */
    }
    
    
    .extra-item span {
        display: block;
        margin-top: 15px;
    }
    
    .container-booking-body-left-section4 h3{
        color: #ababab;
        font-size: 25px;
        
     } 
     .container-booking-body-left-section4 p{
         font-size: 20px;
         color: #ababab;
        
     } 
    .container-booking-body-left > h3{
        font-family: "Chakra Petch", serif;
       font-weight: 400;
       font-style: normal;
        font-size: 40px;
        white-space: nowrap;
      margin-top: 25px;
    }
    .container-booking-body-left > p{
        font-size: 21px;
        white-space: nowrap;
    
      
        
    }
    
    body {
        max-width: 2000px;
        margin: auto;
     
    }

  .container-title-sous-title{
    
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      
        margin-top: 50px;
      
  }


  .container-booking-body-left-section6-often p{
    color: #ababab;
    border-style: double;
    padding: 5px;
    cursor: pointer;
    flex: 1;
  
} 
.container-booking-body-left > h3{
    font-family: "Chakra Petch", serif;
   font-weight: 400;
   font-style: normal;
    font-size: 55px;
   padding-top: 25px;
}
.container-booking-body-left> p{
    font-size: 18px;

    
}
.container-booking-body-left-section6-often p:nth-last-child(){
 
    flex-basis: 100%;
  
} 

.container-booking-body-left-section10 p{
    font-size: 18px;
    color: #ababab;
    margin-top: -60px;
   
} 
    .logo img {
        width:300px;
        margin-top: -80px;
        margin-left:-20px;
        padding-top: 50px;
        padding: 50px;
        line-height: 100px;
     }

     .container-booking-body-left-section7{
  
        width: 105%;
        height:800px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    } 
    .container-booking-body-left-section7 label{
  
      white-space: preserve nowrap;;
    } 

    .container-booking-body-left-section7 select{
  
        width: 300px;
      
      } 

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ababab;
    
}

.form-group input {
    padding: 10px;
    font-size: 18px;
    border: 3px solid   #ababab;;
    border-radius: 4px;
    width: 240px;
    height: 60px;
}
select{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    height: 60px;
    color: #ababab;
}

.form-group input:focus {
    border-color: #007bff;
    outline: none;
}



.form-row {
    display: flex;
    gap: 10px; /* Espacement entre les champs */
}

.form-row .form-group {
    flex: 1; /* Les champs partagent l'espace également */
}


.container-footer-fifth{
    width: 50%;
    height: 300px;
 

}

.container-footer-fifth-icon-first{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -40px;
    flex-wrap: wrap;

}

.container-footer-fifth-icon-first i{
    color: yellow;
    padding: 15px;
}

.container-footer-fifth-icon-second{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-top: -40px;
}

.container-footer-fifth-icon-second i{
    color: yellow;
    padding: 15px;
    background-color: none;
   margin-top: 25px;

}

#h5{

    color: yellow;
    font-size: 13px;
    margin-top: -15px;
   margin-bottom: 20px;
   margin-left: 25px;
  
}
.container-footer-fifth h5{
    margin-top: 55px;
    color: yellow;
    font-size: 13px;
      margin-left: 25px;

    
   
}
.container-booking-body-left-section10 p{
    font-size: 15px;
    color: #ababab;
    margin-top: -100px;
   
} 


}



/* Très grand écran (1440px et plus) */
@media (min-width: 1600px)  and (max-width: 1680px) {
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
    }


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;
        background-size: cover;
       
     }
    

  
   .logo{
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
   }

   .logo #logo{
    width: 150%;
   height: 800px;
   padding: 15px;
  
  
   }

    .card-description p{
        font-size: 14px;
       
    }

    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }

    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: 700px;
     
       
    }

    .container-title-sous-title{
    
        width: 100%;
        height: 200px;
        margin-top:300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: white;
      

    }
 
 .container-section-fourth-detail-first-detail{
 
  position: absolute;
  margin-top: 80px;
  width: 17%;
  height: 100px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.container-section-fourth-detail-second-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-third-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-fourth-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  
  .container-section-third{
    width: 100%;
    height: 300px;
    margin-top: 200px;
    
}

.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
    margin-left: 125px;
 
}

.container-sous-paragraphs {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50vh; 
}

.container-sous-paragraphs p {
    color: white;
    font-size: 35px;
    text-align: center;
    margin: 0; 
    padding: 0;
    margin-top: -200px;
}

.container-sous-paragraphs p:nth-child(1) {
    margin-bottom: 10px; 
}


.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 
.container-booking-body-right{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1500px;
    width: 100%;
    position: sticky;
    top: 0; /* Positionné en haut de la page quand tu fais défiler */
    margin-top: 0; /* Retirer le margin-top pour le garder en haut */
    z-index: 10;
    margin-top: -4000px;
   
   
}

 }


 /* Très grand écran (1440px et plus) */

 @media (min-width: 1681px)  and (max-width: 2040px) {
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
    }


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;
        background-size: cover;
        
     }
    

  
   .logo{
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -150px;
   }

   .logo #logo{
    width: 150%;
   height: 800px;
   padding: 15px;
  
  
   }

    .card-description p{
        font-size: 14px;
       
    }

    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }

    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: 700px;
     
       
    }

    .container-title-sous-title{
    
        width: 100%;
        height: 200px;
        margin-top:300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: white;
      

    }
 
 .container-section-fourth-detail-first-detail{
 
  position: absolute;
  margin-top: 80px;
  width: 17%;
  height: 100px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.container-section-fourth-detail-second-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-third-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-fourth-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  
  .container-section-third{
    width: 100%;
    height: 300px;
    margin-top: 200px;
    
}

.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
    margin-left: 125px;
 
}

.container-sous-paragraphs {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50vh; 
}

.container-sous-paragraphs p {
    color: white;
    font-size: 35px;
    text-align: center;
    margin: 0; 
    padding: 0;
    margin-top: -200px;
}

.container-sous-paragraphs p:nth-child(1) {
    margin-bottom: 10px; 
}


.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 
.container-booking-body-right{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1500px;
    width: 75%;
    position: sticky;
    top: 0; /* Positionné en haut de la page quand tu fais défiler */
    margin-top: 0; /* Retirer le margin-top pour le garder en haut */
    z-index: 10;
    margin-top: -4000px;
   
   
}

 }



 @media (min-width: 2041px)  and (max-width: 2560px) {

.container-booking-body-left-section2{

    width: 100%;
    height: 300px;
   
  
} 
    header {
        background-color:white;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1000; 
        position: fixed;
        background-color: red;
    }


    .container-footer-first{
        width: 50%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
       
    }
    .container-footer-first #logo{
        width: 150%;
        height: 500px;
        background-size: cover;
       
       
     }
    
#h5{
    margin-top: 20px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
  
}
.container-footer-fifth h5{
    margin-top: 50px;
    color: yellow;
    font-size: 13px;
    margin-left: 80px;
}

  
   .logo{
    width: 50%;
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -150px;

   }

   .logo #logo{
    width: 150%;
   height: 700px;
   padding: 15px;
   margin-top: 15px;
  
  
  
   }

    .card-description p{
        font-size: 14px;
       
    }

    #display-date-times{
        font-size: 20px;
         margin-left: 80px;
         margin-top: -35px;
      }

    .container-section-first{
        width: 100%;
        height: 300px;
        margin-top: 780px;
     
       
    }

    .container-title-sous-title{
    
        width: 100%;
        height: 200px;
        margin-top:580px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    
      

    }
 
 .container-section-fourth-detail-first-detail{
 
  position: absolute;
  margin-top: 80px;
  width: 17%;
  height: 100px;
  background-color: yellow;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

}
.container-section-fourth-detail-second-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-third-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .container-section-fourth-detail-fourth-detail{
 
    position: absolute;
    margin-top: 80px;
    width: 17%;
    height: 100px;
    background-color: yellow;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }

  
  .container-section-third{
    width: 100%;
    height: 300px;
    margin-top: 200px;
    
}

.container-section-third img{
    width: 80%;
    height: 500px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
    margin-left: 125px;
 
}

.container-sous-paragraphs {
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 50vh; 
}

.container-sous-paragraphs p {
    color: white;
    font-size: 35px;
    text-align: center;
    margin: 0; 
    padding: 0;
    margin-top: -200px;
}

.container-sous-paragraphs p:nth-child(1) {
    margin-bottom: 10px; 
}


.container-sous-paragraphs a{
   
    color: black;
    font-size: 25px;
    background-color: yellow;
    padding: 20px;
    padding-left: 100px;
    padding-top: 25px;
    padding-right: 100px;
    border-radius: 20px;
    text-decoration: none;
   
} 
.container-sous-paragraphs a:hover{
 
    background-color: black;
    color: white;
  
   
} 
.container-booking-body-right{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 1500px;
    width: 50%;
    position: sticky;
    top: 0; /* Positionné en haut de la page quand tu fais défiler */
    margin-top: 0; /* Retirer le margin-top pour le garder en haut */
    z-index: 10;
    margin-top: -4000px;
   
   
}
.container-booking-body-left-section5{
 
    width: 75%;
    height: 800px;
} 

.container-booking-body-left-section7{
  
    width: 75%;
    height:800px;

} 

.container-contact-title{
    width: 100%;
    height: 200px;
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-contact-title h1{
 font-size: 80px;
 margin-top: 50px;
}
.container-contact-body-summary{
   
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    gap: 10px;
}
.container-contact-body-summary-first{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-first h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-first p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-second{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-second h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-second p{
    color: white;
    font-size: 20px;
}
.container-contact-body-summary-third{
    background-color: black;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
     flex-direction: column;
    gap: 15px;
}
.container-contact-body-summary-third h5{
    color: white;
    font-size: 25px;
}
.container-contact-body-summary-third p{
    color: white;
    font-size: 20px;
}.container-contact-body-summary-second-title{
    width: 100%;
    height: 300px;
    margin-top: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.container-contact-body-summary-second-premier{
    background-color: black;
    width: 50%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
    
}
.container-contact-body-summary-second-premier h3{
color: white;
padding-top: 80px;
font-size: 50px;
margin-top: -180px;

    
}
.container-contact-body-summary-second-premier .row{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 15px;
}
.container-contact-body-summary-second-premier .row input{

  width: 395px;
  height: 50px;
  border-radius: 15px;
  border: none;
  padding: 10px;
  font-size: 20px;
 
}
.container-contact-body-summary-second-premier .row textarea{
  font-size: 20px;
  padding: 10px;
}

.container-contact-body-summary-second-premier .row input[type="submit"]{

    background-color: black;
    border-radius: none;
    color: white;
    border-style: groove;
    font-size: 18px;



}
.container-contact-body-summary-second-premier .row label{

color: white;
font-size: 20px;
}

.container-contact-body-summary-second-deuxieme{
    background-color: green;
    width: 50%;
    height:1000px;
}
.container-contact-body-summary-second-deuxieme iframe{

    height: 1000px;
}
  .error-input {
      border-color: red;
      background-color: #330000;
    }

    .error-message {
      color: red;
      font-size: 14px;
    }

    .success-message {
      background-color: #e0ffe0;
      color: green;
      padding: 10px;
      border-radius: 4px;
      border: 1px solid green;
      margin-bottom: 20px;
    }

 }

  