* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Reset & Variables */
:root {
    --primary-color: #c41e3a;
    --secondary-color: #2a5c3d;
    --accent-color: #d4af37;
    --dark-color: #1a1a1a;
    --light-color: #f8f5f0;
    --text-color: #333;
    --text-light: #666;
    --white: #fff;
    --gray-light: #f5f5f5;
    --font-heading: 'Playfair Display', serif;
    --font-body: 'Open Sans', sans-serif;
    --spacing-xs: 0.5rem;
}

heaer {
    position: relative;
    color: rgb(255, 255, 255);
    font-style: italic;
    margin: 0;
    padding: 1.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.564);
    overflow: hidden;
    height: 500px;
}

.carte {
    border: 1px solid black;
    width: 100%;
    height: 300px;
    border-radius: 30px;
    /* prévaut sur la largeur définie par l'attribut HTML width */
    z-index: 1000;
} 

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(2px);
    background-image: url(image\ copy\ 5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(px);
    z-index: -1;
}

@keyframes body {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-75%);
    }

    100% {
        transform: translateX(0);
    }
}

.logo {
    width: 50px;
    height: 80px;
    position: fixed;
    top: 20px;
    left: 15px;
}

.heure {
    color: #000000;
    /* font-family: none; */
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    position: relative;
    top: -20px;
    display: flex;
    justify-content: center;
}

/* Responsive pour tablettes */
@media (max-width: 768px) {
    .nom-castello h2 {
        font-size: 25px;
    }

    .logo-castello {
        width: 40px;
        height: 40px;
        padding-left: 90%;
    }

    .heure {
        font-size: 23px;
    }
}

/* Responsive pour mobiles */
@media (max-width: 480px) {
    .nom-castello h2 {
        font-size: 16px;
    }

    .logo-castello {
        width: 35px;
        height: 35px;
        padding-left: 80%;
    }

    .heure {
        font-size: 30px;
    }

    .container-categorie {
        padding: 0 10px;
    }
}

/* Par défaut - visible (pour PC) */
.menu {
    display: block;
    /* Styles PC */
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4a5568;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000;
}

/* Cache sur tablette et téléphone */
@media screen and (max-width: 1024px) {
    .menu {
        display: none;
    }
}

.pan-africa {
color: rgb(234, 153, 11);
font-weight: bolder;
position: relative;
top: -33px;
text-align: center;
}

.align-btn {
    position: relative;
    top: -5px;
    display: flex;
    justify-content: space-evenly;
}

.compteur {
    text-decoration: none;
    background: none;
    color: none;
    border-radius: none;
    font-weight: none;
    letter-spacing: none;
    margin-top: none;
    cursor: none;
    background-attachment: none;
    background-color: none;
    background-repeat: none;
    background-size: none;
}

/* Styles pour tous les appareils */
.align-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

/* Cache sur mobile */
@media screen and (max-width: 768px) {
    .align-btn {
        display: none;
    }
}

