/* Compat contenu classique (articles écrits hors éditeur de blocs)
   + finitions magazine que theme.json ne couvre pas. */

/* --- Contenu classique --- */
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > table {
	margin-block: 1.1em;
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
	font-family: var(--wp--preset--font-family--heading);
	line-height: 1.2;
	margin-block: 1.6em 0.6em;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	border-radius: var(--wp--custom--radius, 4px);
}

.entry-content > blockquote {
	border-left: 4px solid var(--wp--preset--color--secondary);
	padding-left: 1.25rem;
	font-family: var(--wp--preset--font-family--heading);
	font-style: italic;
	color: var(--wp--preset--color--contrast-2);
}

.entry-content > table {
	width: 100%;
	border-collapse: collapse;
	font-size: var(--wp--preset--font-size--small);
}

.entry-content > table td,
.entry-content > table th {
	border: 1px solid var(--wp--preset--color--base-2);
	padding: 0.5rem 0.75rem;
}

.entry-content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

/* --- Finitions magazine --- */

/* Kicker de rubrique au-dessus des titres de cartes */
.bijouxanimal715-kicker a {
	text-decoration: none;
}

/* Images des cartes : léger zoom au survol */
.bijouxanimal715-card .wp-block-post-featured-image img {
	transition: transform 0.35s ease;
}

.bijouxanimal715-card:hover .wp-block-post-featured-image img {
	transform: scale(1.03);
}

.bijouxanimal715-card .wp-block-post-featured-image {
	overflow: hidden;
	border-radius: var(--wp--custom--radius, 4px);
}

/* Ticker défilant (pattern post-ticker) */
.bijouxanimal715-ticker-bar {
	display: flex;
	align-items: stretch;
	border: 1px solid var(--wp--preset--color--base-2);
	border-radius: var(--wp--custom--radius, 4px);
	overflow: hidden;
}

.bijouxanimal715-ticker-bar__label {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	background: var(--wp--preset--color--accent);
	color: var(--wp--preset--color--base);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.bijouxanimal715-ticker {
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.bijouxanimal715-ticker__track {
	display: inline-flex;
	gap: 3rem;
	padding: 0.5rem 1.5rem;
	animation: bijouxanimal715-ticker-scroll 45s linear infinite;
}

.bijouxanimal715-ticker:hover .bijouxanimal715-ticker__track {
	animation-play-state: paused;
}

.bijouxanimal715-ticker__item {
	color: var(--wp--preset--color--contrast);
	text-decoration: none;
	font-size: 0.9rem;
	font-weight: 500;
}

.bijouxanimal715-ticker__item:hover {
	color: var(--wp--preset--color--accent);
}

@keyframes bijouxanimal715-ticker-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	.bijouxanimal715-ticker__track {
		animation: none;
	}
	.bijouxanimal715-card .wp-block-post-featured-image img {
		transition: none;
	}
}

/* Box auteur (pattern author-box) — bandeau pleine largeur */
.bijouxanimal715-author-band {
	background: var(--wp--preset--color--base-2);
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent);
}

.bijouxanimal715-author-box {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	max-width: 1200px;
	margin-inline: auto;
	padding: 2.25rem clamp(1rem, 3vw, 1.5rem);
}

.bijouxanimal715-author-box__avatar {
	border-radius: 50%;
	flex-shrink: 0;
}

.bijouxanimal715-author-box__body p {
	margin: 0 0 0.4rem;
}

.bijouxanimal715-author-box__label {
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--accent);
}

.bijouxanimal715-author-box__name {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.4rem;
	font-weight: 700;
}

.bijouxanimal715-author-box__bio {
	color: var(--wp--preset--color--contrast-2);
	font-size: 0.95rem;
}

.bijouxanimal715-author-box__link {
	font-weight: 600;
	text-decoration: none;
	color: var(--wp--preset--color--primary);
}

@media (max-width: 600px) {
	.bijouxanimal715-author-box {
		flex-direction: column;
	}
}

/* Cartes de rubriques (pattern category-strip) */
.bijouxanimal715-cat-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1rem;
}

.bijouxanimal715-cat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.15rem;
	min-height: 120px;
	padding: 1rem;
	border-radius: var(--wp--custom--radius, 4px);
	background: var(--wp--preset--color--primary) center/cover no-repeat;
	color: var(--wp--preset--color--base);
	text-decoration: none;
	overflow: hidden;
	transition: transform 0.25s ease;
}

.bijouxanimal715-cat-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.05) 65%);
}

.bijouxanimal715-cat-card:hover {
	transform: translateY(-3px);
}

.bijouxanimal715-cat-card__name,
.bijouxanimal715-cat-card__count {
	position: relative;
}

.bijouxanimal715-cat-card__name {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.15rem;
	font-weight: 700;
}

.bijouxanimal715-cat-card__count {
	font-size: 0.8rem;
	opacity: 0.85;
}

/* Page-list inline (footer minimal) */
.bijouxanimal715-footer-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Topbar (header) */
.bijouxanimal715-topbar-search.wp-block-search {
	margin: 0;
}

.bijouxanimal715-topbar-search .wp-block-search__input {
	padding: 0.25rem 0.6rem;
	font-size: 0.85rem;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: var(--wp--preset--color--base);
	width: 170px;
	transition: background 0.2s ease, width 0.2s ease;
}

.bijouxanimal715-topbar-search .wp-block-search__input::placeholder {
	color: rgba(255, 255, 255, 0.75);
}

.bijouxanimal715-topbar-search .wp-block-search__input:focus {
	background: rgba(255, 255, 255, 0.28);
	outline: none;
	width: 210px;
}

.bijouxanimal715-topbar-search .wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}

.bijouxanimal715-topbar-search .wp-block-search__button {
	background: transparent;
	border: none;
	color: var(--wp--preset--color--base);
	padding: 0 0.4rem;
	cursor: pointer;
}

/* Pas de gap racine entre les grandes sections (header / hero / main / footer) :
   chaque section gère son propre espacement. */
.wp-site-blocks > * {
	margin-block-start: 0;
}

/* Neutralise le blockGap hérité du conteneur parent (sections full-bleed collées) */
.bijouxanimal715-flush {
	margin-block-start: 0 !important;
}

/* Trait de séparation léger sous le header (sans margin ni padding ajoutés) */
.bijouxanimal715-header-sep {
	border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 14%, transparent);
}

/* Ligne header : centrage vertical strict logo / titre / navigation */
.bijouxanimal715-header-row {
	align-items: center !important;
}

.bijouxanimal715-header-row .wp-block-navigation,
.bijouxanimal715-header-row .wp-block-navigation__container {
	align-items: center;
}

.bijouxanimal715-brand {
	align-items: center !important;
}

.bijouxanimal715-brand .wp-block-site-logo {
	display: flex;
	margin: 0;
}

.bijouxanimal715-brand .wp-block-site-logo img {
	display: block;
}

.bijouxanimal715-brand .wp-block-site-title {
	line-height: 1;
	margin: 0;
}

/* Hero cover d'accueil (pattern hero-cover) */
.bijouxanimal715-hero {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	min-height: clamp(480px, 72vh, 760px);
	background: var(--wp--preset--color--contrast);
}

.bijouxanimal715-hero__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-size: cover;
	background-position: center;
}

.bijouxanimal715-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top, rgba(12, 22, 18, 0.78) 0%, rgba(12, 22, 18, 0.32) 45%, rgba(12, 22, 18, 0.25) 100%);
}

.bijouxanimal715-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, 100% - 3rem);
	margin-inline: auto;
	padding-block: clamp(2rem, 5vh, 3.5rem);
	display: flex;
	flex-direction: column;
	gap: clamp(1.5rem, 4vh, 2.75rem);
}

.bijouxanimal715-hero__top.has-face {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(240px, 1fr);
	gap: 1rem;
	align-items: stretch;
}

.bijouxanimal715-hero-spotlight {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	padding: 1rem 1.25rem 1.4rem;
	border-radius: 6px;
	background: color-mix(in srgb, var(--wp--preset--color--accent) 72%, var(--wp--preset--color--contrast));
	color: #fff;
	text-align: center;
}

.bijouxanimal715-hero-spotlight__photo {
	height: clamp(150px, 24vh, 210px);
	border-radius: 4px;
	background-size: cover;
	background-position: center 25%;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.bijouxanimal715-hero-spotlight__name {
	margin: 0.35rem 0 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.45rem;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.bijouxanimal715-hero-spotlight__desc {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.88);
}

.bijouxanimal715-hero-spotlight__btn {
	align-self: center;
	margin-top: 0.4rem;
	display: inline-block;
	padding: 0.55rem 1.4rem;
	background: rgba(255, 255, 255, 0.96);
	color: var(--wp--preset--color--contrast);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bijouxanimal715-hero-spotlight__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

@media (max-width: 781px) {
	.bijouxanimal715-hero__top.has-face {
		grid-template-columns: 1fr;
	}
}

.bijouxanimal715-hero__intro {
	max-width: 720px;
	background: rgba(250, 247, 240, 0.92);
	border-left: 6px solid var(--wp--preset--color--secondary);
	border-radius: 6px;
	padding: clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3.5vw, 2.5rem);
	backdrop-filter: blur(3px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.75rem;
}

.bijouxanimal715-hero__quote-row {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	margin-top: 0.5rem;
}

.bijouxanimal715-hero__quote-avatar {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 3px solid var(--wp--preset--color--secondary);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
}

.bijouxanimal715-hero__punchline {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-style: italic;
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
	line-height: 1.35;
	color: var(--wp--preset--color--primary);
}

.bijouxanimal715-hero__quote-author {
	margin: 0.2rem 0 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--wp--preset--color--contrast-2);
}

.bijouxanimal715-hero__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.7rem, 4vw, 2.8rem);
	line-height: 1.12;
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-hero__text {
	font-size: clamp(0.98rem, 1.5vw, 1.1rem);
	line-height: 1.55;
	margin: 0;
	color: var(--wp--preset--color--contrast-2);
}

