body {
    font-family: 'Lato', sans-serif;
    background-color: #fdf6f6;
}


.titre-principal {
    font-family: 'Playfair Display', serif;
    color: #4a2828;
}

.titre-principal em {
    font-style: italic;
    color: #c47a7a;
}

.letter-spacing {
    letter-spacing: 2px;
}


.navbar {
    background-color: #FADADD !important;
    border-bottom: 0.5px solid #e8b4bb;
}

.navbar-brand,
.nav-link {
    color: #6b3a3a !important;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #4a2828 !important;
}

/* Bouton hamburger */
.navbar-toggler {
    width: 36px !important;
    height: 36px !important;
    background: transparent !important;
    border-radius: 4px !important;
    border: 1px solid #c47a7a !important;
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    cursor: pointer !important;
    box-shadow: none !important;
    gap: 0 !important;
}

@media (max-width: 991px) {
    .navbar-toggler {
        display: flex !important;
    }
}

.navbar-toggler-icon {
    display: none !important;
}

.navbar-toggler span {
    display: block !important;
    width: 16px !important;
    height: 2px !important;
    background: #4a2828 !important;
    border-radius: 2px !important;
    transition: all 0.3s !important;
    margin: 2px 0 !important;
    flex-shrink: 0 !important;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0 !important;
    height: 2px !important;
    width: 16px !important;
    margin: 2px 0 !important;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
}

/* Boutons */
.btn-kristy {
    background-color: #4a2828;
    color: #fdf6f6;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 12px 28px;
    border: none;
}

.btn-kristy:hover {
    background-color: #6b3a3a;
    color: #fdf6f6;
}

.btn-kristy-light {
    background-color: #FADADD;
    color: #4a2828;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 12px 28px;
    border: none;
}

.btn-kristy-light:hover {
    background-color: #f5c0c8;
    color: #4a2828;
}

/* Cards */
.card-kristy {
    border: 0.5px solid #e8c8c8;
    border-radius: 4px;
}

.card-kristy .card-img-top {
    height: 350px;
    object-fit: cover;

}

/* Section tropicale */
.section-tropicale {
    background-color: #1e3530;
}

.text-kristina {
    color: #9fd4c0;
    font-size: 14px;
    line-height: 1.8;
    max-width: 560px;
}

/* Footer */
footer {
    background-color: #FADADD !important;
    border-top: 0.5px solid #e8b4bb;
}

footer a {
    color: #b07a7a !important;
}

footer a:hover {
    color: #4a2828 !important;
}


.social-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 0.75rem;
}

.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0.5px solid #c47a7a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a2828 !important;
    font-size: 16px;
    transition: all 0.2s;
    text-decoration: none !important;
}

.social-links a:hover {
    background: #4a2828;
    color: #FADADD !important;
    border-color: #4a2828;
}

.filter-btn {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 2px;
    border: 0.5px solid #d0a0a0;
    background: transparent;
    color: #6b3a3a;
    cursor: pointer;
    transition: all 0.2s;
}
.filter-btn.active, .filter-btn:hover {
    background: #4a2828;
    color: #fdf6f6;
    border-color: #4a2828;
}
.cat-card {
    border: 0.5px solid #e8c8c8;
    border-radius: 4px;
    background: #fdf6f6;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}
.cat-card:hover {
    box-shadow: 0 4px 20px rgba(74,40,40,0.08);
}
.cat-card-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    border-radius: 4px 4px 0 0;
}
.cat-card-body {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cat-card-category {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c47a7a;
    margin-bottom: 4px;
}
.cat-card-name {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    color: #4a2828;
    font-weight: 400;
    margin: 0 0 8px;
}
.cat-card-desc {
    font-size: 13px;
    color: #9e7a7a;
    line-height: 1.7;
    margin: 0 0 14px;
    flex: 1;
}
.cat-price {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    color: #4a2828;
    font-style: italic;
}
.cat-badge {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 8px;
    background: #1e3530;
    color: #9fd4c0;
    border-radius: 1px;
}
.cat-badge.new {
    background: #FADADD;
    color: #6b3a3a;
    border: 0.5px solid #c47a7a;
}