body {
    margin: 104px 0 0 0;
    font-family: Arial, sans-serif;
    background-color: #D8D4D4;
  }
  
  h1, h2, h3, h4, li, button, .book{
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
  }
  
  p, input, textarea{
    font-family: "Raleway", sans-serif;
    margin: 0;
    font-size: 1.2em;
  }

  button, .book{
    background-color: #21101E;
    color: #D8D4D4;
    padding: 20px 30px;
    font-size: 1.5em;
    border: none;
    border-radius: 20px;
    cursor: pointer;
  }

  button:hover, .book:hover{
    background-color: #391b33;
    transition: all 0.3s ease-in-out;
  }

  /* Style du header */
  .header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 40px 10px 40px;
    background-color: #21101E;
  }

  .header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Style du logo */
  .logo img{
    height: 70px; /* Ajuste la taille du logo */
  }
  
  /* Style de la navigation */
  .navigation ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  
  /* Les éléments de la navigation */
  .navigation li {
    margin-left: 20px;
  }
  
  /* Les liens de navigation */
  .navigation a {
    text-decoration: none;
    color: #D8D4D4;
    font-size: 25px;
    font-weight: 600;
  }
  
  .navigation a:hover {
    text-decoration: underline;
  }

  .container{
    max-width: 1280px;
    margin: auto;
  }

  .hero{
    background-image: url(media/KitouZen-min.jpg);
    background-size: cover;
    height: 600px;
    position: relative;

  }
  .hero::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
    opacity: .5;

  }
  .hero .content{
    position: relative;
    text-align: center;
    z-index: 2;
    background-color:rgba(33, 16, 30, 90%);
    padding: 80px 60px;
    border-radius: 20px;
  }


  .hero .content h1,
  .hero .content p{
    color: #D8D4D4;
  }

  .hero .content h1{
    font-size: 5em;
    padding-bottom: 20px;
  }
  .hero .content p{
    font-size: 2em;
  }
  

  .hero .container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .accueil h2{
    font-size: 2.5em;
  }

  .presentation{
    padding: 10em 20px;
  }

  .prestation{
    padding-bottom: 5em;
  }
  .presentation img{
    height: 50em;
    width: auto;
    border-radius: 30px;
  }
  .presentation h2{
    font-size: 4em;
  }
  .prestation img{
    height: 650px;
    border-radius: 30px;
  }
  .prestation h1{
    text-align: center;
    font-size: 4em;
    padding-top: 2em;
  }

  .prestation h3{
    padding: 30px 0 10px 0;
    font-size: 1.3em;
  }
  .prestation ul{
    margin: 0;
  }

  .prestation ul{
    padding: 0 0 0 20px;
  }
  .prestation li{
    padding: 5px 0;
    font-size: 1.1em;
    font-weight: bold;
  }

  .presentation-row,
  .prestation-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .presentation-row:nth-child(even),
  .prestation-row:nth-child(even){
    flex-direction: row-reverse;
  }

  .presentation .content{
    padding: 0 30px;
  }

  .presentation h2{
    width: 8em;
    padding-bottom: 50px;
  }
  .presentation p{
    font-size: 2em;
    width: 10em;
  }

  .prestation{
    padding: 0 20px;
  }

