/*
Theme Name: Foodvizer
Theme URI: https://foodvizer.com
Description: Theme custom Foodvizer — carte des plats digitale. Hérité de winevizer, palette or champagne.
Version: 0.2.0
Author: Sebbastien Demoustiez
Author URI: https://foodvizer.com
Tags: foodvizer, restaurant, menu
*/

/* ============================================================
   Foodvizer — Variables CSS racine (palette + fonts)
   ============================================================ */
:root {
    /* Palette principale */
    --fvz-primary: #0F0F12;          /* noir profond — fond hero */
    --fvz-secondary: #C9A961;        /* or champagne — CTA primaire, accents */
    --fvz-accent: #E8E2D5;           /* crème pâle — texte sur fond noir */
    --fvz-bg-light: #FAFAF7;         /* fond clair sections normales */
    --fvz-bg-dark: #0A0A0D;          /* fond noir le plus profond */
    --fvz-text-dark: #1A1A1F;        /* corps texte sur fond clair */
    --fvz-text-muted: #6B6B72;       /* texte secondaire */
    --fvz-border-subtle: #E0DCD0;    /* séparations sur fond clair */
    --fvz-gold-hover: #B8985A;       /* CTA hover */

    /* Fonts */
    --fvz-font-display: 'Cormorant Garamond', 'Times New Roman', serif;
    --fvz-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Boutons custom Foodvizer (utilisés par template-outil-gratuit, template-loi, etc.) */
.fvz-btn-primary {
    background: var(--fvz-secondary);
    color: var(--fvz-primary);
    border: none;
    padding: 14px 28px;
    border-radius: 4px;
    font-weight: 600;
    text-transform: none;
    transition: background 0.2s ease;
    display: inline-block;
    text-decoration: none;
}
.fvz-btn-primary:hover { background: var(--fvz-gold-hover); color: var(--fvz-primary); text-decoration: none; }

.fvz-btn-ghost {
    background: transparent;
    color: var(--fvz-accent);
    border: 1.5px solid var(--fvz-secondary);
    padding: 12px 26px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none;
}
.fvz-btn-ghost:hover { background: var(--fvz-secondary); color: var(--fvz-primary); }

/* Skip link */
.fvz-skip-link, .wvz-skip-link { position: absolute; left: -9999px; }
.fvz-skip-link:focus, .wvz-skip-link:focus { left: 8px; top: 8px; padding: 8px 16px; background: #fff; z-index: 100; }

/* ============================================================
   CSS hérité de winevizer (couleurs remplacées par palette foodvizer)
   ============================================================ */


/* ============================
   Landing campaign page
   ============================ */
body.wvz-landing {
	background-color: #ffffff;
}

/* --- Variant B: pain-first --- */
.wvz-pain-pre {
	color: #C9A961 !important;
}

.wvz-pain-bullets li {
	color: #555;
	font-weight: 400 !important;
}

.wvz-pain-bullets .la {
	background: #C9A961 !important;
	color: #ffffff !important;
}

.wvz-landing-cta__reassure {
	margin-top: 14px;
	color: #222;
	font-size: 0.88rem;
}

/* --- Variant C: social proof stats strip --- */
.wvz-landing-stats {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.wvz-landing-stat {
	display: flex;
	flex-direction: column;
	padding-right: 20px;
	border-right: 1px solid #ececec;
	flex: 1 1 auto;
	min-width: 120px;
}

.wvz-landing-stat:last-child {
	border-right: 0;
}

.wvz-landing-stat__num {
	font-size: 2rem;
	font-weight: 700;
	color: #C9A961;
	line-height: 1;
}

.wvz-landing-stat__lbl {
	font-size: 0.85rem;
	color: #555;
	margin-top: 6px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.wvz-landing-header {
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
	background: #ffffff;
	position: sticky;
	top: 0;
	z-index: 50;
}

.wvz-landing-logo-img {
	height: 42px;
	width: auto;
	max-width: 200px;
	display: block;
}

.wvz-landing-logo-col {
	display: flex;
	align-items: center;
}

.wvz-landing-header-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/* Contact button — solid red pill, white on hover */
.wvz-landing-contact {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 18px;
	margin: 0;
	color: #fff;
	background: #C9A961;
	border: 1.5px solid #C9A961;
	border-radius: 999px;
	font-family: inherit;
	font-weight: 600;
	font-size: 0.88rem;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
	box-shadow: 0 2px 8px rgba(201, 169, 97, 0.18);
}

.wvz-landing-contact:hover,
.wvz-landing-contact:focus-visible {
	color: #C9A961;
	background: #fff;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(201, 169, 97, 0.22);
}

.wvz-landing-contact__svg {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
}

.wvz-landing-contact__text {
	display: inline-block;
}

.wvz-landing-hero {
	padding: 70px 0 60px;
	background: linear-gradient(180deg, #FAFAF7 0%, #ffffff 100%);
	position: relative;
	overflow: hidden;
}

.wvz-landing-hero__pre {
	color: #C9A961;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 14px;
}

/* Pricing strip — above-the-fold offer visibility (CRO audit CC-1, 2026-05-27) */
.wvz-pricing-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 8px 0 18px;
	padding: 10px 14px;
	background: rgba(201, 169, 97, 0.05);
	border-left: 3px solid #C9A961;
	border-radius: 6px;
	font-size: 0.92rem;
	color: #1A1A1F;
	line-height: 1.35;
}

.wvz-pricing-strip__item {
	display: inline-flex;
	align-items: center;
}

.wvz-pricing-strip__item--price strong {
	color: #C9A961;
	font-weight: 800;
	letter-spacing: -0.01em;
	margin-left: 4px;
}

.wvz-pricing-strip__item--free {
	font-weight: 700;
	color: #1f6b3a;
}

.wvz-pricing-strip__sep {
	color: #ccc;
	font-weight: 700;
}

@media (max-width: 575px) {
	.wvz-pricing-strip {
		font-size: 0.84rem;
		padding: 9px 12px;
		gap: 4px 8px;
	}
}

.wvz-landing-hero__title {
	font-size: 2.6rem;
	line-height: 1.15;
	color: #111;
	font-weight: 700;
	margin: 0 0 18px;
}

.wvz-landing-hero__title .wvz-accent,
.wvz-landing-form__title .wvz-accent {
	color: #C9A961;
}

/* Subtle "highlighter" effect on form title accent — bottom band of soft red */
.wvz-landing-form__title .wvz-accent {
	background: linear-gradient(180deg, transparent 62%, rgba(201, 169, 97, 0.18) 62%, rgba(201, 169, 97, 0.18) 92%, transparent 92%);
	padding: 0 2px;
	white-space: nowrap;
}

.wvz-landing-hero__sub {
	color: #3a3a3a;
	font-size: 1.05rem;
	line-height: 1.6;
	margin-bottom: 22px;
}

.wvz-landing-hero__bullets {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wvz-landing-hero__bullets li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	color: #1A1A1F;
	font-weight: 500;
}

.wvz-landing-hero__bullets .la {
	color: #ffffff;
	background: #28a745;
	border-radius: 50%;
	width: 22px;
	height: 22px;
	min-width: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

/* --- Form card --- */
.wvz-landing-form-card {
	background: #ffffff;
	border-radius: 12px;
	padding: 32px 28px;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
	border-top: 4px solid #C9A961;
}

.wvz-landing-form__title {
	font-size: 1.6rem;
	margin: 0 0 6px;
	color: #111;
	font-weight: 700;
}

.wvz-landing-form__sub {
	color: #222;
	margin: 0 0 20px;
	font-size: 0.95rem;
}

/* CF7 tweaks inside the card — keep styling light, let WP do the form fields */
.wvz-landing-form__cf7 .wpcf7-form label {
	display: block;
	font-weight: 600;
	color: #1A1A1F;
	margin-bottom: 4px;
	font-size: 0.9rem;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="text"],
.wvz-landing-form__cf7 .wpcf7-form input[type="email"],
.wvz-landing-form__cf7 .wpcf7-form textarea,
.wvz-landing-form__cf7 .wpcf7-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	font-size: 0.95rem;
	margin-bottom: 14px;
	transition: border-color 0.15s;
}

.wvz-landing-form__cf7 .wpcf7-form input:focus,
.wvz-landing-form__cf7 .wpcf7-form textarea:focus,
.wvz-landing-form__cf7 .wpcf7-form select:focus {
	outline: none;
	border-color: #C9A961;
	box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.12);
}

.wvz-landing-form__cf7 .wpcf7-form input[type="file"] {
	padding: 10px;
	border: 2px dashed #c7c7c7;
	border-radius: 6px;
	width: 100%;
	background: #fafafa;
	cursor: pointer;
	margin-bottom: 16px;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="submit"],
.wvz-landing-form__cf7 .wpcf7-form button[type="submit"] {
	background: #C9A961;
	color: #ffffff;
	border: 0;
	padding: 14px 24px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 1rem;
	cursor: pointer;
	width: 100%;
	transition: background 0.15s;
	letter-spacing: 0.02em;
	text-transform: none;
	line-height: 1.3;
	display: block;
	position: relative;
}

.wvz-landing-form__cf7 .wpcf7-form input[type="submit"]:hover,
.wvz-landing-form__cf7 .wpcf7-form button[type="submit"]:hover {
	background: #B8985A;
}

.wvz-landing-form__cf7 .wpcf7-form button[type="submit"] .la {
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	font-size: 1.1em;
}

/* Microcopy under the file upload: nudges mobile FB visitors to snap a photo
 * instead of bouncing because they don't have the menu file on their phone. */
.wvz-landing-form__cf7 .wpcf7-form .wvz-file-hint,
.wvz-file-hint {
	margin: -8px 0 14px;
	font-size: 0.82rem;
	color: #6f5e57;
	line-height: 1.4;
	font-style: italic;
}

/* --- Steps --- */
.wvz-landing-steps {
	background-color: #ffffff;
}

.wvz-landing-steps__list {
	margin-top: 30px;
}

.wvz-landing-step {
	text-align: center;
	padding: 10px 24px;
}

.wvz-landing-step__num {
	width: 56px;
	height: 56px;
	line-height: 56px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: #C9A961;
	color: #ffffff;
	font-size: 1.6rem;
	font-weight: 700;
}

.wvz-landing-step__title {
	font-size: 1.2rem;
	color: #111;
	margin: 0 0 10px;
	font-weight: 600;
}

.wvz-landing-step__text {
	color: #555;
	line-height: 1.5;
	font-size: 0.95rem;
}

/* --- CTA repeat --- */
.wvz-landing-cta {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #FAFAF7 100%);
}

.wvz-landing-cta .theme-btn {
	font-size: 1.1rem;
	padding: 16px 40px;
}

/* --- Footer --- */
.wvz-landing-footer {
	padding: 26px 0;
	border-top: 1px solid #ececec;
	background: #fafafa;
	color: #555;
	font-size: 0.9rem;
}

.wvz-landing-footer a {
	color: #555;
	text-decoration: none;
}

.wvz-landing-footer a:hover {
	text-decoration: underline;
}

.wvz-landing-copy {
	margin: 0;
}

.wvz-landing-legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	gap: 18px;
	justify-content: flex-end;
}

.wvz-landing-legal li {
	display: inline-block;
}

/* Responsive */
@media (max-width: 991px) {
	.wvz-landing-hero {
		padding: 40px 0;
	}
	.wvz-landing-hero__copy {
		margin-bottom: 32px;
	}
	.wvz-landing-hero__title {
		font-size: 2rem;
	}
	.wvz-landing-form-card {
		padding: 24px 20px;
	}
}

@media (max-width: 575px) {
	.wvz-landing-hero__title {
		font-size: 1.7rem;
	}
	.wvz-landing-legal {
		justify-content: center;
		margin-top: 10px;
	}
	.wvz-landing-footer {
		text-align: center;
	}

	/* Header — shrink everything to fit logo + full-label button on one row */
	.wvz-landing-header {
		padding: 10px 0;
	}
	.wvz-landing-logo-img {
		height: 30px;
	}
	.wvz-landing-contact {
		padding: 6px 12px;
		font-size: 0.72rem;
		gap: 5px;
	}
	.wvz-landing-contact__svg {
		width: 12px;
		height: 12px;
	}
}

/* Smallest phones (≤360px) — drop the icon to give the text full breathing room */
@media (max-width: 360px) {
	.wvz-landing-contact {
		padding: 6px 10px;
		font-size: 0.7rem;
	}
	.wvz-landing-contact__svg {
		display: none;
	}
}

/* ============================
   Testimonials block (legacy — kept for non-landing pages)
   ============================ */
.testimonials-area {
	background-color: #FAFAF7;
}

.testimonial-item {
	background: #ffffff;
	border-radius: 8px;
	padding: 32px 28px 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
	border-top: 3px solid #C9A961;
}

.testimonial-item .testimonial__quote-mark {
	position: absolute;
	top: 14px;
	right: 18px;
	font-size: 28px;
	color: rgba(201, 169, 97, 0.12);
}

.testimonial-item .testimonial__quote {
	margin: 0 0 16px;
	padding: 0;
	border: 0;
	flex: 1;
}

.testimonial-item .testimonial__quote p {
	font-style: italic;
	color: #1A1A1F;
	line-height: 1.55;
	margin: 0;
}

.testimonial-item .testimonial__author {
	border-top: 1px solid #ececec;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
}

.testimonial-item .testimonial__name {
	color: #111;
	font-weight: 600;
	font-size: 0.95rem;
}

.testimonial-item .testimonial__role {
	color: #222;
	font-size: 0.85rem;
	margin-top: 2px;
}

/* A11y: skip link (visually hidden until focused). */
.wvz-skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: 100000;
}
.wvz-skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	background: #111;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
}

