@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.wrapper {
  max-width: 1280px;
  /* Largeur maximale définie par votre variable */
  margin: 0 auto;
  /* Centre horizontalement */
  padding: 0 15px;
  /* Ajoute un espace latéral pour éviter que le contenu touche les bords */
  background-color: #fff;
  /* Ajoutez une couleur de fond si nécessaire */
}

.card {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: auto;
}
.card h2 {
  margin-top: 0;
}
.card img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  margin: 10px 0;
}

.status-oui {
  color: green;
  font-weight: bold;
}

.status-non {
  color: red;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #007BFF;
}

a:hover {
  text-decoration: underline;
}

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Alignement vertical */
  margin: 20px auto;
  width: 100%;
  flex-wrap: wrap;
  /* Media Query pour Mobile */
}
.navigation div {
  flex: 1;
  text-align: center;
}
.navigation div:first-child {
  text-align: left;
  /* Page précédente à gauche */
}
.navigation div:last-child {
  text-align: right;
  /* Page suivante à droite */
}
.navigation div a {
  display: inline-block;
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.navigation div a:hover {
  background-color: #007BFF;
  color: #fff;
  transform: translateY(-3px);
}
@media (max-width: 768px) {
  .navigation div a {
    white-space: nowrap;
    /* Empêche le retour à la ligne */
    overflow: hidden;
    /* Masque le texte qui dépasse */
    text-overflow: ellipsis;
    /* Affiche "..." pour le texte tronqué */
    max-width: 150px;
    /* Limite la largeur pour tronquer */
  }
}

.breadcrumb {
  margin: 15px 0;
  font-size: 14px;
  color: #555;
}
.breadcrumb a {
  text-decoration: none;
  color: #007BFF;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #000;
  font-weight: bold;
  margin: 0 5px;
}

ul.figurine-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}
ul.figurine-list li {
  flex: 1 1 calc(20% - 10px);
  margin: 5px;
  text-align: center;
  width: 100%;
  max-width: 150px;
}
ul.figurine-list li img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
ul.figurine-list li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
ul.figurine-list li a:hover {
  color: #007BFF;
}

@media (max-width: 768px) {
  ul.figurine-list li {
    flex: 1 1 calc(50% - 10px);
  }
}
.carousel {
  position: relative;
  max-width: 900px;
  margin: 20px auto;
  overflow: hidden;
}
.carousel .carousel-inner {
  display: flex;
  transition: transform 0.8s ease-in-out;
  /* Durée et fluidité ajustées */
  will-change: transform;
  /* Optimisation pour la performance */
  align-items: center;
}
.carousel .carousel-inner .carousel-item {
  flex: 0 0 100%;
  /* Assure que chaque item occupe 100% de la largeur */
  text-align: center;
}
.carousel .carousel-inner .carousel-item img {
  max-width: 100%;
  height: auto;
}
.carousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}
.carousel .carousel-control:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.carousel .carousel-control.prev {
  left: 10px;
}
.carousel .carousel-control.next {
  right: 10px;
}

.carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
.carousel-thumbnails img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
  border-radius: 5px;
}
.carousel-thumbnails img:active {
  border-color: #007BFF;
  /* Mettre en évidence la miniature active */
}
.carousel-thumbnails img:hover {
  border-color: #0056b3;
  /* Survol des miniatures */
}

.pack-content {
  display: flex;
  /* Organisation en colonnes */
  gap: 20px;
  /* Espacement entre les colonnes */
  margin: 20px 0;
}
.pack-content .carousel {
  flex: 1;
  /* La colonne du carrousel prend 50% de l'espace */
  display: flex;
  flex-direction: column;
  /* Inclure les miniatures sous le carrousel principal */
}
.pack-content .carousel .carousel-inner {
  flex: 1;
  /* La partie principale du carrousel prend tout l'espace restant */
}
.pack-content .carousel .carousel-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.pack-content .carousel .carousel-thumbnails img {
  width: 60px;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
  border-radius: 5px;
}
.pack-content .carousel .carousel-thumbnails img.active {
  border-color: #007BFF;
  /* Mettre en évidence la miniature active */
}
.pack-content .carousel .carousel-thumbnails img:hover {
  border-color: #0056b3;
  /* Survol des miniatures */
}
.pack-content .encart-information {
  flex: 1;
  padding: 20px;
  background-color: #f9f9f9;
  /*border: 1px solid #ddd; 
  border-radius: 10px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
}

/* Responsiveness : Empilement en mode mobile */
@media (max-width: 768px) {
  .pack-content {
    flex-direction: column;
    /* Les colonnes passent en ligne */
  }

  .carousel, .encart-information {
    flex: none;
    /* Chaque élément prend toute la largeur */
    width: 100%;
  }
}
.pack-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  justify-content: center;
}
.pack-list li {
  flex: 1 1 calc(33.33% - 15px);
  max-width: 300px;
  text-align: center;
}
.pack-list li img {
  width: 300px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pack-list li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.pack-list li a:hover {
  color: #007BFF;
  text-decoration: underline;
}
.pack-list li p {
  margin-top: 5px;
  font-size: 14px;
  color: black;
}

@media (max-width: 768px) {
  .pack-list li {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 480px) {
  .pack-list li {
    flex: 1 1 100%;
  }
}
.titre-section {
  text-align: center;
  font-size: 34px;
  color: #555;
  margin: 25px 0 25px 0;
}

.titre-sous-section {
  text-align: left;
  font-size: 24px;
  color: #555;
  margin: 25px 0 25px 0;
}

.description-contenu {
  font-weight: 300;
}

footer {
  background-color: #E7352A;
  /* Fond rouge vif */
  color: #fff;
  /* Texte blanc pour contraste */
  text-align: center;
  /* Centre le texte */
  padding: 20px 10px;
  /* Espacement interne */
  border-top: 2px solid #C42D25;
  /* Bordure légèrement plus sombre */
  font-size: 14px;
  /* Taille de police */
  height: 100px;
  /* Hauteur fixe */
  margin-top: 100px;
}
footer p {
  margin: 0;
  /* Supprime les marges des paragraphes */
  line-height: 1.6;
  /* Meilleure lisibilité */
}
footer a {
  color: #FFD700;
  /* Liens dorés pour contraste avec le rouge */
  text-decoration: none;
  /* Supprime le soulignement */
  font-weight: bold;
}
footer a:hover {
  color: #FFB400;
  /* Liens dorés légèrement assombris au survol */
  text-decoration: underline;
  /* Ajoute un soulignement au survol */
}

/* Responsive Design */
@media (max-width: 768px) {
  footer {
    font-size: 12px;
    /* Réduit la taille de police sur mobile */
    padding: 15px;
    /* Réduit les marges internes */
    height: auto;
    /* Permet d'ajuster la hauteur si le contenu dépasse */
  }
}

/*# sourceMappingURL=style.css.map */
