/* ============================================
   VARIABLES GLOBALES
   ============================================ */
:root {
    --or: #d4a017;
    --or-clair: #efc404f5;
    --rose: #ff69b4;
    --rose-clair: #ffb6c1;
    --rose-fonce: #4f0b41;
    --terre: #57351b;
    --fond-sombre: #3b1a0a;
}

/* ============================================
   RESET & BASE
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
}

body {
    background-color: var(--rose-clair);
    color: #3b1a0a;
}

p {
    margin: 20px 0;
    color: #3b1a0a;
}

/* Texte blanc uniquement sur fonds sombres */
.bg-creme-2 p {
    color: #ffffff;
}

.bg-creme-2 .feature-title {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(6, 0, 0, 0.3);
}

.bg-creme-2 .feature-icon i {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

h1 {
    font-size: 60px;
    line-height: 1.2;

}

.highlight {
    color: var(--rose-fonce);
}

/* NAVBAR — TRANSPARENTE ET FIXE */
.navbar {
    background-color: transparent !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: background-color 0.3s ease;
}

.navbar-brand,
.nav-link {
    color: #ffffff !important;
    font-weight: 600;
}

.nav-link:hover {
    color: var(--rose-clair) !important;
}


/* ============================================
   HERO
   ============================================ */
.hero {
    height: 100vh;
    background-image: url('./image/image\ copy\ 29.png');
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    animation: fadeInHero 1.5s ease-out;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

@keyframes fadeInHero {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-content {
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.hero-content p {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    font-weight: 500;
}

.badge {
    display: inline-block;
    background: rgba(255, 105, 180, 0.3);
    padding: 8px 12px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: white;
}

.buttons button {
    margin-right: 15px;
    padding: 12px 18px;
    border-radius: 25px;
    cursor: pointer;
    border: none;
}

.btn-menu {
    background: var(--rose-fonce);
    color: white;
    font-weight: bold;
}

.btn-table {
    background: transparent;
    border: 1px solid white;
    color: white;
}

/* Hero Menu page */
.heroforMenu {
    height: 250px;
    background: url("hero.jpg") center/cover no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* ============================================
   SECTIONS GÉNÉRALES
   ============================================ */
.section-pad {
    padding: 80px 0;
}

.bg-creme {
    background-color: var(--rose);
}

.bg-creme-2 {
    background-color: var(--rose-fonce);
}

/* Labels & Titres */
.section-label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
}

.section-label span,
.section-label .line {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    display: inline-block;
}

.section-title {
    color: #ffffff;
    font-weight: 700;
    margin-top: 10px;
}

.section-title em {
    color: var(--or-clair);
    font-style: italic;
}

.divider-or.center {
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    margin: 20px auto;
}

/* Ligne décorative */
.underline-custom {
    width: 80px;
    height: 5px;
    background-color: var(--rose-fonce);
    margin-top: 15px;
    border-radius: 10px;
}

/* Animation reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   FEATURE BOX — NOS ENGAGEMENTS
   ============================================ */
.feature-box {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    padding: 30px 20px;
    height: 100%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Carte de localisation circulaire (section Notre histoire) */
.location-circle-card {
    width: min(320px, 85vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid rgba(79, 11, 65, 0.22);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.location-circle-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Bloc visuel attractif pour la page About */
.about-highlight-card {
    width: min(420px, 100%);
    min-height: 320px;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(165deg, rgba(26, 10, 0, 0.35), rgba(79, 11, 65, 0.85)),
        url('./image/image copy 29.png') center/cover no-repeat;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: flex-end;
}

.about-highlight-overlay {
    padding: 1.2rem 1.25rem;
    color: #fff;
    width: 100%;
    backdrop-filter: blur(1px);
}

.about-kicker {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    padding: 0.3rem 0.65rem;
}

.about-highlight-text {
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.about-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.about-stats span {
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.feature-box:hover {
    transform: translateY(-6px);
    background-color: rgba(255, 255, 255, 0.25);
}

.feature-icon i {
    font-size: 2.5rem;
    color: #ffffff;
}

.feature-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.bg-creme-2 p {
    color: rgba(255, 255, 255, 0.9);
}

/* ============================================
   CAROUSEL
   ============================================ */
.carousel-section {
    padding: 60px 0;
    background-color: var(--rose-clair);
}

.carousel-inner {
    border-radius: 1.5rem;
    overflow: hidden;
    max-height: 500px;
}

.carousel-item-custom {
    position: relative;
    height: 500px;
}

.carousel-item-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Couleurs qui changent à chaque plat */


/* Couleurs carousel cards */
.carousel-item:nth-child(1) .carousel-card {
    background: linear-gradient(135deg, #ddb1c0, #ffe4ef);

}

.carousel-item:nth-child(2) .carousel-card {
    background: linear-gradient(135deg, #fce4ec, #d57c9b);

}

.carousel-item:nth-child(3) .carousel-card {
    background: linear-gradient(135deg, #90647ce1, #f3e5f5);

}

/* CAROUSEL CARD */
.carousel-card {
    border-radius: 24px;
    padding: 50px 40px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(233, 30, 140, 0.15);
    border: 1px solid rgba(233, 30, 140, 0.1);
    min-height: 300px;
}

.carousel-card h3 {
    color: var(--rose-fonce);
}

.carousel-card p {
    color: #191616;
}


.carousel-caption-custom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
    color: white;
}

.badge-plat {
    background-color: var(--rose-fonce);
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.carousel-controls button {
    background: transparent;
    border: 1px solid var(--rose-fonce);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: var(--rose-fonce);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}

.carousel-controls button:hover {
    background-color: var(--rose-fonce);
    color: white;
}

/* ============================================
   CARTES PLATS VEDETTES
   ============================================ */
.section-vedettes {
    background-color: var(--rose);
    padding: 60px 0;
}

.label-top {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 5px;
}

.titre-principal {
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
}

.titre-principal span {
    color: var(--or-clair);
}

.carte-plat {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 350px;
}

.carte-plat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carte-plat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.4), transparent);
    z-index: 1;
}

.carte-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px;
    color: white;
}

.categorie {
    font-size: 0.7rem;
    font-weight: bold;
    color: var(--or-clair);
}

.nom-plat {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 5px 0;
}

.description {
    font-size: 0.85rem;
    color: #ddd;
    margin-bottom: 10px;
}

.carte-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lien-voir {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

/* ============================================
   MENU CARDS
   ============================================ */
.menu-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Important pour l'alignement Bootstrap stretch */
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.menu-card:hover {
    transform: translateY(-10px);
}

.menu-card .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplit le cadre sans déformer (recadre si besoin) */
    transition: transform 0.4s ease; /* Effet de zoom au survol */
}

.prix {
    display: inline-block;
    background: rgba(239, 196, 6, 0.66);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 10px 0;
    width: fit-content;
}

.btn-commander {
    background-color: var(--rose-fonce);
    color: white;
    font-weight: 600;
    border-radius: 50px;
    width: 100%;
    border: none;
    padding: 10px;
    transition: 0.3s;
}

.btn-commander:hover {
    background-color: #c2185b;
    color: white;
}

/* ============================================
   TÉMOIGNAGES
   ============================================ */
.temoignage-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease;
}

.temoignage-card:hover {
    transform: translateY(-5px);
}

.stars {
    color: var(--rose-fonce);
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.temoignage-text {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.temoignage-auteur {
    display: flex;
    align-items: center;
    gap: 15px;
}

.temoignage-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.temoignage-nom {
    font-weight: 700;
    color: #333;
    font-size: 0.95rem;
}

.temoignage-lieu {
    font-size: 0.8rem;
    color: #888;
}

/* ============================================
   SECTION RÉSERVATION CTA
   ============================================ */
.bg-terre {
    background-color: var(--rose-fonce);
}

.label-reserva {
    color: #ffffff;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.label-reserva span {
    background: #ffffff;
    width: 30px;
    height: 2px;
    display: inline-block;
}

.title-reserva {
    color: #fff;
    margin-top: 1rem;
}

.description-reserva {
    color: rgba(255, 255, 255, 0.75);
    max-width: 480px;
    margin: 0 auto 2rem;
}

/* //footer */
.footer-new {
    background: linear-gradient(160deg, #1a0a10 0%, #3b0a1f 60%, #1a0a10 100%);
    color: #f0d6e8;
    padding-bottom: 0;
    position: relative;
}

/* Bande rose en haut du footer */
.footer-top-bar {
    height: 20px;
    background: linear-gradient(90deg, var(--rose-fonce), var(--rose-clair), var(--rose-fonce));
}

/* Marque / Logo */
.footer-new-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
}

/* Description */
.footer-new-desc {
    color: rgba(240, 214, 232, 0.7);
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0;
}

/* Titres colonnes */
.footer-new-title {
    color: var(--rose-clair);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1.2rem;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(224, 8, 41, 0.2);
}

/* Liens navigation */
.footer-new-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-new-links li {
    margin-bottom: 0.6rem;
}

.footer-new-links a {
    color: rgba(240, 214, 232, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-new-links a i {
    font-size: 0.7rem;
    color: var(--rose-fonce);
    transition: 0.3s;
}

.footer-new-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

.footer-new-links a:hover i {
    color: var(--rose-clair);
}

/* Infos contact */
.footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    color: rgba(240, 214, 232, 0.75);
    font-size: 0.88rem;
    line-height: 1.5;
}

.footer-info-icon {
    background: rgba(233, 30, 140, 0.2);
    border: 1px solid rgba(233, 30, 140, 0.3);
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--rose-clair);
}

/* Réseaux sociaux */
.footer-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 182, 193, 0.2);
    color: #f0d6e8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.3s;
}

.footer-social-btn:hover {
    background: var(--rose-fonce);
    border-color: var(--rose-fonce);
    color: #fff;
    transform: translateY(-3px);
}

.footer-whatsapp:hover {
    background: #25D366;
    border-color: #25D366;
}

/* Bas du footer */
.footer-bottom-new {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 182, 193, 0.1);
    padding: 16px 0;
    font-size: 0.8rem;
    color: rgba(240, 214, 232, 0.4);
    margin-top: 20px;
}

.footer-credit {
    color: rgba(240, 214, 232, 0.4);
}







/* ============================================
   BOUTON RETOUR EN HAUT
   ============================================ */
#btn-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--rose-fonce);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 1000;
} */

/* ============================================
   FORMULAIRE
   ============================================ */
form {
    width: 300px;
    margin: auto;
}


/* SECTION CHEFS */
.chef-card {
    border-radius: 50px;
    overflow: hidden;
    border: none;
}

.chef-card-img {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
}
.chef-card-img.chef-1 { background-image: url("./image/image copy 24.png"); background-size: cover; background-position: center; }
.chef-card-img.chef-2 { background-image: url("./image/image copy 25.png"); background-size: cover; background-position: center; }
.chef-card-img.chef-3 { background-image: url("./image/image copy 26.png"); background-size: cover; background-position: center; }
.chef-card-img.chef-4 { background-image: url("./image/image copy 27.png"); background-size: cover; background-position: center; }
.chef-nom { color: var(--rose-fonce); }
.chef-desc { color: #555; }

.section-chefs { background-color: var(--rose-clair); }
.section-chefs .section-label { color: var(--rose-fonce); }
.section-chefs .section-label span { background: var(--rose-fonce); }
.section-chefs h2 { color: var(--rose-fonce); }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  margin: 2rem 0;
}

.filter-btn {
  background: transparent;
  border: 1px solid #4A235A;
  border-radius: 999px;
  color: #4A235A;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.55rem 1.4rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background: #4A235A;
  color: #ffffff;
  transform: translateY(-2px);
}

.filter-btn.active {
  background: #4A235A;
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(74, 35, 90, 0.4);
}

/* ===== HERO ===== */
.heroforMenu {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(160deg, rgba(26,10,0,0.88), rgba(74,35,90,0.8)),
                url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?w=1400&q=80') center/cover no-repeat;
    padding: 4rem 1rem;
}

.hero-contentForMenu h1 {
    font-size: clamp(2rem, 6vw, 3.5rem);
    color: #ffffff;
    letter-spacing: 0.1em;
    margin-bottom: 0.8rem;
}

.hero-contentForMenu p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.05rem;
}

/* ===== BARRE DE FILTRES ===== */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin: 2.5rem 0 2rem;
}

/* ===== BOUTONS FILTRE
   Même apparence que btn-commander (btn-warning Bootstrap)
   mais couleur mauve foncé
============================================= */
.btn-filtre {
    /* Même structure que btn btn-warning fw-bold text-white btn-commander */
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background-color: #ffffff;
    border: 2px solid #4A235A;
    border-radius: 50px;
    color: #4A235A;
    font-weight: 700;
    font-size: 0.88rem;
    padding: 0.55rem 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.btn-filtre:hover {
    background-color: #4A235A;
    border-color: #4A235A;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(74, 35, 90, 0.35);
}

.btn-filtre.active {
    background-color: #4A235A;
    border-color: #4A235A;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(74, 35, 90, 0.4);
}

/* ===== CARTES MENU ===== */
.menu-card {
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15) !important;
}

/* ===== CONTENEUR IMAGE ===== */
.img-container {
    width: 100%;
    height: 250px; /* Hauteur fixe pour aligner toutes les cartes */
    overflow: hidden;
    background-color: #f8f9fa; /* Fond neutre si l'image charge mal */
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.menu-card:hover .img-container img {
    transform: scale(1.02);
}

/* ===== BADGES CATÉGORIE (coin image) ===== */
.badge-categorie {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.28rem 0.75rem;
    z-index: 2;
}

.badge-entree  { background: #d4edda; color: #155724; }
.badge-plat    { background: #fff3cd; color: #856404; }
.badge-street  { background: #f8d7da; color: #721c24; }
.badge-dessert { background: #fce4ec; color: #880e4f; }
.badge-jus     { background: #e8f5e9; color: #1b5e20; }
.badge-boisson { background: #e3f2fd; color: #0d47a1; }

/* ===== PRIX ===== */
.prix {
    font-size: 1.15rem;
    font-weight: 700;
    color: #4A235A;
    margin-bottom: 0.8rem;
}

/* ===== BOUTON COMMANDER (déjà défini via Bootstrap btn-warning)
   On ajoute juste border-radius arrondi
============================================= */
.btn-commander {
    border-radius: 50px !important;
    font-size: 0.88rem;
    padding: 0.5rem 1.2rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-commander:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);
}

/* Barre de filtres: même look que Commander, mais compacte et alignée */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.filter-bar .filter-btn {
    width: auto;
    padding: 0.45rem 0.95rem;
    font-size: 0.82rem;
    line-height: 1.2;
    border: 1px solid transparent;
    border-radius: 999px;
    flex: 0 0 auto;
}

.filter-bar .filter-btn:hover,
.filter-bar .filter-btn.active {
    transform: translateY(-1px);
}

/* ===== FOOTER ===== */
footer {
    background-color: #1a0a00;
}

footer p,
footer .mb-0 {
    color: #ffffff !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .filter-bar {
        gap: 0.4rem;
    }

    .btn-filtre {
        font-size: 0.78rem;
        padding: 0.45rem 0.9rem;
    }

    .img-container {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .heroforMenu {
        min-height: 250px;
    }

    .hero-contentForMenu h1 {
        font-size: 1.8rem;
    }
}