/* A11y: visible focus ring for keyboard users. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible {
	outline: 2px solid #C9A961;
	outline-offset: 2px;
	border-radius: 2px;
}

span.link {
	background-color: transparent !important;
	color: #007bff !important;
	text-decoration: none !important;
	cursor: pointer !important;
	margin: 5px 0;
	display: block
}

.smartphone {
	background-image: url(/wp-content/themes/foodvizer/assets/images/smartphone-blank.webp);
	margin: 0 auto;
	width: 476px;
	height: 81vh;
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.logo-box img {
	width: 200px
}

.counter-item .counter-content .counter__more {
	margin-top: 25px
}

.counter-item-2 .counter-content .counter__numb {
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 10px
}

.footer-area .footer-item .logo img {
	max-width: 80%
}

.aste-info {
	font-size: .9rem;
	margin-top: 1rem
}

.aste-info.text-center {
	font-size: .8rem;
	margin-top: 1rem;
	color: #000
}

.aste-info u {
	color: #000
}

.aste-info ul a {
	color: #ba1111
}

.aste-info ul li {
	margin-top: 5px
}

/* ============================
   Demo cards block — refonte 2026-05-27.
   Visual upgrade of the "Tester comme sur un smartphone" links under the
   smartphone mockup in _tryit.php. Each demo becomes a clickable card with
   icon (red gradient pill) + label + arrow indicator.
   ============================ */
.wvz-demo-block {
	margin-top: 18px;
	padding: 0 18px;      /* lateral breathing room — match other landing sections */
}

.wvz-demo-block__heading {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 12px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #1A1A1F;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.wvz-demo-block__heading svg {
	color: #C9A961;
	flex-shrink: 0;
}

.wvz-demo-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	/* All rows have equal height — kills the visual jolt when one label wraps
	   to 2 lines and the next stays on 1 (was 50px vs 52px on mobile). */
	grid-auto-rows: 1fr;
	gap: 10px;
}

/* Reset legacy theme rules from style.clean.css. The ancestor selector
   ".mobile-app-img .aste-info ul li" has higher specificity (0,2,2) than
   ".wvz-demo-cards li" (0,1,1), so we force with !important on critical
   layout properties. Width:50%+float:left was collapsing each li to half
   its grid cell, squishing labels to ~35px wide.
   `display: flex` (not block) makes the LI stretch to the row height so the
   inner <a class="wvz-demo-card"> can fill it via height:100%. */
.wvz-demo-cards li {
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
	display: flex !important;
	min-width: 0;
}

.wvz-demo-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 12px 14px;
	/* width/height 100% so the card occupies the full grid cell — guarantees
	   every card in a row has identical visual dimensions even if labels
	   wrap on different number of lines. */
	width: 100%;
	min-height: 58px;
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 12px;
	color: #0F0F12 !important;
	text-decoration: none !important;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.3;
	box-shadow: 0 1px 2px rgba(31, 42, 68, 0.04);
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.wvz-demo-card:hover,
.wvz-demo-card:focus-visible {
	border-color: #C9A961;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(201, 169, 97, 0.14);
	color: #C9A961 !important;
}

.wvz-demo-card__icon {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 9px;
	background: linear-gradient(135deg, #C9A961 0%, #C9A961 100%);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(201, 169, 97, 0.22);
}

.wvz-demo-card__icon svg {
	width: 18px;
	height: 18px;
}

.wvz-demo-card__label {
	flex: 1;
	min-width: 0;
}

.wvz-demo-card__arrow {
	flex-shrink: 0;
	color: #c5c5c5;
	display: inline-flex;
	transition: color 0.18s ease, transform 0.18s ease;
}

.wvz-demo-card:hover .wvz-demo-card__arrow,
.wvz-demo-card:focus-visible .wvz-demo-card__arrow {
	color: #C9A961;
	transform: translateX(3px);
}

/* Mobile : keep 2 columns. Icon left, label centered, arrow right (user explicitly
   requested both the gap between icon and label, and the right-aligned arrow to
   stay visible on phone — confirms the "tappable" affordance). */
@media (max-width: 575px) {
	.wvz-demo-cards {
		gap: 8px;
	}
	.wvz-demo-card {
		padding: 10px 11px;
		font-size: 0.78rem;
		gap: 11px;
		min-height: 54px;
	}
	.wvz-demo-card__icon {
		width: 28px;
		height: 28px;
		border-radius: 7px;
	}
	.wvz-demo-card__icon svg {
		width: 15px;
		height: 15px;
	}
	/* Arrow stays visible on mobile but shrinks slightly. Pushed all the way to
	   the right via the flex layout (label has flex:1, arrow has flex-shrink:0). */
	.wvz-demo-card__arrow {
		display: inline-flex;
	}
	.wvz-demo-card__arrow svg {
		width: 12px;
		height: 12px;
	}
	.wvz-demo-card__label {
		white-space: normal;
		line-height: 1.25;
	}
}

.quest {
	margin-bottom: 8px;
	margin-top: 16px
}

.bg-gray .section-divider:after {
	background-color: #e3e3e3
}

.menu-wrapper .logo-right-button {
	margin-left: 30px
}

.service-wrap .service-nav .nav-tabs li a .nav-link__text span {
	float: left;
	font-size: 30px;
	margin: 0 10px 15px 0
}

.service-wrap .service-content-wrap .service-content .choose-tab__list li {
	margin-bottom: 15px
}

.service-wrap .service-content-wrap .service-content .choose-tab__list li span {
	float: left;
	margin: 6px 15px 15px 0
}

.feature-area .feature-content-wrap h2.title_sec {
	color: #fff;
	left: 0;
	position: absolute;
	text-align: center;
	top: -95px;
	width: 100%;
	z-index: 10
}

.section--padding-custom {
	padding-top: 260px;
	padding-bottom: 90px
}

.feature-box-color-2 .feature__icon {
	background-color: #694ed0
}

.la-feat-custom img {
	width: 45px;
	margin-top: -10px
}

.bg-gray2 {
	background-color: #f8f8f8
}

.bottom-inv {
	margin-bottom: -50px;
	padding-bottom: 120px
}

.card-area h2,
.card-body h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 30px
}

.breadcrumb-area {
	position: relative;
	padding-top: 140px;
	padding-bottom: 40px
}

.card-body p {
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: 300
}

.card-body b,
.card-body strong {
	color: #1A1A1F;
	font-weight: 700
}

.tag-items .tag-inner ul li {
	display: inline-block;
	margin-right: 8px
}

.card-body ul {
	padding-left: 18px;
	margin: 0;
	list-style: circle;
	font-weight: 300
}

.card-body ul li {
	margin-bottom: 5px
}

.bg-illu {
	background-image: url(/wp-content/themes/foodvizer/assets/images/foodvizer-illu2.webp);
	background-size: cover
}

/* Container de la pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.pagination h2 {
    display: none;
}

/* Wrapper si WP ajoute .nav-links (the_posts_pagination) */
.pagination .nav-links {
    display: flex;
    gap: 0;
}

/* Liens de pagination (structure paginate_links : <a class="page-numbers">, <span class="page-numbers current">) */
.pagination .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.85rem;
    margin-left: -1px; /* pour l'effet "collé" comme Bootstrap */
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #007bff;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.25;
}

/* Premier élément : arrondis à gauche */
.pagination .page-numbers:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

/* Dernier élément : arrondis à droite */
.pagination .page-numbers:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

/* Page active */
.pagination .page-numbers.current {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

/* Hover sur les liens */
.pagination .page-numbers:not(.current):hover {
    background-color: #e9ecef;
    color: #0056b3;
}

/* Ellipses "…" */
.pagination .page-numbers.dots {
    cursor: default;
    color: #6c757d;
    background-color: #fff;
}

/* Classes prev / next pour ajuster éventuellement le style */
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-weight: 500;
}

.container-illu {
	background: rgb(255 255 255 / 50%);
	padding: 20px 0;
	border-radius: 5px
}

.container-illu .quest {
	color: #000
}

.feature-item.hover {
	background-color: #B8985A
}

.feature-box-color-2.hover .feature__icon {
	background-color: #fff
}

.feature-item.hover .feature__icon {
	color: #B8985A
}

.feature-item.hover .feature__icon .div-strokes .stroke__bar {
	background-color: #B8985A
}

.feature-item.hover h3,
.feature-item.hover p {
	color: #fff !important
}

.info-box-area .info-header img {
	width: 45px;
	margin-left: -10px
}

.info-box-area .info-header i {
	font-size: 45px;
	margin-left: 17px;
	color: #fff;
	margin-top: 20px
}

.info-box-item-4 .info-header .infobg__svg {
	left: -45px
}

.info-box-area .info-box-item-4 {
	-webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, .1);
	box-shadow: 0 0 40px rgb(82 85 90 / 10%)
}

.card-img-top {
	height: auto
}

.post-template-default.single h3 {
	font-size: 17px;
	margin-bottom: 10px;
	margin-top: 20px;
}

a.top-b-btn {
	min-width: 335px;
	padding: 0 20px;
	margin-right: 35px !important;
	line-height: 22px;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: center;
}

a.top-b-btn b {
	font-size: 17px
}

a.top-b-btn.style3 {
	background-color: #4c32b1 !important
}

.top-banner-link {
	color: #fff;
	margin-top: 30px;
	font-weight: 600
}

.top-banner-link:hover {
	color: #fff;
	font-weight: 700
}

.banner-item-wrap2 {
	padding-top: 225px;
	padding-bottom: 100px
}

.i-top-btn {
	font-size: 40px;
	margin: 8px auto 0;
	display: block
}

.main-menu>ul li .dropdown-menu-item li a {
	text-transform: none;
	margin-bottom: 10px
}

ul li.lang-item {
	float: left;
	margin-right: 10px
}

.card-img-top {
	max-width: 100%;
}

.text-center {
	text-align: center;
}

