/* =========================================================
   Yemiel.com - Corpus custom miel premium
   Scope strict : .yml-wrap uniquement
   FAQ gérée par le CMS : aucun style FAQ ici
   ========================================================= */

html body .yml-wrap {
	--yml-ink: #2e1a0b;
	--yml-brown: #4a2a12;
	--yml-brown-soft: #6c431d;
	--yml-honey-dark: #9a5b00;
	--yml-honey: #d99012;
	--yml-honey-light: #ffc94d;
	--yml-cream: #fff8e8;
	--yml-cream-2: #fff1c9;
	--yml-amber: #b96b00;
	--yml-gold: #f5b72f;
	--yml-green: #315c2b;
	--yml-white: #ffffff;
	--yml-shadow: rgba(74, 42, 18, .16);
	--yml-shadow-strong: rgba(74, 42, 18, .24);
	--yml-radius-xl: 34px;
	--yml-radius-lg: 26px;
	--yml-radius-md: 18px;
	--yml-border: rgba(154, 91, 0, .18);
	--yml-border-strong: rgba(154, 91, 0, .32);

	position: relative !important;
	max-width: 1160px !important;
	margin: 42px auto 38px !important;
	padding: 0 18px !important;
	color: var(--yml-ink) !important;
	font-family: inherit !important;
}

html body .yml-wrap,
html body .yml-wrap :where(*):not(:where(.not-to-miss-content, .not-to-miss-content *, .not-to-miss, .not-to-miss *, .ntm, .ntm *)),
html body .yml-wrap :where(*):not(:where(.not-to-miss-content, .not-to-miss-content *, .not-to-miss, .not-to-miss *, .ntm, .ntm *))::before,
html body .yml-wrap :where(*):not(:where(.not-to-miss-content, .not-to-miss-content *, .not-to-miss, .not-to-miss *, .ntm, .ntm *))::after {
	box-sizing: border-box !important;
}

html body .yml-wrap strong:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)) {
	color: var(--yml-brown) !important;
	font-weight: 950 !important;
}

html body .yml-wrap em:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)) {
	color: var(--yml-honey-dark) !important;
	font-style: normal !important;
	font-weight: 850 !important;
}

/* Liens texte : hors CTA et hors blocs natifs */

