Armoise Commune Chih – Plante Traditionnelle en Infusion | Confort Digestif
Description Armoise Commune Chih est une plante traditionnellement utilisée en infusion et dans différents usages populaires. Usages traditionnels ✓ Traditionnellement utilisée en infusion après les repas. ✓ Mentionnée dans différents usages traditionnels liés au confort digestif. ✓ Peut également être utilisée dans certaines préparations externes traditionnelles. Modes d'utilisation Infusion + La fiche d'origine propose 1 à 2 cuillères à café de feuilles séchées dans une tasse d'eau chaude, avec une infusion de 5 à 10 minutes. Respecter en priorité les indications figurant sur l'emballage. Usages externes traditionnels + L'ancienne fiche mentionnait des cataplasmes et des compresses d'infusion. Ces usages relèvent de pratiques traditionnelles et ne remplacent pas un avis médical. Conservation & précautions + Conserver au frais, au sec et à l'abri de la lumière. En cas de grossesse, d'allaitement, de traitement médical ou de problème de santé, demander conseil à un professionnel de santé avant consommation. .arm-product { --ivory: #F8F9FB; --ivory-soft: #EEF2F6; --cream: #DCE4EC; --sand: #C0CEDD; --blue: #1A3C6E; --blue-dark: #122B52; --blue-soft: #5A7EA8; --gold: #C9A34E; --sage: #7A8C6E; --ink: #222A33; --ink-soft: #4A5563; --stone: #7E8895; --white: #FFFFFF; --warning: #C9822E; font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif; font-weight: 300; color: var(--ink); background: var(--ivory); line-height: 1.7; overflow-x: hidden; position: relative; } .arm-product *, .arm-product *::before, .arm-product *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ─── TITRES ─── */ .arm-section-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 34px; font-weight: 400; color: var(--ink); letter-spacing: 0.02em; margin-bottom: 32px; position: relative; padding-bottom: 18px; } .arm-section-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 44px; height: 1px; background: var(--blue); } .arm-section-title-light { color: var(--ivory); } /* ─── SECTION DESCRIPTION ─── */ .arm-description-section { max-width: 1100px; margin: 0 auto; padding: 70px 60px 30px; } .arm-desc-intro { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 22px; line-height: 1.65; color: var(--ink); font-weight: 400; font-style: italic; } .arm-desc-intro strong { color: var(--blue); font-weight: 600; font-style: normal; } /* ─── SECTION USAGES TRADITIONNELS ─── */ .arm-usages-section { max-width: 1100px; margin: 0 auto; padding: 40px 60px 60px; } .arm-usages-list { list-style: none; display: flex; flex-direction: column; border-top: 1px solid var(--cream); } .arm-usage-item { display: flex; align-items: flex-start; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--cream); transition: padding-left 0.3s ease; } .arm-usage-item:hover { padding-left: 8px; } .arm-usage-check { width: 28px; height: 28px; background: var(--blue); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; font-weight: 600; margin-top: 2px; } .arm-usage-text { font-size: 15px; line-height: 1.8; color: var(--ink-soft); } /* ─── SECTION MODES D'UTILISATION ─── */ .arm-modes-section { background: var(--ink); padding: 80px 60px 90px; margin-top: 20px; } .arm-modes-section > .arm-section-title { max-width: 1100px; margin-left: auto; margin-right: auto; } .arm-modes-section > .arm-section-title::after { background: var(--gold); } .arm-accordion { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; } .arm-accordion-item { background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(26, 60, 110, 0.4); border-radius: 10px; overflow: hidden; transition: background 0.3s ease, border-color 0.3s ease; } .arm-accordion-item[open] { background: rgba(26, 60, 110, 0.15); border-color: var(--blue-soft); } .arm-accordion-button { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; cursor: pointer; list-style: none; font-family: 'Cormorant Garamond', Georgia, serif; font-size: 20px; font-weight: 500; color: var(--ivory); letter-spacing: 0.01em; line-height: 1.4; transition: color 0.3s ease; } .arm-accordion-button::-webkit-details-marker { display: none; } .arm-accordion-button:hover { color: var(--blue-soft); } .arm-plus { font-size: 24px; font-weight: 300; color: var(--blue-soft); line-height: 1; flex-shrink: 0; transition: transform 0.3s ease, color 0.3s ease; } .arm-accordion-item[open] .arm-plus { transform: rotate(45deg); color: var(--gold); } .arm-accordion-content { padding: 0 24px 22px; font-size: 14px; line-height: 1.85; color: rgba(248, 249, 251, 0.8); } /* ─── RESPONSIVE ─── */ @media (max-width: 900px) { .arm-description-section, .arm-usages-section { padding: 50px 24px; } .arm-modes-section { padding: 60px 24px; } .arm-section-title { font-size: 28px; margin-bottom: 26px; } .arm-desc-intro { font-size: 19px; } .arm-accordion-button { padding: 16px 18px; font-size: 17px; } .arm-accordion-content { padding: 0 18px 18px; font-size: 13px; } .arm-usage-item { gap: 14px; } } @media (max-width: 520px) { .arm-usage-check { width: 24px; height: 24px; font-size: 11px; } .arm-usage-text { font-size: 14px; } } (function () { // ── Animation d'apparition ── if ('IntersectionObserver' in window) { var observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { entry.target.style.opacity = '1'; entry.target.style.transform = 'translateY(0)'; observer.unobserve(entry.target); } }); }, { threshold: 0.12 }); var targets = document.querySelectorAll( '.arm-usage-item, .arm-accordion-item' ); targets.forEach(function (el) { el.style.opacity = '0'; el.style.transform = 'translateY(20px)'; el.style.transition = 'opacity 0.6s ease, transform 0.6s ease'; observer.observe(el); }); } // ── Accordéon : un seul ouvert à la fois ── var accordionItems = document.querySelectorAll('.arm-accordion-item'); accordionItems.forEach(function (item) { item.addEventListener('toggle', function () { if (item.open) { accordionItems.forEach(function (other) { if (other !== item) other.open = false; }); } }); }); })();
More you might like
Related
Savon beldi au citron et Armoise Commune chih 200g
Related
Armoise commune
Related
Armoise (Chih) – 50g
Related