.classee {
    position: fixed;
    top: 40px;
    left: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.classee a {
    display: inline-block;
}

.tiktok {
    width: 40px;
    height: 40px;
    animation: bounce 2s infinite ease-in-out;
}

.tiktok:hover {
    animation-play-state: paused;
    filter: brightness(1.2);
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.place {
    position: relative;
    top: 100px;
    margin: 25px;

}

/* Navigation */
nav {
    background-color: rgb(255, 255, 255);
    backdrop-filter: blur(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.682);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
}

.categories {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 5px 0;
}

.btn-control {
    padding: 5px;
}

.events-men {
    background: #ffffff00;
    color: #00000000;
}

.events {
    cursor: pointer;
    background: #00000000;
    color: #ffffff;
    position: fixed;
    left: 355px;
    top: 40px;
}

.events:hover {
    color: #ffffff;
    background: rgb(0, 0, 0);
}

.events-menu {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border-radius: 15px 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: -40px;
    cursor: pointer;
}

.events-menu:hover {
    color: #ffffff;
    background: rgb(0, 0, 0);
}

.signal {
    margin-left: -25px;
    width: 15px;
    height: 15px;
    background: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.social {
    position: relative;
    top: -5px;
    display: flex;
    justify-content: space-evenly;
}

.tiktok,
.whatsapp,
.appel {
    height: 40px;
}

.burger {
    position: relative;
    top: 170px;
    color: #ffffff;
    font-weight: bold;
}

.fa-burger {
    color: #dfad0a40;
    font-size: 100px;
    position: relative;
    top: -40px;
    left: 300px;
}

/* .events-list {} */

.event-video {
    width: 100%;
    height: 100%;
    border: 1px solid #ff9706;
    background: #000000;
}

.events-list p {
    color: #ffffff;
}

.event-section, h1 {
    color: #ffffff;
}

.event-section {
    display: none;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.event-section.active {
    display: block;
}

.events-menu.active {
    background-color: #028108;
    color: white;
}

.event-container {
    background: #00000070;
    border-radius: 10px;
    backdrop-filter: blur (50px);
}

.events-modal {
    text-align: center;
    padding: 20px;
}

.event-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}

.section-title {
    color: #ff0000;
}

/* ===== SECTIONS ET CATÉGORIES ===== */
section {
    padding: 0px;
    margin: auto;
}

.menu-category {
    width: auto;
    position: relative;
    top: 450px;
}

.category-title {
    font-size: 25px;
    /* MODIFIER DANS RESPONSIVE */
    color: #ffffff;
    border-bottom: 1px solid #dcb40088;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0);
    width: auto;
    padding: 1px;
    
    /* MODIFIER DANS RESPONSIVE */
    justify-items: center;
    text-align: center;
    z-index: 1;
    /* font-family: 'Roboto', sans-serif; */
}

/* ===== CAROUSEL ===== */
.pub-carousel-section {
    position: relative;
    top: 600px;
    max-width: 1200px;
    margin: -20px auto;
    /* MODIFIER DANS RESPONSIVE */
    padding: 0 20px;
    /* MODIFIER DANS RESPONSIVE */
    position: relative;
}

.pub-carousel-section h1 {
    color: #ffffff;
    font-size: 24px;
    /* MODIFIER DANS RESPONSIVE */
    font-weight: bold;
    margin-bottom: 30px;
    /* MODIFIER DANS RESPONSIVE */
    text-align: center;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    /* border-radius: 20px; */
    position: relative;
    background: #fff3e200;
    box-shadow: 0 0 5px 5px #ffee0000;
}

.carousel-track {
    display: flex;
    animation: defilement 30s linear infinite;
    gap: 10px;
    /* MODIFIER DANS RESPONSIVE */
}

.carousel-track:hover {
    animation-play-state: paused;
}

.carousel-slide {
    flex: 0 0 300px;
    /* MODIFIER DANS RESPONSIVE */
    height: 200px;
    margin-bottom: 40px;
    /* MODIFIER DANS RESPONSIVE */
    border-radius: 15px;
    background: #00000000;
    overflow: hidden;
    position: relative;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(34, 29, 29, 0);
    will-change: transform;
}

.carousel-slide:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.carousel-slide:hover img {
    transform: scale(1.1);
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.868));
    color: white;
    padding: 20px;
    /* MODIFIER DANS RESPONSIVE */
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.carousel-slide:hover .slide-content {
    transform: translateY(0);
}

@keyframes defilement {
    0% {
        transform: translatex(0%);
    }

    100% {
        transform: translatex(calc(-250px * 9 - 20px * 9));
    }
}

.new-slide {
    width: 60px;
    /* MODIFIER DANS RESPONSIVE */
    height: 25px;
    /* MODIFIER DANS RESPONSIVE */
    background: #ff0000;
    color: #ffffff;
    transform: rotate(-15deg);
    border: 1px solid #ffffff;
    box-shadow: 0 10px #beaeaeb0;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    right: 10px;
    /* MODIFIER DANS RESPONSIVE */
    z-index: 1000;
    font-size: 12px;
    /* MODIFIER DANS RESPONSIVE */
}

.new {
    width: 60px;
    /* MODIFIER DANS RESPONSIVE */
    height: 20px;
    /* MODIFIER DANS RESPONSIVE */
    background: #ff0000;
    color: #ffffff;
    transform: rotate(-20deg);
    border: 1px solid #ffffff;
    box-shadow: 0 10px #000000cb;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1px;
    right: 10px;
    /* MODIFIER DANS RESPONSIVE */
    z-index: 1000;
    font-size: 12px;
    /* MODIFIER DANS RESPONSIVE */
}



/* STYLE Cosmetique */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}

.container {
    padding: 20px 15px;

}

.menu-item {
    background: rgba(0, 0, 0, 0.29);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    backdrop-filter: blur(25px) saturate(180%);
    border: 1px solid rgba(251, 255, 0, 0.078);
    border-radius: 15px;
    /* border-left: 1px solid #ffbb00; */
    border-bottom: 1px solid #ffbb00;
    padding: 15px;
    position: relative;
    /* top: 70px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0);
    overflow: hidden;
}

.menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.menu-item:hover::before {
    left: 100%;
}

.menu-item:hover {
    border-left: 1px solid #ffbb00;
    border-bottom: 3px solid #ffbb00;
    border-right: 1px solid #ffbb0000;
    border-top: 3px solid #ffbb0000;
    box-shadow: 0 8px 30px rgba(255, 255, 255, 0.09);
    transform: translateY(-1px);
}

.menu-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.item-title {
    position: relative;
    top: 8px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
}

.favorite-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 2px solid #ffffff;
    padding: 10px;
    color: #ff0000;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.favorite-btn:hover {
    background-color: #0000002d;
    border-radius: 20px;
    transform: translateY(-1px);
}

.add-to-cart-btn {
    position: fixed;
    top: 225px;
    right: 25px;
    width: 40px;
    height: 30px;
    background: #ffffffdf;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #00c000;
    border: 1px solid rgba(255, 4, 4, 0);
    border-radius: 5px;
    margin-top: -30px;
    z-index: 1;
}

.add-to-cart-btn:hover {
    background: rgba(255, 255, 255, 0.742);
    transform: translateY(-1px);
}

.somme {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    gap: 10px;
}

.fa-wallet,
.montant {
    color: #000000;
    padding: 1px 10px;
    border-bottom: 2px solid #ffffff;
    border-radius: 5px;
    background-color: #d5a700c8;
    font-size: 16px;
    font-weight: bold;
}

.ancien-montant {
    color: rgb(125, 125, 125);
    text-decoration: line-through;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 3px;
}

/* ===== FOOTER ===== */
footer {
    background-color: black;
    padding: 20px;
    /* MODIFIER DANS RESPONSIVE */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    top: 200px;
    /* font-family: Arial, sans-serif; */
}

.castello-footer {
    background-color: #000000;
    border-top: 1px solid #ff0000;
    padding: 40px 20px 20px;
    /* MODIFIER DANS RESPONSIVE */
    max-width: 1200px;
    margin: 0 auto;
    margin: -10px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
    /* MODIFIER DANS RESPONSIVE */
}

.footer-column {
    flex: 1;
    min-width: 200px;
    /* MODIFIER DANS RESPONSIVE */
    margin-bottom: 20px;
    /* MODIFIER DANS RESPONSIVE */
}

.footer-column h1 {
    font-size: 20px;
    /* MODIFIER DANS RESPONSIVE */
    font-weight: bold;
    margin-bottom: 15px;
    /* MODIFIER DANS RESPONSIVE */
    color: #ffffff;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
    /* MODIFIER DANS RESPONSIVE */
}

.footer-column ul li a {
    text-decoration: none;
    color: #dbdbdb;
    font-size: 14px;
    /* MODIFIER DANS RESPONSIVE */
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #ffc40084;
}

.police {
    color: #ffffff;
}

.stats-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
    /* MODIFIER DANS RESPONSIVE */
    padding-bottom: 30px;
    /* MODIFIER DANS RESPONSIVE */
    border-bottom: 1px solid #e0e0e0;
}

.stat-item {
    flex: 1;
    min-width: 250px;
    /* MODIFIER DANS RESPONSIVE */
    text-align: center;
    padding: 15px;
    /* MODIFIER DANS RESPONSIVE */
}

.stat-value {
    font-size: 18px;
    /* MODIFIER DANS RESPONSIVE */
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    /* MODIFIER DANS RESPONSIVE */
}

.stat-label {
    font-size: 14px;
    /* MODIFIER DANS RESPONSIVE */
    color: #ffa600;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    /* MODIFIER DANS RESPONSIVE */
}

.company-info {
    font-size: 12px;
    /* MODIFIER DANS RESPONSIVE */
    color: #ffffff;
    line-height: 1.5;
    margin-top: 10px;
    /* MODIFIER DANS RESPONSIVE */
}

/* ===== PANIER ===== */
.cart-button {
    position: fixed;
    bottom: 40px;
    /* MODIFIER DANS RESPONSIVE */
    right: 20px;
    /* MODIFIER DANS RESPONSIVE */
    z-index: 1000;
}

/* .cart-toggle {
    background: linear-gradient(135deg, #ff000000 0%, #d4af37f2 100%);
    border: none;
    border-radius: 50%;
    width: 0px;
    height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    z-index: 10000;
}

.cart-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
} */

#cart-count {
    position: relative;
    top: -8px;
    right: -8px;
    background: #e74d3c00;
    color: #ff0000;
    border-radius: 50%;
    width: 25px;
    /* MODIFIER DANS RESPONSIVE */
    height: 25px;
    /* MODIFIER DANS RESPONSIVE */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    /* MODIFIER DANS RESPONSIVE */
    font-weight: bold;
    display: none;
}