html body .yml-wrap a:not(:where(.yml-btn, .yml-card-cta, .not-to-miss-content *, .not-to-miss *, .ntm *)) {
	color: var(--yml-honey-dark) !important;
	font-weight: 850 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px !important;
	transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

html body .yml-wrap a:not(:where(.yml-btn, .yml-card-cta, .not-to-miss-content *, .not-to-miss *, .ntm *)):hover,
html body .yml-wrap a:not(:where(.yml-btn, .yml-card-cta, .not-to-miss-content *, .not-to-miss *, .ntm *)):focus {
	color: var(--yml-green) !important;
}

/* Hero */

html body .yml-hero {
	position: relative !important;
	isolation: isolate !important;
	overflow: hidden !important;
	border-radius: var(--yml-radius-xl) !important;
	padding: clamp(30px, 5.4vw, 64px) !important;
	background-color: #fff1c9 !important;
	background-image:
		radial-gradient(circle at 10% 8%, rgba(255, 230, 138, .96) 0, rgba(255, 230, 138, 0) 28%),
		radial-gradient(circle at 88% 14%, rgba(245, 183, 47, .46) 0, rgba(245, 183, 47, 0) 30%),
		radial-gradient(circle at 78% 88%, rgba(49, 92, 43, .18) 0, rgba(49, 92, 43, 0) 32%),
		linear-gradient(135deg, #fff9ea 0%, #ffe9a8 42%, #fff7df 100%) !important;
	border: 1px solid var(--yml-border-strong) !important;
	box-shadow: 0 28px 80px rgba(74, 42, 18, .20) !important;
	animation: yml-rise-in .55s ease both !important;
}

html body .yml-hero::before {
	content: "" !important;
	position: absolute !important;
	inset: -40px !important;
	z-index: -2 !important;
	opacity: .32 !important;
	background-image:
		linear-gradient(30deg, rgba(154, 91, 0, .18) 12%, transparent 12.5%, transparent 87%, rgba(154, 91, 0, .18) 87.5%, rgba(154, 91, 0, .18)),
		linear-gradient(150deg, rgba(154, 91, 0, .18) 12%, transparent 12.5%, transparent 87%, rgba(154, 91, 0, .18) 87.5%, rgba(154, 91, 0, .18)),
		linear-gradient(30deg, rgba(154, 91, 0, .18) 12%, transparent 12.5%, transparent 87%, rgba(154, 91, 0, .18) 87.5%, rgba(154, 91, 0, .18)),
		linear-gradient(150deg, rgba(154, 91, 0, .18) 12%, transparent 12.5%, transparent 87%, rgba(154, 91, 0, .18) 87.5%, rgba(154, 91, 0, .18)) !important;
	background-position: 0 0, 0 0, 32px 56px, 32px 56px !important;
	background-size: 64px 112px !important;
	transform: rotate(-3deg) scale(1.04) !important;
	pointer-events: none !important;
}

html body .yml-hero::after {
	content: "🐝" !important;
	position: absolute !important;
	right: clamp(18px, 4vw, 46px) !important;
	top: clamp(16px, 3vw, 34px) !important;
	z-index: -1 !important;
	font-size: clamp(2.5rem, 6vw, 5.8rem) !important;
	line-height: 1 !important;
	filter: drop-shadow(0 14px 22px rgba(74, 42, 18, .20)) !important;
	opacity: .42 !important;
	transform-origin: center !important;
	animation: yml-bee-float 5.8s ease-in-out infinite !important;
}

html body .yml-honey-drip {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	bottom: -1px !important;
	height: 42px !important;
	pointer-events: none !important;
	background-color: rgba(245, 183, 47, .42) !important;
	background-image:
		radial-gradient(circle at 8% 0, var(--yml-gold) 0 18px, transparent 19px),
		radial-gradient(circle at 28% 0, var(--yml-gold) 0 12px, transparent 13px),
		radial-gradient(circle at 52% 0, var(--yml-gold) 0 20px, transparent 21px),
		radial-gradient(circle at 74% 0, var(--yml-gold) 0 14px, transparent 15px),
		radial-gradient(circle at 92% 0, var(--yml-gold) 0 22px, transparent 23px),
		linear-gradient(180deg, rgba(245, 183, 47, .78), rgba(217, 144, 18, .52)) !important;
	opacity: .42 !important;
}

/* Kicker / eyebrow */

html body .yml-kicker,
html body .yml-eyebrow {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	width: auto !important;
	margin: 0 0 14px !important;
	padding: 8px 14px !important;
	border-radius: 999px !important;
	background-color: #7c480d !important;
	background-image: linear-gradient(135deg, #3b220d 0%, #7c480d 48%, #c47b09 100%) !important;
	color: #fff8dc !important;
	font-size: .78rem !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	letter-spacing: .07em !important;
	text-transform: uppercase !important;
	box-shadow: 0 12px 26px rgba(74, 42, 18, .20) !important;
}

html body .yml-kicker::before,
html body .yml-eyebrow::before {
	content: "🍯" !important;
	font-size: .98rem !important;
	line-height: 1 !important;
}

/* Titres */

html body .yml-title {
	max-width: 940px !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
	background: none !important;
	color: var(--yml-brown) !important;
	font-size: clamp(2.15rem, 5.2vw, 4.45rem) !important;
	line-height: .98 !important;
	font-weight: 950 !important;
	letter-spacing: -.048em !important;
	text-wrap: balance !important;
	text-shadow: 0 2px 0 rgba(255, 255, 255, .75) !important;
}

html body .yml-lead {
	max-width: 900px !important;
	margin: 0 0 26px !important;
	color: #513014 !important;
	font-size: clamp(1.06rem, 1.75vw, 1.26rem) !important;
	line-height: 1.78 !important;
	font-weight: 550 !important;
}

html body .yml-hero-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 420px) !important;
	gap: 22px !important;
	align-items: stretch !important;
	margin-top: 30px !important;
}

/* Sections */

html body .yml-section {
	position: relative !important;
	overflow: hidden !important;
	margin: 30px 0 !important;
	padding: clamp(24px, 4vw, 44px) !important;
	border-radius: 30px !important;
	background-color: #fff8e8 !important;
	background-image:
		radial-gradient(circle at 92% 10%, rgba(255, 213, 98, .15), transparent 30%),
		linear-gradient(180deg, #fffdfa 0%, #fff8e8 100%) !important;
	border: 1px solid rgba(154, 91, 0, .13) !important;
	box-shadow: 0 18px 48px rgba(74, 42, 18, .09) !important;
	animation: yml-rise-in .5s ease both !important;
}

html body .yml-section--soft {
	background-color: #ffedbd !important;
	background-image:
		radial-gradient(circle at top left, rgba(255, 215, 110, .46), transparent 34%),
		linear-gradient(135deg, #fff8e8 0%, #ffedbd 100%) !important;
}

html body .yml-section--dark {
	background-color: #2e1a0b !important;
	background-image:
		radial-gradient(circle at top right, rgba(255, 201, 77, .24), transparent 34%),
		linear-gradient(135deg, #2e1a0b 0%, #5c330f 56%, #8a520b 100%) !important;
	border-color: rgba(255, 201, 77, .30) !important;
	color: #fff8dc !important;
}

html body .yml-section--dark h2,
html body .yml-section--dark h3,
html body .yml-section--dark p,
html body .yml-section--dark li,
html body .yml-section--dark strong {
	color: #fff8dc !important;
}

html body .yml-section--dark a:not(:where(.yml-btn, .yml-card-cta)) {
	color: #ffe08a !important;
}

html body .yml-section--dark a:not(:where(.yml-btn, .yml-card-cta)):hover {
	color: #ffffff !important;
}

/* Typo sections / cards */

html body .yml-fast-title,
html body .yml-card-title {
	margin: 0 0 14px !important;
	padding: 0 !important;
	background: none !important;
	color: var(--yml-brown) !important;
	font-size: 1.3rem !important;
	font-weight: 950 !important;
	line-height: 1.16 !important;
}

html body .yml-section h2,
html body .yml-link-card h2,
html body .yml-product-card h2 {
	margin: 0 0 16px !important;
	padding: 0 !important;
	background: none !important;
	color: var(--yml-brown) !important;
	font-size: clamp(1.58rem, 3vw, 2.48rem) !important;
	line-height: 1.12 !important;
	font-weight: 950 !important;
	letter-spacing: -.026em !important;
	text-wrap: balance !important;
}

html body .yml-section h3,
html body .yml-link-card h3,
html body .yml-recipe-card h3,
html body .yml-product-card h3,
html body .yml-tip-card h3,
html body .yml-note-card h3 {
	margin: 0 0 10px !important;
	padding: 0 !important;
	background: none !important;
	color: var(--yml-honey-dark) !important;
	font-size: 1.18rem !important;
	line-height: 1.24 !important;
	font-weight: 950 !important;
}

html body .yml-section p,
html body .yml-link-card p,
html body .yml-recipe-card p,
html body .yml-product-card p,
html body .yml-tip-card p,
html body .yml-note-card p,
html body .yml-stat-card p {
	margin: 0 0 15px !important;
	color: #4d3018 !important;
	font-size: 1rem !important;
	line-height: 1.76 !important;
}

html body .yml-section p:last-child,
html body .yml-link-card p:last-child,
html body .yml-recipe-card p:last-child,
html body .yml-product-card p:last-child,
html body .yml-tip-card p:last-child,
html body .yml-note-card p:last-child,
html body .yml-stat-card p:last-child {
	margin-bottom: 0 !important;
}

/* Blockquote */

html body .yml-quote,
html body .yml-wrap blockquote:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)) {
	position: relative !important;
	margin: 20px 0 !important;
	padding: 20px 22px 20px 56px !important;
	border: 1px solid rgba(154, 91, 0, .20) !important;
	border-left: 5px solid var(--yml-honey) !important;
	border-radius: 22px !important;
	background-color: #fff8e8 !important;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(255, 239, 194, .78)) !important;
	color: #4d3018 !important;
	font-size: 1.05rem !important;
	line-height: 1.72 !important;
	font-weight: 650 !important;
	box-shadow: 0 14px 30px rgba(74, 42, 18, .09) !important;
}

html body .yml-quote::before,
html body .yml-wrap blockquote:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *))::before {
	content: "❝" !important;
	position: absolute !important;
	left: 18px !important;
	top: 14px !important;
	color: var(--yml-honey-dark) !important;
	font-size: 2rem !important;
	line-height: 1 !important;
	font-weight: 950 !important;
}

