.navbar .container .menu ul li a {
    letter-spacing: 2px;
    font-weight: 500;
}

.home-header {
    height: 100vh;
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: center;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.bg-white {
    background-color: #fff !important;
}

.home-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 53%);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.home-header h1 {
    font-size: 3vw;
    color: #fff;
    font-family: "Playfair Display", serif;
    color: #ebcfa7;
    margin-bottom: 20px;
}

.shadow-or {
    position: relative;
}

.shadow-or::after {
    content: "";
    position: absolute;
    top: 8%;
    left: -8%;
    width: 100%;
    height: 100%;
    background-color: #ebcfa7;
    /* transform: translate(-50%, -50%) rotate(45deg); */
    z-index: -1;
}

.star-half-over {
    position: absolute;
    z-index: 11;
    right: 0;
    top: -31px;
    height: 40%;
}

.star-half-over2 {
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -31px;
    height: 40%;
}

.img-16-9 {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.jsutify-content-between {
    display: flex;
    justify-content: space-between;
}

.prix-fdc {
    background-color: #9f8054;
    color: white;
    padding: 3px 11px;
    border-radius: 0px;
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-carousel .splide__slide img {
    max-height: 56px;
}

#equipe-carousel .splide__slide img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    width: 100%;
}

.splide__pagination {
    bottom: -28px;
}

.splide__pagination__page.is-active {
    background: #9f8054 !important;
}

.splide__pagination {
    bottom: -55px !important;
}

.card-produit {
    border: 1px solid #a2855a;
    padding: 16px;
    margin-bottom: 32px;
    transition: all 0.2s ease;
}

.card-produit .h4 {
    font-weight: 600;
}

.card-produit:hover {
    background-color: #a2855a;
    color: white;
}

.sticky-theme {
    position: sticky;
    top: 97px;
}

.navbar-custom {
    background-color: #000000d1;
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.bg-clair {
    background-color: #f9f9f9 !important;
}

.vendu {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #9f8054c9;
    color: white;
    padding: 2px 7px;
}

/* max width 300 px : */

@media (max-width: 300px) {
    .contact .map .holder {
        transform: none !important;
    }
}

@media (max-width: 600px) {
    .home-header {
        max-height: 440px;
    }

    .home-header img {
        max-width: 160px;
    }

    .home-header h1 {
        font-size: 26px;
        margin-bottom: -30px;
    }

    .intro .content-box h4 {
        font-size: 25px;
    }
}