/**
 * Hero offre + réunion/inscription — gauche hero-offre (stats), droite carte réunion + candidature.
 */

.wpcursor-hero-reu-offre {
	--hro-navy: #06113a;
	--hro-gold: #f2cd78;
	--hro-red: #a63437;
	--hro-fleche-h: calc(100vw * 104 / 1440);
	--hro-fleche-peek: 16px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	max-width: 100%;
	color: #fff !important;
	position: relative;
	overflow: visible;
}

.wpcursor-hero-reu-offre *,
.wpcursor-hero-reu-offre *::before,
.wpcursor-hero-reu-offre *::after {
	box-sizing: border-box;
}

/* Contre overrides Divi / thème (color du module → texte navy invisible sur fond navy) */
body #page-container .wpcursor-hero-reu-offre__breadcrumb,
body #page-container .wpcursor-hero-reu-offre__breadcrumb a,
body #page-container .wpcursor-hero-reu-offre__title,
body #page-container .wpcursor-hero-reu-offre__intro,
body #page-container .wpcursor-hero-reu-offre__stat-label,
body #page-container .wpcursor-hero-reu-offre__feature-text,
.wpcursor-hero-reu-offre__breadcrumb,
.wpcursor-hero-reu-offre__breadcrumb a,
.wpcursor-hero-reu-offre__title,
.wpcursor-hero-reu-offre__intro,
.wpcursor-hero-reu-offre__stat-label,
.wpcursor-hero-reu-offre__feature-text {
	color: #fff !important;
}

body #page-container .wpcursor-hero-reu-offre__feature-icon,
.wpcursor-hero-reu-offre__feature-icon {
	color: #f2cd78 !important;
}

body #page-container .wpcursor-hero-reu-offre__stat-value,
.wpcursor-hero-reu-offre__stat-value {
	color: #fff !important;
}

/* Conteneurs Divi : pleine largeur sans fond rectangulaire (sinon bandes bleues sous le chevron) */
body #main-content .et_pb_section:has(.wpcursor-hero-reu-offre),
.et_pb_section:has(.wpcursor-hero-reu-offre) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	background-color: transparent !important;
}

/* Empêche Divi / parents de couper la flèche sous le chevron */
/* Ne pas forcer overflow sur #page-container / #main-content :
 * ça décroche le header fixed mobile (menu plus collé en haut sur iOS). */
body .et_builder_inner_content:has(.wpcursor-hero-reu-offre),
body .et_pb_row:has(.wpcursor-hero-reu-offre),
body .et_pb_column:has(.wpcursor-hero-reu-offre) {
	overflow: visible !important;
}

body #main-content .et_pb_section:has(.wpcursor-hero-reu-offre) > .et_pb_row,
.et_pb_section:has(.wpcursor-hero-reu-offre) > .et_pb_row {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: visible !important;
	max-width: 1280px !important;
	width: 95% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body #main-content .et_pb_section:has(.wpcursor-hero-reu-offre) .et_pb_column,
body #main-content .et_pb_section:has(.wpcursor-hero-reu-offre) .et_pb_code,
body #main-content .et_pb_section:has(.wpcursor-hero-reu-offre) .et_pb_code_inner,
.et_pb_section:has(.wpcursor-hero-reu-offre) .et_pb_code_inner {
	overflow: visible !important;
	padding: 0;
}

/*
 * Flèche grise = asset exporté (fleche.webp), plein largeur sous le navy.
 * Bannière = shell + flèche + contenu ; la preuve mobile reste hors de ce bloc
 * pour ne pas allonger la zone navy au-dessus du chevron.
 */
.wpcursor-hero-reu-offre__banner {
	position: relative;
	overflow: visible;
}

.wpcursor-hero-reu-offre__fleche {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100vw;
	max-width: none;
	height: var(--hro-fleche-h);
	margin: 0;
	padding: 0;
	border: 0;
	transform: translateX(-50%);
	object-fit: fill;
	pointer-events: none;
	user-select: none;
}

.wpcursor-hero-reu-offre__shell-wrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 100vw;
	max-width: none;
	/* Tip navy au-dessus du tip de la flèche (peek gris) */
	height: calc(100% - var(--hro-fleche-peek));
	margin: 0;
	transform: translateX(-50%);
	pointer-events: none;
}

.wpcursor-hero-reu-offre__shell {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #06113a;
	/* Même angle que fleche.webp (1440×104) */
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - (var(--hro-fleche-h) - var(--hro-fleche-peek))),
		50% 100%,
		0 calc(100% - (var(--hro-fleche-h) - var(--hro-fleche-peek)))
	);
}