.bijouxanimal715-hero__cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 1rem;
}

.bijouxanimal715-hero-card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	padding: 1.25rem 1.4rem;
	border-radius: 6px;
	color: #fff;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bijouxanimal715-hero-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.3);
}

.bijouxanimal715-hero-card--primary { background: color-mix(in srgb, var(--wp--preset--color--primary) 88%, transparent); }
.bijouxanimal715-hero-card--secondary { background: color-mix(in srgb, var(--wp--preset--color--secondary) 90%, transparent); color: var(--wp--preset--color--contrast); }
.bijouxanimal715-hero-card--accent { background: color-mix(in srgb, var(--wp--preset--color--accent) 88%, transparent); }
.bijouxanimal715-hero-card--contrast { background: color-mix(in srgb, var(--wp--preset--color--contrast) 82%, transparent); }

.bijouxanimal715-hero-card__kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	opacity: 0.8;
}

.bijouxanimal715-hero-card__name {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.15;
}

.bijouxanimal715-hero-card__desc {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	opacity: 0.9;
}

.bijouxanimal715-hero-card__btn {
	margin-top: auto;
	align-self: flex-start;
	display: inline-block;
	padding: 0.5rem 1.1rem;
	background: rgba(255, 255, 255, 0.96);
	color: var(--wp--preset--color--contrast);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-decoration: none;
	border-radius: var(--wp--custom--radius, 4px);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bijouxanimal715-hero-card__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.bijouxanimal715-hero-card--secondary .bijouxanimal715-hero-card__btn {
	background: var(--wp--preset--color--contrast);
	color: #fff;
}

.bijouxanimal715-hero-card {
	padding-bottom: 1.5rem;
}

.bijouxanimal715-hero-card .bijouxanimal715-hero-card__desc {
	margin-bottom: 0.85rem;
}

@media (prefers-reduced-motion: reduce) {
	video.bijouxanimal715-hero__media {
		display: none;
	}
}

@media (max-width: 781px) {
	.bijouxanimal715-hero {
		min-height: 0;
	}
	.bijouxanimal715-hero__cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 480px) {
	.bijouxanimal715-hero__cards {
		grid-template-columns: 1fr;
	}
}

/* Icônes réseaux sociaux du header */
.bijouxanimal715-social .wp-block-social-link a {
	padding: 0;
}

.bijouxanimal715-social .wp-social-link svg {
	width: 20px;
	height: 20px;
}

.bijouxanimal715-social .wp-social-link {
	transition: transform 0.2s ease;
}

.bijouxanimal715-social .wp-social-link:hover {
	transform: translateY(-2px);
}

/* Variante pastilles aux couleurs officielles des réseaux (topbar) */
.bijouxanimal715-social-colored .wp-block-social-link a {
	padding: 5px;
}

.bijouxanimal715-social-colored .wp-social-link svg {
	width: 15px;
	height: 15px;
}

.bijouxanimal715-social-colored .wp-social-link {
	transition: transform 0.2s ease;
}

.bijouxanimal715-social-colored .wp-social-link:hover {
	transform: translateY(-2px);
}

/* X (noir) : liseré clair pour rester visible sur topbar sombre */
.bijouxanimal715-social-colored .wp-social-link-x {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
	border-radius: 9999px;
}

/* Bandeau Outil (pattern widget-slot) — règle : chaque widget utilitaire est mis
   en scène en pleine largeur : photo | icône + kicker + titre + usage + outil. */
.bijouxanimal715-utility {
	display: grid;
	grid-template-columns: minmax(280px, 42%) 1fr;
	background:
		linear-gradient(120deg, color-mix(in srgb, var(--wp--preset--color--contrast) 96%, var(--wp--preset--color--primary)) 0%, color-mix(in srgb, var(--wp--preset--color--contrast) 72%, var(--wp--preset--color--primary)) 100%);
	border-top: 4px solid var(--wp--preset--color--secondary);
	border-bottom: 4px solid var(--wp--preset--color--secondary);
	overflow: hidden;
}

.bijouxanimal715-utility__photo {
	background-size: cover;
	background-position: center;
	min-height: 320px;
	clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

.bijouxanimal715-utility__body {
	padding: clamp(2rem, 4vw, 3.5rem);
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 640px;
}

.bijouxanimal715-utility__head {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.bijouxanimal715-utility__icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-utility__icon svg {
	width: 30px;
	height: 30px;
}

.bijouxanimal715-utility__kicker {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--wp--preset--color--secondary);
}

.bijouxanimal715-utility__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	font-weight: 700;
	line-height: 1.15;
}

.bijouxanimal715-utility__desc {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.85);
}

.bijouxanimal715-utility__tool .bijouxanimal715-converter {
	margin-inline: 0;
	text-align: left;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

/* Le bandeau porte déjà le titre et la description : pas de doublon dans l'outil */
.bijouxanimal715-utility__tool .bijouxanimal715-converter__title {
	display: none;
}

.bijouxanimal715-utility__tool .bijouxanimal715-converter__row {
	justify-content: flex-start;
}

@media (max-width: 781px) {
	.bijouxanimal715-utility {
		grid-template-columns: 1fr;
	}
	.bijouxanimal715-utility__photo {
		min-height: 200px;
		clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
	}
}

/* Bannière de consentement cookies (aux couleurs du site) */
#bijouxanimal715-consent {
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	z-index: 9999;
	max-width: 340px;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-left: 4px solid var(--wp--preset--color--secondary);
	border-radius: 6px;
	padding: 1rem 1.1rem;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
	animation: bijouxanimal715-consent-in 0.35s ease;
}

@keyframes bijouxanimal715-consent-in {
	from { transform: translateY(12px); opacity: 0; }
	to { transform: none; opacity: 1; }
}

#bijouxanimal715-consent.is-leaving {
	transition: opacity 0.25s ease, transform 0.25s ease;
	opacity: 0;
	transform: translateY(8px);
}

.bijouxanimal715-consent__text {
	margin: 0 0 0.75rem;
	font-size: 0.82rem;
	line-height: 1.5;
}

.bijouxanimal715-consent__text a {
	color: var(--wp--preset--color--secondary);
	text-decoration: underline;
}

.bijouxanimal715-consent__actions {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	align-items: center;
}

.bijouxanimal715-consent__btn {
	cursor: pointer;
	border: none;
	border-radius: var(--wp--custom--radius, 4px);
	font-size: 0.8rem;
	font-weight: 700;
	padding: 0.45rem 0.9rem;
}

.bijouxanimal715-consent__btn--ok {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-consent__btn--ok:hover {
	filter: brightness(1.08);
}

.bijouxanimal715-consent__btn--no {
	background: transparent;
	color: var(--wp--preset--color--base);
	opacity: 0.75;
	text-decoration: underline;
	padding: 0.45rem 0.3rem;
}

.bijouxanimal715-consent__btn--no:hover {
	opacity: 1;
}

@media (max-width: 480px) {
	#bijouxanimal715-consent {
		left: 0.75rem;
		right: 0.75rem;
		max-width: none;
	}
}

/* Popup newsletter (desktop uniquement — le JS ne l'injecte pas en mobile,
   le media query ci-dessous sert de double sécurité) */
#bijouxanimal715-newsletter {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(3px);
	animation: bijouxanimal715-nl-fade 0.3s ease;
}

@keyframes bijouxanimal715-nl-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

#bijouxanimal715-newsletter.is-leaving {
	transition: opacity 0.25s ease;
	opacity: 0;
}

.bijouxanimal715-nl__card {
	position: relative;
	display: grid;
	grid-template-columns: 42% 58%;
	width: min(760px, calc(100vw - 4rem));
	min-height: 420px;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
	animation: bijouxanimal715-nl-pop 0.35s cubic-bezier(0.2, 0.9, 0.3, 1.1);
}

@keyframes bijouxanimal715-nl-pop {
	from { transform: translateY(18px) scale(0.97); opacity: 0; }
	to { transform: none; opacity: 1; }
}

.bijouxanimal715-nl__visual {
	background-size: cover;
	background-position: center top;
}

.bijouxanimal715-nl__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.4rem 2.6rem;
}

.bijouxanimal715-nl__close {
	position: absolute;
	top: 0.6rem;
	right: 0.7rem;
	z-index: 1;
	border: none;
	background: transparent;
	color: var(--wp--preset--color--contrast);
	opacity: 0.55;
	font-size: 1.9rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.2rem 0.4rem;
}

.bijouxanimal715-nl__close:hover {
	opacity: 1;
}

.bijouxanimal715-nl__kicker {
	margin: 0 0 0.5rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}

.bijouxanimal715-nl__title {
	margin: 0 0 0.8rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.65rem;
	line-height: 1.2;
}

.bijouxanimal715-nl__text {
	margin: 0 0 1.5rem;
	font-size: 0.95rem;
	line-height: 1.6;
	opacity: 0.85;
}

.bijouxanimal715-nl__form {
	display: flex;
	gap: 0.6rem;
}

.bijouxanimal715-nl__input {
	flex: 1;
	min-width: 0;
	border: 1.5px solid rgba(0, 0, 0, 0.18);
	border-radius: var(--wp--custom--radius, 6px);
	padding: 0.7rem 0.9rem;
	font-size: 0.92rem;
	background: #fff;
	color: inherit;
}

.bijouxanimal715-nl__input:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
}