/* ===== MODALS ===== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.342);
    z-index: 2000;
    overflow: auto;
}

.modal-content {
    background: rgba(0, 0, 0, 0.226);
    border: 1px solid rgba(197, 171, 38, 0.524);
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.616);
    margin: 10% auto;
    /* MODIFIER DANS RESPONSIVE */
    padding: 25px;
    /* MODIFIER DANS RESPONSIVE */
    width: 70%;
    /* MODIFIER DANS RESPONSIVE */
    max-width: 600px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 20px;
    /* MODIFIER DANS RESPONSIVE */
    right: 15px;
    /* MODIFIER DANS RESPONSIVE */
    font-size: 35px;
    /* MODIFIER DANS RESPONSIVE */
    font-weight: bold;
    cursor: pointer;
    color: #fcfcfc;
    width: 30px;
    /* MODIFIER DANS RESPONSIVE */
    height: 30px;
    /* MODIFIER DANS RESPONSIVE */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #e0c539;
    background: #8c1717;
    z-index: 1000;
}

.close-btn:hover {
    color: #7f7f7f;
    font-size: 38px;
    /* MODIFIER DANS RESPONSIVE */
    border: 1px solid #d6d6d5;
}

/* ===== MODAL PRODUIT ===== */
.product-modal .modal-content {
    max-width: min(900px, 90vw);
    width: 95%;
    /* MODIFIER DANS RESPONSIVE */
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px;
    /* MODIFIER DANS RESPONSIVE */
    margin: 5% auto;
    /* MODIFIER DANS RESPONSIVE */
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 30px);
    padding: 15px 0;
    /* MODIFIER DANS RESPONSIVE */
}
.add-to-cart-btn {
    position: fixed;
    top: 225px;
    right: 25px;
    width: 40px;
    height: 30px;
    background: #ffffffdf;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 20px;
    color: #00c000;
    border: 1px solid rgba(255, 4, 4, 0);
    border-radius: 5px;
    margin-top: -30px;
    z-index: 1;
}