/* Même largeur que la row Divi (aligné avec le contenu en dessous) */
.wpcursor-hero-reu-offre__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.wpcursor-hero-reu-offre__bg {
	position: relative;
	z-index: 3;
	/* Léger air au-dessus du fil d’Ariane ; bas réservé à la flèche */
	padding: 0.5rem 0 calc(0.2rem + var(--hro-fleche-h));
}

/* Badge au-dessus du fil d’Ariane */
.wpcursor-hero-reu-offre__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 0 0.45rem;
	padding: 0;
	background: transparent;
	border-radius: 0;
	border-bottom: 0;
	color: #f2cd78 !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: fit-content;
	max-width: 100%;
	box-sizing: border-box;
}

/* Fil d’Ariane — en bas du bloc gauche (desktop) */
.wpcursor-hero-reu-offre__breadcrumb,
.wpcursor-hero-reu-offre__breadcrumb.fil-ariane {
	margin: 1rem 0 0;
	padding: 0;
	padding-top: 0 !important; /* annule .fil-ariane du thème (30px) */
	font-size: 0.875rem;
	font-weight: 400 !important;
	line-height: 1.4;
	color: #fff;
}

.wpcursor-hero-reu-offre__breadcrumb a {
	font-size: 0.875rem;
	font-weight: 400 !important;
	color: #fff;
	text-decoration: none;
}

.wpcursor-hero-reu-offre__breadcrumb a:hover,
.wpcursor-hero-reu-offre__breadcrumb a:focus-visible {
	color: #fff;
	text-decoration: underline;
}

.wpcursor-hero-reu-offre__breadcrumb .aioseo-breadcrumb-separator,
.wpcursor-hero-reu-offre__breadcrumb .sep {
	padding: 0 7px;
	font-size: 0.875rem;
	color: #fff;
}

.wpcursor-hero-reu-offre__breadcrumb,
.wpcursor-hero-reu-offre__breadcrumb a,
.wpcursor-hero-reu-offre__breadcrumb span {
	font-weight: 400 !important;
}

.wpcursor-hero-reu-offre__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, 540px);
	grid-template-areas: "content aside";
	column-gap: 1.5rem;
	row-gap: 0;
	align-items: start;
}

.wpcursor-hero-reu-offre__content {
	grid-area: content;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	align-self: start;
}

.wpcursor-hero-reu-offre__title {
	margin: 0 0 0.55rem;
	font-size: clamp(1.935rem, 3.96vw, 2.925rem);
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: #fff !important;
	text-align: left !important;
}

body #page-container .wpcursor-hero-reu-offre h2.wpcursor-hero-reu-offre__title,
body #page-container .et_pb_section .wpcursor-hero-reu-offre__title,
body #page-container .wpcursor-hero-reu-offre__title {
	text-align: left !important;
}

.wpcursor-hero-reu-offre__intro {
	margin: 0 0 1rem;
	font-size: 18px; /* même taille que body p (charte) */
	font-weight: 400;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.92) !important;
	max-width: none;
}

.wpcursor-hero-reu-offre__reviews {
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.65rem;
	margin: 0;
	padding: 0.5rem 0.75rem;
	min-height: 2.75rem;
	background: #fff;
	border-radius: 10px;
	color: #06113a;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(6, 17, 58, 0.12);
	max-width: 100%;
	box-sizing: border-box;
}

.wpcursor-hero-reu-offre__proofs-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0.65rem 0.75rem;
	margin: 0 0 1rem;
	max-width: 100%;
}

.wpcursor-hero-reu-offre__garantie {
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.5rem 1.35rem;
	min-height: 2.75rem;
	border: 0;
	border-radius: 10px;
	background: #f2cd78;
	color: #06113a;
	font: inherit;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 10px rgba(6, 17, 58, 0.12);
	transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.wpcursor-hero-reu-offre__garantie:hover,
.wpcursor-hero-reu-offre__garantie:focus-visible {
	background: #f7e2a8;
	box-shadow: 0 4px 16px rgba(6, 17, 58, 0.18);
	outline: none;
}

.wpcursor-hero-reu-offre__garantie-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	color: #06113a;
	line-height: 0;
}

.wpcursor-hero-reu-offre__garantie-icon svg {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
}

.wpcursor-hero-reu-offre__garantie-text {
	color: #06113a;
}

/* Mobile : pastille sous le CTA Inscription — masquée sur desktop */
.wpcursor-hero-reu-offre__garantie--after-cta {
	display: none;
}

.wpcursor-hero-reu-offre__garantie-dialog-body p {
	margin: 0 0 0.85rem;
	line-height: 1.55;
}

.wpcursor-hero-reu-offre__garantie-dialog-body p:last-child {
	margin-bottom: 0;
}