.bijouxanimal715-nl__input.is-invalid {
	border-color: var(--wp--preset--color--accent, #c0392b);
}

.bijouxanimal715-nl__submit {
	border: none;
	border-radius: var(--wp--custom--radius, 6px);
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
	font-weight: 700;
	font-size: 0.9rem;
	padding: 0.7rem 1.3rem;
	cursor: pointer;
	white-space: nowrap;
}

.bijouxanimal715-nl__submit:hover {
	filter: brightness(1.12);
}

.bijouxanimal715-nl__reassure {
	margin: 0.8rem 0 0;
	font-size: 0.75rem;
	opacity: 0.55;
}

@media (max-width: 1023px) {
	#bijouxanimal715-newsletter {
		display: none;
	}
}

/* ============ VERSION B ============ */

/* Réseaux sociaux carrés (topbar B) */
.bijouxanimal715-social-squared .wp-block-social-link {
	border-radius: 4px;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.bijouxanimal715-social-squared .wp-block-social-link a {
	padding: 5px;
	border-radius: 0;
}

.bijouxanimal715-social-squared .wp-social-link svg {
	width: 14px;
	height: 14px;
}

.bijouxanimal715-social-squared .wp-social-link:hover {
	transform: translateY(-2px);
}

/* Bande logo + recherche (B) */
.bijouxanimal715-brandbar-search.wp-block-search {
	margin: 0;
}

.bijouxanimal715-brandbar-search .wp-block-search__inside-wrapper {
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 25%, transparent);
	border-radius: 999px;
	padding: 0 0.3rem 0 0.9rem;
	background: var(--wp--preset--color--base);
	width: min(320px, 70vw);
}

.bijouxanimal715-brandbar-search .wp-block-search__input {
	border: none;
	background: transparent;
	font-size: 0.9rem;
	padding: 0.45rem 0;
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-brandbar-search .wp-block-search__input:focus {
	outline: none;
}

.bijouxanimal715-brandbar-search .wp-block-search__button {
	background: var(--wp--preset--color--primary);
	border: none;
	color: var(--wp--preset--color--base);
	border-radius: 999px;
	padding: 0.35rem 0.6rem;
	cursor: pointer;
}

/* Hero B : mosaïque sur image fixe */
.bijouxanimal715-hero-b {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: clamp(2rem, 6vh, 4rem) 1.5rem;
}

.bijouxanimal715-hero-b__inner {
	max-width: 1200px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 1rem;
}

.bijouxanimal715-hero-b__video {
	grid-column: span 5;
	border-radius: 6px;
	overflow: hidden;
	min-height: 240px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.bijouxanimal715-hero-b__video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bijouxanimal715-hero-b-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 0.6rem;
	padding: clamp(1.25rem, 2.5vw, 2rem);
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.bijouxanimal715-hero-b-card--intro {
	grid-column: span 4;
	background: color-mix(in srgb, var(--wp--preset--color--base) 96%, transparent);
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-hero-b-card--contrast {
	grid-column: span 3;
	background: color-mix(in srgb, var(--wp--preset--color--contrast) 92%, transparent);
	color: #fff;
}

.bijouxanimal715-hero-b-card--primary {
	grid-column: span 4;
	background: color-mix(in srgb, var(--wp--preset--color--primary) 92%, transparent);
	color: #fff;
}

.bijouxanimal715-hero-b-card--wide {
	grid-column: span 8;
	background: color-mix(in srgb, var(--wp--preset--color--contrast) 72%, transparent);
	color: #fff;
	backdrop-filter: blur(2px);
}

.bijouxanimal715-hero-b-card__title {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.25rem, 2.2vw, 1.7rem);
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.bijouxanimal715-hero-b-card--intro .bijouxanimal715-hero-b-card__title {
	text-transform: none;
	font-size: clamp(1.4rem, 2.6vw, 2rem);
}

.bijouxanimal715-hero-b-card__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	opacity: 0.92;
}

.bijouxanimal715-hero-b-card__btn {
	margin-top: 0.4rem;
	display: inline-block;
	padding: 0.55rem 1.3rem;
	background: var(--wp--preset--color--accent);
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	border-radius: var(--wp--custom--radius, 4px);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bijouxanimal715-hero-b-card--intro .bijouxanimal715-hero-b-card__btn {
	background: var(--wp--preset--color--primary);
}

.bijouxanimal715-hero-b-card__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1023px) {
	.bijouxanimal715-hero-b {
		background-attachment: scroll;
	}
	.bijouxanimal715-hero-b__video,
	.bijouxanimal715-hero-b-card--intro,
	.bijouxanimal715-hero-b-card--contrast,
	.bijouxanimal715-hero-b-card--primary,
	.bijouxanimal715-hero-b-card--wide {
		grid-column: span 12;
	}
}

/* Badge de date sur vignette (grille B) */
.bijouxanimal715-card__media {
	position: relative;
}

.bijouxanimal715-card__date-badge {
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base) !important;
	font-size: 0.75rem !important;
	font-weight: 700;
	padding: 0.3rem 0.55rem;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

/* Présentation du site (B) — image flottante à droite */
.bijouxanimal715-presentation {
	background: var(--wp--preset--color--base);
	padding: clamp(2.5rem, 6vh, 4rem) 1.5rem;
}

.bijouxanimal715-presentation__inner {
	max-width: 1200px;
	margin-inline: auto;
	line-height: 1.7;
}

.bijouxanimal715-presentation__img {
	float: right;
	width: min(420px, 42%);
	max-height: 540px;
	object-fit: cover;
	margin: 0 0 1.25rem 2rem;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.bijouxanimal715-presentation__author {
	display: flex;
	gap: 1.1rem;
	align-items: center;
	background: var(--wp--preset--color--base-2);
	border-left: 4px solid var(--wp--preset--color--secondary);
	border-radius: 6px;
	padding: 1.25rem 1.4rem;
	margin-top: 1.75rem;
}

.bijouxanimal715-presentation__author-avatar {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid var(--wp--preset--color--secondary);
}

.bijouxanimal715-presentation__author p {
	margin: 0 0 0.25rem;
}

.bijouxanimal715-presentation__author-kicker {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--wp--preset--color--accent);
}

.bijouxanimal715-presentation__author-name {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.2rem;
	font-weight: 700;
}

.bijouxanimal715-presentation__author-bio {
	font-size: 0.92rem;
	color: var(--wp--preset--color--contrast-2);
}

.bijouxanimal715-presentation__author-link {
	font-weight: 700;
	font-size: 0.9rem;
	text-decoration: none;
	color: var(--wp--preset--color--primary);
}

.bijouxanimal715-presentation__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	color: var(--wp--preset--color--primary);
	margin: 0 0 1rem;
}

.bijouxanimal715-presentation__inner::after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width: 781px) {
	.bijouxanimal715-presentation__img {
		float: none;
		width: 100%;
		margin: 0 0 1.25rem;
	}
}

/* Footer B — boxes sur photo */
.bijouxanimal715-footer-b {
	background-size: cover;
	background-position: center;
	position: relative;
	padding: clamp(2.5rem, 6vh, 4rem) 1.5rem 0;
}

.bijouxanimal715-footer-b::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(15, 12, 14, 0.45);
}

.bijouxanimal715-footer-b__inner {
	position: relative;
	max-width: 1200px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1.1fr 1.15fr 0.85fr 0.85fr;
	gap: 1.25rem;
	padding-bottom: clamp(2.5rem, 6vh, 4rem);
}
/* B2 : la colonne newsletter passe en dernière position (2 larges puis 2 étroites). */
.bijouxanimal715-footer-b__inner--nl-last {
	grid-template-columns: 1.1fr 0.85fr 0.85fr 1.15fr;
}