.header-menu-fluid .container {
	max-width: 92%;
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title {
	color: #B8985A;
	font-size: 15px;
	font-weight: 600;
}

.elementor-accordion .elementor-tab-content {
	background-color: #FAFAF7;
	color: #444;
	font-size: 14px;
	padding: 15px 20px 15px 20px;
}

@media (min-width:575px) and (max-width:1405px) {
	.header-menu-fluid .container {
		max-width: 98%;
	}
	.theme-btn .la {
		right: 15px;
	}
	.theme-btn {
		font-size: 13px;
		padding: 0 35px 0 20px;
	}
	.main-menu>ul li {
		margin-right: 25px;
	}
	.main-menu>ul li a {
		font-size: 14px;
	}
}

@media (max-width:575px) {
	.menu-content {
		padding-bottom: 5px !important;
		padding-top: 5px !important
	}

	.logo-right-button .side-menu-open {
		margin-top: -52px
	}

	body.home .banner-item-wrap2 {
		padding-top: 120px
	}
	
	.d-sm-none {
		display: none;
	}

	.home-page-6 .section-description .section__desc {
		font-size: 16px;
		line-height: 27px
	}

	.banner-content .btn-box a {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
		margin-right: 0
	}

	.section-heading .section__title {
		font-size: 31px
	}
}

/* ============================================================
   Landing campaign — additions (hero bg, trust pills,
   counters cards, testimonials stars, sticky mobile CTA,
   bottom reconversion form, _tryit harmonization)
   ============================================================ */

/* --- Hero background image (low-opacity restaurant photo) --- */
.wvz-landing-hero {
	position: relative;
	z-index: 1;
}
.wvz-landing-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url('/wp-content/uploads/2024/12/foodvizer-banner.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.10;
	z-index: -1;
	pointer-events: none;
}

/* --- Trust pills under submit --- */
.wvz-trust-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 14px;
}
.wvz-trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 12px;
	font-size: 0.78rem;
	color: #444;
	background: #f6f3f0;
	border: 1px solid #ececec;
	border-radius: 999px;
	font-weight: 500;
}
.wvz-trust-pill .la,
.wvz-trust-pill svg {
	color: #C9A961;
	font-size: 13px;
	width: 13px;
	height: 13px;
	vertical-align: -2px;
}

/* --- Mobile: form before hero copy --- */
@media (max-width: 991px) {
	.wvz-landing-hero .row.align-items-center {
		flex-direction: column-reverse;
	}
	.wvz-landing-hero__copy {
		margin-bottom: 0 !important;
		margin-top: 32px;
	}
}

/* --- Counters: redesigned cards --- */
.wvz-counters-area {
	background: #FAFAF7;
	position: relative;
}
.wvz-counters-area .section__title {
	font-size: 2rem;
}
.wvz-counters-grid {
	margin-top: 32px;
}
.wvz-counter-card {
	background: #fff;
	border-radius: 14px;
	padding: 32px 24px 28px;
	box-shadow: 0 6px 28px rgba(0,0,0,0.05);
	border: 1px solid #eee;
	height: 100%;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wvz-counter-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 40px rgba(0,0,0,0.08);
}
.wvz-counter-card--accent {
	background: linear-gradient(180deg, #C9A961 0%, #B8985A 100%);
	border-color: #B8985A;
	color: #fff;
}
.wvz-counter-card--accent .wvz-counter-card__title,
.wvz-counter-card--accent .wvz-counter-card__sub,
.wvz-counter-card--accent .wvz-counter-card__num,
.wvz-counter-card--accent .wvz-counter-card__more {
	color: #fff;
}
.wvz-counter-card--accent .wvz-counter-card__icon {
	background: rgba(255,255,255,0.18);
	color: #fff;
}
.wvz-counter-card__icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(201,169,97,0.10);
	color: #C9A961;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	margin-bottom: 16px;
}
.wvz-counter-card__icon svg {
	display: block;
}
.wvz-counter-card__more {
	font-size: 0.85rem;
	font-weight: 500;
	color: #222;
	margin-bottom: 4px;
}
.wvz-counter-card__num {
	font-size: 2.6rem;
	font-weight: 800;
	color: #C9A961;
	line-height: 1;
	letter-spacing: -0.01em;
	margin-bottom: 10px;
}
.wvz-counter-card__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
	margin: 0 0 8px;
	line-height: 1.3;
}
.wvz-counter-card__sub {
	font-size: 0.88rem;
	color: #222;
	margin: 0;
	line-height: 1.45;
}

/* Counters mobile spacing — Bootstrap col-sm-6 stacks to 100% under 576px
   but doesn't add vertical gap between cards; add explicit row-gap. */
@media (max-width: 991px) {
	.wvz-counters-grid {
		row-gap: 20px;
	}
}

/* ============================
   Trust Wall — CRO audit HI-2 (2026-05-27).
   6 factual reassurance cards between hero and steps.
   Premium feel : white cards, gradient icon pills, subtle hover lift.
   ============================ */
.wvz-trust-wall {
	padding: 64px 0 72px;
	background: linear-gradient(180deg, #ffffff 0%, #FAFAF7 100%);
	position: relative;
}

.wvz-trust-wall::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 56px;
	height: 4px;
	background: linear-gradient(90deg, #C9A961, #C9A961);
	border-radius: 0 0 4px 4px;
}

.wvz-trust-wall__intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 38px;
}

.wvz-trust-wall__meta {
	color: #C9A961;
	font-weight: 700;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
}

.wvz-trust-wall__title {
	font-size: 1.85rem;
	line-height: 1.2;
	color: #111;
	font-weight: 800;
	margin: 0;
}

.wvz-trust-wall__title .wvz-accent {
	color: #C9A961;
}

.wvz-trust-wall__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.wvz-trust-wall__card {
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 24px 22px 22px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.04);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	position: relative;
	overflow: hidden;
}

.wvz-trust-wall__card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #C9A961, #C9A961);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s ease;
}

.wvz-trust-wall__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 42px rgba(201, 169, 97, 0.10);
	border-color: rgba(201, 169, 97, 0.18);
}

.wvz-trust-wall__card:hover::after {
	transform: scaleX(1);
}

.wvz-trust-wall__icon {
	display: inline-flex;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background: linear-gradient(135deg, #C9A961 0%, #C9A961 100%);
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 16px rgba(201, 169, 97, 0.25);
	margin-bottom: 14px;
}

.wvz-trust-wall__icon svg {
	width: 22px;
	height: 22px;
}

.wvz-trust-wall__label {
	font-size: 1.02rem;
	font-weight: 700;
	color: #0F0F12;
	margin: 0 0 6px;
	line-height: 1.3;
}

.wvz-trust-wall__desc {
	color: #6B6B72;
	font-size: 0.9rem;
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 991px) {
	.wvz-trust-wall__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.wvz-trust-wall__title {
		font-size: 1.55rem;
	}
}

@media (max-width: 575px) {
	.wvz-trust-wall {
		padding: 50px 0 56px;
	}
	.wvz-trust-wall__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
	.wvz-trust-wall__card {
		padding: 20px 18px 18px;
	}
	.wvz-trust-wall__title {
		font-size: 1.4rem;
	}
	.wvz-trust-wall__icon {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}
}

/* Step section intro paragraph (LP-B pain→solution transition, CRO QW-B4) */
.wvz-landing-step__intro {
	max-width: 560px;
	margin: 16px auto 0;
	font-size: 1.02rem;
	color: #1A1A1F;
	line-height: 1.55;
	font-style: italic;
}

/* ============================
   Comparison table — LP-C only (CRO audit HI-1, 2026-05-27)
   Renders between counters and steps. Winevizer column highlighted.
   Mobile : horizontal scroll, criteria column sticky.
   ============================ */
.wvz-comparison-area {
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}

.wvz-comparison__sub {
	max-width: 640px;
	margin: 18px auto 0;
	color: #1A1A1F;
	font-size: 1rem;
	line-height: 1.55;
}

.wvz-comparison-scroll {
	margin-top: 36px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	box-shadow: 0 4px 22px rgba(0,0,0,0.06);
	background: #fff;
	border: 1px solid #eee;
}

.wvz-comparison-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.wvz-comparison-table thead th {
	background: #FAFAF7;
	color: #1A1A1F;
	font-weight: 700;
	padding: 16px 14px;
	border-bottom: 2px solid #ececec;
	font-size: 0.95rem;
	text-align: center;
	vertical-align: middle;
}

.wvz-comparison-table thead .wvz-comparison-table__col--wv {
	background: #C9A961;
	color: #fff;
	position: relative;
}

.wvz-comparison-table__brand {
	display: inline-block;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
}

.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
	background: #FAFAF7;
	text-align: left;
	font-weight: 600;
	color: #0F0F12;
	padding: 14px 14px;
	border-bottom: 1px solid #ececec;
	font-size: 0.9rem;
}

.wvz-comparison-table tbody td {
	padding: 14px 14px;
	text-align: center;
	border-bottom: 1px solid #ececec;
	color: #1A1A1F;
	vertical-align: middle;
}

.wvz-comparison-table tbody .wvz-comparison-table__col--wv {
	background: rgba(201, 169, 97, 0.06);
	font-weight: 700;
	color: #C9A961;
	border-left: 2px solid #C9A961;
	border-right: 2px solid #C9A961;
}

.wvz-comparison-table tbody tr:last-child .wvz-comparison-table__col--wv {
	border-bottom: 2px solid #C9A961;
}

.wvz-comparison-table tbody tr:hover {
	background: rgba(0,0,0,0.015);
}

.wvz-comparison-table tbody tr:hover .wvz-comparison-table__col--wv {
	background: rgba(201, 169, 97, 0.10);
}

.wvz-comparison__note {
	margin-top: 18px;
	text-align: center;
	font-size: 0.82rem;
	color: #888;
	font-style: italic;
}

.wvz-comparison__cta {
	margin-top: 28px;
}

.wvz-comparison__cta-btn {
	background: #C9A961;
	border-color: #C9A961;
	color: #fff;
	padding: 14px 28px;
	font-weight: 700;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.wvz-comparison__cta-btn:hover {
	background: #B8985A;
	border-color: #B8985A;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(201, 169, 97, 0.22);
}

/* Mobile : sticky criteria column for scroll context */
@media (max-width: 767px) {
	.wvz-comparison-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.wvz-comparison-table {
		font-size: 0.82rem;
		min-width: 640px;
	}
	.wvz-comparison-table thead th,
	.wvz-comparison-table tbody td,
	.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
		padding: 10px 9px;
	}
	.wvz-comparison-table tbody th.wvz-comparison-table__criteria {
		position: sticky;
		left: 0;
		z-index: 2;
		box-shadow: 2px 0 4px rgba(0,0,0,0.05);
	}
	.wvz-comparison-table thead .wvz-comparison-table__criteria {
		position: sticky;
		left: 0;
		z-index: 3;
	}
	.wvz-comparison-scroll {
		border-radius: 8px;
		margin-left: -10px;
		margin-right: -10px;
	}
}

/* --- Testimonials: redesigned with stars + avatars --- */
.wvz-testimonials-area {
	background: #fff;
}
.wvz-testimonials-area .section__title {
	font-size: 2rem;
}
.wvz-rating-summary {
	display: block;
	text-align: center;
	margin: 6px auto 0;
	color: #444;
	font-weight: 500;
	font-size: 0.95rem;
}
.wvz-rating-summary .wvz-stars {
	display: inline-flex;
	gap: 2px;
	vertical-align: middle;
	margin-right: 6px;
}
.wvz-rating-summary__text {
	display: inline-block;
	vertical-align: middle;
}
.wvz-stars {
	display: inline-flex;
	gap: 2px;
	color: #f5b400;
	line-height: 0;
	vertical-align: middle;
}
.wvz-testimonials-grid {
	margin-top: 8px;
}
.wvz-testimonial {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 28px 24px 22px;
	margin: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 4px 22px rgba(0,0,0,0.04);
	border-top: 3px solid #C9A961;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wvz-testimonial:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 38px rgba(0,0,0,0.07);
}
.wvz-testimonial__rating {
	display: flex;
	align-items: center;
	gap: 6px;
}
.wvz-testimonial__quote {
	margin: 0;
	padding: 0;
	border: 0;
	flex: 1;
}
.wvz-testimonial__quote p {
	font-size: 1rem;
	line-height: 1.55;
	color: #1A1A1F;
	margin: 0;
	font-style: italic;
}
.wvz-testimonial__quote p::before {
	content: "\201C";
	color: rgba(201,169,97,0.35);
	font-size: 1.4em;
	margin-right: 2px;
	vertical-align: -0.15em;
	font-style: normal;
}
.wvz-testimonial__quote p::after {
	content: "\201D";
	color: rgba(201,169,97,0.35);
	font-size: 1.4em;
	margin-left: 2px;
	vertical-align: -0.15em;
	font-style: normal;
}
.wvz-testimonial__author {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid #ececec;
	padding-top: 14px;
}
.wvz-testimonial__avatar {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #C9A961 0%, #C9A961 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.95rem;
	letter-spacing: 0.02em;
}
.wvz-testimonial__author-text {
	display: flex;
	flex-direction: column;
}
.wvz-testimonial__name {
	color: #111;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.2;
}
.wvz-testimonial__role {
	color: #222;
	font-size: 0.82rem;
	margin-top: 2px;
}