.wpcursor-hero-reu-offre__garantie-dialog-body ul {
	margin: 0 0 0.85rem;
	padding-left: 1.2rem;
}

.wpcursor-hero-reu-offre__garantie-dialog-body .prix,
.wpcursor-hero-reu-offre__garantie-dialog-body .tarif {
	display: inline-block;
	margin: 0.25rem 0;
	font-weight: 700;
	color: #06113a;
}

.wpcursor-hero-reu-offre__reviews:hover,
.wpcursor-hero-reu-offre__reviews:focus-visible {
	color: #06113a;
	text-decoration: none;
	box-shadow: 0 4px 16px rgba(6, 17, 58, 0.18);
}

.wpcursor-hero-reu-offre__reviews-google {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.wpcursor-hero-reu-offre__reviews-rating {
	font-size: 0.9375rem;
	font-weight: 700;
}

.wpcursor-hero-reu-offre__reviews-stars {
	color: #f5b301;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
	line-height: 1;
}

.wpcursor-hero-reu-offre__reviews-count {
	font-size: 0.875rem;
	font-weight: 500;
	color: #4b5563;
}

.wpcursor-hero-reu-offre__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 0.45rem;
	column-gap: 1.75rem;
	align-items: center;
	margin: 0 0 0.55rem;
	max-width: none;
}

.wpcursor-hero-reu-offre__stats--quad {
	row-gap: 0.55rem;
}

.wpcursor-hero-reu-offre__stat {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	min-width: 0;
}

/* Une seule stat : occupe la largeur des deux colonnes */
.wpcursor-hero-reu-offre__stats--single {
	grid-template-columns: 1fr;
}

.wpcursor-hero-reu-offre__stats--single .wpcursor-hero-reu-offre__stat {
	flex: 1 1 100%;
	width: 100%;
	max-width: 100%;
}

.wpcursor-hero-reu-offre__stats--single .wpcursor-hero-reu-offre__stat-label {
	max-width: none;
	flex: 1 1 auto;
}

.wpcursor-hero-reu-offre__stat-badge {
	/* Couronne SVG redessinée (écran modèle) : % centré dedans */
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	width: 4.75rem;
	height: 4.15rem;
	background: transparent;
}

.wpcursor-hero-reu-offre__stat-wreath {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80%;
	height: 80%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	pointer-events: none;
	border: 0;
}

.wpcursor-hero-reu-offre__stat-value {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 0 0.15rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	color: #fff !important;
	white-space: nowrap;
	text-align: center;
}

.wpcursor-hero-reu-offre__stat-label {
	margin: 0;
	font-size: clamp(0.95rem, 1.3vw, 1.1rem);
	font-weight: 600;
	line-height: 1.35;
	color: #fff !important;
	max-width: none;
}

.wpcursor-hero-reu-offre__divider {
	height: 1px;
	margin: 0 0 1.1rem;
	max-width: none;
	background: rgba(255, 255, 255, 0.62);
}

.wpcursor-hero-reu-offre__features {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: none;
}

/* Une seule feature : occupe la largeur des deux */
.wpcursor-hero-reu-offre__features--single {
	max-width: 100%;
}

.wpcursor-hero-reu-offre__features--single .wpcursor-hero-reu-offre__feature {
	width: 100%;
}

.wpcursor-hero-reu-offre__feature {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	list-style: none;
}

/* Neutralise les puces ::before du thème */
.wpcursor-hero-reu-offre__feature::before,
.wpcursor-hero-reu-offre__features li::before {
	content: none !important;
	display: none !important;
}

.wpcursor-hero-reu-offre__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin: 0;
	color: #f2cd78 !important;
	line-height: 0;
}

.wpcursor-hero-reu-offre__feature-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wpcursor-hero-reu-offre__feature-text {
	font-size: clamp(0.9rem, 1.2vw, 1.05rem);
	font-weight: 500;
	line-height: 1.4;
	color: #fff !important;
}

.wpcursor-hero-reu-offre__aside {
	grid-area: aside;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 1rem;
	min-width: 0;
	width: 100%;
	max-width: 540px;
	justify-self: end;
	margin-left: auto;
}

.wpcursor-hero-reu-offre__media {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.wpcursor-hero-reu-offre__video-stack {
	position: relative;
	width: 100%;
	/* Place pour les 2 shelves visibles sous le visuel */
	padding-bottom: 0.7rem;
}

.wpcursor-hero-reu-offre__video {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 14px;
	overflow: hidden;
	background: #0b1748;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
	text-decoration: none;
	color: inherit;
	z-index: 3;
}

.wpcursor-hero-reu-offre__video--video {
	background: #000;
	z-index: 1;
	isolation: isolate;
}

.wpcursor-hero-reu-offre__video-facade {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: inherit;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	appearance: none;
	-webkit-appearance: none;
	z-index: 2;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
}

.wpcursor-hero-reu-offre__video-facade .wpcursor-hero-reu-offre__video-img,
.wpcursor-hero-reu-offre__video-facade .wpcursor-hero-reu-offre__video-placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.wpcursor-hero-reu-offre__video-facade .wpcursor-hero-reu-offre__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
	pointer-events: none;
	z-index: 1;
}

