[data-bs-theme="light"] {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.container {
  max-width: 960px;
}

.icon-link > .bi {
  width: .75em;
  height: .75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

  
  
  .text-justify {
    text-align: justify;
  }
  
   /* Couleurs et styles personnalisés */
  .navbar {
    background-color: #f8f9fa; /* Couleur claire */
    border-bottom: 1px solid #dee2e6;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  
  .nav-link {
    color: #343a40; /* Couleur sombre pour le texte */
  }
  
  .nav-link:hover {
    color: #007bff; /* Couleur vive au survol */
  }
  
  /* Design de la partie article */
  .b.btn-custom {
  background-color: #D9534F;
  color: white;
  border-radius: 25px;
  padding: 10px 20px;
  }
  
  .btn-custom:hover {
    background-color: #C3423F;
    color: white;
  }
  
  .product-card {
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  
  .product-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
  }
  
  .product-card:hover .product-img {
    transform: scale(1.05);
  }
  
  .product-card button {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    font-weight: bold;
  }
  
  .product-card button:hover {
    background-color: black;
    color: white;
  }
  
  /* Décalages */
  .product-card:nth-child(1) {
    margin-top: 50px;
  }
  
  .product-card:nth-child(2) {
    margin-top: 30px;
  }
  
  .product-card:nth-child(3) {
    margin-top: 10px;
  }
  
  /* premier div pour l'accueil */
  .custom-bg {
    background-size: cover; /* Adapte l'image à la taille de la section */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    color: white; /* Assure que le texte reste lisible */
  }
  .btn-outline-secondary {
      border-color: white;
      color: white;
  }
  .btn-outline-secondary:hover {
      background-color: white;
      color: black;
  }

  