/* Testimonials — consistent vertical spacing on mobile (Bootstrap mb-4 alone
   leaves a cramped look once cards stack to 1 column). */
@media (max-width: 767px) {
	.wvz-testimonials-grid {
		row-gap: 24px;
	}
	.wvz-testimonials-grid .col-md-6 {
		margin-bottom: 0;
	}
}

/* --- Market reassurance blocks (lang-specific: US for EN LPs, FR for FR LPs) ---
 * Refonte 2026-05-26 — passage de "texte centré sans cadre" à vraies cards
 * avec ombre, numéro de séquence, icône dans pastille rouge, chiffres en
 * exergue. Layout 3-cols desktop / 2-cols tablet / 1-col mobile.
 */
.wvz-us-market,
.wvz-fr-market {
	background: linear-gradient(180deg, #FAFAF7 0%, #f4ece4 100%);
	padding: 70px 0 80px;
}
.wvz-us-market .section__meta,
.wvz-fr-market .section__meta {
	color: #C9A961;
	font-weight: 700;
	font-size: .82rem;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	background: transparent;
	padding: 0;
	display: inline-block;
}
.wvz-us-market .section__title,
.wvz-fr-market .section__title {
	font-size: 1.85rem;
	line-height: 1.25;
	max-width: 680px;
	margin: 12px auto 0;
}
.wvz-us-market .section-divider,
.wvz-fr-market .section-divider {
	margin-top: 18px;
}
.wvz-us-market__grid,
.wvz-fr-market__grid {
	margin-top: 44px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.wvz-us-market__card,
.wvz-fr-market__card {
	background: #ffffff;
	border-radius: 14px;
	padding: 36px 28px 32px;
	box-shadow: 0 6px 28px rgba(0, 0, 0, .05);
	border: 1px solid #efe6dc;
	border-top: 3px solid #C9A961;
	position: relative;
	transition: transform .18s ease, box-shadow .18s ease;
	text-align: left;
}
.wvz-us-market__card:hover,
.wvz-fr-market__card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 38px rgba(0, 0, 0, .08);
}
.wvz-us-market__num,
.wvz-fr-market__num {
	position: absolute;
	top: 18px;
	right: 22px;
	color: rgba(201, 169, 97, .18);
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: -.02em;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	user-select: none;
}
.wvz-us-market__icon,
.wvz-fr-market__icon {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	background: linear-gradient(135deg, #C9A961 0%, #c23046 100%);
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
	box-shadow: 0 6px 16px -4px rgba(201, 169, 97, .35);
}
.wvz-us-market__card h3,
.wvz-fr-market__card h3 {
	font-size: 1.18rem;
	color: #111;
	margin: 0 0 14px;
	font-weight: 700;
	line-height: 1.3;
}
.wvz-us-market__card p,
.wvz-fr-market__card p {
	color: #4a4540;
	font-size: 0.95rem;
	line-height: 1.6;
	margin: 0;
}
.wvz-us-market__card strong,
.wvz-fr-market__card strong,
.wvz-us-market__stat,
.wvz-fr-market__stat {
	color: #C9A961;
	font-weight: 700;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.wvz-us-market__grid,
	.wvz-fr-market__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.wvz-us-market .section__title,
	.wvz-fr-market .section__title {
		font-size: 1.6rem;
	}
}
@media (max-width: 600px) {
	.wvz-us-market,
	.wvz-fr-market {
		padding: 50px 0 60px;
	}
	.wvz-us-market__grid,
	.wvz-fr-market__grid {
		grid-template-columns: 1fr;
		gap: 28px;
		margin-top: 32px;
	}
	.wvz-us-market__card,
	.wvz-fr-market__card {
		padding: 28px 22px 26px;
	}
	.wvz-us-market__num,
	.wvz-fr-market__num {
		font-size: 2rem;
		top: 14px;
		right: 18px;
	}
}

/* --- Bottom reconversion section --- */
.wvz-landing-recta {
	padding: 70px 0 90px;
	background: linear-gradient(180deg, #ffffff 0%, #FAFAF7 100%);
	position: relative;
}
.wvz-landing-recta__heading {
	text-align: center;
	margin-bottom: 32px;
}
.wvz-landing-recta__heading h2 {
	font-size: 2rem;
	color: #111;
	font-weight: 700;
	margin: 0 0 10px;
}
.wvz-landing-recta__heading p {
	color: #555;
	font-size: 1.05rem;
	margin: 0;
}
.wvz-landing-recta-grid {
	align-items: stretch;
}
.wvz-landing-recta__form {
	background: #fff;
	border-radius: 12px;
	padding: 28px 24px;
	box-shadow: 0 18px 60px rgba(0,0,0,0.10);
	border-top: 4px solid #C9A961;
	height: 100%;
}
.wvz-landing-recta__form h3 {
	font-size: 1.3rem;
	color: #111;
	margin: 0 0 6px;
	font-weight: 700;
}
.wvz-landing-recta__form .form-sub {
	color: #222;
	font-size: 0.92rem;
	margin: 0 0 18px;
}
/* FAQ accordion — refonte 2026-05-27 (audit follow-up).
   6 questions sans scroller le formulaire en bas de page : <details>/<summary>
   natif, collapsed par défaut, plus/moins animé sur la droite. */
.wvz-landing-faq {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.wvz-landing-faq__item {
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ececec;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wvz-landing-faq__item[open] {
	border-color: rgba(201, 169, 97, 0.25);
	box-shadow: 0 6px 18px rgba(201, 169, 97, 0.06);
}

.wvz-landing-faq__q {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	cursor: pointer;
	user-select: none;
	list-style: none;
	font-size: 0.96rem;
	font-weight: 600;
	color: #0F0F12;
	line-height: 1.35;
	transition: color 0.15s ease, background-color 0.15s ease;
}

/* Hide native disclosure triangle */
.wvz-landing-faq__q::-webkit-details-marker { display: none; }
.wvz-landing-faq__q::marker { content: ""; }

.wvz-landing-faq__q:hover {
	color: #C9A961;
	background: rgba(201, 169, 97, 0.025);
}

.wvz-landing-faq__q-text {
	flex: 1;
	min-width: 0;
}

.wvz-landing-faq__q-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(201, 169, 97, 0.1);
	color: #C9A961;
	position: relative;
	transition: background-color 0.22s ease, transform 0.22s ease;
}

.wvz-landing-faq__q-icon::before,
.wvz-landing-faq__q-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: currentColor;
	border-radius: 1px;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.wvz-landing-faq__q-icon::before {
	width: 10px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.wvz-landing-faq__q-icon::after {
	width: 2px;
	height: 10px;
	transform: translate(-50%, -50%);
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q {
	color: #C9A961;
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q-icon {
	background: #C9A961;
	color: #fff;
	transform: rotate(45deg);
}

.wvz-landing-faq__item[open] .wvz-landing-faq__q-icon::after {
	opacity: 0;
}

.wvz-landing-faq__a {
	color: #6B6B72;
	font-size: 0.9rem;
	margin: 0;
	padding: 0 16px 16px;
	line-height: 1.55;
	animation: wvz-faq-open 0.28s ease;
}

@keyframes wvz-faq-open {
	from { opacity: 0; transform: translateY(-4px); }
	to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 575px) {
	.wvz-landing-faq__q { padding: 12px 14px; font-size: 0.92rem; }
	.wvz-landing-faq__a { padding: 0 14px 14px; font-size: 0.87rem; }
}
.wvz-landing-recta__reassure {
	margin-top: 22px;
	color: #222;
	font-size: 0.9rem;
	text-align: center;
}

/* --- Sticky mobile CTA bar (visible only mobile, after scroll) --- */
.wvz-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	background: #ffffff;
	border-top: 1px solid #ececec;
	box-shadow: 0 -6px 26px rgba(0,0,0,0.12);
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0));
	transform: translateY(110%);
	transition: transform 0.25s ease-in-out;
	display: none;
}
.wvz-sticky-cta.is-visible {
	transform: translateY(0);
}
.wvz-sticky-cta a {
	display: block;
	background: #C9A961;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 13px 16px;
	font-weight: 700;
	font-size: 0.98rem;
	letter-spacing: 0.02em;
	text-decoration: none;
}
.wvz-sticky-cta a .la {
	margin-left: 6px;
}
@media (max-width: 767px) {
	.wvz-sticky-cta {
		display: block;
	}
}

/* --- _tryit harmonized for landing pages --- */
.wvz-landing-main .wv-try {
	background: #FAFAF7;
}
.wvz-landing-main .wv-try .nav-tabs li a {
	color: #1A1A1F;
	font-size: 0.95rem;
}
.wvz-landing-main .wv-try .nav-tabs li a.active {
	color: #C9A961;
	border-bottom: 2px solid #C9A961;
}
.wvz-landing-main .wv-try .aste-info {
	color: #555;
	font-size: 0.88rem;
}

/* Consent footnote under the form — small, muted, breathing space above */
p.form-consent {
	font-size: 0.7rem;
	margin: 22px 0 0;
	padding: 0 2px;
	color: #7a6e69;
	line-height: 1.5;
}

p.form-consent a {
	color: #C9A961;
	text-decoration: underline;
}

p.form-consent a:hover {
	color: #B8985A;
}

/* --- Reduce hero typography on smaller screens --- */
@media (max-width: 575px) {
	.wvz-counters-area .section__title,
	.wvz-testimonials-area .section__title,
	.wvz-landing-recta__heading h2 {
		font-size: 1.55rem;
	}
	.wvz-counter-card__num {
		font-size: 2.1rem;
	}
}
/* ============================================================
   Foodvizer Feature Cards - fix titre + icones SVG harmonisees
   ============================================================ */

/* Titre features : remonte et ajouter padding pour ne pas chevaucher */
.feature-area .feature-content-wrap h2.title_sec {
    color: var(--fvz-text-dark) !important;
    position: relative !important;
    top: auto !important;
    text-align: center;
    margin-bottom: 56px !important;
    font-family: var(--fvz-font-display);
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
}

/* Reduce custom padding now that title is in-flow */
.section--padding-custom {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

/* Feature icons : background or champagne + svg blanche */
.feature-area .feature-item .feature__icon {
    background-color: var(--fvz-secondary) !important;
    -webkit-box-shadow: 0 8px 24px rgba(201, 169, 97, .25) !important;
            box-shadow: 0 8px 24px rgba(201, 169, 97, .25) !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fvz-feature-svg {
    color: var(--fvz-primary);
    display: block;
}

.feature-area .feature-box-color-2 .feature__icon,
.feature-area .feature-box-color-3 .feature__icon {
    background-color: var(--fvz-secondary) !important;
}

.feature-area .feature-item.hover .feature__icon,
.feature-area .feature-item:hover .feature__icon {
    background-color: var(--fvz-gold-hover) !important;
}

.feature-area .feature-item .feature__title {
    color: var(--fvz-text-dark);
    margin-top: 24px;
}

.feature-area .feature-item .feature__text {
    color: var(--fvz-text-muted);
}

/* Hero animated word : couleur or champagne + lisibilite (sans casser l'animation slide) */
.home-page-6 .cd-words-wrapper { color: var(--fvz-secondary); }
.home-page-6 .cd-words-wrapper b {
    color: var(--fvz-secondary);
    text-shadow: 2px 2px 6px rgba(15,15,18,.7);
}
/* Mobile : reduire la taille du hero title pour eviter debordement */
@media (max-width: 767px) {
    .home-page-6 .section-heading .section__title { font-size: 2.2rem !important; line-height: 1.25; }
    .home-page-6 .section__meta { font-size: 0.95rem !important; }
}

/* Hero highlight (substitut au <b> qui était cible par cd-headline.slide opacity:0) */
.home-page-6 .section__title .fvz-hero-accent {
    color: var(--fvz-secondary);
    font-weight: 700;
}



/* SVG décoratif reste en absolute (zero impact layout) mais recentré horizontalement */
    .info-box-area .info-box-item-4 .info-header .infobg__svg {
        left: 50% !important;
        transform: translateX(-50%) !important;
        /* top: -20px herite, ne pas toucher */
    }
    /* Corps centre */
    .info-box-area .info-box-item .info-body,
    .info-box-area .info-box-item .info__title,
    .info-box-area .info-box-item .info__text {
        text-align: center;
    }
}

/* Info-box mobile : 1 colonne + icone centree dans la tache SVG + espacement reduit */
@media (max-width: 767px) {
    .info-box-area .info-box-wrap .col-sm-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 12px;
    }
    .info-box-area .section-padding-top {
        padding-top: 48px;
    }
    .info-box-area .info-box-item {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .info-box-area .info-box-item .info-header {
        text-align: center !important;
        position: relative;
        padding-top: 18px;
    }
    /* SVG decoratif : recentre horizontalement avec offset pour compenser blob asymetrique */
    .info-box-area .info-box-item-4 .info-header .infobg__svg {
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: -10px !important;
        width: 140px;
        height: 140px;
    }
    /* Icone : translate vers le bas pour etre centree dans le SVG */
    .info-box-area .info-box-item-4 .info-header i {
        position: relative;
        display: inline-block;
        transform: translateY(18px);
        z-index: 2;
    }
    .info-box-area .info-box-item .info-body {
        text-align: center;
        margin-top: 12px;
    }
    .info-box-area .info-box-item .info-body .info__title {
        margin-bottom: 8px;
    }
    .info-box-area .info-box-item .info-body .info__text {
        margin-bottom: 0;
    }
}

/* ==================================================================
   PRICING PAGE (template-tarifs.php) — 2026-06-22
   ================================================================== */
.fvz-eyebrow {
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    color: var(--fvz-secondary, #C9A961);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 18px;
}
.fvz-h1 {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 18px;
    color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-h1 em { font-style: italic; color: var(--fvz-secondary, #C9A961); font-weight: 600; }
.fvz-hero-sub {
    font-size: 18px;
    line-height: 1.6;
    max-width: 640px;
    opacity: 0.78;
    margin: 0 auto 24px;
}
.fvz-container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.fvz-section { padding: 64px 0; }
.fvz-section--alt { background: var(--fvz-bg-light, #FAFAF7); }
.fvz-section-title {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: clamp(28px, 4vw, 40px);
    text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
    line-height: 1.2;
}
.fvz-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 920px;
    margin: 0 auto;
}
.fvz-price-card {
    background: #fff;
    border: 1px solid rgba(15, 15, 18, 0.08);
    border-radius: 16px;
    padding: 40px 32px;
    box-shadow: 0 6px 28px rgba(15, 15, 18, 0.04);
    display: flex;
    flex-direction: column;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.fvz-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 44px rgba(15, 15, 18, 0.08);
}
.fvz-price-card--featured {
    background: var(--fvz-primary, #0F0F12);
    color: var(--fvz-accent, #E8E2D5);
    border-color: var(--fvz-secondary, #C9A961);
    position: relative;
}
.fvz-price-card--featured::before {
    content: 'Recommandé';
    position: absolute;
    top: -14px;
    right: 24px;
    background: var(--fvz-secondary, #C9A961);
    color: #0F0F12;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    padding: 5px 12px;
    border-radius: 999px;
}
.fvz-price-tier {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px;
}
.fvz-price-amount {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin: 6px 0 4px;
}
.fvz-price-period {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    margin-left: 4px;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
}
.fvz-price-annual {
    font-size: 13px;
    opacity: 0.7;
    margin: 0 0 24px;
    min-height: 20px;
}
.fvz-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 15px;
    line-height: 1.5;
}
.fvz-price-features li {
    padding-left: 28px;
    position: relative;
}
.fvz-price-features li::before {
    content: '\2713';
    color: var(--fvz-secondary, #C9A961);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -1px;
}
.fvz-price-features li.fvz-disabled {
    opacity: 0.4;
    text-decoration: line-through;
}
.fvz-price-features li.fvz-disabled::before {
    content: '\2014';
    color: inherit;
}
.fvz-price-card .fvz-btn-primary {
    margin-top: auto;
}
.fvz-faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.fvz-faq-item {
    background: #fff;
    border: 1px solid rgba(15, 15, 18, 0.08);
    border-radius: 12px;
    padding: 20px 24px;
}
.fvz-faq-item[open] {
    border-color: var(--fvz-secondary, #C9A961);
    box-shadow: 0 4px 18px rgba(15, 15, 18, 0.05);
}
.fvz-faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-size: 16px;
    color: var(--fvz-text-dark, #1A1A1F);
    position: relative;
    padding-right: 32px;
}
.fvz-faq-item summary::-webkit-details-marker { display: none; }
.fvz-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 22px;
    line-height: 1;
    color: var(--fvz-secondary, #C9A961);
    transition: transform 0.2s ease;
}
.fvz-faq-item[open] summary::after { content: '\2212'; }
.fvz-faq-item-content {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
}
.fvz-final-cta {
    background: var(--fvz-primary, #0F0F12);
    color: var(--fvz-accent, #E8E2D5);
    padding: 80px 24px;
    text-align: center;
}
.fvz-final-cta .fvz-section-title {
    margin-bottom: 16px;
}
.fvz-final-cta-sub {
    font-size: 17px;
    line-height: 1.6;
    opacity: 0.82;
    max-width: 600px;
    margin: 0 auto 32px;
}
.fvz-btn-primary {
    display: inline-block;
    background: var(--fvz-secondary, #C9A961);
    color: var(--fvz-text-dark, #0F0F12);
    border: none;
    padding: 14px 28px;
    border-radius: 999px;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}
.fvz-btn-primary:hover {
    background: #d8b876;
    transform: translateY(-1px);
    color: var(--fvz-text-dark, #0F0F12);
}
.fvz-btn-ghost {
    display: inline-block;
    background: transparent;
    color: var(--fvz-accent, #E8E2D5);
    border: 1px solid currentColor;
    padding: 13px 26px;
    border-radius: 999px;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.fvz-btn-ghost:hover {
    background: var(--fvz-accent, #E8E2D5);
    color: var(--fvz-text-dark, #0F0F12);
}
.fvz-tarif-content { font-size: 16px; line-height: 1.7; }
.fvz-tarif-content h2 { font-family: var(--fvz-font-display, 'Cormorant Garamond', serif); font-size: clamp(26px, 3.5vw, 34px); margin: 40px 0 16px; font-weight: 600; }
.fvz-tarif-content h3 { font-family: var(--fvz-font-display, 'Cormorant Garamond', serif); font-size: 22px; margin: 32px 0 12px; }
.fvz-tarif-content p { margin: 0 0 18px; }
.fvz-tarif-content ul { margin: 0 0 18px; padding-left: 22px; }
@media (max-width: 768px) {
    .fvz-pricing-grid { grid-template-columns: 1fr; gap: 24px; max-width: 460px; }
    .fvz-section { padding: 48px 0; }
    .fvz-final-cta { padding: 60px 24px; }
    .fvz-price-card { padding: 32px 24px; }
    .fvz-price-amount { font-size: 48px; }
}

/* ==================================================================
   QA VISUAL FIXES — 2026-06-22
   Fix batch for foodvizer.com visual audit (9 bugs)
   ================================================================== */

/* --- Bug #2 : Icônes Line Awesome invisibles sur /inscription/ ---
   .info-box-area .info-header i était color:#fff (blanc sur fond blanc).
   On bascule en or champagne, en SURCHARGEANT la règle ligne 1098 de style.css. */
.info-box-area .info-header i,
.info-box-area .info-box-item-4 .info-header i {
    color: var(--fvz-secondary, #C9A961) !important;
}

/* --- Bug #3/#7 : Hero LP centré — règles consolidées dans le bloc Bug #7 v2 plus bas --- */

/* Forms inputs natifs styling (LP + outils gratuits) */
.fvz-cf7-row {
    margin-bottom: 18px;
}
.fvz-cf7-row label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--fvz-text-dark, #1A1A1F);
    margin-bottom: 6px;
}
.fvz-cf7-input,
.fvz-cf7-row input[type="text"],
.fvz-cf7-row input[type="email"],
.fvz-cf7-row input[type="url"],
.fvz-cf7-row input[type="number"],
.fvz-cf7-row input[type="file"],
.fvz-cf7-row select,
.fvz-cf7-row textarea,
/* CF7 native fallback */
.contact-form-action .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance):not(.wpcf7-list-item):not([type="file"]),
.contact-form-action input[type="file"].wpcf7-form-control {
    width: 100%;
    border: 1px solid var(--fvz-border-subtle, #E0DCD0);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    background: #fff;
    color: var(--fvz-text-dark, #1A1A1F);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-top: 4px;
}
.fvz-cf7-input:focus,
.fvz-cf7-row input:focus,
.fvz-cf7-row select:focus,
.fvz-cf7-row textarea:focus,
.contact-form-action .wpcf7-form-control:focus {
    outline: none;
    border-color: var(--fvz-secondary, #C9A961);
    box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}
.fvz-cf7-row textarea,
.contact-form-action textarea.wpcf7-form-control {
    min-height: 120px;
    resize: vertical;
}
.fvz-cf7-row input[type="file"]::file-selector-button,
.contact-form-action input[type="file"]::file-selector-button {
    background: var(--fvz-secondary, #C9A961);
    color: var(--fvz-primary, #0F0F12);
    border: 0;
    padding: 8px 16px;
    border-radius: 6px;
    margin-right: 12px;
    cursor: pointer;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-weight: 600;
    font-size: 14px;
}
.fvz-cf7-row input[type="color"] {
    height: 44px;
    padding: 4px 6px;
}
.fvz-cf7-submit,
.contact-form-action .wpcf7-submit,
.fvz-cf7-row .wpcf7-submit,
.fvz-cf7-row button[type="submit"] {
    background: var(--fvz-primary, #0F0F12);
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    border: 0;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-top: 8px;
}
.fvz-cf7-submit:hover,
.contact-form-action .wpcf7-submit:hover,
.fvz-cf7-row button[type="submit"]:hover {
    background: var(--fvz-secondary, #C9A961);
    color: var(--fvz-primary, #0F0F12);
    transform: translateY(-1px);
}
.fvz-cf7-rgpd {
    font-size: 13px;
    opacity: 0.75;
}
.fvz-cf7-rgpd label {
    font-weight: 400;
    display: inline;
}
.fvz-cf7-note {
    font-size: 12px;
    color: var(--fvz-text-muted, #6B6B72);
    margin-top: 12px;
    text-align: center;
}

/* --- Bug #5 (v2 round 2026-06-22) : Liens body en bleu défaut
   Sélecteurs élargis + !important pour battre le thème winevizer hérité. */
body.page .entry-content a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]),
body.page .page-content a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]),
body.page main p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn),
body.page main li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn),
body.single main p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn),
body.single main li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn),
.fvz-prose a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]),
.fvz-comparison-list a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]),
.card-area p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]),
.card-area li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]) {
    color: var(--fvz-secondary, #C9A961) !important;
    text-decoration: underline;
    text-decoration-color: rgba(201, 169, 97, 0.4);
    text-underline-offset: 4px;
}
body.page .entry-content a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):hover,
body.page main p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn):hover,
body.page main li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn):hover,
body.single main p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn):hover,
body.single main li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):not(.top-b-btn):hover,
.fvz-prose a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):hover,
.fvz-comparison-list a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):hover,
.card-area p a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):hover,
.card-area li a:not(.btn):not(.theme-btn):not([class*="fvz-btn"]):hover {
    color: var(--fvz-gold-hover, #B8985A) !important;
    text-decoration-color: var(--fvz-secondary, #C9A961);
}

/* --- Bug #6 (v2 round 2026-06-22) : Bloc stats KPI — grid 3 cols desktop-first
   Mobile-first inverse car WP Rocket peut tronquer le critical CSS si breakpoint mal ordonné. */
.fvz-kpi-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
    text-align: center;
    padding: 48px 0;
    max-width: 1100px;
    margin: 24px auto 8px;
    border-top: 1px solid var(--fvz-border-subtle, #E0DCD0);
    border-bottom: 1px solid var(--fvz-border-subtle, #E0DCD0);
}
.fvz-kpi {
    min-width: 0;
}
.fvz-kpi-value {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: 56px;
    color: var(--fvz-secondary, #C9A961);
    font-weight: 700;
    line-height: 1;
}
.fvz-kpi-label {
    font-size: 14px;
    color: var(--fvz-text-muted, #555);
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .fvz-kpi-strip {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 32px 0;
    }
    .fvz-kpi-value { font-size: 38px; }
}

/* --- Bug #1 (v2 round 2026-06-22) : Hub /menu-digital-segments/ — template dédié
   templates/template-segments-hub.php sort le HTML hors the_content() pour éviter wpautop. */
.fvz-segments-hub {
    max-width: 880px;
    margin: 0 auto;
    padding: 40px 20px;
}
.fvz-segments-hub__eyebrow {
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    color: var(--fvz-secondary, #C9A961);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 600;
    margin: 0 0 16px;
}
.fvz-segments-hub__h1 {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.15;
    margin: 0 0 16px;
}
.fvz-segments-hub__intro {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.78;
    margin: 0 0 40px;
}
.fvz-segments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 992px) {
    .fvz-segments-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .fvz-segments-grid { grid-template-columns: 1fr; }
}
.fvz-segment-card {
    display: block;
    padding: 24px 28px;
    background: var(--fvz-bg-light, #FAFAF7);
    border-radius: 12px;
    text-decoration: none !important;
    color: var(--fvz-primary, #0F0F12) !important;
    border: 1px solid rgba(15, 15, 18, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.fvz-segment-card:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 169, 97, 0.35);
    box-shadow: 0 8px 24px rgba(15, 15, 18, 0.06);
}
.fvz-segment-card__icon {
    display: block;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1;
}
.fvz-segment-card__title {
    display: block;
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: 18px;
    margin: 0 0 6px;
    font-weight: 600;
}
.fvz-segment-card__cta {
    display: block;
    font-size: 13px;
    margin: 0;
    opacity: 0.65;
}
.fvz-segments-hub__outro {
    margin-top: 48px;
    font-size: 15px;
    opacity: 0.75;
}

/* --- Bug #7 (v2 round 2026-06-22) : LP hero centré + form natif stylé
   /menu-digital-gratuit/ + /outils-gratuits/generateur-qr-code-menu/
   Sélecteurs renforcés pour battre les inline styles padding et conteneur trop large. */
.fvz-home-hero {
    text-align: center;
    padding: 80px 24px 60px;
}
.fvz-home-hero > .fvz-container {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.fvz-home-hero .fvz-h1,
.fvz-home-hero .fvz-eyebrow,
.fvz-home-hero .fvz-hero-sub,
.fvz-home-hero .fvz-trust-line {
    text-align: center;
}
.fvz-home-hero .fvz-hero-sub {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
}
.fvz-home-hero .fvz-hero-ctas {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}
.fvz-home-hero .fvz-trust-line {
    margin: 16px auto 0;
    font-size: 13px;
    opacity: 0.6;
}

/* Force le styling natif des inputs même quand pas dans .fvz-cf7-row
   (cas template-outil-gratuit.php avec form id="fvz-tool-form"). */
.fvz-cf7-input,
#fvz-tool-form input[type="text"],
#fvz-tool-form input[type="email"],
#fvz-tool-form input[type="url"],
#fvz-tool-form input[type="number"],
#fvz-tool-form input[type="file"],
#fvz-tool-form select,
#fvz-tool-form textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--fvz-border-subtle, #E0DCD0);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
    background: #fff;
    color: var(--fvz-text-dark, #1A1A1F);
    margin-top: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fvz-cf7-input:focus,
#fvz-tool-form input:focus,
#fvz-tool-form select:focus,
#fvz-tool-form textarea:focus {
    outline: none;
    border-color: var(--fvz-secondary, #C9A961);
    box-shadow: 0 0 0 3px rgba(201, 169, 97, 0.15);
}
#fvz-tool-form button[type="submit"],
.fvz-tool-submit {
    background: var(--fvz-secondary, #C9A961);
    color: #fff;
    border: 0;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    transition: background 0.2s ease, transform 0.2s ease;
    font-family: var(--fvz-font-body, 'Inter', sans-serif);
}
#fvz-tool-form button[type="submit"]:hover,
.fvz-tool-submit:hover {
    background: var(--fvz-primary, #0F0F12);
    transform: translateY(-1px);
}

/* --- Bug #8 : breadcrumb-shape couleur — neutraliser bleu marine (#2e3d62) sur pages content
   Le contraste ressenti "bleu-violet" venait de breadcrumb-shape (color #2e3d62 ailleurs).
   On bascule en or pâle pour cohérence brand. */
.breadcrumb-area .breadcrumb-shape {
    background-color: var(--fvz-secondary, #C9A961) !important;
    opacity: 0.18 !important;
}

/* Polish home hero LP (text-align géré dans bloc Bug #7 v2) */

/* =====================================================================
   QA polish 2026-06-22 — Shadow CF7 wrapper + Yoast breadcrumb +
   Callouts /loi/ + Hero photo segment featured image
   ===================================================================== */

/* Mission 1 — Shadow CF7 wrapper sur LP forms (/menu-digital-gratuit/, etc.)
   Le wrapper .fvz-cf7-card (template-lp-campaign.php) + fallback générique
   sur le wrapper outil-gratuit qui héberge un .wpcf7-form en enfant. */
.fvz-cf7-card,
.fvz-section .fvz-container > div:has(> .wpcf7) {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Mission 2 — Yoast breadcrumb (templates loi / vs / segment-menu / segments-hub) */
.fvz-breadcrumb {
    max-width: 1100px;
    margin: 24px auto 16px;
    padding: 0 24px;
    font-size: 13px;
    color: #666;
}
.fvz-breadcrumb a {
    color: var(--fvz-secondary, #C9A961) !important;
    text-decoration: none;
}
.fvz-breadcrumb a:hover {
    text-decoration: underline;
}
.fvz-breadcrumb .breadcrumb_last {
    color: #222;
    font-weight: 600;
}
.fvz-breadcrumb .separator {
    color: #bbb;
    margin: 0 6px;
}

/* Mission 3 — Callouts intermédiaires (page 106 /loi/conformite-inco-restaurant/ + reusable) */
.fvz-callout {
    padding: 20px 24px;
    border-radius: 12px;
    background: rgba(201, 169, 97, 0.08);
    border-left: 4px solid var(--fvz-secondary, #C9A961);
    font-size: 15px;
    line-height: 1.6;
}
.fvz-callout strong {
    color: var(--fvz-secondary, #C9A961);
}
.fvz-callout--gold {
    background: rgba(201, 169, 97, 0.08);
}

/* Mission 4 — Hero photo segment (featured image background avec overlay gradient) */
.fvz-segment-hero {
    position: relative;
    padding: 96px 24px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fvz-segment-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 15, 18, 0.62), rgba(15, 15, 18, 0.35));
    z-index: 1;
}
.fvz-segment-hero > * {
    position: relative;
    z-index: 2;
}
.fvz-segment-hero h1 {
    font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
    font-size: 56px;
    line-height: 1.05;
    margin-bottom: 16px;
    color: #fff;
    max-width: 860px;
    margin-inline: auto;
    font-weight: 600;
}
.fvz-segment-hero .fvz-segment-hero-sub {
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.92);
}
.fvz-segment-hero .fvz-eyebrow {
    font-family: var(--fvz-font-body);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--fvz-secondary, #C9A961);
}
.fvz-segment-hero .fvz-hero-ctas {
    display: inline-flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 768px) {
    .fvz-segment-hero {
        padding: 64px 20px;
        min-height: 360px;
    }
    .fvz-segment-hero h1 {
        font-size: 32px;
        line-height: 1.18;
        max-width: 320px;
    }
    .fvz-segment-hero .fvz-segment-hero-sub {
        font-size: 16px;
    }
}

/* ========================================
   POLISH 2026-06-24 — Home revisions (user)
   ======================================== */

/* 1. Tabs _tryit — enlever underline */
.fvz-try .nav-tabs a,
.fvz-try .nav-tabs .device,
.fvz-try .nav-tabs li a,
.fvz-try .nav-tabs a b,
.fvz-try .nav-tabs a span,
.tryittab .nav-tabs a,
.tryittab .device {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* 2. _infobox — icône BLANCHE centrée parfaitement dans la blob or */
.info-box-area .info-header {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.info-box-area .info-header .infobg__svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.info-box-area .info-header > i,
.info-box-area .info-header > i.las,
.info-box-area .info-header > i.la {
  position: relative;
  z-index: 2;
  color: #fff !important;
  font-size: 44px;
  line-height: 1;
}
@media (max-width: 767px) {
  .info-box-wrap .col-lg-3.col-sm-6,
  .info-box-wrap .col-sm-6,
  .info-box-wrap > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .info-box-area .info-header {
    width: 160px;
    height: 160px;
  }
  .info-box-area .info-header > i {
    font-size: 40px;
  }
}

/* 3. _features — titre BLANC + logique icones/ronds (spécificité forcée) */
.feature-area .feature-content-wrap h2.title_sec,
.feature-area h2.title_sec,
.feature-area .title_sec {
  color: #fff !important;
}
.feature-area .feature__title,
.feature-area .feature__text,
.feature-area .feature-item h3,
.feature-area .feature-item p {
  color: #fff;
}

/* Override couleurs winevizer vert/orange — TOUT en or champagne par défaut */
.feature-area .feature-box-color .feature__icon,
.feature-area .feature-box-color-2 .feature__icon,
.feature-area .feature-box-color-3 .feature__icon {
  background-color: #C9A961 !important;
  box-shadow: 0 4px 20px rgba(201,169,97,0.3) !important;
}

/* Cards 1 et 3 (bloc blanc/crème, rond or, icone BLANCHE) */
.feature-area .feature-item .feature__icon {
  color: #fff !important;
}
.feature-area .feature-item .feature__icon svg,
.feature-area .feature-item .feature__icon .fvz-feature-svg {
  stroke: #fff !important;
  color: #fff !important;
}

/* Card 2 (.hover en permanent : bloc OR, rond BLANC, icone OR) */
.feature-area .feature-item.hover,
.feature-area .feature-box-color-2.hover {
  background-color: #C9A961 !important;
}
.feature-area .feature-item.hover .feature__title,
.feature-area .feature-item.hover .feature__text,
.feature-area .feature-item.hover .feature__btn {
  color: #fff !important;
}
.feature-area .feature-item.hover .feature__icon,
.feature-area .feature-box-color-2.hover .feature__icon {
  background-color: #fff !important;
  color: #C9A961 !important;
  box-shadow: 0 4px 20px rgba(255,255,255,0.3) !important;
}
.feature-area .feature-item.hover .feature__icon svg,
.feature-area .feature-item.hover .feature__icon .fvz-feature-svg,
.feature-area .feature-box-color-2.hover .feature__icon svg {
  stroke: #C9A961 !important;
  color: #C9A961 !important;
}
.feature-area .feature-item.hover .feature__icon .stroke__bar,
.feature-area .feature-box-color-2.hover .feature__icon .stroke__bar {
  background-color: #C9A961 !important;
}

/* 7. _seo-home — rendre sexy : titres en relief + couleurs */
.fvz-seo-prose h3 {
  color: #0F0F12;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  margin: 48px 0 18px;
  padding-bottom: 14px;
  letter-spacing: -0.3px;
  position: relative;
  line-height: 1.25;
}
.fvz-seo-prose h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, #C9A961, rgba(201,169,97,0.3));
  border-radius: 2px;
}
.fvz-seo-prose p {
  font-size: 16.5px;
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.fvz-seo-prose p strong {
  color: #0F0F12;
  background: linear-gradient(180deg, transparent 62%, rgba(201,169,97,.22) 62%);
  padding: 0 3px;
  font-weight: 700;
}
.fvz-seo-prose a {
  color: #C9A961 !important;
  border-bottom: 1px solid rgba(201,169,97,0.35);
  text-decoration: none !important;
  transition: all 0.2s;
}
.fvz-seo-prose a:hover {
  border-bottom-color: #C9A961;
  background: rgba(201,169,97,0.06);
}
.fvz-seo-intro {
  background: linear-gradient(135deg, rgba(201,169,97,0.08), rgba(201,169,97,0.02));
  padding: 28px 32px;
  border-left: 4px solid #C9A961;
  border-radius: 0 8px 8px 0;
  font-size: 17.5px;
  line-height: 1.7;
  color: #1a1a1a;
  margin: 36px auto 36px;
  max-width: 900px;
  box-shadow: 0 4px 18px rgba(201,169,97,0.05);
}
.fvz-seo-content .section__title {
  font-size: 42px;
  font-family: 'Cormorant Garamond', serif;
  color: #0F0F12;
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 767px) {
  .fvz-seo-prose h3 {
    font-size: 24px;
    margin: 38px 0 14px;
  }
  .fvz-seo-prose p {
    font-size: 15.5px;
  }
  .fvz-seo-intro {
    padding: 20px 22px;
    font-size: 16px;
    margin: 24px auto;
  }
  .fvz-seo-content .section__title {
    font-size: 32px;
  }
}

/* 8. _getstarted bottom CTA — bouton sur une seule ligne mobile */
.get-start-area .theme-btn {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .get-start-area .theme-btn {
    font-size: 13px !important;
    padding: 14px 20px !important;
    letter-spacing: 0;
    white-space: nowrap;
    display: inline-block;
  }
  .get-start-area .button-shared {
    text-align: center !important;
  }
}
@media (max-width: 380px) {
  .get-start-area .theme-btn {
    font-size: 12px !important;
    padding: 12px 16px !important;
  }
}


/* ============================================================
   FONCTIONNALITÉS — Refonte 2026-06-24
   Template: templates/template-fonctionnalites.php
   Palette: or champagne #C9A961, noir #0F0F12, crème #FAFAF7
   ============================================================ */

.fvz-fct-page {
  font-family: var(--fvz-font-body, 'Inter', sans-serif);
  color: var(--fvz-text-dark, #1A1A1F);
}

/* ---------- 1. HERO ---------- */
.fvz-fct-hero {
  position: relative;
  padding: 120px 0 100px;
  background: linear-gradient(135deg, #0A0A0D 0%, #1A1414 55%, #2B1E10 100%);
  color: var(--fvz-accent, #E8E2D5);
  overflow: hidden;
}
.fvz-fct-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 32%, rgba(201,169,97,0.18) 0%, transparent 45%),
    radial-gradient(circle at 82% 70%, rgba(201,169,97,0.10) 0%, transparent 50%);
  pointer-events: none;
}
.fvz-fct-hero-inner {
  position: relative;
  text-align: center;
  z-index: 1;
}
.fvz-fct-hero-h1 {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 28px;
  color: var(--fvz-accent, #E8E2D5);
}
.fvz-fct-hero-h1 em {
  font-style: italic;
  color: var(--fvz-secondary, #C9A961);
  font-weight: 600;
}
.fvz-fct-hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto 40px;
  opacity: 0.85;
}
.fvz-fct-hero-cta {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ---------- 2. STATS STRIP ---------- */
.fvz-fct-stats {
  background: var(--fvz-primary, #0F0F12);
  padding: 36px 0;
  border-top: 1px solid rgba(201,169,97,0.18);
  border-bottom: 1px solid rgba(201,169,97,0.18);
}
.fvz-fct-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.fvz-fct-stat-num {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(40px, 4.8vw, 56px);
  font-weight: 600;
  color: var(--fvz-secondary, #C9A961);
  line-height: 1;
  margin-bottom: 8px;
}
.fvz-fct-stat-unit {
  font-size: 0.55em;
  margin-left: 4px;
  opacity: 0.85;
}
.fvz-fct-stat-label {
  font-family: var(--fvz-font-body, 'Inter', sans-serif);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fvz-accent, #E8E2D5);
  opacity: 0.78;
}

/* ---------- 3 & 4. CAT TITLES + SECTION SUB ---------- */
.fvz-fct-cat-title {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 600;
  color: var(--fvz-text-dark, #1A1A1F);
  margin: 56px 0 28px;
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.fvz-fct-cat-title::after {
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 12px;
  background: linear-gradient(90deg, var(--fvz-secondary, #C9A961) 0%, transparent 100%);
  border-radius: 2px;
}
.fvz-fct-cat-title--center {
  display: block;
  text-align: center;
  margin: 8px auto 16px;
}
.fvz-fct-cat-title--center::after {
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, transparent 0%, var(--fvz-secondary, #C9A961) 50%, transparent 100%);
}
.fvz-fct-section-sub {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fvz-text-muted, #6B6B72);
}

/* ---------- 3. DIFFÉRENCIATEURS ---------- */
.fvz-fct-diff-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 32px;
}
.fvz-fct-diff {
  background: var(--fvz-bg-light, #FAFAF7);
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 16px;
  padding: 36px 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.fvz-fct-diff:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15,15,18,0.10);
  border-color: var(--fvz-secondary, #C9A961);
}
.fvz-fct-diff-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  color: var(--fvz-secondary, #C9A961);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,169,97,0.10);
  border-radius: 14px;
}
.fvz-fct-diff-icon svg { width: 30px; height: 30px; }
.fvz-fct-diff h3 {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-fct-diff p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--fvz-text-muted, #6B6B72);
  margin: 0;
}

/* ---------- 4. ALL FEATURES GRID ---------- */
.fvz-fct-all .fvz-fct-cat-title { margin-top: 56px; }
.fvz-fct-all .fvz-fct-cat-title:first-of-type { margin-top: 0; }

.fvz-fct-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 16px;
}
.fvz-fct-card {
  background: #fff;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 12px;
  padding: 28px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.fvz-fct-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15,15,18,0.08);
  border-color: var(--fvz-secondary, #C9A961);
}
.fvz-fct-card-icon {
  width: 48px;
  height: 48px;
  color: var(--fvz-secondary, #C9A961);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fvz-fct-card-icon svg { width: 32px; height: 32px; }
.fvz-fct-card-title {
  font-family: var(--fvz-font-body, 'Inter', sans-serif);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--fvz-text-dark, #1A1A1F);
  letter-spacing: -0.005em;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.fvz-fct-card-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--fvz-text-muted, #6B6B72);
  margin: 0;
}
.fvz-fct-badge {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 10px;
  background: rgba(201,169,97,0.18);
  color: var(--fvz-gold-hover, #B8985A);
}

/* ---------- 5. MATRIX ---------- */
.fvz-fct-matrix-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border-radius: 14px;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15,15,18,0.05);
}
.fvz-fct-matrix {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  min-width: 720px;
}
.fvz-fct-matrix thead {
  background: var(--fvz-primary, #0F0F12);
  color: var(--fvz-accent, #E8E2D5);
}
.fvz-fct-matrix th,
.fvz-fct-matrix td {
  padding: 16px 14px;
  text-align: center;
  border-bottom: 1px solid var(--fvz-border-subtle, #E0DCD0);
}
.fvz-fct-matrix th {
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  border-bottom: none;
}
.fvz-fct-matrix th:first-child,
.fvz-fct-matrix td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-fct-matrix-us {
  background: rgba(201,169,97,0.12);
  font-weight: 700;
  color: var(--fvz-gold-hover, #B8985A) !important;
}
.fvz-fct-matrix thead .fvz-fct-matrix-us {
  background: var(--fvz-secondary, #C9A961);
  color: var(--fvz-primary, #0F0F12) !important;
}
.fvz-fct-matrix tbody tr:nth-child(even) td:not(.fvz-fct-matrix-us) {
  background: #FAFAF7;
}
.fvz-fct-matrix tbody tr:last-child td {
  border-bottom: none;
}
.fvz-fct-yes {
  color: #2E8C5A;
  font-weight: 600;
}
.fvz-fct-yes::before {
  content: '✓ ';
  font-weight: 700;
}
.fvz-fct-no {
  color: #B85042;
  font-weight: 500;
  opacity: 0.85;
}
.fvz-fct-no::before {
  content: '✕ ';
  font-weight: 600;
}
.fvz-fct-partial {
  color: #B8985A;
  font-weight: 500;
}
.fvz-fct-partial::before {
  content: '~ ';
  font-weight: 700;
}
.fvz-fct-matrix-note {
  text-align: center;
  font-size: 12.5px;
  color: var(--fvz-text-muted, #6B6B72);
  margin-top: 16px;
  opacity: 0.75;
  font-style: italic;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .fvz-fct-diff-grid,
  .fvz-fct-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fvz-fct-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}
@media (max-width: 640px) {
  .fvz-fct-hero { padding: 80px 0 64px; }
  .fvz-fct-diff-grid,
  .fvz-fct-grid {
    grid-template-columns: 1fr;
  }
  .fvz-fct-diff { padding: 28px 22px; }
  .fvz-fct-card { padding: 22px; }
  .fvz-fct-cat-title { margin: 40px 0 20px; }
  .fvz-fct-matrix { font-size: 13px; }
  .fvz-fct-matrix th, .fvz-fct-matrix td { padding: 12px 10px; }
}

/* ============================================================
   GEO 2026-06-25 — TL;DR box (citations LLMs)
   Encadré "L'essentiel" en haut de page éditoriale.
   Cf. audit /docs/foodvizer/2026-06-25-audit-geo-complet.md §6.
   ============================================================ */
.fvz-tldr {
  background: linear-gradient(135deg, rgba(201, 169, 97, 0.10), rgba(201, 169, 97, 0.04));
  border-left: 4px solid #C9A961;
  padding: 18px 24px;
  border-radius: 0 8px 8px 0;
  margin: 24px auto 28px;
  max-width: 880px;
  font-size: 16.5px;
  line-height: 1.6;
  color: #1a1a1a;
}
.fvz-tldr strong { color: #C9A961; margin-right: 6px; }
.fvz-tldr em { font-style: normal; }
@media (max-width: 768px) {
  .fvz-tldr {
    margin: 16px 20px 22px;
    padding: 16px 18px;
    font-size: 15.5px;
  }
}

/* ============================================================
   GEO 2026-06-25 — Date "Mise à jour" visible sur /loi/*
   Cf. audit GEO §2 Trustworthiness + chantier E.
   ============================================================ */
.fvz-update-date {
  font-size: 13px;
  color: #999;
  font-style: italic;
  margin: 32px auto 8px;
  text-align: center;
  max-width: 880px;
}

/* ============================================================
   SEO 2026-06-25 — Grille "Explorer" (internal linking home/tarifs)
   Cf. audit SEO M4 + chantier F.
   ============================================================ */
.fvz-explore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.fvz-explore-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 22px 24px;
  background: white;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 10px;
  text-decoration: none;
  color: var(--fvz-text-dark, #1A1A1F);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.fvz-explore-card:hover {
  transform: translateY(-2px);
  border-color: #C9A961;
  box-shadow: 0 14px 30px rgba(15, 15, 18, 0.06);
}
.fvz-explore-card .fvz-explore-eyebrow {
  font-family: var(--fvz-font-body, sans-serif);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10.5px;
  font-weight: 700;
  color: #C9A961;
}
.fvz-explore-card strong {
  font-family: var(--fvz-font-display, serif);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--fvz-primary, #0F0F12);
}
.fvz-explore-card .fvz-explore-desc {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.7;
  margin-top: 2px;
}
@media (max-width: 600px) {
  .fvz-explore-grid { grid-template-columns: 1fr; gap: 14px; }
  .fvz-explore-card { padding: 18px 18px 20px; }
}

/* ============================================================
   GEO 2026-06-25 — Glossaire inline (DefinedTermSet visible HTML)
   Cf. audit GEO §3 + chantier B.
   ============================================================ */
.fvz-glossary-section {
  padding: 48px 0 16px;
  background: linear-gradient(180deg, transparent, rgba(201, 169, 97, 0.04));
}
.fvz-glossary-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px 24px;
  margin: 0;
}
.fvz-glossary-item {
  padding: 14px 16px;
  background: white;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 8px;
}
.fvz-glossary-item dt {
  font-family: var(--fvz-font-display, serif);
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
  color: var(--fvz-primary, #0F0F12);
}
.fvz-glossary-item dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.78;
}

/* ============================================================
   QUI SOMMES NOUS — Refonte 2026-06-25
   Template: templates/template-qui-sommes-nous.php
   ============================================================ */

.fvz-about-page { font-family: var(--fvz-font-body, 'Inter', sans-serif); color: var(--fvz-text-dark, #1A1A1F); }
.fvz-about-page .fvz-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.fvz-about-page .fvz-eyebrow { font-family: var(--fvz-font-body, 'Inter', sans-serif); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 600; color: var(--fvz-secondary, #C9A961); margin: 0 0 12px; }
.fvz-about-page .fvz-section { padding: 96px 0; }
.fvz-about-page .fvz-section--alt { background: var(--fvz-bg-light, #FAFAF7); }
.fvz-about-narrow { max-width: 820px; margin: 0 auto; }

/* ---------- 1. HERO ---------- */
.fvz-about-hero {
  position: relative;
  padding: 130px 0 110px;
  background: linear-gradient(135deg, #0A0A0D 0%, #1A1414 55%, #2B1E10 100%);
  color: var(--fvz-accent, #E8E2D5);
  overflow: hidden;
}
.fvz-about-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(201,169,97,0.20) 0%, transparent 45%),
    radial-gradient(circle at 80% 75%, rgba(201,169,97,0.10) 0%, transparent 50%);
}
.fvz-about-hero-inner { position: relative; text-align: center; z-index: 1; }
.fvz-about-hero-h1 {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(38px, 5.8vw, 68px);
  line-height: 1.08; font-weight: 600; letter-spacing: -0.01em;
  margin: 0 0 28px; color: var(--fvz-accent, #E8E2D5);
}
.fvz-about-hero-h1 em { font-style: italic; color: var(--fvz-secondary, #C9A961); font-weight: 600; }
.fvz-about-hero-sub {
  font-size: clamp(16px, 1.4vw, 19px); line-height: 1.65;
  max-width: 760px; margin: 0 auto 40px; opacity: 0.88;
}
.fvz-about-hero-cta { display: inline-flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* ---------- 2. STATS STRIP ---------- */
.fvz-about-stats {
  background: var(--fvz-primary, #0F0F12);
  padding: 40px 0;
  border-top: 1px solid rgba(201,169,97,0.18);
  border-bottom: 1px solid rgba(201,169,97,0.18);
}
.fvz-about-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; text-align: center;
}
.fvz-about-stat-num {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(40px, 4.6vw, 54px);
  font-weight: 600; color: var(--fvz-secondary, #C9A961);
  line-height: 1; margin-bottom: 8px;
}
.fvz-about-stat-unit { font-size: 0.5em; margin-left: 4px; opacity: 0.85; }
.fvz-about-stat-label {
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--fvz-accent, #E8E2D5); opacity: 0.78;
}

/* ---------- H2 communs ---------- */
.fvz-about-h2 {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 600; color: var(--fvz-text-dark, #1A1A1F);
  margin: 8px 0 36px; letter-spacing: -0.01em; line-height: 1.18;
}
.fvz-about-h2 em { font-style: italic; color: var(--fvz-secondary, #C9A961); font-weight: 600; }
.fvz-about-h2--center { text-align: center; max-width: 880px; margin-left: auto; margin-right: auto; }

/* ---------- 3. MISSION ---------- */
.fvz-about-mission-body p {
  font-size: 17px; line-height: 1.75; color: var(--fvz-text-dark, #1A1A1F);
  margin: 0 0 22px; opacity: 0.88;
}

/* ---------- 4. TIMELINE ---------- */
.fvz-about-timeline {
  list-style: none; padding: 0; margin: 48px 0 0;
  position: relative; max-width: 880px; margin-left: auto; margin-right: auto;
}
.fvz-about-timeline::before {
  content: ''; position: absolute;
  left: 17px; top: 8px; bottom: 8px; width: 2px;
  background: linear-gradient(180deg, rgba(201,169,97,0.7), rgba(201,169,97,0.25));
}
.fvz-about-timeline-step {
  position: relative; padding-left: 60px; padding-bottom: 36px;
}
.fvz-about-timeline-step:last-child { padding-bottom: 0; }
.fvz-about-timeline-dot {
  position: absolute; left: 9px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--fvz-secondary, #C9A961);
  box-shadow: 0 0 0 4px rgba(201,169,97,0.15);
}
.fvz-about-timeline-step--current .fvz-about-timeline-dot {
  background: var(--fvz-secondary, #C9A961);
  box-shadow: 0 0 0 6px rgba(201,169,97,0.25), 0 0 0 12px rgba(201,169,97,0.10);
}
.fvz-about-timeline-content {
  background: #fff; padding: 22px 26px; border-radius: 10px;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  box-shadow: 0 1px 2px rgba(15,15,18,0.03);
}
.fvz-about-history .fvz-about-timeline-content { background: #fff; }
.fvz-about-timeline-year {
  font-family: var(--fvz-font-body, 'Inter', sans-serif);
  font-size: 12.5px; letter-spacing: 0.14em; text-transform: uppercase;
  font-weight: 600; color: var(--fvz-secondary, #C9A961); margin-bottom: 4px;
}
.fvz-about-timeline-title {
  font-family: var(--fvz-font-display, 'Cormorant Garamond', serif);
  font-size: 22px; font-weight: 600; margin: 0 0 10px;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-about-timeline-desc {
  font-size: 15.5px; line-height: 1.65; margin: 0;
  color: var(--fvz-text-dark, #1A1A1F); opacity: 0.82;
}

/* ---------- 5. TEAM ---------- */
.fvz-about-team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 28px; margin-top: 32px;
}
.fvz-about-team-card {
  background: #fff; border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 14px; padding: 28px; text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fvz-about-team-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,15,18,0.06); }
.fvz-about-team-card--placeholder { background: #FAFAF7; border-style: dashed; }
.fvz-about-team-photo {
  width: 120px; height: 120px; border-radius: 50%;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #E8E2D5 0%, #C9A961 100%);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--fvz-font-display, serif);
  font-size: 38px; color: var(--fvz-primary, #0F0F12); font-weight: 600;
  border: 3px solid #fff; box-shadow: 0 4px 14px rgba(201,169,97,0.25);
}
.fvz-about-team-card--placeholder .fvz-about-team-photo {
  background: #E8E2D5; color: var(--fvz-secondary, #C9A961);
}
.fvz-about-team-name {
  font-family: var(--fvz-font-display, serif);
  font-size: 22px; font-weight: 600; margin: 0 0 4px;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-about-team-role {
  font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--fvz-secondary, #C9A961); font-weight: 600; margin: 0 0 14px;
}
.fvz-about-team-bio {
  font-size: 14.5px; line-height: 1.6; color: var(--fvz-text-dark);
  opacity: 0.78; margin: 0 0 14px;
}
.fvz-about-team-email {
  font-size: 13.5px; color: var(--fvz-secondary, #C9A961);
  text-decoration: none; border-bottom: 1px dotted var(--fvz-secondary);
}
.fvz-about-team-email:hover { color: var(--fvz-gold-hover, #B8985A); }
.fvz-about-team-note {
  text-align: center; margin-top: 36px; font-size: 14px; opacity: 0.7;
}
.fvz-about-team-note a { color: var(--fvz-secondary, #C9A961); text-decoration: underline; }

/* ---------- 6. VALEURS ---------- */
.fvz-about-values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 24px; margin-top: 32px;
}
.fvz-about-value {
  background: #fff; border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 12px; padding: 28px 24px;
}
.fvz-about-value-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(201,169,97,0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--fvz-secondary, #C9A961); margin-bottom: 18px;
}
.fvz-about-value-icon svg { width: 26px; height: 26px; }
.fvz-about-value h3 {
  font-family: var(--fvz-font-display, serif);
  font-size: 22px; font-weight: 600; margin: 0 0 10px;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-about-value p {
  font-size: 14.5px; line-height: 1.65; margin: 0;
  color: var(--fvz-text-dark); opacity: 0.82;
}

/* ---------- 7. TECH ---------- */
.fvz-about-tech-list {
  list-style: none; padding: 0; margin: 36px 0 0;
  display: grid; gap: 20px;
}
.fvz-about-tech-list > li {
  display: grid; grid-template-columns: 56px 1fr; gap: 20px;
  padding: 22px 24px; background: #fff;
  border: 1px solid var(--fvz-border-subtle, #E0DCD0);
  border-radius: 12px; align-items: start;
}
.fvz-about-tech-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(201,169,97,0.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--fvz-secondary, #C9A961);
}
.fvz-about-tech-icon svg { width: 26px; height: 26px; }
.fvz-about-tech-list h4 {
  font-family: var(--fvz-font-display, serif);
  font-size: 20px; font-weight: 600; margin: 0 0 6px;
  color: var(--fvz-text-dark, #1A1A1F);
}
.fvz-about-tech-list p {
  font-size: 15px; line-height: 1.6; margin: 0;
  color: var(--fvz-text-dark); opacity: 0.82;
}

/* ---------- 8. CTA FINAL ---------- */
.fvz-about-cta-final {
  background: linear-gradient(135deg, #0F0F12 0%, #1A1414 60%, #2B1E10 100%);
  color: var(--fvz-accent, #E8E2D5);
  padding: 100px 0; text-align: center;
}
.fvz-about-cta-final-h2 {
  font-family: var(--fvz-font-display, serif);
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 600; margin: 0 0 16px; line-height: 1.18;
  color: var(--fvz-accent, #E8E2D5); letter-spacing: -0.01em;
}
.fvz-about-cta-final-h2 em { font-style: italic; color: var(--fvz-secondary, #C9A961); font-weight: 600; }
.fvz-about-cta-final-sub {
  font-size: 17px; line-height: 1.6; opacity: 0.85;
  max-width: 660px; margin: 0 auto 36px;
}
.fvz-about-cta-final-buttons {
  display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .fvz-about-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .fvz-about-team-grid { grid-template-columns: repeat(2, 1fr); }
  .fvz-about-values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fvz-about-hero { padding: 96px 0 80px; }
  .fvz-about-page .fvz-section { padding: 64px 0; }
  .fvz-about-stats-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .fvz-about-team-grid { grid-template-columns: 1fr; }
  .fvz-about-values-grid { grid-template-columns: 1fr; }
  .fvz-about-tech-list > li { grid-template-columns: 1fr; gap: 12px; }
  .fvz-about-cta-final { padding: 72px 0; }
}