.bijouxanimal715-footer-b-box {
	border-radius: 6px;
	padding: 1.75rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.bijouxanimal715-footer-b-box--identity {
	background: color-mix(in srgb, var(--wp--preset--color--base) 95%, transparent);
	color: var(--wp--preset--color--contrast);
	text-align: center;
}

.bijouxanimal715-footer-b__socials {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.bijouxanimal715-footer-b__social {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.bijouxanimal715-footer-b__social:hover {
	transform: translateY(-2px);
}

.bijouxanimal715-footer-b__social--pinterest { background: #e60023; }
.bijouxanimal715-footer-b__social--facebook { background: #0866ff; }
.bijouxanimal715-footer-b__social--x { background: #111; }
.bijouxanimal715-footer-b__social--instagram { background: #e4405f; }

.bijouxanimal715-footer-b__logo {
	width: 64px;
	height: auto;
	margin-inline: auto;
}

.bijouxanimal715-footer-b__name {
	margin: 0.5rem 0 0.4rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.25rem;
	font-weight: 700;
}

.bijouxanimal715-footer-b__desc {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
	color: var(--wp--preset--color--contrast-2);
}

/* Partenaires : lien client payé en home, réinjecté en bas de la colonne logo.
   RÈGLE : l'ancre doit CONTRASTER avec le fond de la colonne. Le footer B a une
   colonne identité CLAIRE (fond `base`) → ancre en `primary` (jamais blanc, qui
   serait invisible). Le footer A a une colonne sur fond `primary` → ancre claire
   (cf .bijouxanimal715-partners__link plus bas, hérite de `base`). */
.bijouxanimal715-footer-b__partners {
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 15%, transparent);
}
.bijouxanimal715-footer-b__partners-title,
.bijouxanimal715-partners__title {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.72;
}
.bijouxanimal715-footer-b__partner {
	display: block;
	color: var(--wp--preset--color--primary);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
	font-size: 0.9rem;
	line-height: 1.5;
}
.bijouxanimal715-footer-b__partner:hover {
	text-decoration: none;
}

/* Variante footer A (shortcode [ecomag_partners]) */
.bijouxanimal715-partners {
	margin-top: 1rem;
}
.bijouxanimal715-partners__link {
	display: block;
	text-decoration: none;
	font-size: 0.9rem;
	line-height: 1.5;
	opacity: 0.95;
}
.bijouxanimal715-partners__link:hover {
	text-decoration: underline;
}

/* Note des lecteurs (bloc ecomag/rating) — inline sur la ligne méta, Version A. */
.bijouxanimal715-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.85rem;
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-rating__dot {
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-rating__stars {
	position: relative;
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	font-size: 1.05em;
	letter-spacing: 1.5px;
}
.bijouxanimal715-rating__empty {
	color: color-mix(in srgb, var(--wp--preset--color--contrast) 22%, transparent);
}
.bijouxanimal715-rating__fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #f5a623;
}
.bijouxanimal715-rating__hit {
	position: absolute;
	top: 0;
	height: 100%;
	width: 20%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.bijouxanimal715-rating__hit[data-v="1"] { left: 0; }
.bijouxanimal715-rating__hit[data-v="2"] { left: 20%; }
.bijouxanimal715-rating__hit[data-v="3"] { left: 40%; }
.bijouxanimal715-rating__hit[data-v="4"] { left: 60%; }
.bijouxanimal715-rating__hit[data-v="5"] { left: 80%; }
.bijouxanimal715-rating--voted .bijouxanimal715-rating__hit {
	cursor: default;
	pointer-events: none;
}
.bijouxanimal715-rating__meta {
	display: inline-flex;
	align-items: baseline;
	gap: 0.25rem;
}
.bijouxanimal715-rating__avg {
	font-weight: 700;
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-rating__count,
.bijouxanimal715-rating__thanks {
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-rating__thanks {
	font-style: italic;
}

/* Note des lecteurs — bloc BAS D'ARTICLE (gabarits B / B2). */
.bijouxanimal715-rating-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem 1.5rem;
	margin: 2rem 0 0;
	padding: 1rem 1.25rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 14%, transparent);
	border-radius: 8px;
	background: color-mix(in srgb, var(--wp--preset--color--primary) 6%, var(--wp--preset--color--base));
}
.bijouxanimal715-rating-footer__q {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-rating-footer__right {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	flex-wrap: wrap;
}
.bijouxanimal715-rating-footer__label {
	font-size: 0.9rem;
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-rating-footer .bijouxanimal715-rating__stars {
	font-size: 1.25rem;
	letter-spacing: 2px;
}
.bijouxanimal715-rating-footer .bijouxanimal715-rating__meta {
	display: inline-flex;
	align-items: baseline;
	gap: 0.25rem;
	font-size: 0.9rem;
}
.bijouxanimal715-rating-footer .bijouxanimal715-rating__avg {
	font-weight: 700;
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-rating-footer .bijouxanimal715-rating__count,
.bijouxanimal715-rating-footer .bijouxanimal715-rating__thanks {
	color: var(--wp--preset--color--contrast-2);
}

/* Encart newsletter INLINE dans l'article (reprend la photo/accroche de la popup). */
.bijouxanimal715-nl-inline {
	display: flex;
	align-items: stretch;
	gap: 0;
	margin: 2.25rem 0;
	border-radius: 12px;
	overflow: hidden;
	background: color-mix(in srgb, var(--wp--preset--color--primary) 8%, var(--wp--preset--color--base));
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--primary) 22%, transparent);
	box-shadow: 0 10px 30px -18px color-mix(in srgb, var(--wp--preset--color--contrast) 45%, transparent);
}
.bijouxanimal715-nl-inline__visual {
	flex: 0 0 38%;
	min-height: 210px;
	background-size: cover;
	background-position: center;
}
.bijouxanimal715-nl-inline__body {
	flex: 1 1 auto;
	padding: 1.35rem 1.6rem;
}
.bijouxanimal715-nl-inline__kicker {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--primary);
}
.bijouxanimal715-nl-inline__title {
	margin: 0 0 0.4rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-nl-inline__text {
	margin: 0 0 0.9rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-nl-inline__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.bijouxanimal715-nl-inline__input {
	flex: 1 1 190px;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.65rem 0.85rem;
	font-size: 0.95rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 25%, transparent);
	border-radius: 7px;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-nl-inline__input.is-invalid {
	border-color: var(--wp--preset--color--accent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent) 30%, transparent);
}
.bijouxanimal715-nl-inline__submit {
	flex: 0 0 auto;
	padding: 0.65rem 1.4rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border: 0;
	border-radius: 7px;
	cursor: pointer;
	transition: filter 0.2s ease;
}
.bijouxanimal715-nl-inline__submit:hover {
	filter: brightness(1.08);
}
.bijouxanimal715-nl-inline__reassure {
	margin: 0.6rem 0 0;
	font-size: 0.78rem;
	color: var(--wp--preset--color--contrast-2);
}
@media (max-width: 680px) {
	.bijouxanimal715-nl-inline {
		flex-direction: column;
	}
	.bijouxanimal715-nl-inline__visual {
		flex-basis: auto;
		min-height: 150px;
	}
}

/* Mini-formulaire newsletter réutilisable (footer B + bande A). */
.bijouxanimal715-nlf__form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.bijouxanimal715-nlf__input {
	flex: 1 1 150px;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.6rem 0.8rem;
	font-size: 0.9rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 25%, transparent);
	border-radius: 6px;
	background: #fff;
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-nlf__input.is-invalid {
	border-color: var(--wp--preset--color--accent);
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--wp--preset--color--accent) 30%, transparent);
}
.bijouxanimal715-nlf__submit {
	flex: 0 0 auto;
	padding: 0.6rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 700;
	color: #fff;
	background: var(--wp--preset--color--primary);
	border: 0;
	border-radius: 6px;
	cursor: pointer;
	transition: filter 0.2s ease;
}
.bijouxanimal715-nlf__submit:hover {
	filter: brightness(1.08);
}
.bijouxanimal715-nlf__thanks {
	margin: 0;
	font-weight: 600;
}

/* Icônes sociales sous la bio de l'auteur (boîte auteur B / B2). */
.bijouxanimal715-author-social-row {
	display: flex;
	gap: 0.35rem;
	margin-top: 0.6rem;
}
.bijouxanimal715-author-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 5px;
	color: #fff;
}
.bijouxanimal715-author-social svg {
	width: 12px;
	height: 12px;
	display: block;
	shape-rendering: geometricPrecision;
}
.bijouxanimal715-author-social--facebook { background: #1877F2; }
.bijouxanimal715-author-social--instagram { background: #E4405F; }
.bijouxanimal715-author-social--twitter { background: #111; }
.bijouxanimal715-author-social--linkedin { background: #0A66C2; }

/* Topbar B/B2 — lien léger « Une question ? » à gauche des réseaux. */
.bijouxanimal715-topbar-right {
	gap: 0.9rem;
}
.bijouxanimal715-topbar-contact {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	color: inherit;
	text-decoration: none;
	padding: 3px 11px;
	border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
	border-radius: 999px;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease;
}
.bijouxanimal715-topbar-contact:hover {
	background: color-mix(in srgb, #fff 12%, transparent);
	border-color: color-mix(in srgb, currentColor 55%, transparent);
}
.bijouxanimal715-topbar-contact svg {
	flex: 0 0 auto;
	opacity: 0.9;
}
@media (max-width: 600px) {
	.bijouxanimal715-topbar-contact span {
		display: none;
	}
}

/* ==========================================================================
 * GABARIT C — news-magazine. Namespace .bijouxanimal715-c-*
 * ========================================================================== */
.bijouxanimal715-c-main { background: var(--wp--preset--color--base); }
.bijouxanimal715-c-hero__inner,
.bijouxanimal715-c-body,
.bijouxanimal715-c-dm__inner { max-width: 1200px; margin-inline: auto; padding-inline: clamp(1rem, 3vw, 1.9rem); }

/* Chips de rubrique colorés */
.bijouxanimal715-c-chip {
	display: inline-block;
	padding: 3px 9px;
	font-family: var(--wp--preset--font-family--body);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	line-height: 1.3;
}
.bijouxanimal715-c-chip--sm { padding: 2px 7px; font-size: 0.62rem; }
.bijouxanimal715-c-eyebrow {
	margin: 0 0 0.6rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--accent);
}

/* Méta auteur/date */
.bijouxanimal715-c-meta { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--wp--preset--color--contrast-2); }
.bijouxanimal715-c-meta__avatar { border-radius: 50%; width: 22px; height: 22px; }
.bijouxanimal715-c-meta__by { font-weight: 600; }
.bijouxanimal715-c-meta__dot { opacity: 0.6; }

/* Carte overlay (image plein fond + gradient) */
.bijouxanimal715-c-ov {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 230px;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--wp--preset--color--contrast);
	background-size: cover;
	background-position: center;
	isolation: isolate;
}
.bijouxanimal715-c-ov::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(10, 12, 16, 0.92) 0%, rgba(10, 12, 16, 0.5) 42%, rgba(10, 12, 16, 0) 72%);
	z-index: 1;
}
.bijouxanimal715-c-ov__hit { position: absolute; inset: 0; z-index: 3; }
.bijouxanimal715-c-ov__body { position: relative; z-index: 2; padding: 1.1rem 1.2rem; }
.bijouxanimal715-c-ov__title {
	margin: 0.5rem 0 0.55rem;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 1.35rem;
	line-height: 1.18;
	color: #fff;
}
.bijouxanimal715-c-ov__title a { color: #fff; text-decoration: none; position: relative; z-index: 4; }
.bijouxanimal715-c-ov .bijouxanimal715-c-meta,
.bijouxanimal715-c-ov .bijouxanimal715-c-meta__by,
.bijouxanimal715-c-ov .bijouxanimal715-c-meta__dot { color: rgba(255, 255, 255, 0.85); position: relative; z-index: 4; }
.bijouxanimal715-c-ov--lead { min-height: 440px; }
.bijouxanimal715-c-ov--lead .bijouxanimal715-c-ov__title { font-size: clamp(1.6rem, 3.2vw, 2.3rem); }
.bijouxanimal715-c-ov--dm { min-height: 200px; }
.bijouxanimal715-c-ov--dm .bijouxanimal715-c-ov__title { font-size: 1.05rem; }

/* Carte horizontale */
.bijouxanimal715-c-h { display: flex; gap: 0.85rem; align-items: flex-start; padding-bottom: 0.9rem; margin-bottom: 0.9rem; border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent); }
.bijouxanimal715-c-h:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.bijouxanimal715-c-h__thumb { flex: 0 0 92px; height: 72px; border-radius: 7px; background-size: cover; background-position: center; background-color: var(--wp--preset--color--base-2); }
.bijouxanimal715-c-h__body { flex: 1 1 auto; min-width: 0; }
.bijouxanimal715-c-h__title {
	margin: 0.3rem 0 0.35rem;
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
}
.bijouxanimal715-c-h__title a { color: var(--wp--preset--color--contrast); text-decoration: none; }
.bijouxanimal715-c-h__title a:hover { color: var(--wp--preset--color--accent); }

/* Liste numérotée « Populaire / En vue » */
.bijouxanimal715-c-numlist { list-style: none; margin: 0; padding: 0; }
.bijouxanimal715-c-num { display: flex; gap: 0.7rem; align-items: baseline; padding: 0.6rem 0; border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 9%, transparent); }
.bijouxanimal715-c-num:last-child { border-bottom: 0; }
.bijouxanimal715-c-num__n { flex: 0 0 auto; font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 1.4rem; line-height: 1; width: 1.4rem; }
.bijouxanimal715-c-num__link { font-weight: 600; font-size: 0.95rem; line-height: 1.3; color: var(--wp--preset--color--contrast); text-decoration: none; }
.bijouxanimal715-c-num__link:hover { color: var(--wp--preset--color--accent); }

/* Hero magazine */
.bijouxanimal715-c-hero { padding: clamp(1.4rem, 3vw, 2.2rem) 0 0.4rem; }
.bijouxanimal715-c-hero__inner { display: grid; grid-template-columns: 1.9fr 1fr; gap: 1.6rem; }
.bijouxanimal715-c-hero__aside { align-self: stretch; }
.bijouxanimal715-c-hero__list { display: flex; flex-direction: column; }

/* Corps 2 colonnes */
.bijouxanimal715-c-body { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 2.2rem; padding-top: clamp(1.6rem, 3vw, 2.4rem); padding-bottom: 1.5rem; }

/* Bloc rubrique */
.bijouxanimal715-c-block { margin-bottom: 2.2rem; }
.bijouxanimal715-c-block__head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; border-bottom: 2px solid color-mix(in srgb, var(--wp--preset--color--contrast) 12%, transparent); padding-bottom: 0.5rem; }
.bijouxanimal715-c-block__marker { flex: 0 0 auto; width: 10px; height: 20px; border-radius: 2px; }
.bijouxanimal715-c-block__title { margin: 0; font-family: var(--wp--preset--font-family--heading); font-size: 1.3rem; font-weight: 800; }
.bijouxanimal715-c-block__title a { color: var(--wp--preset--color--contrast); text-decoration: none; }
.bijouxanimal715-c-block__all { margin-left: auto; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--wp--preset--color--accent); text-decoration: none; white-space: nowrap; }
.bijouxanimal715-c-block__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 1.3rem; }
.bijouxanimal715-c-block__list { display: flex; flex-direction: column; }

/* Sidebar */
.bijouxanimal715-c-sidebar { display: flex; flex-direction: column; gap: 1.6rem; }
.bijouxanimal715-c-side { background: var(--wp--preset--color--base-2); border-radius: 10px; padding: 1.15rem 1.2rem; }
.bijouxanimal715-c-side__title { margin: 0 0 0.8rem; font-family: var(--wp--preset--font-family--heading); font-size: 1.05rem; font-weight: 800; padding-bottom: 0.5rem; border-bottom: 2px solid var(--wp--preset--color--accent); display: inline-block; }
.bijouxanimal715-c-side--nl .bijouxanimal715-c-side__nl-accroche { margin: 0 0 0.7rem; font-size: 0.9rem; color: var(--wp--preset--color--contrast-2); }
.bijouxanimal715-c-side--widget .bijouxanimal715-converter { max-width: none; margin: 0; padding: 0; background: transparent; text-align: left; }

/* Ne manquez pas */
.bijouxanimal715-c-dm { background: var(--wp--preset--color--base-2); padding: clamp(1.6rem, 3vw, 2.4rem) 0; margin-top: 0.6rem; }
.bijouxanimal715-c-dm__head { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1.1rem; }
.bijouxanimal715-c-dm__marker { width: 0; height: 0; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid var(--wp--preset--color--accent); }
.bijouxanimal715-c-dm__title { margin: 0; font-family: var(--wp--preset--font-family--heading); font-size: 1.4rem; font-weight: 800; }
.bijouxanimal715-c-dm__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }

/* Header C */
.bijouxanimal715-c-topbar { border-bottom: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent); }
.bijouxanimal715-c-topbar .bijouxanimal715-topbar-contact { color: var(--wp--preset--color--contrast); }
.bijouxanimal715-c-topbar .bijouxanimal715-topbar-contact:hover { background: color-mix(in srgb, var(--wp--preset--color--contrast) 6%, transparent); }
.bijouxanimal715-c-brand { justify-content: center; gap: 0.7rem; }
.bijouxanimal715-c-brand .wp-block-site-title { font-family: var(--wp--preset--font-family--heading); font-weight: 800; letter-spacing: -0.01em; }
.bijouxanimal715-c-brand .wp-block-site-title a { color: var(--wp--preset--color--contrast); text-decoration: none; }
.bijouxanimal715-c-navbar { border-top: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 10%, transparent); border-bottom: 3px solid var(--wp--preset--color--accent); position: sticky; top: 0; z-index: 30; }
.bijouxanimal715-c-navbar .wp-block-navigation { color: var(--wp--preset--color--contrast); }
.bijouxanimal715-c-navbar .wp-block-navigation a { color: var(--wp--preset--color--contrast); }
.bijouxanimal715-c-navbar .wp-block-navigation__container { gap: 1.4rem; }
.bijouxanimal715-c-navbar .wp-block-navigation-item { border-bottom: 2px solid transparent; padding-bottom: 2px; transition: border-color 0.15s ease, color 0.15s ease; }
.bijouxanimal715-c-navbar .wp-block-navigation-item:hover { border-bottom-color: var(--wp--preset--color--accent); }
.bijouxanimal715-c-navbar .wp-block-navigation-item:nth-child(5n+1):hover { border-bottom-color: #D6336C; }
.bijouxanimal715-c-navbar .wp-block-navigation-item:nth-child(5n+2):hover { border-bottom-color: #4263EB; }
.bijouxanimal715-c-navbar .wp-block-navigation-item:nth-child(5n+3):hover { border-bottom-color: #E8590C; }
.bijouxanimal715-c-navbar .wp-block-navigation-item:nth-child(5n+4):hover { border-bottom-color: #2B8A3E; }
.bijouxanimal715-c-navbar .wp-block-navigation-item:nth-child(5n+5):hover { border-bottom-color: #7048E8; }

/* Footer C */
.bijouxanimal715-c-footer { background: var(--wp--preset--color--contrast); color: color-mix(in srgb, #fff 82%, transparent); }
.bijouxanimal715-c-footer__inner { max-width: 1200px; margin-inline: auto; padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 1.9rem) 1.6rem; display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr; gap: 2rem; }
.bijouxanimal715-c-footer__brandline { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.5rem; }
.bijouxanimal715-c-footer__logo { flex: 0 0 auto; width: 40px; height: auto; display: block; }
.bijouxanimal715-c-footer__name { margin: 0; font-family: var(--wp--preset--font-family--heading); font-size: 1.25rem; font-weight: 800; line-height: 1.1; color: #fff; }
.bijouxanimal715-c-footer__tag { margin: 0 0 0.9rem; font-size: 0.88rem; opacity: 0.75; }
.bijouxanimal715-c-footer__h { margin: 0 0 0.8rem; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }
.bijouxanimal715-c-footer__h--infos { margin-top: 1.3rem; }
.bijouxanimal715-c-footer__cats, .bijouxanimal715-c-footer__recent, .bijouxanimal715-c-footer__pages { list-style: none; margin: 0; padding: 0; }
.bijouxanimal715-c-footer__cats li { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; }
.bijouxanimal715-c-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; }
.bijouxanimal715-c-footer a { color: color-mix(in srgb, #fff 82%, transparent); text-decoration: none; font-size: 0.9rem; }
.bijouxanimal715-c-footer a:hover { color: #fff; }
.bijouxanimal715-c-footer__recent li, .bijouxanimal715-c-footer__pages li { margin-bottom: 0.5rem; line-height: 1.35; }
.bijouxanimal715-c-footer__socials { display: flex; gap: 0.4rem; }
.bijouxanimal715-c-fsoc { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 5px; font-size: 0.78rem; font-weight: 700; color: #fff; text-decoration: none; }
.bijouxanimal715-c-fsoc--pinterest { background: #E60023; } .bijouxanimal715-c-fsoc--facebook { background: #1877F2; } .bijouxanimal715-c-fsoc--x { background: #000; } .bijouxanimal715-c-fsoc--instagram { background: #E4405F; }
.bijouxanimal715-c-footer__nl-accroche { margin: 0 0 0.7rem; font-size: 0.88rem; opacity: 0.8; }
.bijouxanimal715-c-footer__nl-reassure { margin: 0.6rem 0 0; font-size: 0.72rem; opacity: 0.6; }
.bijouxanimal715-c-footer__bar { border-top: 1px solid rgba(255,255,255,0.12); text-align: center; padding: 1rem; font-size: 0.82rem; opacity: 0.8; }
.bijouxanimal715-c-footer__bar a { color: #fff; }
.bijouxanimal715-c-footer__sep { margin: 0 0.35rem; opacity: 0.5; }
.bijouxanimal715-c-footer .bijouxanimal715-nlf__input { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.25); color: #fff; }
.bijouxanimal715-c-footer .bijouxanimal715-nlf__thanks { color: #fff; }

/* Widget défi 30 jours */
.bijouxanimal715-defi__out { margin: 0.6rem 0; padding: 0.7rem 0.85rem; background: color-mix(in srgb, var(--wp--preset--color--accent) 10%, transparent); border-left: 3px solid var(--wp--preset--color--accent); border-radius: 4px; }
.bijouxanimal715-defi__label { margin: 0 0 0.2rem; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--wp--preset--color--accent); }
.bijouxanimal715-defi__text { margin: 0; font-weight: 600; line-height: 1.35; }
.bijouxanimal715-defi__btn { display: inline-block; margin-top: 0.2rem; padding: 0.45rem 0.9rem; font-size: 0.85rem; font-weight: 700; color: #fff; background: var(--wp--preset--color--primary); border: 0; border-radius: 5px; cursor: pointer; transition: filter 0.15s ease; }
.bijouxanimal715-defi__btn:hover { filter: brightness(1.08); }
/* Menu déroulant du défi : calé à gauche (le centrage générique des convertisseurs
   n'a pas de sens pour un champ unique) et habillé aux couleurs du site. */
.bijouxanimal715-defi .bijouxanimal715-converter__row { justify-content: flex-start; }
.bijouxanimal715-defi .bijouxanimal715-converter__row label { position: relative; width: 100%; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wp--preset--color--primary); }
.bijouxanimal715-defi .bijouxanimal715-converter__row label::after { content: ""; position: absolute; right: 1rem; bottom: 1.05rem; width: 0.55rem; height: 0.55rem; border-right: 2px solid var(--wp--preset--color--accent); border-bottom: 2px solid var(--wp--preset--color--accent); transform: rotate(45deg); pointer-events: none; }
.bijouxanimal715-defi .bijouxanimal715-converter__row select { width: 100%; padding: 0.6rem 2.4rem 0.6rem 0.85rem; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1rem; color: var(--wp--preset--color--contrast); background: var(--wp--preset--color--base); border: 2px solid var(--wp--preset--color--primary); border-radius: 6px; appearance: none; -webkit-appearance: none; cursor: pointer; transition: border-color 0.15s ease, box-shadow 0.15s ease; }
.bijouxanimal715-defi .bijouxanimal715-converter__row select:hover { border-color: var(--wp--preset--color--accent); }
.bijouxanimal715-defi .bijouxanimal715-converter__row select:focus { outline: none; border-color: var(--wp--preset--color--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--preset--color--secondary) 35%, transparent); }
.bijouxanimal715-defi .bijouxanimal715-converter__row select option { font-family: var(--wp--preset--font-family--body); font-weight: 500; }

/* Recherche dépliable dans la topbar */
.bijouxanimal715-c-search { display: inline-flex; align-items: center; }
.bijouxanimal715-c-search__form { width: 0; overflow: hidden; opacity: 0; transition: width 0.28s ease, opacity 0.18s ease; }
.bijouxanimal715-c-search--open .bijouxanimal715-c-search__form { width: 190px; opacity: 1; }
.bijouxanimal715-c-search__input { width: 100%; box-sizing: border-box; padding: 5px 12px; font-size: 0.82rem; border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 22%, transparent); border-radius: 999px; background: var(--wp--preset--color--base); color: var(--wp--preset--color--contrast); }
.bijouxanimal715-c-search__input:focus { outline: none; border-color: var(--wp--preset--color--accent); }
.bijouxanimal715-c-search__toggle { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-left: 2px; padding: 0; border: 0; border-radius: 6px; background: transparent; color: var(--wp--preset--color--contrast); cursor: pointer; }
.bijouxanimal715-c-search__toggle:hover { background: color-mix(in srgb, var(--wp--preset--color--contrast) 8%, transparent); }
.bijouxanimal715-c-search--open .bijouxanimal715-c-search__toggle { color: var(--wp--preset--color--accent); }

/* Carte featured d'un bloc rubrique : image (titre en overlay) + excerpt/méta
   dessous, la carte se cale sur la hauteur des 3 cartes horizontales. */
.bijouxanimal715-c-block__feat { display: flex; }
.bijouxanimal715-c-feat { display: flex; flex-direction: column; width: 100%; border-radius: 10px; overflow: hidden; background: var(--wp--preset--color--base-2); }
.bijouxanimal715-c-feat__media { position: relative; flex: 0 0 auto; height: 236px; display: flex; align-items: flex-end; background-color: var(--wp--preset--color--contrast); background-size: cover; background-position: center; isolation: isolate; }
.bijouxanimal715-c-feat__media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(10, 12, 16, 0.9) 0%, rgba(10, 12, 16, 0.35) 45%, rgba(10, 12, 16, 0) 72%); }
.bijouxanimal715-c-feat__hit { position: absolute; inset: 0; z-index: 3; }
.bijouxanimal715-c-feat__overlay { position: relative; z-index: 4; padding: 1rem 1.15rem; }
.bijouxanimal715-c-feat__title { display: block; margin-top: 0.5rem; font-family: var(--wp--preset--font-family--heading); font-weight: 700; font-size: 1.3rem; line-height: 1.2; color: #fff; text-decoration: none; }
.bijouxanimal715-c-feat__title:hover { text-decoration: underline; }
.bijouxanimal715-c-feat__body { flex: 1 1 auto; display: flex; flex-direction: column; padding: 0.9rem 1.15rem 1rem; }
.bijouxanimal715-c-feat__dek { margin: 0 0 0.7rem; font-size: 0.92rem; line-height: 1.5; color: var(--wp--preset--color--contrast-2); }
.bijouxanimal715-c-feat__body .bijouxanimal715-c-meta { margin-top: auto; }

/* Carte featured du HERO (pleine largeur) : grande image + excerpt, cale sa
   hauteur sur la colonne « En vue » à droite (sinon vide sous la photo). */
.bijouxanimal715-c-hero__lead { display: flex; }
.bijouxanimal715-c-feat--lead { width: 100%; }
/* Cartes featured des blocs par rubrique : même logique que la une — la
   grille les étire à la hauteur des 3 cartes horizontales, le surplus va à
   la photo, jamais sous le texte (règle utilisateur 27/08, écran large). */
.bijouxanimal715-c-block__feat .bijouxanimal715-c-feat__media { flex: 1 1 auto; height: auto; min-height: 236px; }
.bijouxanimal715-c-block__feat .bijouxanimal715-c-feat__body { flex: 0 0 auto; }
.bijouxanimal715-c-block__feat .bijouxanimal715-c-feat__dek { margin-bottom: 0.75rem; line-height: 1.55; }
.bijouxanimal715-c-block__feat .bijouxanimal715-c-feat__body .bijouxanimal715-c-meta { margin-top: 0; }

/* La carte est étirée à la hauteur de la colonne « En vue » : le surplus va à
   la PHOTO (flex-grow), jamais au corps de texte (sinon vide béant sous
   l'excerpt — règle utilisateur 27/08). Excerpt long (80 mots) tiré du contenu. */
.bijouxanimal715-c-feat--lead .bijouxanimal715-c-feat__media { flex: 1 1 auto; height: auto; min-height: clamp(280px, 30vw, 360px); }
.bijouxanimal715-c-feat--lead .bijouxanimal715-c-feat__title { font-size: clamp(1.6rem, 3vw, 2.15rem); }
.bijouxanimal715-c-feat--lead .bijouxanimal715-c-feat__body { flex: 0 0 auto; padding: 1rem 1.25rem 1rem; }
.bijouxanimal715-c-feat--lead .bijouxanimal715-c-feat__dek { margin-bottom: 0.8rem; font-size: 1rem; line-height: 1.55; }
.bijouxanimal715-c-feat--lead .bijouxanimal715-c-feat__body .bijouxanimal715-c-meta { margin-top: 0; }

/* Bannière auto-promo verticale (sidebar) — effet « couverture de magazine » :
   masthead en haut (édition + nom), sticker accent, cover lines « Au sommaire »
   (rubriques colorées) au centre-gauche, panneau punchline + arguments en bas. */
.bijouxanimal715-c-promo { position: relative; display: flex; flex: 0 0 auto; flex-direction: column; justify-content: flex-end; height: 580px; border-radius: 10px; overflow: hidden; background-color: var(--wp--preset--color--contrast); background-size: cover; background-position: center 22%; isolation: isolate; }
.bijouxanimal715-c-promo::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to bottom, rgba(9, 11, 15, 0.72) 0%, rgba(9, 11, 15, 0.3) 18%, rgba(9, 11, 15, 0) 32%), linear-gradient(to right, rgba(9, 11, 15, 0.55) 0%, rgba(9, 11, 15, 0) 62%); pointer-events: none; }
.bijouxanimal715-c-promo__top { position: absolute; top: 0; left: 0; right: 0; z-index: 2; padding: 1rem 1.3rem 0; }
.bijouxanimal715-c-promo__kicker { display: block; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--wp--preset--color--secondary); }
.bijouxanimal715-c-promo__mast { display: block; margin-top: 0.15rem; padding-bottom: 0.45rem; border-bottom: 1px solid rgba(255, 255, 255, 0.35); font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 1.7rem; line-height: 1.05; letter-spacing: -0.01em; color: #fff; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45); }
.bijouxanimal715-c-promo__badge { position: absolute; top: 4.7rem; right: 0.7rem; z-index: 3; display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; padding: 0.5rem; border-radius: 50%; background: var(--wp--preset--color--accent); color: #fff; font-size: 0.66rem; font-weight: 800; line-height: 1.15; letter-spacing: 0.04em; text-transform: uppercase; text-align: center; transform: rotate(8deg); box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35); outline: 2px dashed rgba(255, 255, 255, 0.55); outline-offset: -6px; }
.bijouxanimal715-c-promo__lines { position: absolute; top: 26.5%; left: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 0.28rem; max-width: 84%; }
.bijouxanimal715-c-promo__lines-h { margin: 0 0 0.25rem 1.3rem; font-size: 0.6rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.8); }
.bijouxanimal715-c-promo__line { display: inline-block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0.2rem 0.65rem 0.2rem 1.3rem; border-left: 4px solid var(--c, var(--wp--preset--color--accent)); background: rgba(9, 11, 15, 0.62); backdrop-filter: blur(2px); font-family: var(--wp--preset--font-family--heading); font-size: 0.86rem; font-weight: 700; line-height: 1.2; color: #fff; text-decoration: none; }
.bijouxanimal715-c-promo__line:hover { background: var(--c, var(--wp--preset--color--accent)); color: #fff; }
.bijouxanimal715-c-promo__panel { position: relative; z-index: 2; padding: 2.6rem 1.3rem 1.4rem; background: linear-gradient(to top, rgba(9, 11, 15, 0.96) 0%, rgba(9, 11, 15, 0.9) 44%, rgba(9, 11, 15, 0.55) 80%, rgba(9, 11, 15, 0) 100%); }
.bijouxanimal715-c-promo__punch { display: block; font-family: var(--wp--preset--font-family--heading); font-weight: 800; font-size: 1.45rem; line-height: 1.18; color: #fff; }
.bijouxanimal715-c-promo__list { list-style: none; margin: 0.95rem 0 0; padding: 0; }
.bijouxanimal715-c-promo__list li { position: relative; margin-bottom: 0.5rem; padding-left: 1.55rem; font-size: 0.9rem; line-height: 1.35; color: rgba(255, 255, 255, 0.92); }
.bijouxanimal715-c-promo__list li:last-child { margin-bottom: 0; }
.bijouxanimal715-c-promo__list li::before { content: ""; position: absolute; left: 0.1rem; top: 0.32em; width: 0.5rem; height: 0.28rem; border-left: 2px solid var(--wp--preset--color--accent); border-bottom: 2px solid var(--wp--preset--color--accent); transform: rotate(-45deg); }

/* Footer C : liens légaux horizontaux centrés dans la barre copyright */
.bijouxanimal715-c-footer__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem 1.3rem; margin-bottom: 0.75rem; }
.bijouxanimal715-c-footer__legal a { font-size: 0.82rem; }
.bijouxanimal715-c-footer__copy { margin: 0; }

/* Responsive C */
@media (max-width: 980px) {
	.bijouxanimal715-c-body { grid-template-columns: 1fr; }
	.bijouxanimal715-c-hero__inner { grid-template-columns: 1fr; }
	.bijouxanimal715-c-ov--lead { min-height: 340px; }
	.bijouxanimal715-c-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
	.bijouxanimal715-c-block__grid { grid-template-columns: 1fr; }
	.bijouxanimal715-c-dm__grid { grid-template-columns: 1fr 1fr; }
	.bijouxanimal715-c-footer__inner { grid-template-columns: 1fr; }
}

/* Footer B — bloc newsletter en bas de la colonne identité (fond clair). */
/* Footer B — 4e colonne newsletter (fond primary, texte clair). */
.bijouxanimal715-footer-b-box--newsletter {
	background: color-mix(in srgb, var(--wp--preset--color--primary) 92%, #000 6%);
	color: #fff;
}
.bijouxanimal715-footer-b__nl-title {
	margin: 0 0 0.4rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: color-mix(in srgb, #fff 82%, transparent);
}
.bijouxanimal715-footer-b__nl-accroche {
	margin: 0 0 0.5rem;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
}
.bijouxanimal715-footer-b__nl-desc {
	margin: 0 0 0.85rem;
	font-size: 0.85rem;
	line-height: 1.45;
	color: color-mix(in srgb, #fff 82%, transparent);
}
.bijouxanimal715-footer-b__nl-reassure {
	margin: 0.7rem 0 0;
	font-size: 0.72rem;
	color: color-mix(in srgb, #fff 72%, transparent);
}
.bijouxanimal715-footer-b-box--newsletter .bijouxanimal715-nlf__submit {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-footer-b-box--newsletter .bijouxanimal715-nlf__thanks {
	color: #fff;
}

/* Bande newsletter pleine largeur au-dessus du footer — gabarit A. */
.bijouxanimal715-nl-band {
	width: 100%;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}
.bijouxanimal715-nl-band__inner {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0.85rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem 2rem;
	flex-wrap: wrap;
}
.bijouxanimal715-nl-band__visual {
	flex: 0 0 58px;
	height: 58px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}
.bijouxanimal715-nl-band__text {
	flex: 0 1 520px;
}
.bijouxanimal715-nl-band__title {
	margin: 0 0 0.15rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}
.bijouxanimal715-nl-band__accroche {
	margin: 0;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--wp--preset--color--base);
}
.bijouxanimal715-nl-band__desc {
	margin: 0.1rem 0 0;
	font-size: 0.85rem;
	line-height: 1.35;
	max-width: 60ch;
	color: color-mix(in srgb, var(--wp--preset--color--base) 76%, transparent);
}
.bijouxanimal715-nl-band .bijouxanimal715-nlf {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}
.bijouxanimal715-nl-band .bijouxanimal715-nlf__form {
	flex-wrap: nowrap;
}
.bijouxanimal715-nl-band .bijouxanimal715-nlf__input {
	flex: 0 1 230px;
}
.bijouxanimal715-nl-band .bijouxanimal715-nlf__submit {
	background: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--contrast);
}
.bijouxanimal715-nl-band .bijouxanimal715-nlf__thanks {
	color: var(--wp--preset--color--base);
}
@media (max-width: 720px) {
	.bijouxanimal715-nl-band__inner {
		gap: 0.85rem;
	}
	.bijouxanimal715-nl-band .bijouxanimal715-nlf,
	.bijouxanimal715-nl-band__text {
		flex-basis: 100%;
	}
}

.bijouxanimal715-footer-b-box--rubriques {
	background: color-mix(in srgb, var(--wp--preset--color--contrast) 88%, transparent);
}

.bijouxanimal715-footer-b-box--infos {
	background: color-mix(in srgb, var(--wp--preset--color--accent) 85%, transparent);
}

.bijouxanimal715-footer-b-box--rubriques a,
.bijouxanimal715-footer-b-box--infos a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	transition: transform 0.2s ease;
}

.bijouxanimal715-footer-b-box--rubriques a:last-child,
.bijouxanimal715-footer-b-box--infos a:last-child {
	border-bottom: none;
}

.bijouxanimal715-footer-b-box--rubriques a:hover,
.bijouxanimal715-footer-b-box--infos a:hover {
	transform: translateX(0.4rem);
}

.bijouxanimal715-footer-b__copyright {
	position: relative;
	text-align: center;
	padding: 1rem;
	background: color-mix(in srgb, var(--wp--preset--color--base) 92%, transparent);
	font-size: 0.85rem;
	color: var(--wp--preset--color--contrast);
	margin: 0 -1.5rem;
}

@media (max-width: 900px) {
	.bijouxanimal715-footer-b__inner {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 560px) {
	.bijouxanimal715-footer-b__inner {
		grid-template-columns: 1fr;
	}
}

/* Convertisseur de devises (block ecomag/convertisseur-reais) */
.bijouxanimal715-converter {
	max-width: 480px;
	margin-inline: auto;
	background: var(--wp--preset--color--base-2);
	border-radius: 6px;
	padding: 1.5rem;
	text-align: center;
}

.bijouxanimal715-converter__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 1rem;
}

.bijouxanimal715-converter__row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 0.75rem;
	/* Les outils vont de 1 à 3 champs : sans retour à la ligne, le troisième
	   débordait de la carte (constaté sur duree-podcast). */
	flex-wrap: wrap;
}

.bijouxanimal715-converter__row label {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	font-size: 0.8rem;
	color: var(--wp--preset--color--contrast-2);
	text-align: left;
	/* min-width:0 lève la largeur plancher d'un enfant flex, sinon le champ
	   refuse de rétrécir et sort de son conteneur. */
	min-width: 0;
	flex: 0 1 auto;
}

.bijouxanimal715-converter__row input {
	width: 130px;
	padding: 0.5rem 0.6rem;
	border: 1px solid var(--wp--preset--color--contrast-2);
	border-radius: var(--wp--custom--radius, 4px);
	font-size: 1rem;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-converter__swap {
	padding-bottom: 0.55rem;
	color: var(--wp--preset--color--accent);
	font-weight: 700;
}

.bijouxanimal715-converter__note {
	margin: 0.75rem 0 0;
	font-size: 0.8rem;
	color: var(--wp--preset--color--contrast-2);
}

.bijouxanimal715-converter__row select {
	padding: 0.5rem 0.6rem;
	border: 1px solid var(--wp--preset--color--contrast-2);
	border-radius: var(--wp--custom--radius, 4px);
	font-size: 1rem;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
	min-width: min(160px, 100%);
	max-width: 100%;
}

.bijouxanimal715-tailles__result {
	margin: 0.85rem 0 0;
	font-size: 1.05rem;
}

/* Séparateur de section façon presse */
.bijouxanimal715-section-title {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.bijouxanimal715-section-title::after {
	content: "";
	flex: 1;
	height: 3px;
	background: var(--wp--preset--color--primary);
}

/* ============ PAGE « QUI SOMMES-NOUS » ============ */

.bijouxanimal715-about {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 1rem 3rem;
}

.bijouxanimal715-about__kicker {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}

.bijouxanimal715-about__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.9rem, 4vw, 2.9rem);
	line-height: 1.15;
	margin: 0 0 1.2rem;
}

.bijouxanimal715-about__chapo {
	font-size: clamp(1.15rem, 2vw, 1.35rem);
	line-height: 1.6;
	font-weight: 500;
	margin: 0 0 1.2rem;
	max-width: 66ch;
	padding-left: 1rem;
	border-left: 3px solid var(--wp--preset--color--secondary);
}

.bijouxanimal715-about__lead {
	font-size: 1.12rem;
	line-height: 1.7;
	margin: 0 0 1rem;
	max-width: 68ch;
}

.bijouxanimal715-about__h2 {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	margin: 3rem 0 1.4rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--wp--preset--color--primary);
}

/* Ligne éditoriale — cartes numérotées */
.bijouxanimal715-about__cards {
	display: grid;
	/* 180px : les trois engagements tiennent sur une ligne même dans la
	   colonne de texte contrainte du gabarit. */
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.1rem;
}

.bijouxanimal715-about__card {
	position: relative;
	padding: 1.4rem 1.3rem 1.3rem;
	background: color-mix(in srgb, var(--wp--preset--color--primary) 6%, transparent);
	border-left: 3px solid var(--wp--preset--color--secondary);
	border-radius: 0 10px 10px 0;
}

.bijouxanimal715-about__num {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1;
	color: var(--wp--preset--color--secondary);
	opacity: 0.7;
	margin-bottom: 0.5rem;
}

.bijouxanimal715-about__card-title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.05rem;
	margin: 0 0 0.45rem;
}

.bijouxanimal715-about__card-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	opacity: 0.88;
}

/* La rédaction */
.bijouxanimal715-about__member {
	display: grid;
	grid-template-columns: 240px 1fr;
	gap: 2rem;
	align-items: start;
}

.bijouxanimal715-about__photo img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 12px;
	display: block;
}

.bijouxanimal715-about__role {
	margin: 0 0 0.2rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--secondary);
}

.bijouxanimal715-about__name {
	font-family: var(--wp--preset--font-family--heading);
	font-size: 1.6rem;
	margin: 0 0 0.8rem;
}

.bijouxanimal715-about__bio p {
	line-height: 1.7;
	margin: 0 0 0.8rem;
}

.bijouxanimal715-about__tags {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 1rem 0;
	padding: 0;
}

.bijouxanimal715-about__tags li {
	font-size: 0.78rem;
	padding: 0.25rem 0.7rem;
	border: 1px solid color-mix(in srgb, var(--wp--preset--color--contrast) 25%, transparent);
	border-radius: 999px;
}

.bijouxanimal715-about__link {
	font-weight: 700;
	color: var(--wp--preset--color--primary);
}

.bijouxanimal715-about__method {
	margin-top: 2rem;
	padding: 1.4rem 1.5rem;
	background: color-mix(in srgb, var(--wp--preset--color--contrast) 5%, transparent);
	border-radius: 12px;
}

.bijouxanimal715-about__method p {
	margin: 0 0 0.7rem;
	line-height: 1.7;
	font-size: 0.95rem;
}

/* Chiffres réels */
.bijouxanimal715-about__figures {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 1rem;
	margin: 3rem 0 0;
	padding: 1.6rem 1rem;
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-radius: 14px;
	text-align: center;
}

.bijouxanimal715-about__figure {
	display: block;
	font-family: var(--wp--preset--font-family--heading);
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1;
	color: var(--wp--preset--color--secondary);
}

.bijouxanimal715-about__figure-label {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.82rem;
	opacity: 0.85;
}

/* ============ FORMULAIRE DE CONTACT ============ */

.bijouxanimal715-contact {
	margin-top: 3.5rem;
	scroll-margin-top: 90px;
}

.bijouxanimal715-contact__title {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	margin: 0 0 0.6rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--wp--preset--color--primary);
}

.bijouxanimal715-contact__intro {
	margin: 0 0 1.4rem;
	line-height: 1.7;
	max-width: 60ch;
}

.bijouxanimal715-contact__notice {
	margin: 0 0 1.2rem;
	padding: 0.85rem 1rem;
	border-radius: 8px;
	font-size: 0.95rem;
}

.bijouxanimal715-contact__notice--ok {
	background: color-mix(in srgb, #1e8449 15%, transparent);
	border-left: 4px solid #1e8449;
}

.bijouxanimal715-contact__notice--ko {
	background: color-mix(in srgb, #c0392b 12%, transparent);
	border-left: 4px solid #c0392b;
}

.bijouxanimal715-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.bijouxanimal715-contact__form label,
.bijouxanimal715-contact__msg {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

/* box-sizing : sans lui, width:100% + padding + bordure rend le champ PLUS
   large que sa colonne de grille — les deux champs du haut se touchaient. */
.bijouxanimal715-contact__form input[type="text"],
.bijouxanimal715-contact__form input[type="email"],
.bijouxanimal715-contact__form textarea,
.bijouxanimal715-converter__row input,
.bijouxanimal715-converter__row select {
	box-sizing: border-box;
}

.bijouxanimal715-contact__form input[type="text"],
.bijouxanimal715-contact__form input[type="email"],
.bijouxanimal715-contact__form textarea {
	width: 100%;
	padding: 0.7rem 0.85rem;
	border: 1.5px solid color-mix(in srgb, var(--wp--preset--color--contrast) 22%, transparent);
	border-radius: var(--wp--custom--radius, 6px);
	font: inherit;
	font-weight: 400;
	background: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.bijouxanimal715-contact__form input:focus,
.bijouxanimal715-contact__form textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--primary);
}

/* Piège à miel : invisible pour l'humain, présent pour le robot. */
.bijouxanimal715-contact__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bijouxanimal715-contact__submit {
	border: none;
	border-radius: var(--wp--custom--radius, 6px);
	background: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
	font-weight: 700;
	font-size: 0.95rem;
	padding: 0.8rem 1.8rem;
	cursor: pointer;
	margin-top: 0.4rem;
}

.bijouxanimal715-contact__submit:hover {
	filter: brightness(1.12);
}

.bijouxanimal715-contact__legal {
	margin: 0.9rem 0 0;
	font-size: 0.8rem;
	opacity: 0.6;
}

@media (max-width: 781px) {
	.bijouxanimal715-about__member {
		grid-template-columns: 1fr;
	}
	.bijouxanimal715-about__photo {
		max-width: 220px;
	}
}

/* ===== Temps de lecture (ligne meta de l'article) ===== */
.bijouxanimal715-readtime {
	color: var(--wp--preset--color--contrast-2);
	white-space: nowrap;
}
.bijouxanimal715-readtime__dot { margin-right: 0.15em; }

/* ===== Sommaire (easy-table-of-contents) en pleine largeur ===== */
div#ez-toc-container,
.ez-toc-container {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	box-sizing: border-box;
}

/* ===== Plan du site ===== */
.bijouxanimal715-sitemap { columns: 2; column-gap: 2.5rem; }
.bijouxanimal715-sitemap__cat {
	break-inside: avoid;
	display: inline-block;
	width: 100%;
	margin: 0 0 1.8rem;
}
.bijouxanimal715-sitemap__title {
	font-size: 1.05rem;
	margin: 0 0 0.5rem;
	padding-bottom: 0.3rem;
	border-bottom: 2px solid var(--wp--preset--color--secondary);
}
.bijouxanimal715-sitemap__count {
	font-size: 0.72rem;
	font-weight: 400;
	color: var(--wp--preset--color--contrast-2);
}
.bijouxanimal715-sitemap__list { list-style: none; margin: 0; padding: 0; }
.bijouxanimal715-sitemap__list li { margin: 0.2rem 0; font-size: 0.92rem; line-height: 1.35; }
@media (max-width: 781px) { .bijouxanimal715-sitemap { columns: 1; } }

/* ===== Barre de chiffres-clés (gabarit B) — flush sous le hero ===== */
.bijouxanimal715-stats-b {
	margin: 0;
	/* Couleur de la topbar (contrast), pas celle du menu (primary). */
	background: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}
.bijouxanimal715-stats-b__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.4rem 1.5rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}
.bijouxanimal715-stats-b__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.1rem;
}
.bijouxanimal715-stats-b__item + .bijouxanimal715-stats-b__item::before {
	content: "";
	position: absolute;
	left: -0.5rem;
	top: 15%;
	height: 70%;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}
.bijouxanimal715-stats-b__icon svg { width: 26px; height: 26px; opacity: 0.9; margin-bottom: 0.15rem; }
.bijouxanimal715-stats-b__value { font-size: 1.55rem; font-weight: 700; line-height: 1.1; }
.bijouxanimal715-stats-b__label {
	font-size: 0.78rem;
	opacity: 0.85;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
@media (max-width: 781px) {
	.bijouxanimal715-stats-b__inner { grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
	.bijouxanimal715-stats-b__item:nth-child(odd) + .bijouxanimal715-stats-b__item::before { display: none; }
}

/* Lien Plan de site dans le copyright du footer B */
.bijouxanimal715-footer-b__copyright a { color: inherit; text-decoration: underline; }
.bijouxanimal715-footer-b__sep { opacity: 0.5; margin: 0 0.35em; }