/* Sommaire */

html body .yml-summary {
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	gap: 10px !important;
	margin: 26px auto 28px !important;
	padding: 14px !important;
	border-radius: 24px !important;
	background-color: rgba(255, 239, 194, .82) !important;
	background-image: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255, 239, 194, .82)) !important;
	border: 1px solid rgba(154, 91, 0, .16) !important;
	box-shadow: 0 14px 32px rgba(74, 42, 18, .09) !important;
}

html body .yml-summary a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 40px !important;
	padding: 9px 15px !important;
	border-radius: 999px !important;
	background-color: #ffffff !important;
	background-image: none !important;
	color: var(--yml-brown) !important;
	border: 1px solid rgba(154, 91, 0, .18) !important;
	text-decoration: none !important;
	font-weight: 950 !important;
	box-shadow: 0 8px 18px rgba(74, 42, 18, .07) !important;
}

html body .yml-summary a:hover,
html body .yml-summary a:focus {
	background-color: var(--yml-brown) !important;
	background-image: linear-gradient(135deg, var(--yml-brown) 0%, var(--yml-honey-dark) 100%) !important;
	color: #fff8dc !important;
	border-color: var(--yml-honey-dark) !important;
	transform: translateY(-2px) !important;
}

/* Grilles : 3 colonnes si 3 cards, 2 colonnes si 4+ */

html body .yml-grid-2,
html body .yml-grid-3,
html body .yml-grid-4,
html body .yml-grid-many {
	display: grid !important;
	gap: 18px !important;
	margin-top: 21px !important;
}