.add-to-cart-btn:hover {
    background: rgba(255, 255, 255, 0.742);
    transform: translateY(-1px);
}
.main-product {
    background-color: #00000000;
    width: 100%;
}

.product-image {
    width: 100%;
    height: auto;
    max-height: 400px;
    /* MODIFIER DANS RESPONSIVE */
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: clamp(200px, 40vw, 350px);
    /* MODIFIER DANS RESPONSIVE */
    object-fit: cover;
    border-radius: 20px;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 2.5vw, 15px);
    position: relative;
    padding: 0 10px;
    /* MODIFIER DANS RESPONSIVE */
}

.product-info h4 {
    color: var(--text-light);
    font-size: clamp(14px, 3.5vw, 18px);
    font-weight: bold;
    margin: 0;
    line-height: 1.4;
}

.product-price {
    color: var(--primary-gold);
    font-size: clamp(18px, 4vw, 24px);
    font-weight: bold;
    width: clamp(70px, 20vw, 90px);
    height: clamp(25px, 6vw, 35px);
    background: #000000b4;
    border: 1px solid #bcbcbc;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -60px;
    /* MODIFIER DANS RESPONSIVE */
    left: 15px;
    /* MODIFIER DANS RESPONSIVE */
    z-index: 10;
}

.product-description {
    color: var(--text-light);
    font-size: clamp(14px, 3vw, 16px);
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.add-to-cart-modal {
    width: clamp(45px, 12vw, 60px);
    height: clamp(25px, 6vw, 35px);
    font-weight: bold;
    color: #ffffff;
    background: rgb(2, 145, 0);
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -60px;
    /* MODIFIER DANS RESPONSIVE */
    right: 15px;
    /* MODIFIER DANS RESPONSIVE */
    cursor: pointer;
    z-index: 10;
    font-size: clamp(10px, 2.5vw, 12px);
    transition: all 0.3s ease;
}

.add-to-cart-modal:hover {
    transform: translateY(-2px);
    background-color: rgba(5, 166, 2, 0.822);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.related-products {
    width: 100%;
    margin-top: 20px;
    /* MODIFIER DANS RESPONSIVE */
}

.related-products h4 {
    color: var(--text-light);
    font-size: clamp(16px, 4vw, 20px);
    margin-bottom: 15px;
    /* MODIFIER DANS RESPONSIVE */
    border-bottom: 2px solid var(--primary-gold);
    padding-bottom: 10px;
    /* MODIFIER DANS RESPONSIVE */
    text-align: center;
}

.related-products-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 3vw, 20px);
    width: 100%;
    max-height: 300px;
    /* MODIFIER DANS RESPONSIVE */
    overflow-y: auto;
    padding: 10px;
    /* MODIFIER DANS RESPONSIVE */
}

