/*
Theme Name:   Hello Child - Walmag
Theme URI:    https://boucherie-walmag.noveodigital.be
Description:  Child theme de Hello Elementor pour Boucherie Walmag.
Author:       Noveo Digital
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-child
*/

/* ── Imports Google Fonts ────────────────────────────────────────────────
   Disponibles pour sélection dans Elementor → Kit → Typographie globale
   ──────────────────────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garant:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Lato:wght@300;400;700;900&display=swap');

/* ── Variables CSS ───────────────────────────────────────────────────────*/
:root {
    --walmag-rouge:      #C02626;
    --walmag-rouge-dark: #a82020;
    --walmag-noir:       #1A1A1A;
    --walmag-gris:       #F5F5F3;
}

/* ── Ordering Food : icône blanche sur fond rouge quand actif ────────────*/
.ordering-food-wrap .ordering-food-sidebar__btn.is-active .ordering-food-sidebar__cat-icon svg {
    filter: brightness(0) invert(1) !important;
}

/* ── Section "Le goût cultivé au fil du temps" : blur sur les cartes rouges */
.elementor-element-895c564,
.elementor-element-ed91111 {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}
