
.container-fluid {
  background-color: #333;
}
  
.image-gauche {
  margin-right: 20px;
  margin-top: 0; 
}

.info-bar p {
    display: inline-block;
    margin: 0;

}

.image{
  margin-bottom: 0%;
  margin: 0 auto;
  display: block;
}

 
  /* Styles pour le menu */
.content {
  padding-top: 0px; 
}

.menu-bar {
  background-color: #333;
  color: #fff;
  padding: 0px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: rgb(224, 193, 106);
  padding: 0 0px;
}

.menu1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; /* Permettre aux éléments de passer à la ligne si nécessaire */
  align-items: center; 
  max-width: 1200px; 
  margin: 0 auto; 
}

.item {
  position: relative;
  padding: 0 40px; 
  margin-bottom: 10px; 
  color: rgb(224, 193, 106);
}

.item a {
  display: block; 
  color: rgb(224, 193, 106);
  text-decoration: none;
  padding: 10px; 
}

.item p {
  display: block; 
  color: rgb(224, 193, 106);
  text-decoration: none; 
  padding: 10px; 
  margin: 0; 
  cursor: pointer; 
}


.sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px); 
  left: 0;
  background-color: #444;
  padding: 8px 0;
  z-index: 1000;
  width: auto;
  min-width: 350px; 
  max-height: 300px; 
  box-sizing: border-box;
  overflow-y: auto; 
  scrollbar-width: none; /* Pour Firefox */
  -ms-overflow-style: none; /* Pour IE/Edge */
}

.sub-menu::-webkit-scrollbar {
  display: none; /* Pour Chrome, Safari, et Opera */
}

.sub-menu a {
  display: block;
  color: rgb(224, 193, 106); 
  text-decoration: none;
  padding: 8px 12px; 
  line-height: 1.5; 
}

.sub-menu a:hover {
  background-color: #555; 
}



/* Media Query pour rendre le menu en barre responsive */
@media screen and (max-width: 768px) {
  .menu1 {
      display: none;
      
      align-items: center;
      max-height: 80vh;
      overflow-y: auto;
  }

  .menu-icon {
      display: block;
  }

  .item {
      width: 100%; 
      text-align: center;
      padding: 10px 0;
  }

  .item .sub-menu {
      position: static;
      display: none;
      background-color: #333;
  }

  .item.active .sub-menu {
      display: block;
  }
}

/* Media query pour les écrans de petite taille */
@media screen and (max-width: 768px) {

  .menu1.active {
      display: flex;
  }

  .item {
      width: 100%; 
  }

  .menu-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 10px;
      font-size: 24px;
      cursor: pointer;
  }

  .menu-icon {
      display: none; 
  }

  @media screen and (max-width: 768px) {
      .menu-icon {
          display: flex; 
      }
  }
}
  
  /* Styles pour le contenu */
  .content {
    padding-top: 140px; 
    margin-bottom: 120px; 
  }
  
  .section {
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .section:last-child {
    border-bottom: none;
  }
  
 
  h1 {
    margin-top: 20px; 
  }
  
  /* Styles pour le footer */
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    position: relative; 
    bottom: 0;
    width: 100%;
    z-index: 3; 
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap; /* Permet aux éléments de passer à la ligne si nécessaire */
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .hours,
  .address,
  .social {
      flex: 1; 
      text-align: center; 
      padding: 10px; 
      color: #fff;
  }
  
  .telephone-link {
    color: inherit; /* Couleur héritée du texte environnant */
    text-decoration: none; /* Supprime le soulignement par défaut */
    cursor: pointer; /* Affiche un curseur de type pointer au survol */
}

.telephone-link:hover {
    text-decoration: underline; /* Soulignement au survol */
}

  .social ul {
    list-style: none;
    padding: 0;
  }
  
  .social ul li {
    margin-bottom: 10px;
  }
  
  .social ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  /* Media Query pour le footer */
  @media screen and (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        align-items: center;
    }
  }
  

  #scrollTopBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    background-color: #333; 
    color: #fff; 
    border: none;
    border-radius: 50%; 
    padding: 10px; 
    font-size: 18px; 
    cursor: pointer; 
    z-index: 110; 
  }
  
  #scrollTopBtn:hover {
    background-color: #555; 
    z-index: 110;
  }
  
  #scrollUp {
    position: fixed;
    bottom: 10px;
    right: -100px;
    opacity: 0.5;
    z-index: 110;
}

/* produit */
body {
  margin: 0;
  padding: 0;
  background: color(srgb red green blue)
}


/* mention */
.legal-section {
  margin-top: auto;
  background-color: #f8f9fa;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #dee2e6;
}

.legal-links {
  margin: 0;
  font-size: 14px;
  color: #343a40;
}

.legal-links a {
  color: #007bff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}

.legal-links a:hover {
  color: #0056b3;
}

.legal-links span {
  margin: 0 10px;
  color: #6c757d;
}

a:hover {
  color: inherit; /* Conserve la couleur du texte parent */
  text-decoration: none; /* Enlève le soulignement */
}

a:hover {
  color: black; 
  text-decoration: none;
}