/* --- STYLES POUR LA NAVIGATION PAR CATÉGORIE --- */
.kerzen-category-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 40px; border-bottom: 1px solid #eee; padding-bottom: 20px; }
.kerzen-category-nav button { background-color: #f0f0f0; border: 1px solid #ddd; border-radius: 8px; padding: 10px 20px; font-size: 1em; font-weight: 500; cursor: pointer; transition: all 0.3s ease; }
.kerzen-category-nav button:hover { background-color: #e0e0e0; }
.kerzen-category-nav button.active { background-color: #c8a97e; color: #ffffff; border-color: #bfa071; }
.kerzen-category-content { display: none; }

/* Styles généraux du conteneur */
.kerzen-container { max-width: 1200px; margin: 0 auto; font-family: sans-serif; }

/* Styles pour les suppléments */
.kerzen-supplements-wrapper {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.kerzen-supplements-wrapper h2 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #2c3e50;
}
.kerzen-supplements-grid {
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 100%;
}
.kerzen-supplement-column {
    flex: 1;
    min-width: 200px;
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.kerzen-supplement-column:last-child {
    border-right: none;
}
.kerzen-supplement-column h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #34495e;
    white-space: nowrap;
}
.ingredient-list {
    list-style-type: disc;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    column-count: auto;
    column-gap: 40px;
    max-width: 100%;
    padding-left: 1.2em;
}
.ingredient-list li {
    line-height: 1.6;
    font-size: 1em;
    color: #555;
    padding-bottom: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Styles pour le Menu Express Midi */
.kerzen-express-menu {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin: 40px auto;
    max-width: 600px;
    text-align: center;
}
.kerzen-express-header {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: -40px; 
}
.kerzen-express-menu h3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.2em;
    font-weight: normal;
    color: #2c3e50;
    margin: 0;
}
.kerzen-express-price {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2.2em;
    font-weight: 600;
    color: #34495e;
    margin: 0;
}
.kerzen-express-content {
    font-size: 1.1em;
    color: #7f8c8d;
    line-height: 0.8;
    white-space: pre-line;
    margin: 0;
    padding-top: 0;
}

/* Styles pour les grilles de plats/items */
.kerzen-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }

/* Encadrement des plats */
.kerzen-plat, .kerzen-item { text-align: center; background-color: #ffffff; border: 1px solid #e9e9e9; border-radius: 12px; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); transition: box-shadow 0.3s ease-in-out; }
.kerzen-plat:hover, .kerzen-item:hover { box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); }


/* --- STYLES SPÉCIFIQUES AUX PLATS (100x100px) --- */
.kerzen-media-wrapper-plat {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}
.kerzen-media-wrapper-plat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- STYLES SPÉCIFIQUES AUX NOUVEAUTÉS/ÉVÉNEMENTS (100x100px pour vidéo/image) --- */
.kerzen-media-wrapper { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; margin: 0 auto 15px auto; display: flex; align-items: center; justify-content: center; background-color: #000; }
.kerzen-media-wrapper img, .kerzen-media-wrapper video { width: 100%; height: 100%; object-fit: cover; }
.kerzen-video-wrapper iframe { width: 100%; height: 100%; border: 0; }


/* Texte des plats/items */
.kerzen-plat h4, .kerzen-item h4 { margin: 10px 0; font-size: 1.4em; }
.kerzen-plat-ingredients, .kerzen-item-desc { font-style: italic; color: #555; }
.kerzen-plat-prix, .kerzen-item-prix { font-weight: bold; font-size: 1.2em; color: #d35400; margin-top: 10px;}

/* Sous-titres de catégories */
.kerzen-subcategory-title { font-size: 1.5em; color: #555; text-align: center; margin-top: 30px; margin-bottom: 20px; font-style: italic; }

/* Listes d'horaires et de contact */
.kerzen-horaires-list, .kerzen-contact-list { list-style: none; padding: 0; }
.kerzen-horaires-list li, .kerzen-contact-list li { margin-bottom: 10px; font-size: 1.1em; }
.kerzen-contact-list li .dashicons { vertical-align: middle; margin-right: 8px; color: #d35400; }

/* --- GRILLE DES CATÉGORIES À EMPORTER --- */
.kerzen-category-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    text-align: center;
}

.kerzen-category-item {
    width: 150px;
}

.kerzen-category-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease-in-out;
}

.kerzen-category-item img:hover {
    transform: scale(1.05);
}

.kerzen-category-item h3 {
    font-size: 1.1em;
    color: #333;
    margin: 0;
}

/* --- SECTION PLATS À EMPORTER --- */
.kerzen-emporter-wrapper {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 40px;
    margin: 40px auto;
}

.kerzen-emporter-title {
    text-align: center;
    font-size: 2.4em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 40px;
}
/* --- Style pour les vidéos dans les plats --- */
.kerzen-media-wrapper-plat.kerzen-video-wrapper video,
.kerzen-media-wrapper-plat.kerzen-video-wrapper iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}