html body .yml-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body .yml-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body .yml-grid-4,
html body .yml-grid-many {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

/* Cards */

html body .yml-fast-card,
html body .yml-link-card,
html body .yml-recipe-card,
html body .yml-product-card,
html body .yml-tip-card,
html body .yml-note-card,
html body .yml-stat-card {
	position: relative !important;
	overflow: hidden !important;
	border-radius: var(--yml-radius-lg) !important;
	padding: 22px !important;
	background-color: #fff8e8 !important;
	background-image:
		radial-gradient(circle at top right, rgba(255, 206, 79, .16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(255, 248, 229, .94) 100%) !important;
	border: 1px solid var(--yml-border) !important;
	box-shadow: 0 18px 44px rgba(74, 42, 18, .11) !important;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
	animation: yml-rise-in .48s ease both !important;
}

html body .yml-fast-card::before,
html body .yml-link-card::before,
html body .yml-recipe-card::before,
html body .yml-product-card::before,
html body .yml-tip-card::before,
html body .yml-note-card::before,
html body .yml-stat-card::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 auto 0 0 !important;
	width: 5px !important;
	background-color: var(--yml-honey) !important;
	background-image: linear-gradient(180deg, var(--yml-honey-light), var(--yml-honey), var(--yml-brown)) !important;
	opacity: .92 !important;
}

html body .yml-fast-card::after,
html body .yml-link-card::after,
html body .yml-recipe-card::after,
html body .yml-product-card::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background-image: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.36) 44%, transparent 58%) !important;
	transform: translateX(-120%) !important;
	pointer-events: none !important;
}

html body .yml-fast-card:hover,
html body .yml-link-card:hover,
html body .yml-recipe-card:hover,
html body .yml-product-card:hover,
html body .yml-tip-card:hover,
html body .yml-note-card:hover,
html body .yml-stat-card:hover {
	transform: translateY(-4px) !important;
	border-color: rgba(217, 144, 18, .36) !important;
	box-shadow: 0 24px 58px rgba(74, 42, 18, .17) !important;
}

html body .yml-fast-card:hover::after,
html body .yml-link-card:hover::after,
html body .yml-recipe-card:hover::after,
html body .yml-product-card:hover::after {
	animation: yml-shine .75s ease both !important;
}

html body .yml-link-card--main,
html body .yml-product-card--main {
	background-color: #ffe9a8 !important;
	background-image:
		radial-gradient(circle at top right, rgba(255, 201, 77, .34), transparent 36%),
		linear-gradient(180deg, #fffefa 0%, #ffe9a8 100%) !important;
	border-color: rgba(217, 144, 18, .28) !important;
}

/* Listes custom : hors NTM */

html body .yml-wrap ul:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)),
html body .yml-wrap ol:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)),
html body .yml-wrap li:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)) {
	list-style: none !important;
}