.related-product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    /* MODIFIER DANS RESPONSIVE */
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.455);
    padding: 12px;
    /* MODIFIER DANS RESPONSIVE */
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 150px;
    /* MODIFIER DANS RESPONSIVE */
}

.related-product-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-gold);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}

.related-product-item img {
    width: clamp(80px, 20vw, 100px);
    height: clamp(80px, 20vw, 100px);
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.related-product-info {
    width: 100%;
    text-align: center;
}

.related-product-info h4 {
    color: var(--text-light);
    font-size: clamp(12px, 2.5vw, 14px);
    margin: 0 0 5px 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    padding: 0;
}

.related-product-info p {
    color: var(--primary-gold);
    font-size: clamp(11px, 2.5vw, 12px);
    margin: 0;
    font-weight: bold;
}

/* RESPONSIVE */
@media (min-width: 768px) {
    .menu-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .container {
        padding: 20px 30px;
    }

    .container-haut {
        height: 120px;
    }

    .nom-castello {
        font-size: 24px;
    }

    .logo-castello {
        width: 70px;
        height: 70px;
        padding-left: 95%;
        top: 0px;
        right: 50px;
    }

    .pan-africa {
        position: relative;
        top: 1px;
    }

    .heure {
        font-size: 16px;
        position: relative;
        top: 5px;
    }

        /* Styles pour PC seulement (desktop) */
        .align-btn {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            padding: 20px;
        }
    
        /* Cache sur tablette et mobile (à partir de 1024px vers le bas) */
        @media screen and (max-width: 1024px) {
            .align-btn {
                display: none;
            }
        }

    .events-menu {
        top: 85px;
        right: 20px;
        width: 90px;
        height: 28px;
    }

    .events-menu-a {
        top: 60px;
        right: 35px;
        width: 85px;
        height: 28px;
    }

    .tiktok {
        position: relative;
        left: 400px;
    }

    .signal {
        top: 50px;
        right: 80px;
        width: 14px;
        height: 14px;
        font-size: 11px;
    }

    .menu-category {
        margin-bottom: 120px;
    }

    .category-title {
        font-size: 28px;
        margin-bottom: -35px;
    }

    .pub-carousel-section {
        max-width: 1000px;
        margin: 30px auto;
        padding: 0 15px;
    }

    .pub-carousel-section h2 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .carousel-slide {
        flex: 0 0 280px;
        height: 180px;
    }

    .slide-content {
        padding: 15px;
    }

    .menu-item {
        top: 60px;
    }

    .menu-item img {
        height: 180px;
    }

    .favorite-btn {
        top: 18px;
        left: 18px;
        font-size: 18px;
    }

    .add-to-cart-btn {
        top: 205px;
        right: 20px;
    }

    .item-title {
        font-size: 15px;
    }

    .cart-toggle {
        /* width: 70px;
        height: 70px;
        font-size: 1.3rem; */
    }

    #cart-count {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }

    .modal-content {
        width: 80%;
        max-width: 700px;
        margin: 8% auto;
        padding: 30px;
    }

    .close-btn {
        top: 18px;
        right: 12px;
        font-size: 32px;
        width: 28px;
        height: 28px;
    }

    .pub {
        width: 70%;
        max-width: 600px;
        margin: 100px auto 30px;
    }

    .container-contenu {
        width: 400px;
    }
}

@media (min-width: 1024px) {
    .container-haut {
        height: 140px;
    }

    .nom-castello {
        font-size: 28px;
    }

    .logo-castello {
        width: 75px;
        height: 75px;
        top: 0px;
        left: -35px;
    }

        .align-btn {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 12px;
            padding: 15px;
            background: #f5f5f5;
            border-radius: 8px;
            margin: 20px 0;
        }
    
        .compteur,
        .acceuil {
            padding: 10px 18px;
            border: 1px solid #ddd;
            background: white;
            border-radius: 20px;
            cursor: pointer;
            font-size: 14px;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
    
        .compteur:hover,
        .acceuil:hover {
            background: #f0f0f0;
            transform: translateY(-2px);
        }
    
        /* .events-menu {
            padding: 10px 15px;
            background: #4a5568;
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            font-size: 16px;
        } */

    .heure {
        font-size: 18px;
        top: 40px;
        margin-top: -30px;
    }

    .tiktok {
        position: fixed;
        left: 250px;
    }

    .pan-africa {
        position: relative;
        top: 30px;
        color: #eda200;
    }

    .menu {
    position: fixed;
    top: 80px;
    width: 70px;
    height: 30px;
    right: 20px;
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border-radius: 15px 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    margin-top: -40px;
    cursor: pointer;
}

.menu:hover {
    color: #ffffff;
    background: rgb(0, 0, 0);
}

        /* Par défaut - visible sur mobile/tablette */
        .social {
            display: block;
            /* Tes styles pour mobile ici */
        }
    
        /* Cache sur PC */
        @media screen and (min-width: 1025px) {
            .social {
                display: none !important;
            }
        }

    .events-menu {
        top: 100px;
        right: 30px;
        width: 110px;
        height: 32px;
        font-size: 14px;
    }

    .events-menu-a {
        top: 70px;
        right: 45px;
        width: 105px;
        height: 32px;
        font-size: 14px;
    }

    .signal {
        top: 60px;
        right: 100px;
        width: 16px;
        height: 16px;
        font-size: 13px;
    }

    .menu-category {
        margin-bottom: 140px;
    }

    .category-title {
        font-size: 32px;
        margin-bottom: -45px;
    }

    .pub-carousel-section {
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
    }

    .pub-carousel-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .carousel-slide {
        flex: 0 0 320px;
        height: 220px;
    }

    .slide-content {
        padding: 20px;
    }

    .menu-item {
        top: 80px;
        padding: 20px;
    }

    .menu-item img {
        height: 220px;
    }

    .favorite-btn {
        top: 25px;
        left: 25px;
        font-size: 22px;
    }

    .add-to-cart-btn {
        top: 245px;
        right: 30px;
        font-size: 22px;
    }

    .item-title {
        font-size: 16px;
        top: 10px;
    }

    .cart-toggle {
        /* width: 90px;
        height: 90px;
        font-size: 1.7rem;
        bottom: 50px;
        right: 30px; */
    }

    #cart-count {
        width: 28px;
        height: 28px;
        font-size: 0.9rem;
        top: -10px;
        right: -10px;
    }

    .modal-content {
        width: 75%;
        max-width: 800px;
        margin: 6% auto;
        padding: 35px;
    }

    .close-btn {
        top: 22px;
        right: 18px;
        font-size: 38px;
        width: 32px;
        height: 32px;
    }

    .container {
        padding: 25px 50px;
        max-width: 1600px;
        margin: 0 auto;
    }

    .menu-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 25px;
    }

    .dan {
        max-width: 80%;
    }

    .pub {
        width: 60%;
        max-width: 700px;
        margin: 120px auto 40px;
    }

    .container-contenu {
        width: 450px;
    }
}