.prestation .content{
  width: 30em;
}

  .prestation h2{
    font-size: 2.5em;
    padding-bottom: 20px;
  }
  .prestation p{
    font-size: 1.2em;
  }

  .prestation .container > p{
    width: initial;
    text-align: center;
    padding: 2em 0 5em 0;
    font-size: 1.5em;
  }

  .questions{
    background-color: #21101E;
    padding: 10em 20px;
  }

  .questions h2{
    color: #D8D4D4;
    text-align: center;
    padding-bottom: 1em;
  }

  .accordion {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .accordion-item {
    border-bottom: 1px solid #bbb7b7;
    overflow: hidden;
  }

  .accordion-item:first-child{
    border-radius: 20px 20px 0 0;
  }
  .accordion-item:last-child{
    border-radius: 0 0 20px 20px;
  }
  
  .accordion-title {
    border-radius: 0;
    background-color:#D8D4D4;
    color:#21101E;
    padding: 30px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 1.4em;
    transition: background-color 0.3s ease;
  }
  
  .accordion-title:hover {
    background-color:#868484;
  }
  
  .accordion-content {
    background-color: #D8D4D4;
    padding: 10px 30px 30px 30px;
    display: none;
  }
  
  .accordion-content p {
    margin: 0;
    color: #868484;
  }

  .reserver{
    padding: 10em 20px;
    text-align: center;
  }
  .reserver h2{
    padding-bottom: 1.2em;
  }
  .book{
    padding: 15px 20px;
  }

  .formFooter {
    display: none;
  }
  div.form-all{
    margin: auto;
  }

  /* Style du modal (par défaut caché)
.modal {
  display: none;  Caché par défaut 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Effet fondu derrière 
}

/* Contenu du modal 
.modal-content {
  background-color: white;
  margin: 5em auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px; /* Largeur maximum 
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 999;
}

/* Bouton fermer le modal (la croix) 
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/

/* Conteneur du formulaire */

.contact{
  padding: 0 20px;
}

.contact h1{
  text-align: center;
  padding: 2em 0 1em 0;
  font-size: 2.5em;
}

.contact button{
  width: 100%;
}

form{
  width: 50%;
  margin: auto;
}

.form-container {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 400px;
  width: 100%;
  margin: 20px;
}

/* Titre du formulaire */
form h2 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

/* Style des champs de formulaire */
.form-group {
  margin-bottom: 20px;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

input::placeholder, textarea::placeholder{
  opacity: .6;
  font-weight: 600;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  border-color: #21101E;
  margin: 5px 0;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

textarea {
  min-height: 120px;
  resize: none;
}


/* Design responsive pour mobile */
@media (max-width: 768px) {
  .form-container {
    padding: 20px;
  }
}

.about{
  padding: 120px 20px 80px 20px;
}
.about .content{
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.about h2{
  font-size: 2.2em;
  text-align: center;
  padding-bottom: 40px;
}
.about h3{
  font-size: 1.5em;
}
.about h4{
  font-size: 1.2em;
  padding: 10px 0;
}
.about p{
  text-align: justify;
  padding: 10px 0;
}

.about p:last-child{
  font-style: italic;
}
.infos{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.infos image{
  width: initial;
}
.infos img{
  width: auto;
  height: 550px;
  border-radius: 20px;
}

footer .navigation ul{
  display: flex;
  flex-direction: column;
}
footer .navigation li{
  margin: 0;
  padding: 5px 0;
}
footer .navigation a{
  font-size: 1em;

}

  .footer {
    background-color: #21101E;
    color: #D8D4D4;
    padding: 20px 0 0 0;
    text-align: center;
  }
  
  .footer .logo{
    height: 80px;
  }
  .footer .social{
    height: 25px;
  }
  .footer .social-links img{
    padding-right: 10px;
  }
  .footer .social-links a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #D8D4D4;
    font-weight: 400;
  }
  .footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1;
    padding: 10px;
  }
  
  .footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer-section p, .footer-section ul {
    font-size: 14px;
    margin: 0;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin-bottom: 5px;
  }
  
  .footer-section ul li a {
    color: #D8D4D4;
    text-decoration: none;
    font-size: 14px;
  }
  
  .footer-section ul li a:hover {
    color: #007bff;
  }
  
  .footer-bottom {
    background-color: #0e070d;
    padding: 10px 0;
    font-size: 12px;
  }
  
  .footer-bottom p {
    margin: 0;
  }
  
  /* Adaptation pour les petits écrans */
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      text-align: center;
    }
  }

/*----------------------------------- RESPONSIVE -------------------------*/

@media screen and (max-width: 768px) {

  .hero{
    height: 400px;
  }
  .hero .content{
    padding: 50px 30px;
  }
  .hero .content h1{
    font-size: 2.5em;
  }
  div.presentation-row,
  div.prestation-row,
  .about .infos{
    flex-direction: column !important;
    padding: 20px 0;
  }
  .presentation {
    padding: 5em 20px;
  }
  .presentation img{
    height: 30em;
  }
  .presentation .content{
    padding: 2em 0;
  }
  .presentation h2,
  .prestation h2{
    font-size: 2em;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }

  .presentation p{
    font-size: 1.5em;
    width: 100%;
    text-align: center;
  }
  .prestation .content{
    text-align: center;
  }
  .prestation ul{
    list-style: none
  }
  .prestation img{
    padding-bottom: 20px;
  }

  .prestation .container > p{
    padding: 2em 0 2em 0;
  }

  form{
    width: 90%;
  }
  .infos img{
    height: 470px;
    padding-bottom: 20px;
  }
  
  footer .navigation{
    padding: 20px 0
  }
}

@media screen and (max-width: 530px) {
  body{
    margin-top: 70px;
  }
  .header{
    padding: 20px 10px 10px 10px;
  }
  .navigation a{
    font-size: 12px;
  }
  .navigation li {
    margin-left: 10px;
  }
  .logo img {
    height: 35px;
  }
  .hero .content h1 {
    font-size: 2em;
  }
  .hero .content p {
    font-size: 1.5em;
  }
  .presentation img {
    height: 20em;
  }
  .presentation h2,
  .prestation h2 {
    font-size: 1.5em;
  }
  .presentation p{
    font-size: 1em;
  }
  .prestation h1{
    font-size: 2em;
  }
  .prestation .container > p{
    font-size: 1em;
  }
  .prestation img{
    height: 280px;
  }
  .prestation .content{
    width: 100%;
  }
  .infos img{
    height: 220px;
  }
  .contact h1{
    font-size: 2em;
  }
  .about p{
    font-size: 1em;
  }
}