html body .yml-wrap ul:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)),
html body .yml-wrap ol:not(:where(.not-to-miss-content *, .not-to-miss *, .ntm *)) {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

html body .yml-fast-list,
html body .yml-checklist,
html body .yml-plus-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

html body .yml-fast-list li,
html body .yml-checklist li,
html body .yml-plus-list li {
	position: relative !important;
	margin: 10px 0 !important;
	padding: 0 0 0 32px !important;
	color: #4d3018 !important;
	line-height: 1.58 !important;
}

html body .yml-fast-list li::before {
	content: "🐝" !important;
	position: absolute !important;
	left: 0 !important;
	top: .05em !important;
	font-size: 1rem !important;
	line-height: 1 !important;
}

html body .yml-checklist li::before {
	content: "✓" !important;
	position: absolute !important;
	left: 0 !important;
	top: .09em !important;
	width: 21px !important;
	height: 21px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 999px !important;
	background-color: var(--yml-green) !important;
	background-image: linear-gradient(135deg, var(--yml-green), #4f833f) !important;
	color: #fff !important;
	font-size: .75rem !important;
	font-weight: 950 !important;
	box-shadow: 0 6px 12px rgba(49, 92, 43, .18) !important;
}

html body .yml-plus-list li::before {
	content: "🍯" !important;
	position: absolute !important;
	left: 0 !important;
	top: .04em !important;
	font-size: 1rem !important;
	line-height: 1 !important;
}

/* Badges */

html body .yml-badges {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 18px 0 0 !important;
	padding: 0 !important;
}

html body .yml-badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 7px !important;
	min-height: 34px !important;
	padding: 7px 12px !important;
	border-radius: 999px !important;
	background-color: rgba(255, 255, 255, .78) !important;
	background-image: none !important;
	border: 1px solid rgba(154, 91, 0, .18) !important;
	color: var(--yml-brown) !important;
	font-size: .88rem !important;
	font-weight: 900 !important;
	box-shadow: 0 8px 18px rgba(74, 42, 18, .07) !important;
}

/* Icônes cards */

html body .yml-card-icon {
	width: 56px !important;
	height: 56px !important;
	margin: 0 auto 14px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 20px !important;
	background-color: #ffc94d !important;
	background-image:
		radial-gradient(circle at 30% 24%, rgba(255,255,255,.86), transparent 36%),
		linear-gradient(135deg, #fff1b6 0%, #ffc94d 58%, #d99012 100%) !important;
	color: var(--yml-brown) !important;
	font-size: 1.62rem !important;
	box-shadow: 0 14px 28px rgba(74, 42, 18, .14) !important;
	animation: yml-soft-float 4.8s ease-in-out infinite !important;
}

html body .yml-tip-card {
	text-align: center !important;
}

html body .yml-tip-card .yml-card-icon + h3,
html body .yml-tip-card h3 {
	display: block !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

/* CTA / boutons : verrouillés contre CSS legacy */

html body .yml-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	align-items: center !important;
	margin-top: 24px !important;
}

html body .yml-btn,
html body .yml-card-cta {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 44px !important;
	margin-top: 8px !important;
	padding: 11px 18px !important;
	border-radius: 999px !important;
	text-decoration: none !important;
	text-decoration-thickness: 0 !important;
	text-underline-offset: 0 !important;
	font-size: .96rem !important;
	font-weight: 950 !important;
	line-height: 1.2 !important;
	text-align: center !important;
	border: 1px solid transparent !important;
	cursor: pointer !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease !important;
}

html body .yml-wrap a.yml-btn,
html body .yml-wrap span.yml-btn,
html body .yml-wrap a.yml-card-cta,
html body .yml-wrap span.yml-card-cta,
html body .yml-wrap .kamesen.yml-btn,
html body .yml-wrap .kamesen.yml-card-cta {
	text-decoration: none !important;
	text-decoration-thickness: 0 !important;
	text-underline-offset: 0 !important;
	cursor: pointer !important;
}

html body .yml-btn--primary,
html body .yml-card-cta,
html body .yml-wrap a.yml-btn.yml-btn--primary,
html body .yml-wrap span.yml-btn.yml-btn--primary,
html body .yml-wrap a.yml-card-cta,
html body .yml-wrap span.yml-card-cta,
html body .yml-wrap .kamesen.yml-btn.yml-btn--primary,
html body .yml-wrap .kamesen.yml-card-cta {
	background-color: #6f3a05 !important;
	background-image: linear-gradient(135deg, #3a210c 0%, #7c480d 46%, #d99012 100%) !important;
	color: #fff8dc !important;
	border-color: rgba(255, 201, 77, .42) !important;
	box-shadow: 0 16px 34px rgba(116, 67, 15, .27) !important;
}

html body .yml-btn--ghost,
html body .yml-wrap a.yml-btn.yml-btn--ghost,
html body .yml-wrap span.yml-btn.yml-btn--ghost,
html body .yml-wrap .kamesen.yml-btn.yml-btn--ghost {
	background-color: #ffffff !important;
	background-image: none !important;
	color: #4a2a12 !important;
	border-color: rgba(154, 91, 0, .24) !important;
	box-shadow: 0 10px 22px rgba(74, 42, 18, .09) !important;
}

html body .yml-btn--dark,
html body .yml-wrap a.yml-btn.yml-btn--dark,
html body .yml-wrap span.yml-btn.yml-btn--dark,
html body .yml-wrap .kamesen.yml-btn.yml-btn--dark {
	background-color: #315c2b !important;
	background-image: linear-gradient(135deg, #315c2b 0%, #4f833f 100%) !important;
	color: #ffffff !important;
	border-color: #315c2b !important;
	box-shadow: 0 14px 28px rgba(49, 92, 43, .20) !important;
}

html body .yml-wrap a.yml-btn.yml-btn--primary:visited,
html body .yml-wrap a.yml-card-cta:visited,
html body .yml-wrap a.yml-btn.yml-btn--dark:visited {
	color: #fff8dc !important;
}

html body .yml-wrap a.yml-btn.yml-btn--ghost:visited {
	color: #4a2a12 !important;
}

html body .yml-wrap a.yml-btn:hover,
html body .yml-wrap span.yml-btn:hover,
html body .yml-wrap a.yml-card-cta:hover,
html body .yml-wrap span.yml-card-cta:hover,
html body .yml-wrap .kamesen.yml-btn:hover,
html body .yml-wrap .kamesen.yml-card-cta:hover,
html body .yml-wrap a.yml-btn:focus,
html body .yml-wrap span.yml-btn:focus,
html body .yml-wrap a.yml-card-cta:focus,
html body .yml-wrap span.yml-card-cta:focus,
html body .yml-wrap .kamesen.yml-btn:focus,
html body .yml-wrap .kamesen.yml-card-cta:focus {
	background-color: #315c2b !important;
	background-image: linear-gradient(135deg, #315c2b 0%, #4f833f 100%) !important;
	color: #ffffff !important;
	border-color: #315c2b !important;
	text-decoration: none !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 18px 36px rgba(49, 92, 43, .20) !important;
}

/* Stats */

html body .yml-stat-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
	margin-top: 20px !important;
}

html body .yml-stat-card {
	text-align: center !important;
}

html body .yml-stat-number {
	display: block !important;
	margin: 0 0 6px !important;
	color: var(--yml-brown) !important;
	font-size: clamp(1.65rem, 3.4vw, 2.65rem) !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	letter-spacing: -.035em !important;
}

html body .yml-stat-label {
	display: block !important;
	color: #5a3719 !important;
	font-size: .96rem !important;
	font-weight: 850 !important;
	line-height: 1.35 !important;
}

/* Note */

html body .yml-note {
	position: relative !important;
	margin: 20px 0 0 !important;
	padding: 18px 18px 18px 54px !important;
	border-radius: 22px !important;
	background-color: #fff1c9 !important;
	background-image: linear-gradient(135deg, rgba(255, 248, 220, .96), rgba(255, 226, 146, .84)) !important;
	border: 1px solid rgba(217, 144, 18, .24) !important;
	color: var(--yml-brown) !important;
	box-shadow: 0 12px 28px rgba(74, 42, 18, .08) !important;
}

html body .yml-note::before {
	content: "ℹ️" !important;
	position: absolute !important;
	left: 18px !important;
	top: 18px !important;
	font-size: 1.25rem !important;
	line-height: 1 !important;
}

html body .yml-note p {
	margin-bottom: 0 !important;
}

/* Tableaux desktop */

html body .yml-table-wrap {
	width: 100% !important;
	max-width: 100% !important;
	margin: 21px 0 0 !important;
	overflow: visible !important;
}

html body .yml-table {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: auto !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden !important;
	border-radius: 24px !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid rgba(154, 91, 0, .16) !important;
	box-shadow: 0 16px 34px rgba(74, 42, 18, .09) !important;
}

html body .yml-table th,
html body .yml-table td {
	padding: 15px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(154, 91, 0, .12) !important;
	text-align: left !important;
	vertical-align: top !important;
	color: #4d3018 !important;
	line-height: 1.56 !important;
	white-space: normal !important;
	overflow-wrap: anywhere !important;
	word-break: normal !important;
}

html body .yml-table th {
	background-color: #7c480d !important;
	background-image: linear-gradient(135deg, #3a210c 0%, #7c480d 56%, #d99012 100%) !important;
	color: #fff8dc !important;
	font-weight: 950 !important;
}

html body .yml-table tr:last-child td {
	border-bottom: 0 !important;
}

html body .yml-table td:first-child {
	font-weight: 950 !important;
	color: var(--yml-honey-dark) !important;
}

/* Images dans corpus */

html body .yml-media {
	position: relative !important;
	overflow: hidden !important;
	margin: 22px 0 !important;
	border-radius: 28px !important;
	border: 1px solid rgba(154, 91, 0, .18) !important;
	box-shadow: 0 18px 42px rgba(74, 42, 18, .12) !important;
}

html body .yml-media img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
}

html body .yml-media-caption {
	margin: 0 !important;
	padding: 12px 16px !important;
	background-color: rgba(255, 248, 220, .95) !important;
	background-image: none !important;
	color: #5a3719 !important;
	font-size: .92rem !important;
	line-height: 1.45 !important;
	font-weight: 700 !important;
}

/* Boutique : contenu après grille */

html body .yml-shop-after {
	max-width: 100% !important;
	margin: 28px 0 32px !important;
	padding: 0 !important;
}

html body .yml-shop-after .yml-section {
	margin: 22px 0 !important;
	padding: clamp(22px, 3vw, 36px) !important;
}

html body .yml-shop-after .yml-title {
	font-size: clamp(1.78rem, 3.7vw, 3.05rem) !important;
	line-height: 1.05 !important;
}

html body .yml-shop-after .yml-lead {
	font-size: 1.05rem !important;
	line-height: 1.72 !important;
}

html body .yml-shop-after .yml-grid-3,
html body .yml-shop-after .yml-grid-4,
html body .yml-shop-after .yml-grid-many {
	gap: 14px !important;
}

html body .yml-shop-after .yml-link-card,
html body .yml-shop-after .yml-tip-card,
html body .yml-shop-after .yml-product-card {
	padding: 18px !important;
}

/* Accessibilité focus */

html body .yml-wrap a:focus-visible,
html body .yml-wrap button:focus-visible,
html body .yml-wrap span[role="button"]:focus-visible,
html body .yml-wrap .kamesen:focus-visible {
	outline: 3px solid rgba(217, 144, 18, .55) !important;
	outline-offset: 3px !important;
}

/* Animations */

@keyframes yml-rise-in {
	from {
		opacity: 0;
		transform: translateY(14px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes yml-shine {
	from {
		transform: translateX(-125%);
	}
	to {
		transform: translateX(125%);
	}
}

@keyframes yml-bee-float {
	0%, 100% {
		transform: translate3d(0, 0, 0) rotate(-8deg);
	}
	35% {
		transform: translate3d(-10px, 7px, 0) rotate(7deg);
	}
	70% {
		transform: translate3d(8px, -5px, 0) rotate(-3deg);
	}
}

@keyframes yml-soft-float {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-5px);
	}
}

/* Responsive */

@media (max-width: 980px) {
	html body .yml-hero-grid,
	html body .yml-grid-3,
	html body .yml-grid-4,
	html body .yml-grid-many {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	html body .yml-stat-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	html body .yml-shop-after .yml-grid-3,
	html body .yml-shop-after .yml-grid-4,
	html body .yml-shop-after .yml-grid-many {
		grid-template-columns: 1fr !important;
	}
}

@media (max-width: 760px) {
	html body .yml-wrap {
		margin: 28px auto 30px !important;
		padding: 0 12px !important;
	}

	html body .yml-hero,
	html body .yml-section {
		border-radius: 24px !important;
		padding: 24px 16px !important;
	}

	html body .yml-hero::after {
		right: 14px !important;
		top: 14px !important;
		font-size: 3rem !important;
		opacity: .24 !important;
	}

	html body .yml-hero-grid,
	html body .yml-grid-2,
	html body .yml-grid-3,
	html body .yml-grid-4,
	html body .yml-grid-many,
	html body .yml-stat-grid {
		grid-template-columns: 1fr !important;
	}

	html body .yml-title {
		font-size: clamp(2.05rem, 11vw, 3.12rem) !important;
	}

	html body .yml-lead {
		font-size: 1.04rem !important;
		line-height: 1.72 !important;
	}

	html body .yml-summary {
		justify-content: flex-start !important;
		overflow-x: auto !important;
		flex-wrap: nowrap !important;
		padding-bottom: 12px !important;
		scrollbar-width: thin !important;
	}

	html body .yml-summary a {
		flex: 0 0 auto !important;
	}

	html body .yml-actions {
		align-items: stretch !important;
	}

	html body .yml-btn,
	html body .yml-card-cta {
		width: 100% !important;
	}

	/* Tableaux mobile : transformation en cartes, pas de double scroll */
	html body .yml-table-wrap {
		width: 100% !important;
		max-width: 100% !important;
		overflow: visible !important;
	}

	html body .yml-table,
	html body .yml-table thead,
	html body .yml-table tbody,
	html body .yml-table tr,
	html body .yml-table th,
	html body .yml-table td {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	html body .yml-table thead {
		display: none !important;
	}

	html body .yml-table {
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	html body .yml-table tr {
		margin: 0 0 14px !important;
		border-radius: 20px !important;
		overflow: hidden !important;
		background-color: #ffffff !important;
		background-image: none !important;
		border: 1px solid rgba(154, 91, 0, .16) !important;
		box-shadow: 0 12px 26px rgba(74, 42, 18, .08) !important;
	}

	html body .yml-table td {
		position: relative !important;
		padding: 12px 14px 12px 42% !important;
		min-height: 46px !important;
		border-bottom: 1px solid rgba(154, 91, 0, .11) !important;
		white-space: normal !important;
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}

	html body .yml-table td::before {
		content: attr(data-label) !important;
		position: absolute !important;
		left: 14px !important;
		top: 12px !important;
		width: calc(42% - 22px) !important;
		color: #9a5b00 !important;
		font-weight: 950 !important;
		line-height: 1.35 !important;
		white-space: normal !important;
	}

	html body .yml-table td:last-child {
		border-bottom: 0 !important;
	}
}

@media (max-width: 520px) {
	html body .yml-table td {
		padding: 12px 14px !important;
	}

	html body .yml-table td::before {
		position: static !important;
		display: block !important;
		width: auto !important;
		margin: 0 0 5px !important;
	}
}

@media (max-width: 460px) {
	html body .yml-fast-card,
	html body .yml-link-card,
	html body .yml-recipe-card,
	html body .yml-product-card,
	html body .yml-tip-card,
	html body .yml-note-card,
	html body .yml-stat-card {
		padding: 18px !important;
		border-radius: 20px !important;
	}

	html body .yml-kicker,
	html body .yml-eyebrow {
		font-size: .72rem !important;
		letter-spacing: .045em !important;
	}

	html body .yml-note {
		padding: 16px !important;
	}

	html body .yml-note::before {
		position: static !important;
		display: block !important;
		margin: 0 0 8px !important;
	}
}

/* Réduction animations */

@media (prefers-reduced-motion: reduce) {
	html body .yml-wrap *,
	html body .yml-wrap *::before,
	html body .yml-wrap *::after {
		animation: none !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
}

/* =========================================================
   Yemiel - Bloc recette isolé anti-CSS natif
   ========================================================= */

html body .yml-wrap .yml-recipe-safe,
html body .yml-wrap .yml-recipe-safe * {
	box-sizing: border-box !important;
	float: none !important;
	clear: none !important;
	position: relative !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	columns: auto !important;
	column-count: auto !important;
	column-width: auto !important;
	writing-mode: horizontal-tb !important;
	text-orientation: mixed !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

html body .yml-wrap .yml-recipe-safe {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
}

html body .yml-wrap .yml-recipe-safe__grid {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	counter-reset: ymlSafeStep !important;
}

html body .yml-wrap .yml-recipe-safe__step {
	counter-increment: ymlSafeStep !important;
	display: grid !important;
	grid-template-columns: 54px minmax(0, 1fr) !important;
	gap: 15px !important;
	align-items: start !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 17px !important;
	border-radius: 22px !important;
	background-color: #ffffff !important;
	background-image: linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
	border: 1px solid rgba(154, 91, 0, .15) !important;
	box-shadow: 0 12px 26px rgba(74, 42, 18, .08) !important;
}

html body .yml-wrap .yml-recipe-safe__step::before {
	content: counter(ymlSafeStep) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 54px !important;
	height: 54px !important;
	min-width: 54px !important;
	border-radius: 18px !important;
	background-color: #6f3a05 !important;
	background-image: linear-gradient(135deg, #3a210c 0%, #7c480d 46%, #d99012 100%) !important;
	color: #fff8dc !important;
	font-size: 1.16rem !important;
	font-weight: 950 !important;
	line-height: 1 !important;
	box-shadow: 0 12px 24px rgba(116, 67, 15, .22) !important;
}

html body .yml-wrap .yml-recipe-safe__content {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #4d3018 !important;
	font-size: 1rem !important;
	line-height: 1.72 !important;
	font-weight: 500 !important;
	text-align: left !important;
}

html body .yml-wrap .yml-recipe-safe__content strong,
html body .yml-wrap .yml-recipe-safe__content em,
html body .yml-wrap .yml-recipe-safe__content a {
	display: inline !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
}

@media (max-width: 760px) {
	html body .yml-wrap .yml-recipe-safe__step {
		grid-template-columns: 46px minmax(0, 1fr) !important;
		gap: 12px !important;
		padding: 14px !important;
		border-radius: 20px !important;
	}

	html body .yml-wrap .yml-recipe-safe__step::before {
		width: 46px !important;
		height: 46px !important;
		min-width: 46px !important;
		border-radius: 15px !important;
		font-size: 1rem !important;
	}
}

@media (max-width: 420px) {
	html body .yml-wrap .yml-recipe-safe__step {
		grid-template-columns: 1fr !important;
	}

	html body .yml-wrap .yml-recipe-safe__step::before {
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
	}
}

/* =========================================================
   Yemiel - Fix collision CSS natif Recipe sur les étapes
   Cause : article#ss_the_content[itemtype$="/Recipe"] ol > li
   ========================================================= */

html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 14px !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 22px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
	counter-reset: none !important;
}

html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li {
	counter-increment: none !important;
	display: block !important;
	grid-template-columns: none !important;
	gap: 0 !important;
	align-items: initial !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 16px 18px 16px 52px !important;
	position: relative !important;
	border-radius: 22px !important;
	border: 1px solid rgba(154, 91, 0, .15) !important;
	background-color: #ffffff !important;
	background-image: linear-gradient(180deg, #ffffff 0%, #fff8e8 100%) !important;
	box-shadow: 0 12px 26px rgba(74, 42, 18, .08) !important;
	color: #4d3018 !important;
	font-size: 1rem !important;
	line-height: 1.72 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li::before {
	content: "🍯" !important;
	position: absolute !important;
	left: 16px !important;
	top: 17px !important;
	width: 24px !important;
	height: 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	font-size: 1rem !important;
	line-height: 1 !important;
}

html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li span,
html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li strong,
html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li em,
html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li a {
	display: inline !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	white-space: normal !important;
	word-break: normal !important;
	overflow-wrap: normal !important;
}

@media (max-width: 760px) {
	html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li {
		padding: 14px 15px 14px 48px !important;
		border-radius: 20px !important;
	}

	html body article#ss_the_content[itemtype$="/Recipe"] .yml-wrap #recette ol.yml-plus-list > li::before {
		left: 15px !important;
		top: 15px !important;
	}
}