@media (max-width: 480px) {
    .container-haut {
        height: 120px;
    }

    .nom-castello {
        font-size: 16px;
        top: 1px;
        left: 10px;
    }

    .logo-castello {
        width: 60px;
        height: 60px;
        top: 0px;
        left: 10px;
    }

    .heure {
        font-size: 12px;
        margin-top: 20px;
        color: #ffffff;
        /* font-family: none; */
    }

    .events-menu {
        top: 85px;
        right: 15px;
        width: 70px;
        height: 24px;
        font-size: 11px;
    }

    .events-menu-a {
        top: 60px;
        right: 25px;
        width: 65px;
        height: 24px;
        font-size: 11px;
    }

    .signal {
        top: 50px;
        right: 65px;
        width: 12px;
        height: 12px;
        font-size: 10px;
    }

    .menu-category {
        margin-bottom: 100px;
    }

    .category-title {
        font-size: 18px;
        margin-bottom: -25px;
    }

    .pub-carousel-section {
        max-width: 100%;
        margin: 20px auto;
        padding: 0 10px;
    }

    .pub-carousel-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .carousel-slide {
        flex: 0 0 250px;
        height: 150px;
    }

    .slide-content {
        padding: 10px;
    }

    .menu-item {
        top: 50px;
        padding: 10px;
    }

    .menu-item img {
        height: 200px;
    }

    .favorite-btn {
        top: 15px;
        left: 15px;
        font-size: 16px;
    }

    .add-to-cart-btn {
        top: 240px;
        right: 15px;
        font-size: 16px;
    border-radius: 30px;
    }

    .item-title {
        font-size: 12px;
        top: 5px;
    }

    /* .cart-toggle {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
        bottom: 30px;
        right: 15px;
    } */

    #cart-count {
        width: 20px;
        height: 20px;
        font-size: 0.6rem;
        top: -6px;
        right: -6px;
    }

    .modal-content {
        width: 90%;
        max-width: 95vw;
        margin: 5% auto;
        padding: 15px;
    }

    .close-btn {
        top: 15px;
        right: 10px;
        font-size: 28px;
        width: 25px;
        height: 25px;
    }

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .container {
        padding: 10px 5px;
    }
    nav {
        background: #00000047;
    }

    .nav-item {
        padding: 6px 8px;
        min-width: 50px;
    }

    .nav-item i {
        font-size: 18px;
    }

    .nav-item span {
        font-size: 10px;
    }

    .dan {
        padding: 6px 15px;
        max-width: 95%;
    }

    .pub {
        width: 95%;
        margin: 70px auto 15px;
        border-radius: 30px;
    }

    .container-contenu {
        width: 90%;
        margin: 70px auto 20px;
    }
}

.dashed-link {
    text-decoration: dashed;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px 15px;
    margin: 120px auto;
    position: relative;
    top: 280px;
}

.gallery-item {
    background: rgba(240, 240, 240, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.menu-item img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

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

.related-product-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.related-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.carousel-slide img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.carousel-slide img:hover {
    transform: scale(1.05);
}
