/* PAGE INDEX */
.banner-carousel .carousel-inner{
            border-radius: 16px;
            overflow: hidden;
}

/* Mobile (par défaut) */
    #bannerCarousel .carousel-inner {
        height: 20vh;
    }
    #bannerCarousel .banner-click {
        height: 20vh;
    }

    /* Tablette / écran moyen */
    @media (min-width: 768px) {
        #bannerCarousel .carousel-inner {
            height: 30vh;
        }
        #bannerCarousel .banner-click {
            height: 30vh;
        }
    }

    /* Desktop */
    @media (min-width: 1200px) {
        #bannerCarousel .carousel-inner {
            height: 40vh;
        }
        #bannerCarousel .banner-click {
            height: 40vh;
        }
    }
    #bannerCarousel .carousel-item {
        height: 100%;
    }
    
    
    #bannerCarousel img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }


/* Hauteur stable et responsive : ne casse pas le layout */
.banner-carousel .banner-slide{
    height: clamp(180px, 22vw, 360px);
    background: #f1f3f5; /* fallback propre */
}

/* L'image remplit sans déformer */
.banner-carousel .banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;       /* crop propre */
    object-position: center; /* centré */
    display: block;
}

/* Caption lisible */
.banner-carousel .carousel-caption{
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    text-align: left;
}

.banner-carousel .banner-caption-box{
    display: inline-block;
    padding: .75rem 1rem;
    border-radius: 14px;
    background: rgba(0,0,0,.35);
    backdrop-filter: blur(6px);
    color: #fff;
    max-width: 80%;
}



 .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0,0,0,.15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026;
}
.product-card {
    border-radius: 16px;
    transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}
.product-image-wrapper {
    padding: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.product-image {
    max-height: 200px;
    object-fit: contain;
    transition: transform .3s ease;
}
.product-card:hover .product-image {
    transform: scale(1.05);
}

/* AUTRE */


    /* .nav-link.active,
.navbar-nav .nav-link.active {
    background-color: <?=$COULEUR?> !important;
    color: #fff !important;
    border-radius: 999px;
} */
.navbar .nav-link.active {
    background: rgba(255,255,255,0.2);
    border-radius: 50px;
    padding: 6px 14px;
}
    .navbar .nav-link {
    padding: 6px 14px;
}

    .navbar .nav-link:hover {
    color: rgba(248, 230, 230, 1) !important;
}

/* MON COMPTE */


 .account-card {
    border-radius: 16px;
}
.reservation-card {
    border-radius: 16px;
    transition: transform .2s ease;
}
.reservation-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}
.ticket-card {
    border-radius: 16px;
    transition: transform .2s ease;
}
.ticket-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

/* PAGE MAGASIN */


@media (max-width: 768px) {
    iframe {
        height: 250px;
    }
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}


.horaires-compact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .4rem 1rem;
    font-size: 0.95rem;
}
.horaires-compact strong {
    color: #198754;
}


.info-card {
    border-radius: 16px;
}

.gallery img {
    border-radius: 16px;
    transition: transform .3s ease;
}

.gallery img:hover {
    transform: scale(1.03);
}

/* MON MAGASIN */

.login-card {
    border-radius: 16px;
    max-width: 420px;
}

/* Panier */

.cart-card { border-radius: 16px; }
.cart-img  { width: 80px; height: 80px; object-fit: contain; }
.cart-link{
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
}

.cart-link i{
  font-size: 20px;
  line-height: 1;
}

/* petit fond au hover (optionnel mais joli) */
.cart-link:hover{
  background: rgba(255,255,255,.08);
}

/* Badge compteur */
.cart-badge{
  position: absolute;
  top: 6px;
  right: 6px;
  transform: translate(40%,-40%);
  background: #dc3545;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding: 4px 6px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0,0,0,.6); /* petit liseré pour détacher du fond */
}


/* Reset PASSWORD & sign & forgot PASSWORD*/

.login-card {
    border-radius: 16px;
    max-width: 420px;
}


/* header */

.header-social-menu a {
    color: #fff;
    font-size: 1.25rem;
    opacity: .85;
    transition: opacity .2s ease, transform .2s ease;
}

.header-social-menu a:hover {
    opacity: 1;
    transform: translateY(-1px);
}

.menu-separator {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,.35);
}
