.tab-content {
  margin-top: 30px;
}

.hs-tab-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hs-tab-images .hs-image {
  width: 400px;
  aspect-ratio: 16/10;
  border-radius: 30px;
}

.hs-tab-images .hs-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.hs-tab-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 15px;
}

.hs-tab-couleur {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}

.nav-link {
  color: var(--hs-blue);
}

.nav-link.active {
  color: #383934 !important;
}