.wpcursor-hero-reu-offre__video-link {
	position: absolute;
	inset: 0;
	display: block;
	text-decoration: none;
	color: inherit;
}

.wpcursor-hero-reu-offre__video-img,
.wpcursor-hero-reu-offre__video-placeholder,
.wpcursor-hero-reu-offre__iframe,
.wpcursor-hero-reu-offre__native-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.wpcursor-hero-reu-offre__iframe,
.wpcursor-hero-reu-offre__native-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
	z-index: 2;
	pointer-events: auto;
	touch-action: manipulation;
}

.wpcursor-hero-reu-offre__video--image .wpcursor-hero-reu-offre__video-img {
	position: absolute;
	inset: 0;
}

.wpcursor-hero-reu-offre__video-placeholder {
	background:
		linear-gradient(135deg, rgba(68, 92, 255, 0.35), rgba(6, 17, 58, 0.9)),
		radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.12), transparent 55%);
}

.wpcursor-hero-reu-offre__video-overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.wpcursor-hero-reu-offre__video-label {
	position: absolute;
	top: 0.75rem;
	left: 0.85rem;
	padding: 0.2rem 0.5rem;
	border-radius: 6px;
	background: rgba(6, 17, 58, 0.55);
	font-size: 0.7rem;
	font-weight: 600;
	color: #fff;
}

.wpcursor-hero-reu-offre__video-brand {
	position: absolute;
	top: 0.75rem;
	right: 0.85rem;
	font-size: 0.7rem;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.wpcursor-hero-reu-offre__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}

.wpcursor-hero-reu-offre__video-banner {
	position: absolute;
	left: 0;
	bottom: 2.1rem;
	max-width: 58%;
	padding: 0.45rem 0.7rem;
	background: linear-gradient(90deg, #d14b9a, #8b4dff);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.25;
	border-radius: 0 8px 8px 0;
}

.wpcursor-hero-reu-offre__video-rec {
	position: absolute;
	right: 0.85rem;
	bottom: 0.75rem;
	padding: 0.15rem 0.4rem;
	border-radius: 4px;
	background: #c0392b;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.04em;
}

/* Double plateau sous le visuel (maquette : 2 barres empilées, plus étroites vers le bas) */
.wpcursor-hero-reu-offre__video-shelf {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	border-radius: 0 0 12px 12px;
	pointer-events: none;
}

.wpcursor-hero-reu-offre__video-shelf--1 {
	bottom: 10px;
	width: calc(100% - 28px);
	background: #37477a;
	z-index: 2;
}

.wpcursor-hero-reu-offre__video-shelf--2 {
	bottom: 0;
	width: calc(100% - 56px);
	background: #111e48;
	z-index: 1;
}

.wpcursor-hero-reu-offre__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	width: auto;
	max-width: 100%;
	min-height: 44px;
	padding: 0.65rem 1.25rem;
	border-radius: 12px !important;
	background: #fff;
	color: #06113a !important;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 6px 18px rgba(6, 17, 58, 0.18);
	box-sizing: border-box;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.wpcursor-hero-reu-offre__cta:hover,
a.wpcursor-hero-reu-offre__cta:focus-visible {
	color: #06113a;
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(6, 17, 58, 0.26);
}

.wpcursor-hero-reu-offre__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	background: transparent;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__cta-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wpcursor-hero-reu-offre__cta-icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.wpcursor-hero-reu-offre__cta-text {
	flex: 1 1 auto;
	color: #06113a !important;
}

/* —— Aside (maquette screen 2) —— */
.wpcursor-hero-reu-offre__card-stack {
	position: relative;
	width: 100%;
	padding-bottom: 0.7rem;
}

.wpcursor-hero-reu-offre__card-layer {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	border-radius: 0 0 12px 12px;
	pointer-events: none;
}

.wpcursor-hero-reu-offre__card-layer--2 {
	bottom: 10px;
	width: calc(100% - 28px);
	background: #37477a;
	z-index: 2;
}

.wpcursor-hero-reu-offre__card-layer--3 {
	bottom: 0;
	width: calc(100% - 56px);
	background: #111e48;
	z-index: 1;
}

.wpcursor-hero-reu-offre__card {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.26);
	padding: 0 1.35rem 1.35rem;
	overflow: hidden;
	color: #06113a;
}

