body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #F5F5F5;
    color: #1A1A1A;
}
.bg-luxury-gradient {
    background: linear-gradient(135deg, #1E4D3A 0%, #0D261C 100%);
}
.text-gold-gradient {
    background: linear-gradient(135deg, #F3D067 0%, #C9A227 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.border-gold-gradient {
    border-image: linear-gradient(to right, #C9A227, #F3D067) 1;
}
.hover-gold-glow:hover {
    box-shadow: 0 0 15px rgba(201, 162, 39, 0.4);
}
.product-card:hover .product-img {
    transform: scale(1.08);
}
.logo-src {
  height: 60px;
  width: 60px;
  background: url(img/logo-titre.png);
}
.scroll-smooth {
  scroll-behavior: smooth;
  font-size: 80%;
}