.wpcursor-hero-reu-offre__card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin: 0 -1.35rem 0.85rem;
	padding: 0.75rem 1.35rem;
	background: #faf6ee;
}

.wpcursor-hero-reu-offre__card-head-sep {
	display: block;
	flex: 1 1 auto;
	height: 1px;
	min-width: 0.75rem;
	background: #d8dde6;
}

.wpcursor-hero-reu-offre__card-head-badge {
	display: block;
	margin: 0;
	flex: 0 1 auto;
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.3;
	text-align: right;
	white-space: nowrap;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__card-eye {
	margin: 0;
	flex: 0 1 auto;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left;
	white-space: nowrap;
	color: #a63437 !important;
}

.wpcursor-hero-reu-offre__card-title {
	margin: 0;
	font-size: clamp(1.15rem, 1.6vw, 1.4rem);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__card-sub {
	margin: 0.55rem 0 0;
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__card-divider {
	height: 1px;
	margin: 1rem 0;
	background: #e8ecf2;
}

.wpcursor-hero-reu-offre__meta {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem 0.85rem;
}

/* Ancienne grille 2×2 : ne plus afficher si elle coexiste avec les pills */
.wpcursor-hero-reu-offre__meta--desktop,
.wpcursor-hero-reu-offre__meta.wpcursor-hero-reu-offre__meta--desktop {
	display: none !important;
}

.wpcursor-hero-reu-offre__meta-chips {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.55rem;
}

.wpcursor-hero-reu-offre__meta-chip {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	min-width: 0;
	padding: 0.5rem 0.65rem;
	border-radius: 999px;
	background: #faf6ee;
	font-size: 0.9rem;
	font-weight: 600;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__meta-chip .wpcursor-hero-reu-offre__meta-icon svg {
	width: 18px;
	height: 18px;
}

.wpcursor-hero-reu-offre__meta-chip .wpcursor-hero-reu-offre__meta-text {
	min-width: 0;
	line-height: 1.25;
}

.wpcursor-hero-reu-offre__meta-item {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__meta-icon {
	display: inline-flex;
	flex-shrink: 0;
}

.wpcursor-hero-reu-offre__meta-text {
	color: #06113a !important;
	line-height: 1.3;
}

@media (max-width: 960px) {
	.wpcursor-hero-reu-offre__grid {
		grid-template-columns: 1fr;
		grid-template-areas:
			"content"
			"aside";
		row-gap: 1.75rem;
		column-gap: 0;
	}

	.wpcursor-hero-reu-offre__media {
		max-width: 100%;
		margin: 0;
		gap: 1.1rem;
	}

	.wpcursor-hero-reu-offre__aside {
		max-width: 100%;
		margin: 0;
	}

	.wpcursor-hero-reu-offre__intro,
	.wpcursor-hero-reu-offre__stats,
	.wpcursor-hero-reu-offre__divider,
	.wpcursor-hero-reu-offre__features {
		max-width: none;
	}
}

/* Preuve Google+laurier hors navy : mobile only (desktop inchangé) */
.wpcursor-hero-reu-offre__proof--mobile {
	display: none;
}

/* CTA inscription dans la colonne texte : mobile only
 * Spécificité > `.…__secondary { display:flex }` (même élément porte les 2 classes). */
.wpcursor-hero-reu-offre__secondary.wpcursor-hero-reu-offre__secondary--mobile {
	display: none;
}

@media (max-width: 767px) {
	.wpcursor-hero-reu-offre {
		--hro-fleche-peek: 14px;
	}

	.wpcursor-hero-reu-offre__bg {
		/* Aligné hub hero-reu-hub v1.0.13 */
		padding: 0.65rem 0 calc(0.8rem + var(--hro-fleche-h));
	}

	/* Fil d’Ariane : masqué mobile uniquement */
	.wpcursor-hero-reu-offre__breadcrumb,
	.wpcursor-hero-reu-offre__breadcrumb.fil-ariane {
		display: none !important;
	}

	/*
	 * Ordre mobile : title → intro → carte réunion → CTA inscription →
	 * garantie → features. Laurier + Google hors bannière (__proof--mobile).
	 */
	.wpcursor-hero-reu-offre__grid {
		display: flex;
		flex-direction: column;
		row-gap: 0 !important;
		column-gap: 0;
	}

	.wpcursor-hero-reu-offre__content,
	.wpcursor-hero-reu-offre__aside {
		/* !important : une règle aside { display:flex } plus bas dans le fichier
		 * sinon gagne hors media et remonte toute la colonne (carte) au-dessus du H1. */
		display: contents !important;
	}

	.wpcursor-hero-reu-offre__title { order: 1; }
	.wpcursor-hero-reu-offre__intro { order: 2; }
	.wpcursor-hero-reu-offre .wpcursor-carte-reunion,
	.wpcursor-hero-reu-offre__card-stack { order: 3; }
	.wpcursor-hero-reu-offre__cta { order: 4; }
	.wpcursor-hero-reu-offre__secondary.wpcursor-hero-reu-offre__secondary--mobile { order: 5; }
	.wpcursor-hero-reu-offre__garantie--after-cta { order: 6; }
	.wpcursor-hero-reu-offre__features { order: 7; }
	.wpcursor-hero-reu-offre__trust { order: 8; }

	/* Masquer laurier / avis / séparateurs dans la bannière navy (desktop inchangé) */
	.wpcursor-hero-reu-offre__content .wpcursor-hero-reu-offre__stats,
	.wpcursor-hero-reu-offre__content .wpcursor-hero-reu-offre__proofs-row,
	.wpcursor-hero-reu-offre__content .wpcursor-hero-reu-offre__reviews,
	.wpcursor-hero-reu-offre__garantie--desktop,
	.wpcursor-hero-reu-offre__divider,
	.wpcursor-hero-reu-offre__secondary--desktop {
		display: none !important;
	}

	.wpcursor-hero-reu-offre__garantie--after-cta {
		display: inline-flex !important;
		align-self: stretch;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		margin: 0 0 0.85rem !important;
		box-sizing: border-box;
	}

	.wpcursor-hero-reu-offre__badge {
		margin-bottom: 0.4rem;
		padding: 0;
		font-size: 14px;
	}

	/* Resets agressifs : le thème Divi ajoute souvent des marges sur h1/p/ul */
	body #page-container .wpcursor-hero-reu-offre h1.wpcursor-hero-reu-offre__title,
	body #page-container .wpcursor-hero-reu-offre h2.wpcursor-hero-reu-offre__title,
	body #page-container .wpcursor-hero-reu-offre .wpcursor-hero-reu-offre__title,
	.wpcursor-hero-reu-offre__title {
		font-size: clamp(1.71rem, 6.75vw, 2.25rem) !important;
		margin: 0.3rem 0 0 !important;
		padding: 0 !important;
		line-height: 1.15 !important;
		text-align: left !important;
	}

	body #page-container .wpcursor-hero-reu-offre p.wpcursor-hero-reu-offre__intro,
	.wpcursor-hero-reu-offre__intro {
		font-size: 15.75px !important;
		line-height: 1.4 !important;
		margin: 0.55rem 0 0.7rem !important;
		padding: 0 !important;
	}

	.wpcursor-hero-reu-offre__secondary--mobile {
		display: flex !important;
		flex-direction: column;
		width: 100%;
		margin: 0 0 0.85rem !important;
		padding: 0 !important;
		gap: 0 !important;
	}

	.wpcursor-hero-reu-offre__secondary-label {
		display: none !important;
	}

	body #page-container .wpcursor-hero-reu-offre .wpcursor-hero-reu-offre__candidature,
	.wpcursor-hero-reu-offre__candidature {
		width: 100% !important;
		max-width: 100% !important;
		min-height: 42px !important;
		margin: 0 !important;
		padding: 0.55rem 1rem !important;
	}

	body #page-container .wpcursor-hero-reu-offre ul.wpcursor-hero-reu-offre__features,
	.wpcursor-hero-reu-offre__features {
		gap: 0.7rem !important;
		margin: 0 0 0.85rem !important;
		padding: 0 !important;
	}

	.wpcursor-hero-reu-offre__feature {
		margin: 0 !important;
		padding: 0 !important;
	}

	.wpcursor-hero-reu-offre__feature-text {
		font-size: 0.95rem;
		line-height: 1.4;
	}

	.wpcursor-hero-reu-offre__card-stack {
		margin: 0 !important;
		padding-top: 0.1rem !important;
	}

	.wpcursor-hero-reu-offre .wpcursor-carte-reunion {
		width: 100%;
		max-width: 100%;
		margin: 0.55rem 0 0.85rem !important;
		align-self: stretch;
	}

	.wpcursor-hero-reu-offre__card {
		padding: 0 1.15rem 1.25rem;
	}

	.wpcursor-hero-reu-offre__card-head {
		margin: 0 -1.15rem 0.75rem;
		padding: 0.7rem 1.15rem;
	}

	.wpcursor-hero-reu-offre__meta-chip {
		gap: 0.35rem;
		padding: 0.45rem 0.55rem;
	}

	.wpcursor-hero-reu-offre__cta {
		align-self: stretch;
		width: 100%;
		max-width: 100%;
		min-height: 48px;
		padding: 0.75rem 1.1rem;
		box-sizing: border-box;
		justify-content: center;
		flex-wrap: nowrap;
		border-radius: 12px;
		font-size: 0.92rem;
		gap: 0.55rem;
		margin: 1rem 0 0 !important;
	}

	.wpcursor-hero-reu-offre__trust {
		margin-top: 0.55rem !important;
		margin-bottom: 0.25rem !important;
	}

	.wpcursor-hero-reu-offre__video {
		border-radius: 12px;
	}

	.wpcursor-hero-reu-offre__video-stack {
		padding-top: 1.15rem;
		padding-bottom: 1.2rem;
		margin-top: 0.15rem;
		border-top: 1px solid rgba(255, 255, 255, 0.62);
	}

	.wpcursor-hero-reu-offre__video-shelf {
		height: 9px;
	}

	.wpcursor-hero-reu-offre__video-shelf--1 {
		bottom: 9px;
		width: calc(100% - 22px);
	}

	.wpcursor-hero-reu-offre__video-shelf--2 {
		width: calc(100% - 44px);
	}

	/* Preuve hors bannière — avis Google comme LP + lauriers */
	.wpcursor-hero-reu-offre__proof--mobile {
		display: block;
		background: #fff;
		padding: 1.15rem 1.15rem 1.25rem;
		border-bottom: 1px solid #e8ecf2;
	}

	.wpcursor-hero-reu-offre__proof-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 1.1rem;
		max-width: 720px;
		margin: 0 auto;
	}

	.wpcursor-hero-reu-offre__proof-left {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}

	.wpcursor-hero-reu-offre__garantie--mobile {
		width: auto;
		max-width: 100%;
	}

	.wpcursor-hero-reu-offre__proof-reviews {
		display: inline-flex;
		align-items: center;
		gap: 0.75rem;
		text-decoration: none;
		color: inherit;
		line-height: 1.1;
	}

	.wpcursor-hero-reu-offre__rating {
		display: inline-flex;
		align-items: baseline;
		gap: 0;
		line-height: 1;
		color: #06113a !important;
	}

	.wpcursor-hero-reu-offre__rating-value {
		font-size: clamp(1.75rem, 7vw, 2.15rem);
		font-weight: 800;
		letter-spacing: -0.02em;
		color: #06113a !important;
	}

	.wpcursor-hero-reu-offre__rating-max {
		font-size: 1rem;
		font-weight: 600;
		color: #5b647a !important;
		margin-left: 0.05rem;
	}

	.wpcursor-hero-reu-offre__reviews-meta {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.2rem;
	}

	.wpcursor-hero-reu-offre__proof-reviews .wpcursor-hero-reu-offre__reviews-stars {
		color: #c9a227 !important;
		font-size: 0.95rem;
		letter-spacing: 0.06em;
		line-height: 1;
	}

	.wpcursor-hero-reu-offre__proof-reviews .wpcursor-hero-reu-offre__reviews-count {
		font-size: 0.9rem;
		font-weight: 500;
		color: #5b647a !important;
		white-space: nowrap;
	}

	.wpcursor-hero-reu-offre__proof-caption {
		margin: 0;
		max-width: 22rem;
		font-size: 0.95rem;
		font-weight: 500;
		font-style: italic;
		line-height: 1.4;
		color: #06113a !important;
	}

	.wpcursor-hero-reu-offre__proof-stats {
		display: grid !important;
		grid-template-columns: 1fr;
		gap: 0.85rem;
		margin: 0 !important;
	}

	.wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat {
		flex-direction: row !important;
		align-items: center !important;
		text-align: left !important;
		gap: 0.75rem !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body #page-container .wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat-label,
	.wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat-label {
		flex: 1 1 auto !important;
		min-width: 0 !important;
		max-width: none !important;
		text-align: left !important;
		font-size: 0.92rem;
		line-height: 1.35;
		color: #06113a !important;
	}

	body #page-container .wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat-value,
	.wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat-value {
		color: #06113a !important;
	}

	.wpcursor-hero-reu-offre__proof-stats .wpcursor-hero-reu-offre__stat-badge {
		flex-shrink: 0;
	}
}

body #page-container .wpcursor-hero-reu-offre .wpcursor-hero-reu-offre__cta,
.wpcursor-hero-reu-offre__cta {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px;
	margin: 1rem 0 0 !important;
	padding: 0.85rem 1.35rem !important;
	border: 0;
	border-radius: 12px;
	background: var(--hro-gold) !important;
	color: var(--hro-navy) !important;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(6, 17, 58, 0.22);
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.wpcursor-hero-reu-offre__cta:hover,
.wpcursor-hero-reu-offre__cta:focus-visible {
	background: #f7e2a8 !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(6, 17, 58, 0.28);
	outline: none;
}

.wpcursor-hero-reu-offre__cta-text {
	color: var(--hro-navy) !important;
}

.wpcursor-hero-reu-offre__secondary {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.95rem;
	width: 100%;
	padding-top: 0.15rem;
}

.wpcursor-hero-reu-offre__secondary-label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	gap: 0.75rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
}

.wpcursor-hero-reu-offre__secondary-label::before,
.wpcursor-hero-reu-offre__secondary-label::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
}

.wpcursor-hero-reu-offre__secondary-label span {
	flex: 0 1 auto;
	max-width: 100%;
	white-space: nowrap;
}

body #page-container .wpcursor-hero-reu-offre .wpcursor-hero-reu-offre__candidature,
.wpcursor-hero-reu-offre__candidature {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 0.55rem;
	/* Même largeur que le CTA or (screen 1 / maquette) */
	width: 100% !important;
	max-width: 100% !important;
	min-height: 48px;
	margin: 0 !important;
	padding: 0.85rem 1.35rem !important;
	box-sizing: border-box;
	/* Même arrondi que le CTA or / hero-offre */
	border-radius: 12px !important;
	background: #fff !important;
	color: #06113a !important;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none !important;
	box-shadow: 0 6px 18px rgba(6, 17, 58, 0.18);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.wpcursor-hero-reu-offre__candidature:hover,
.wpcursor-hero-reu-offre__candidature:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(6, 17, 58, 0.26);
	outline: none;
	color: #06113a !important;
	text-decoration: none !important;
}

.wpcursor-hero-reu-offre__candidature-icon {
	display: inline-flex;
	width: 20px;
	height: 20px;
	color: #a63437 !important;
}

.wpcursor-hero-reu-offre__candidature-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.wpcursor-hero-reu-offre__candidature-text {
	color: #06113a !important;
}

.wpcursor-hero-reu-offre__trust {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0.55rem;
	width: 100%;
	max-width: 100%;
	margin: 0.85rem 0 0;
	padding: 0;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
}

.wpcursor-hero-reu-offre__trust-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 1.15rem;
	height: 1.15rem;
	margin-top: 0.12em;
	color: #f2cd78 !important;
	line-height: 0;
}

.wpcursor-hero-reu-offre__trust-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.wpcursor-hero-reu-offre__trust-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: clamp(0.82rem, 1.05vw, 0.95rem);
	font-weight: 500;
	line-height: 1.4;
	color: #fff !important;
}

/* Dialog — chrome aligné sur hero-reunions (header navy + filet or) */
.wpcursor-hero-reu-offre__dialog {
	border: 0;
	padding: 0;
	max-width: min(560px, calc(100vw - 1.25rem));
	width: 100%;
	max-height: min(90vh, 860px);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
	color: #06113a;
	box-shadow:
		0 0 0 1px rgba(6, 17, 58, 0.06),
		0 28px 64px rgba(6, 17, 58, 0.32);
}

.wpcursor-hero-reu-offre__dialog::backdrop {
	background: rgba(6, 17, 58, 0.62);
	backdrop-filter: blur(3px);
}

.wpcursor-hero-reu-offre__dialog-inner {
	display: flex;
	flex-direction: column;
	max-height: min(90vh, 860px);
}

.wpcursor-hero-reu-offre__dialog-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	flex-shrink: 0;
	padding: 1.1rem 1.2rem;
	background: #06113a;
	color: #fff;
	position: relative;
	border-bottom: 0;
}

.wpcursor-hero-reu-offre__dialog-head::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, #f2cd78 0%, #f7e2a8 50%, #f2cd78 100%);
}

.wpcursor-hero-reu-offre__dialog-title {
	margin: 0;
	font-size: clamp(1.05rem, 2.4vw, 1.25rem);
	font-weight: 700;
	line-height: 1.3;
	color: #fff !important;
}

.wpcursor-hero-reu-offre__dialog-close {
	appearance: none;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	margin: 0;
	padding: 0;
	border: 1.5px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.wpcursor-hero-reu-offre__dialog-close:hover,
.wpcursor-hero-reu-offre__dialog-close:focus-visible {
	background: #f2cd78;
	border-color: #f2cd78;
	color: #06113a;
	outline: none;
}

.wpcursor-hero-reu-offre__dialog-body {
	padding: 1.15rem 1.25rem 1.4rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.wpcursor-hero-reu-offre__dialog-body .hs-form,
.wpcursor-hero-reu-offre__dialog-body .hbspt-form,
.wpcursor-hero-reu-offre__dialog-body .et_pb_contact_form_container {
	max-width: 100%;
}

@media (max-width: 420px) {
	.wpcursor-hero-reu-offre__meta {
		grid-template-columns: 1fr;
	}
}

