/*
Theme Name: Viking Riders Child
Description: Thème enfant Astra pour Viking Riders.
Author: Viking Riders
Template: astra
Version: 1.2.9
Text Domain: viking-riders
*/


/* =========================================================
   COULEURS MODIFIABLES SANS CODE
   ---------------------------------------------------------
   Palette Astra utilisée :
   0 : couleur principale
   1 : bleu foncé
   2 : texte principal
   3 : texte secondaire
   4 : fond clair
   5 : blanc
   6 : bordures

   Chemin WordPress :
   Apparence > Personnaliser > Global > Couleurs

   Une couleur définie directement dans Gutenberg sur un texte
   ou un bouton reste prioritaire sur la couleur par défaut.
   ========================================================= */

:root {
  --vr-primary: var(--ast-global-color-0, #298bfd);
  --vr-blue: var(--ast-global-color-0, #298bfd);
  --vr-navy: var(--ast-global-color-1, #04203d);
  --vr-white: var(--ast-global-color-5, #ffffff);
  --vr-bg: var(--ast-global-color-4, #f3f8fc);
  --vr-text: var(--ast-global-color-2, #102033);
  --vr-muted: var(--ast-global-color-3, #5b6f82);
  --vr-border: var(--ast-global-color-6, #d7e3ec);
  --vr-accent: var(--ast-global-color-0, #298bfd);
  --vr-container: 1200px;
  --vr-text-width: 760px;
  --vr-radius-sm: 10px;
  --vr-radius-md: 18px;
  --vr-radius-lg: 28px;
  --vr-shadow: 0 14px 34px rgba(4, 32, 61, 0.12);
  --vr-section-space: clamp(4rem, 8vw, 7.5rem);
  --vr-gutter: clamp(1rem, 3vw, 2rem);
}

html { scroll-behavior: smooth; }
body { color: var(--vr-text); background: var(--vr-white); }

/* Base Gutenberg */
.entry-content > * { margin-block-start: 0; }
.entry-content > .alignfull { margin-inline: 0; }

.vr-section {
  width: 100%;
  padding-block: var(--vr-section-space);
  padding-inline: var(--vr-gutter);
}

.vr-section--light { background: var(--vr-bg); }
.vr-section--navy { background: var(--vr-navy); color: var(--vr-white); }
.vr-section--blue { background: var(--vr-blue); color: var(--vr-white); }

.vr-inner {
  width: min(100%, var(--vr-container));
  margin-inline: auto;
}

.vr-inner--text {
  width: min(100%, var(--vr-text-width));
  margin-inline: auto;
}

.vr-kicker {
  margin: 0 0 0.75rem;
  color: var(--vr-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vr-title {
  margin: 0;
  color: var(--vr-navy);
  font-size: clamp(2.25rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.vr-title--white { color: var(--vr-white); }
.vr-lead {
  max-width: 65ch;
  margin-top: 1.25rem;
  color: var(--vr-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.vr-section--navy .vr-lead,
.vr-section--blue .vr-lead { color: rgba(255,255,255,0.82); }


/* Bandeau rapide */
.vr-quickbar { padding: 0 var(--vr-gutter); background: var(--vr-accent); color: var(--vr-navy); }
.vr-quickbar__inner {
  width: min(100%, var(--vr-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.vr-quickbar__item { padding: 1rem 1.2rem; text-align: center; font-weight: 800; border-inline-end: 1px solid rgba(4,32,61,.18); }
.vr-quickbar__item:last-child { border-inline-end: 0; }

/* Activités */
.vr-activities-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: clamp(2rem, 5vw, 4rem);
}
.vr-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--vr-border);
  border-radius: var(--vr-radius-md);
  background: var(--vr-white);
  box-shadow: var(--vr-shadow);
}
.vr-card > .wp-block-image { margin: 0; }
.vr-card > .wp-block-image img,
.vr-card__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.vr-card__body { padding: 1.35rem; }
.vr-card__body h3 { margin: 0; color: var(--vr-navy); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1; text-transform: uppercase; }
.vr-card__body p { margin: .85rem 0 0; color: var(--vr-muted); line-height: 1.65; }
.vr-card__meta { margin-top: 1rem; font-size: .9rem; font-weight: 700; color: var(--vr-blue); }
.vr-card__actions { margin-top: 1.2rem; }

/* Galerie horizontale */
.vr-gallery-track {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 20vw, 360px);
  justify-content: safe center;
  gap: .75rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  padding: 0 var(--vr-gutter) 1rem;
}
.vr-gallery-track > * { scroll-snap-align: center; }
.vr-gallery-track img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--vr-radius-sm); }

/* La Base */
.vr-base-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.vr-base-image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--vr-radius-md); box-shadow: var(--vr-shadow); }
.vr-feature-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; margin-top: 1.5rem; }
.vr-feature-list > * { margin: 0; padding: .85rem 1rem; border-radius: var(--vr-radius-sm); background: rgba(41,139,253,.08); }

/* CTA */
.vr-cta { text-align: center; }
.vr-cta .wp-block-buttons { justify-content: center; margin-top: 1.5rem; }

/* Avis */
.vr-testimonials-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
  margin-top: 2.5rem;
}
.vr-testimonial { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--vr-border); border-radius: var(--vr-radius-md); background: var(--vr-white); }
.vr-testimonial p { margin: 0; }
.vr-testimonial__name { margin-top: 1.25rem !important; color: var(--vr-navy); font-weight: 800; }

/* Newsletter */
.vr-newsletter-grid {
  display: grid !important;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

/* Accessibilité */
:focus-visible { outline: 3px solid var(--vr-accent); outline-offset: 3px; }

@media (max-width: 1024px) {
  .vr-activities-grid, .vr-testimonials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vr-quickbar__inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .vr-quickbar__item:nth-child(2) { border-inline-end: 0; }
  .vr-quickbar__item:nth-child(-n+2) { border-block-end: 1px solid rgba(4,32,61,.18); }
}

@media (max-width: 781px) {
  .vr-base-grid, .vr-newsletter-grid { grid-template-columns: 1fr; }
  .vr-gallery-track { grid-auto-columns: 78vw; }
  .vr-feature-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .vr-section { padding-inline: 1rem; }
  .vr-activities-grid, .vr-testimonials-grid { grid-template-columns: 1fr; }
  .vr-quickbar { padding-inline: 0; }
  .vr-quickbar__inner { grid-template-columns: 1fr; }
  .vr-quickbar__item { border-inline-end: 0; border-block-end: 1px solid rgba(4,32,61,.18); }
  .vr-quickbar__item:last-child { border-block-end: 0; }
  .vr-gallery-track { grid-auto-columns: 86vw; padding-inline: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* =========================================================
   VIKING RIDERS — HEADER + HERO FINAL
   Remplace l'ancienne section HEADER / HERO par ce bloc.
   ========================================================= */


/* ---------- PAGE PLEINE LARGEUR ---------- */

.home .site-content > .ast-container,
.page .site-content > .ast-container {
	max-width: none;
	padding: 0;
}

.home .content-area,
.home .site-main,
.home article,
.home .entry-content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.home .entry-content > .alignfull {
	margin: 0;
}

/* ---------- HEADER ASTRA ---------- */

#masthead,
#masthead .ast-primary-header-bar,
#masthead .site-primary-header-wrap {
	background: var(--vr-navy) !important;
	border: 0 !important;
	box-shadow: none !important;
}

#masthead .ast-builder-grid-row {
	min-height: 54px !important;
}

#masthead .site-primary-header-wrap {
	width: 100%;
	max-width: none !important;
	padding-right: clamp(28px, 3.7vw, 44px) !important;
	padding-left: clamp(28px, 3.7vw, 44px) !important;
}

#masthead .site-logo-img,
#masthead .custom-logo-link {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	background: transparent !important;
}

#masthead .site-logo-img img,
#masthead img.custom-logo {
	object-fit: contain;
}

#masthead .main-header-menu {
	gap: 0;
}

#masthead .main-header-menu > .menu-item > .menu-link {
	display: flex;
	min-height: 54px;
	align-items: center;
	padding-right: 12px !important;
	padding-left: 12px !important;
	line-height: 1;
}


#masthead .ast-header-button-1 .ast-custom-button,
#masthead .ast-custom-button-link .ast-custom-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-primary);
	box-shadow: none !important;
	color: var(--vr-white);
	line-height: 1 !important;
}

#masthead .ast-header-button-1 .ast-custom-button:hover,
#masthead .ast-custom-button-link .ast-custom-button:hover {
	filter: brightness(0.92);
	color: var(--vr-white);
}

/* ---------- HERO ---------- */

/*
 * L'image du hero n'est pas définie ici.
 * Elle se choisit depuis Gutenberg :
 * Page Accueil > bloc Bannière vr-hero > Remplacer.
 * Le CSS ne gère que le cadrage, le voile et la mise en page.
 */

.vr-hero.wp-block-cover {
	position: relative;
	width: 100%;
	max-width: none;
	min-height: calc(100svh - 54px);
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	background-color: var(--vr-navy);
}

.vr-hero > .wp-block-cover__image-background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 52%;
}

/* Voile sombre conforme au design. */
.vr-hero > .wp-block-cover__background,
.vr-hero > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			90deg,
			rgba(4, 32, 61, 0.76) 0%,
			rgba(4, 32, 61, 0.62) 34%,
			rgba(4, 32, 61, 0.36) 62%,
			rgba(4, 32, 61, 0.18) 100%
		),
		linear-gradient(
			0deg,
			rgba(4, 32, 61, 0.76) 0%,
			rgba(4, 32, 61, 0.50) 18%,
			rgba(4, 32, 61, 0.12) 55%,
			rgba(4, 32, 61, 0.05) 100%
		) !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.vr-hero > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	min-height: inherit !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-hero .vr-hero__inner {
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	min-height: inherit !important;
	align-items: flex-end !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding:
		32px
		clamp(28px, 3.7vw, 44px)
		38px !important;
}

.vr-hero .vr-hero__inner.is-layout-constrained > *,
.vr-hero .vr-hero__content.is-layout-constrained > * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-hero .vr-hero__content {
	width: 100% !important;
	max-width: 610px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

/* Localisation. */
.vr-hero .vr-hero__eyebrow {
	display: inline-flex !important;
	width: fit-content !important;
	align-items: center !important;
	gap: 8px;
	margin: 0 !important;
	padding: 6px 12px !important;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(4px);
}

.vr-hero .vr-hero__eyebrow::before {
	content: "";
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/23.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-hero .vr-hero__eyebrow,
.vr-hero .vr-hero__eyebrow * {
	color: var(--vr-white);
}

.vr-hero .vr-hero__eyebrow p {
	margin: 0 !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

/* Titre principal. */
.vr-hero .vr-hero__title {
	width: 100%;
	max-width: 610px !important;
	margin: 18px 0 17px !important;
	color: var(--vr-white);
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(64px, 5.65vw, 96px) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.90 !important;
	text-align: left !important;
	text-transform: uppercase;
	text-wrap: balance;
}

/* La deuxième ligne colorée avec la couleur inline Gutenberg. */
:where(.vr-hero .vr-hero__title mark),
:where(.vr-hero .vr-hero__title .has-inline-color) {
	background: transparent;
	color: var(--vr-primary);
}

/* Description. */
.vr-hero .vr-hero__text,
.vr-hero .vr-hero__text * {
	max-width: 470px !important;
	margin: 0 !important;
	color: var(--vr-white);
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.42 !important;
	text-align: left !important;
}

/* Boutons. */
.vr-hero .vr-hero__actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 12px !important;
	margin-top: 25px !important;
}

.vr-hero .vr-hero__actions .wp-block-button {
	margin: 0 !important;
}

.vr-hero .vr-button .wp-block-button__link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 22px !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-hero .vr-button--primary .wp-block-button__link {
	min-width: 226px;
	border: 1px solid var(--vr-primary);
	background: var(--vr-primary);
	color: var(--vr-white);
}

.vr-hero .vr-button--primary .wp-block-button__link::after {
	content: "›";
	margin-left: 15px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1;
}

.vr-hero .vr-button--ghost .wp-block-button__link {
	min-width: 153px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: rgba(255, 255, 255, 0.04);
	color: var(--vr-white);
	backdrop-filter: blur(3px);
}

/* Réassurance. */
.vr-hero .vr-hero__proof {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: wrap;
	gap: 24px !important;
	margin-top: 30px !important;
}

.vr-hero .vr-proof,
.vr-hero .vr-proof * {
	color: rgba(255, 255, 255, 0.90);
}

.vr-hero .vr-proof {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px;
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2;
	white-space: nowrap;
}

.vr-hero .vr-proof::before {
	display: inline-flex;
	width: 13px;
	height: 13px;
	align-items: center;
	justify-content: center;
	color: var(--vr-primary);
	font-size: 13px;
	line-height: 1;
}

.vr-hero .vr-proof--certified::before {
	content: "";
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 0;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/25.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-hero .vr-proof--age::before {
	content: "";
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/24.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-hero .vr-proof--rating::before {
	content: "";
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/26.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ---------- TABLETTE ---------- */

@media (max-width: 1024px) {
	#masthead .ast-builder-grid-row {
		min-height: 64px !important;
	}

	#masthead .main-header-menu > .menu-item > .menu-link {
		min-height: 64px;
	}

	.vr-hero.wp-block-cover {
		min-height: calc(100svh - 64px);
		background-position: 55% 50%;
	}

	.vr-hero > .wp-block-cover__image-background {
		object-position: 55% 50%;
	}

	.vr-hero .vr-hero__inner {
		padding: 32px 30px 38px !important;
	}

	.vr-hero .vr-hero__content {
		max-width: 590px !important;
	}

	.vr-hero .vr-hero__title {
		font-size: clamp(58px, 8vw, 78px) !important;
	}
}

/* ---------- MOBILE ---------- */

@media (max-width: 767px) {
	#masthead .ast-builder-grid-row {
		min-height: 64px !important;
	}

	#masthead .site-primary-header-wrap {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	#masthead .site-logo-img img,
	#masthead img.custom-logo {
		max-width: 118px !important;
		max-height: 34px !important;
	}

	.vr-hero.wp-block-cover {
		min-height: calc(100svh - 64px);
		background-position: 62% 50%;
	}

	.vr-hero > .wp-block-cover__image-background {
		object-position: 62% 50%;
	}

	.vr-hero > .wp-block-cover__background,
	.vr-hero > .wp-block-cover__gradient-background {
		background:
			linear-gradient(
				90deg,
				rgba(4, 32, 61, 0.82) 0%,
				rgba(4, 32, 61, 0.50) 100%
			),
			linear-gradient(
				0deg,
				rgba(4, 32, 61, 0.88) 0%,
				rgba(4, 32, 61, 0.42) 55%,
				rgba(4, 32, 61, 0.12) 100%
			) !important;
	}

	.vr-hero .vr-hero__inner {
		align-items: flex-end !important;
		padding: 30px 18px 28px !important;
	}

	.vr-hero .vr-hero__content {
		max-width: 100% !important;
	}

	.vr-hero .vr-hero__title {
		max-width: 100% !important;
		margin: 16px 0 15px !important;
		font-size: clamp(48px, 14vw, 64px) !important;
		line-height: 0.91 !important;
	}

	.vr-hero .vr-hero__text,
	.vr-hero .vr-hero__text * {
		max-width: 100% !important;
		font-size: 15px !important;
	}

	.vr-hero .vr-hero__actions {
		display: grid !important;
		width: 100%;
		gap: 10px !important;
		margin-top: 22px !important;
	}

	.vr-hero .vr-hero__actions .wp-block-button,
	.vr-hero .vr-hero__actions .wp-block-button__link {
		width: 100%;
		min-width: 0;
	}

	.vr-hero .vr-hero__proof {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		gap: 10px 16px !important;
		margin-top: 22px !important;
	}

	.vr-hero .vr-proof:last-child {
		grid-column: 1 / -1;
	}
}


/* =========================================================
   VIKING RIDERS — BANDEAU D'ACTIVITÉS DÉFILANT
   Version consolidée : remplace les deux anciens blocs ticker.
   ========================================================= */

.vr-activity-ticker {
	--vr-ticker-height: 48px;
	--vr-ticker-duration: 30s;
	--vr-ticker-distance: 0px;

	display: block !important;
	width: 100% !important;
	height: var(--vr-ticker-height) !important;
	min-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: var(--vr-primary, #298bfd) !important;
	color: var(--vr-white, #ffffff) !important;
}

.vr-activity-ticker__viewport {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: var(--vr-ticker-height) !important;
	min-height: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-ticker__track {
	display: flex !important;
	width: max-content !important;
	max-width: none !important;
	height: var(--vr-ticker-height) !important;
	min-height: 0 !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	will-change: transform;
}

.vr-activity-ticker.is-ready .vr-activity-ticker__track {
	animation: vr-activity-ticker-scroll var(--vr-ticker-duration) linear infinite;
}

.vr-activity-ticker__group {
	display: flex !important;
	flex: 0 0 auto !important;
	width: max-content !important;
	max-width: none !important;
	height: var(--vr-ticker-height) !important;
	min-height: 0 !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
}

/* Neutralise les contraintes Gutenberg seulement dans le ticker. */
.vr-activity-ticker .is-layout-constrained,
.vr-activity-ticker .is-layout-flow,
.vr-activity-ticker .wp-block-group__inner-container {
	width: max-content !important;
	max-width: none !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-ticker__item {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	width: auto !important;
	min-width: max-content !important;
	height: var(--vr-ticker-height) !important;
	min-height: var(--vr-ticker-height) !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 14px !important;
	color: inherit !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	letter-spacing: 0.015em !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-activity-ticker__item::after {
	content: "•";
	display: inline-block;
	margin-left: 28px;
	color: rgba(255, 255, 255, 0.95);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.vr-activity-ticker__item a,
.vr-activity-ticker__item a:visited,
.vr-activity-ticker__item a:hover,
.vr-activity-ticker__item a:focus {
	display: inline-flex !important;
	align-items: center !important;
	height: 100% !important;
	color: inherit !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
	box-shadow: none !important;
}

.vr-activity-ticker:hover .vr-activity-ticker__track,
.vr-activity-ticker:focus-within .vr-activity-ticker__track {
	animation-play-state: paused;
}

@keyframes vr-activity-ticker-scroll {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(calc(-1 * var(--vr-ticker-distance)), 0, 0);
	}
}

@media (max-width: 767px) {
	.vr-activity-ticker {
		--vr-ticker-height: 32px;
		--vr-ticker-duration: 24s;
	}

	.vr-activity-ticker__item {
		padding-inline: 12px !important;
		font-size: 11px !important;
	}

	.vr-activity-ticker__item::after {
		margin-left: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vr-activity-ticker__viewport {
		overflow-x: auto !important;
		scrollbar-width: thin;
	}

	.vr-activity-ticker.is-ready .vr-activity-ticker__track {
		animation: none;
		transform: none;
	}
}


/* =========================================================
   VIKING RIDERS — SECTION « NOS EXPÉRIENCES »
   VERSION CIBLE — remplace entièrement l'ancien bloc CSS
   ========================================================= */

/* ---------- Section et largeur générale ---------- */

.vr-experiences-section {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(52px, 5vw, 78px)
		clamp(24px, 4vw, 68px)
		clamp(72px, 6vw, 96px) !important;
	background: var(--vr-bg, #f3f8fc) !important;
}

.vr-experiences-inner {
	box-sizing: border-box;
	width: min(100%, 1540px) !important;
	max-width: 1540px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Neutralise la largeur étroite imposée par Gutenberg/Astra. */
/* Gutenberg/Astra : les wrappers peuvent être pleine largeur,
   mais le vrai conteneur des expériences reste centré. */
.vr-experiences-section.is-layout-constrained > :not(.vr-experiences-inner),
.vr-experiences-inner.is-layout-constrained > *,
.vr-experiences-grid.is-layout-constrained > *,
.vr-experiences-section .wp-block-group__inner-container {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-experiences-section > .vr-experiences-inner,
.vr-experiences-section.is-layout-constrained > .vr-experiences-inner,
.vr-experiences-section > .wp-block-group__inner-container > .vr-experiences-inner {
	width: min(100%, 1540px) !important;
	max-width: 1540px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* ---------- En-tête de section ---------- */

.vr-experiences-header {
	width: 100% !important;
	max-width: 760px !important;
	margin: 0 0 clamp(44px, 4vw, 64px) !important;
	padding: 0 !important;
}

.vr-experiences-kicker {
	margin: 0 0 12px !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: clamp(12px, 0.9vw, 15px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-experiences-title {
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(48px, 4.4vw, 72px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.94 !important;
	text-transform: uppercase !important;
	text-wrap: balance;
}

.vr-experiences-intro {
	width: 100% !important;
	max-width: 720px !important;
	margin: 18px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: clamp(16px, 1.2vw, 19px) !important;
	line-height: 1.55 !important;
}

/* ---------- Grille ---------- */

.vr-experiences-grid {
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-auto-rows: 1fr;
	gap: clamp(20px, 1.6vw, 28px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------- Carte ---------- */

.vr-activity-card {
	position: relative;
	box-sizing: border-box;
	display: flex !important;
	min-width: 0 !important;
	height: 100% !important;
	flex-direction: column !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--vr-border, #d7e3ec) !important;
	border-radius: 20px !important;
	background: var(--vr-white, #ffffff) !important;
	box-shadow: 0 8px 24px rgba(4, 32, 61, 0.055) !important;
}

/* ---------- Image ---------- */

.vr-activity-card__media {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vr-navy, #04203d) !important;
}

.vr-activity-card__media > .wp-block-image {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-card__media img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 7.2 !important;
	object-fit: cover !important;
	transition: transform 320ms ease;
}

.vr-activity-card:hover .vr-activity-card__media img {
	transform: scale(1.025);
}

.vr-activity-card__badge {
	position: absolute !important;
	z-index: 2;
	top: 16px !important;
	left: 16px !important;
	margin: 0 !important;
	padding: 7px 12px !important;
	border-radius: 999px !important;
	background: var(--vr-navy, #04203d) !important;
	color: var(--vr-white, #ffffff) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

/* ---------- Corps de carte ---------- */

.vr-activity-card__body {
	box-sizing: border-box;
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 24px 26px 24px !important;
	background: var(--vr-white, #ffffff) !important;
}

.vr-activity-card__heading-row {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: baseline !important;
	gap: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-card__title {
	min-width: 0 !important;
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(27px, 2vw, 34px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.012em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.vr-activity-card__price {
	margin: 0 !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: clamp(15px, 1vw, 18px) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.vr-activity-card__description {
	margin: 14px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: clamp(14px, 1vw, 16px) !important;
	line-height: 1.5 !important;
}

/* ---------- Métadonnées ---------- */

.vr-activity-card__meta {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 9px 18px !important;
	margin: 15px 0 0 !important;
	padding: 0 !important;
}

.vr-activity-card__meta-item {
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	margin: 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

.vr-meta--duration::before {
	content: "";
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/28.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-meta--level::before {
	content: "";
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/27.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ---------- Bouton ---------- */

.vr-activity-card__actions {
	margin: auto 0 0 !important;
	padding: 20px 0 0 !important;
}

.vr-activity-card__actions .wp-block-buttons,
.vr-activity-card__actions .wp-block-button {
	width: 100% !important;
	margin: 0 !important;
}

.vr-activity-card__button .wp-block-button__link {
	display: inline-flex !important;
	width: 100% !important;
	min-height: 44px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 22px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-navy, #04203d) !important;
	color: var(--vr-white, #ffffff) !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-activity-card__button .wp-block-button__link::after {
	content: "›";
	margin-left: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.vr-activity-card__button .wp-block-button__link:hover {
	filter: brightness(1.12);
}

/* ---------- Tablette ---------- */

@media (max-width: 1050px) {
	.vr-experiences-inner {
		width: min(100%, 980px) !important;
	}

	.vr-experiences-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vr-activity-card__media img {
		aspect-ratio: 16 / 8 !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 680px) {
	.vr-experiences-section {
		padding: 46px 16px 68px !important;
	}

	.vr-experiences-header {
		margin-bottom: 32px !important;
	}

	.vr-experiences-grid {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.vr-experiences-title {
		font-size: clamp(40px, 12vw, 56px) !important;
	}

	.vr-activity-card__media img {
		aspect-ratio: 16 / 9 !important;
	}

	.vr-activity-card__body {
		padding: 20px !important;
	}

	.vr-activity-card__title {
		font-size: 28px !important;
	}

	.vr-activity-card__description {
		font-size: 15px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vr-activity-card__media img {
		transition: none;
	}

	.vr-activity-card:hover .vr-activity-card__media img {
		transform: none;
	}
}

/* =========================================================
   VIKING RIDERS — SECTION « VOIR LES CRÉNEAUX »
   VERSION PROPRE ET CONSOLIDÉE
   Remplace entièrement les deux anciens blocs CSS de cette section.
   ========================================================= */

/* ---------- Section pleine largeur ---------- */

.vr-slots-section {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vr-navy, #04203d) !important;
}

/* ---------- Panneau principal ---------- */

.vr-slots-panel {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(64px, 7vw, 100px)
		0
		clamp(72px, 7vw, 110px) !important;
	overflow: hidden !important;
	background: var(--vr-navy, #04203d) !important;
}

/*
 * Gutenberg peut appliquer une largeur "contrainte" aux enfants.
 * On neutralise uniquement la largeur, sans casser les marges automatiques.
 */
.vr-slots-panel.is-layout-constrained > .vr-slots-header,
.vr-slots-panel.is-layout-constrained > .vr-slots-carousel,
.vr-slots-panel.is-layout-constrained > .vr-slots-content {
	max-width: none !important;
}

/* ---------- En-tête centré ---------- */

.vr-slots-header {
	box-sizing: border-box;
	width: min(calc(100% - 32px), 720px) !important;
	max-width: 720px !important;
	margin:
		0
		auto
		clamp(42px, 5vw, 66px) !important;
	padding: 0 !important;
	text-align: center !important;
}

.vr-slots-kicker {
	margin: 0 0 10px !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.vr-slots-title {
	margin: 0 !important;
	color: var(--vr-white, #ffffff) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(42px, 4.2vw, 68px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.95 !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

/* ---------- Galerie horizontale ---------- */

.vr-slots-carousel.wp-block-gallery {
	box-sizing: border-box;
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-auto-flow: column !important;
	grid-auto-columns: clamp(250px, 20vw, 340px) !important;
	grid-template-columns: none !important;
	justify-content: safe center !important;
	gap: clamp(12px, 1.2vw, 18px) !important;
	margin: 0 !important;
	padding:
		0
		clamp(18px, 2.5vw, 40px)
		16px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: clamp(18px, 2.5vw, 40px) !important;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color:
		rgba(255, 255, 255, 0.45)
		rgba(255, 255, 255, 0.12);
}

.vr-slots-carousel.wp-block-gallery::-webkit-scrollbar {
	height: 8px;
}

.vr-slots-carousel.wp-block-gallery::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
}

.vr-slots-carousel.wp-block-gallery::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
}

/* ---------- Diapositives ---------- */

.vr-slots-carousel.wp-block-gallery > figure.wp-block-image,
.vr-slots-carousel.wp-block-gallery > .wp-block-image {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	scroll-snap-align: center;
	scroll-snap-stop: always;
}

.vr-slots-carousel.wp-block-gallery img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3 !important;
	object-fit: cover !important;
}

/* ---------- Zone future : CTA, réservation, texte ---------- */

.vr-slots-content {
	box-sizing: border-box;
	width: min(calc(100% - 32px), 760px) !important;
	max-width: 760px !important;
	margin:
		clamp(42px, 5vw, 70px)
		auto
		0 !important;
	padding: 0 !important;
	color: var(--vr-white, #ffffff);
	text-align: center !important;
}

/* ---------- Tablette ---------- */

@media (max-width: 900px) {
	.vr-slots-panel {
		padding:
			60px
			0
			76px !important;
	}

	.vr-slots-carousel.wp-block-gallery {
		grid-auto-columns: clamp(240px, 42vw, 330px) !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 600px) {
	.vr-slots-panel {
		padding:
			52px
			0
			64px !important;
	}

	.vr-slots-header {
		margin-bottom: 32px !important;
	}

	.vr-slots-title {
		font-size: clamp(40px, 12vw, 56px) !important;
	}

	.vr-slots-carousel.wp-block-gallery {
		grid-auto-columns: 82vw !important;
		gap: 12px !important;
		padding-inline: 16px !important;
		scroll-padding-inline: 16px !important;
	}
}

/* ---------- Accessibilité ---------- */

@media (prefers-reduced-motion: reduce) {
	.vr-slots-carousel.wp-block-gallery {
		scroll-behavior: auto;
	}
}


/* =========================================================
   VIKING RIDERS — SECTION « NOTRE BASE »
   À ajouter UNE SEULE FOIS tout en bas de style.css.
   L’image et les textes restent modifiables dans Gutenberg.
   ========================================================= */

/* ---------- Section extérieure ---------- */

.vr-base-section {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(64px, 7vw, 104px)
		clamp(22px, 4vw, 64px)
		clamp(72px, 7vw, 110px) !important;
	background: var(--vr-bg, #f3f8fc) !important;
}

/* ---------- Conteneur principal ---------- */

.vr-base-inner {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, 1500px) !important;
	max-width: 1500px !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	align-items: center !important;
	gap: clamp(44px, 5vw, 78px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Neutralise uniquement les contraintes de largeur Gutenberg. */
/* Gutenberg/Astra : on libère les enfants, sans annuler le centrage
   du conteneur principal de la section. */
.vr-base-inner.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-base-section > .vr-base-inner,
.vr-base-section.is-layout-constrained > .vr-base-inner,
.vr-base-section > .wp-block-group__inner-container > .vr-base-inner {
	width: min(100%, 1500px) !important;
	max-width: 1500px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* ---------- Colonne image ---------- */

.vr-base-media {
	position: relative;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-media > .wp-block-image {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-media img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9.2 !important;
	border-radius: 24px !important;
	box-shadow: 0 16px 34px rgba(4, 32, 61, 0.14) !important;
	object-fit: cover !important;
}

/* Cartouche « 10 min » posé sur l’image. */
.vr-base-distance {
	position: absolute !important;
	right: -10px !important;
	bottom: -16px !important;
	z-index: 2;
	display: flex !important;
	min-width: 118px;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 16px 18px !important;
	border-radius: 16px !important;
	background: var(--vr-primary, #298bfd) !important;
	box-shadow: 0 12px 24px rgba(4, 32, 61, 0.18) !important;
	color: var(--vr-white, #ffffff) !important;
}

.vr-base-distance__time {
	margin: 0 !important;
	color: inherit !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	letter-spacing: -0.01em !important;
	line-height: 0.95 !important;
	text-transform: uppercase !important;
}

.vr-base-distance__text {
	margin: 5px 0 0 !important;
	color: inherit !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
}

/* ---------- Colonne contenu ---------- */

.vr-base-content {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-kicker {
	margin: 0 0 12px !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-base-title {
	max-width: 780px !important;
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(48px, 4.2vw, 72px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.92 !important;
	text-transform: uppercase !important;
	text-wrap: balance;
}

.vr-base-intro {
	max-width: 760px !important;
	margin: 20px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: clamp(16px, 1.2vw, 19px) !important;
	line-height: 1.55 !important;
}

/* ---------- Grille d’avantages ---------- */

.vr-base-features {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 14px !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.vr-base-feature {
	position: relative;
	display: grid !important;
	min-width: 0;
	grid-template-columns: 26px minmax(0, 1fr) !important;
	align-items: start !important;
	column-gap: 10px !important;
	margin: 0 !important;
	padding: 17px 18px !important;
	border-radius: 14px !important;
	background: rgba(41, 139, 253, 0.10) !important;
	background: color-mix(
		in srgb,
		var(--vr-primary, #298bfd) 10%,
		var(--vr-white, #ffffff)
	) !important;
}

.vr-base-feature::before {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: var(--vr-primary, #298bfd);
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1;
}

.vr-base-feature--access::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/23.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-base-feature--security::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/25.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-base-feature--wellness::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/08/heure.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-base-feature--water::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/30.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-base-feature__content {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-feature__title {
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.vr-base-feature__text {
	margin: 4px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
}

/* ---------- Bouton ---------- */

.vr-base-actions {
	margin: 26px 0 0 !important;
	padding: 0 !important;
}

.vr-base-actions .wp-block-buttons,
.vr-base-actions .wp-block-button {
	margin: 0 !important;
}

.vr-base-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 24px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-navy, #04203d) !important;
	color: var(--vr-white, #ffffff) !important;
	box-shadow: none !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-base-button .wp-block-button__link::after {
	content: "›";
	margin-left: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.vr-base-button .wp-block-button__link:hover {
	filter: brightness(1.12);
}

/* ---------- Tablette ---------- */

@media (max-width: 1024px) {
	.vr-base-inner {
		grid-template-columns: 1fr !important;
		gap: 58px !important;
	}

	.vr-base-media,
	.vr-base-content {
		width: min(100%, 820px) !important;
		margin-inline: auto !important;
	}

	.vr-base-distance {
		right: 14px !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 680px) {
	.vr-base-section {
		padding:
			52px
			16px
			72px !important;
	}

	.vr-base-inner {
		gap: 46px !important;
	}

	.vr-base-media img {
		aspect-ratio: 4 / 3 !important;
		border-radius: 18px !important;
	}

	.vr-base-distance {
		right: 12px !important;
		bottom: -18px !important;
		min-width: 105px;
		padding: 13px 15px !important;
	}

	.vr-base-distance__time {
		font-size: 28px !important;
	}

	.vr-base-title {
		font-size: clamp(42px, 12vw, 58px) !important;
	}

	.vr-base-features {
		grid-template-columns: 1fr !important;
	}

	.vr-base-actions .wp-block-button,
	.vr-base-button .wp-block-button__link {
		width: 100% !important;
	}
}

/* =========================================================
   VIKING RIDERS — FOOTER GLOBAL ASTRA
   À ajouter UNE SEULE FOIS tout en bas de style.css.

   Structure prévue :
   - Primary Footer Row : Widget 1 + Widget 2
   - Below Footer Row   : Widget logo + Copyright Astra

   Les textes, liens, coordonnées et images restent modifiables
   depuis le Footer Builder / les widgets Gutenberg.
   ========================================================= */

/* ---------- Fond général ---------- */

.site-footer {
	--vr-footer-max-width: 1200px;

	position: relative;
	overflow: hidden;
	background: var(--vr-navy, #04203d) !important;
	color: var(--vr-white, #ffffff);
}

.site-footer a {
	color: inherit;
}

/* Supprime les espacements par défaut des widgets Astra. */
.site-footer .widget,
.site-footer .widget_block,
.site-footer .wp-block-group,
.site-footer .wp-block-buttons,
.site-footer .wp-block-button,
.site-footer p {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* =========================================================
   PARTIE PRINCIPALE
   ========================================================= */

.site-primary-footer-wrap {
	position: relative;
	overflow: visible;
	border: 0 !important;
	background: transparent !important;
}

.site-primary-footer-wrap .ast-builder-grid-row {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, var(--vr-footer-max-width)) !important;
	max-width: var(--vr-footer-max-width) !important;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
	align-items: start !important;
	gap: clamp(48px, 7vw, 92px) !important;
	margin-inline: auto !important;
	padding:
		clamp(64px, 7vw, 94px)
		clamp(22px, 4vw, 38px)
		clamp(74px, 8vw, 104px) !important;
}

.site-primary-footer-wrap .site-footer-section {
	min-width: 0;
	align-self: start !important;
}

/* ---------- Colonne CTA ---------- */

.vr-footer-cta {
	width: 100%;
	max-width: 440px;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-footer-title {
	margin: 0 !important;
	color: var(--vr-white, #ffffff) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(46px, 4.1vw, 66px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.94 !important;
	text-transform: uppercase !important;
	text-wrap: balance;
}

.vr-footer-text {
	max-width: 410px;
	margin: 16px 0 0 !important;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(15px, 1.15vw, 18px) !important;
	line-height: 1.5 !important;
}

.vr-footer-actions {
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

.vr-footer-actions .wp-block-buttons,
.vr-footer-actions .wp-block-button {
	margin: 0 !important;
}

.vr-footer-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 25px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-primary, #298bfd) !important;
	color: var(--vr-white, #ffffff) !important;
	box-shadow: none !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-footer-button .wp-block-button__link::after {
	content: "\203A"; /* › */
	margin-left: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.vr-footer-button .wp-block-button__link:hover {
	filter: brightness(0.94);
}

/* ---------- Colonne coordonnées ---------- */

.vr-footer-contact {
	position: relative;
	display: grid !important;
	width: 100%;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 0 8px !important;
}

.vr-footer-contact-card {
	position: relative;
	display: grid !important;
	width: 100%;
	min-height: 58px;
	grid-template-columns: 28px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 11px 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.075);
	color: var(--vr-white, #ffffff);
}

.vr-footer-contact-card::before {
	display: inline-flex;
	width: 22px;
	height: 22px;
	align-items: center;
	justify-content: center;
	color: var(--vr-primary, #298bfd);
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
}

/* =========================================================
   FOOTER — ICÔNES DES COORDONNÉES
   ========================================================= */

.vr-footer-contact-card--phone::before,
.vr-footer-contact-card--email::before,
.vr-footer-contact-card--location::before {
	content: "" !important;
	display: block;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* Téléphone */
.vr-footer-contact-card--phone::before {
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/47.png");
}

/* Email */
.vr-footer-contact-card--email::before {
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/46.png");
}

/* Adresse */
.vr-footer-contact-card--location::before {
	background-image: url("https://viking-riders.com/wp-content/uploads/2026/07/23.png");
}

.vr-footer-contact-card p {
	min-width: 0;
	margin: 0 !important;
	color: inherit !important;
	font-size: clamp(14px, 1vw, 16px) !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	overflow-wrap: anywhere;
}

.vr-footer-contact-card a {
	color: inherit !important;
	text-decoration: none !important;
}

.vr-footer-contact-card a:hover,
.vr-footer-contact-card a:focus-visible {
	text-decoration: underline !important;
	text-underline-offset: 3px;
}

/* ---------- Aperçu décoratif facultatif ---------- */

.vr-footer-preview {
	position: absolute;
	z-index: 2;
	right: -74px;
	bottom: -88px;
	width: clamp(130px, 13vw, 190px);
	margin: 0 !important;
	padding: 0 !important;
	pointer-events: none;
}

.vr-footer-preview img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.28));
}

/* =========================================================
   BARRE INFÉRIEURE
   ========================================================= */

.site-below-footer-wrap {
	border: 0 !important;
	background: rgba(255, 255, 255, 0.085) !important;
}

.site-below-footer-wrap .ast-builder-grid-row {
	box-sizing: border-box;
	width: min(100%, var(--vr-footer-max-width)) !important;
	max-width: var(--vr-footer-max-width) !important;
	min-height: 70px;
	align-items: center !important;
	margin-inline: auto !important;
	padding:
		16px
		clamp(22px, 4vw, 38px) !important;
}

.site-below-footer-wrap .site-footer-section {
	align-items: center !important;
}

/* Logo du bas : bloc Image dans un Widget Astra. */
.vr-footer-logo {
	width: 138px;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-footer-logo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* Copyright Astra. */
.site-below-footer-wrap .ast-footer-copyright {
	color: rgba(255, 255, 255, 0.68) !important;
	font-size: 13px !important;
	line-height: 1.35 !important;
	text-align: right;
}

.site-below-footer-wrap .ast-footer-copyright p {
	margin: 0 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 921px) {
	.site-primary-footer-wrap .ast-builder-grid-row {
		grid-template-columns: 1fr !important;
		gap: 42px !important;
	}

	.vr-footer-cta,
	.vr-footer-contact {
		width: min(100%, 720px);
		max-width: 720px;
		margin-inline: auto !important;
	}

	.vr-footer-preview {
		display: none;
	}

	.site-below-footer-wrap .ast-builder-grid-row {
		grid-template-columns: 1fr auto !important;
	}
}

@media (max-width: 600px) {
	.site-primary-footer-wrap .ast-builder-grid-row {
		padding:
			54px
			18px
			62px !important;
	}

	.vr-footer-title {
		font-size: clamp(42px, 13vw, 58px) !important;
	}

	.vr-footer-button .wp-block-button__link,
	.vr-footer-actions .wp-block-button {
		width: 100% !important;
	}

	.vr-footer-contact-card {
		padding: 12px 15px !important;
	}

	.site-below-footer-wrap .ast-builder-grid-row {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		padding:
			20px
			18px !important;
		text-align: center;
	}

	.vr-footer-logo {
		margin-inline: auto !important;
	}

	.site-below-footer-wrap .ast-footer-copyright {
		text-align: center;
	}
}


/* =========================================================
   VIKING RIDERS — NEWSLETTER
   Version consolidée, sans voile CSS.
   Remplace entièrement l'ancien bloc newsletter.
   ========================================================= */

/* ---------- Bannière Gutenberg ---------- */

.vr-newsletter-section.wp-block-cover {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: 245px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background-color: #07547a; /* secours uniquement si l'image ne charge pas */
}

.vr-newsletter-section > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Aucun dégradé ni voile : on affiche directement l'image Gutenberg. */
.vr-newsletter-section > .wp-block-cover__background,
.vr-newsletter-section > .wp-block-cover__gradient-background {
	background: transparent !important;
	background-color: transparent !important;
	opacity: 0 !important;
}

.vr-newsletter-section > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------- Conteneur ---------- */

.vr-newsletter-inner {
	box-sizing: border-box;
	width: min(100%, 1220px) !important;
	max-width: 1220px !important;
	margin: 0 auto !important;
	padding: 40px 34px !important;
}

.vr-newsletter-layout {
	display: grid !important;
	width: 100% !important;
	grid-template-columns:
		minmax(0, 430px)
		minmax(0, 460px) !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-copy,
.vr-newsletter-signup {
	min-width: 0 !important;
}

.vr-newsletter-inner.is-layout-constrained > *,
.vr-newsletter-layout.is-layout-constrained > * {
	max-width: none !important;
}

/* ---------- Colonne gauche ---------- */

.vr-newsletter-copy,
.vr-newsletter-heading-text {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-heading {
	display: grid !important;
	grid-template-columns: 56px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 17px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-mail-icon,
.vr-newsletter-mail-icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-mail-icon img {
	display: block !important;
	width: 48px !important;
	height: 48px !important;
	object-fit: contain !important;
}

.vr-newsletter-kicker {
	margin: 0 0 9px !important;
	color: #298BFD !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.16em !important;
	line-height: 1.15 !important;
	text-transform: uppercase !important;
}

.vr-newsletter-title {
	margin: 0 !important;
	color: #ffffff !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(34px, 2.5vw, 40px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.96 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}
.vr-newsletter-text {
	max-width: 390px;
	margin: 15px 0 0 73px !important;
	color: rgba(255, 255, 255, 0.86) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

/* ---------- Colonne droite ---------- */

.vr-newsletter-signup {
	width: 100% !important;
	max-width: 460px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-form-wrap {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Formulaire temporaire d'aperçu. */
.vr-newsletter-preview-form {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1fr) 128px !important;
	align-items: center !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-preview-form input[type="email"],
.vr-newsletter-form-wrap input[type="email"],
.vr-newsletter-form-wrap .sib-email-area input {
	box-sizing: border-box;
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	border-radius: 10px !important;
	background: rgba(4, 32, 61, 0.16) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 12px !important;
	line-height: 1 !important;
}

.vr-newsletter-preview-form input::placeholder,
.vr-newsletter-form-wrap input::placeholder {
	color: rgba(255, 255, 255, 0.80) !important;
	opacity: 1;
}

.vr-newsletter-preview-form button,
.vr-newsletter-form-wrap .sib-default-btn,
.vr-newsletter-form-wrap input[type="submit"],
.vr-newsletter-form-wrap button[type="submit"] {
	box-sizing: border-box;
	display: inline-flex !important;
	width: 100% !important;
	height: 42px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px;
	margin: 0 !important;
	padding: 0 17px !important;
	border: 1px solid #04203d !important;
	border-radius: 10px !important;
	background: #04203d !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	cursor: pointer;
}

.vr-newsletter-preview-form button::after {
	content: "\203A";
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

/* Adaptateur pour le futur formulaire Brevo. */
.vr-newsletter-form-wrap .sib_signup_form,
.vr-newsletter-form-wrap [id^="sib_signup_form_"],
.vr-newsletter-form-wrap form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-form-wrap form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 128px !important;
	align-items: start !important;
	gap: 14px !important;
}

.vr-newsletter-form-wrap form > p {
	margin: 0 !important;
}

.vr-newsletter-form-wrap .sib-alert-message,
.vr-newsletter-form-wrap .sib_msg_disp,
.vr-newsletter-form-wrap .sib-captcha,
.vr-newsletter-form-wrap .sib-consent,
.vr-newsletter-form-wrap .sib_compliance_note {
	grid-column: 1 / -1 !important;
	color: #ffffff !important;
	font-size: 12px !important;
}

/* ---------- Avantages ---------- */

.vr-newsletter-benefits {
	display: flex !important;
	align-items: center !important;
	flex-wrap: nowrap !important;
	gap: 24px !important;
	margin: 17px 0 0 !important;
	padding: 0 !important;
}

.vr-newsletter-benefit {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-benefit__icon,
.vr-newsletter-benefit__icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-benefit__icon img {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	object-fit: contain !important;
}

.vr-newsletter-benefit__text {
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
}

/* ---------- Tablette ---------- */

@media (max-width: 980px) {
	.vr-newsletter-section.wp-block-cover {
		min-height: auto !important;
	}

	.vr-newsletter-layout {
		grid-template-columns: 1fr !important;
		gap: 28px !important;
	}

	.vr-newsletter-copy,
	.vr-newsletter-signup {
		width: min(100%, 720px) !important;
		max-width: 720px !important;
		margin-inline: auto !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 680px) {
	.vr-newsletter-section.wp-block-cover,
	.vr-newsletter-section > .wp-block-cover__inner-container,
	.vr-newsletter-inner,
	.vr-newsletter-layout,
	.vr-newsletter-copy,
	.vr-newsletter-signup,
	.vr-newsletter-heading,
	.vr-newsletter-heading-text,
	.vr-newsletter-form-wrap {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	.vr-newsletter-inner {
		padding: 34px 18px 36px !important;
	}

	.vr-newsletter-layout {
		gap: 24px !important;
	}

	.vr-newsletter-heading {
		grid-template-columns: 38px minmax(0, 1fr) !important;
		align-items: start !important;
		gap: 11px !important;
	}

	.vr-newsletter-mail-icon img {
		width: 36px !important;
		height: 36px !important;
	}

	.vr-newsletter-kicker {
		margin-bottom: 7px !important;
		font-size: 10px !important;
	}

	.vr-newsletter-title {
		width: 100% !important;
		max-width: 100% !important;
		font-size: clamp(28px, 8.5vw, 36px) !important;
		line-height: 0.96 !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: normal !important;
		text-wrap: balance;
	}

	.vr-newsletter-text {
		width: 100% !important;
		max-width: 100% !important;
		margin: 13px 0 0 !important;
		font-size: 12px !important;
	}

	.vr-newsletter-preview-form,
	.vr-newsletter-form-wrap form {
		width: 100% !important;
		max-width: 100% !important;
		grid-template-columns: 1fr !important;
	}

	.vr-newsletter-form-wrap input[type="email"],
	.vr-newsletter-form-wrap input[type="submit"],
	.vr-newsletter-form-wrap .sib-default-btn {
		width: 100% !important;
		max-width: 100% !important;
	}

	.vr-newsletter-benefits {
		display: grid !important;
		width: 100% !important;
		max-width: 100% !important;
		grid-template-columns: 1fr !important;
		align-items: start !important;
		gap: 9px !important;
		margin-top: 18px !important;
		padding: 0 2px !important;
	}

	.vr-newsletter-benefit {
		width: fit-content !important;
		max-width: 100% !important;
	}

	.vr-newsletter-benefit__text {
		font-size: 11.5px !important;
		white-space: normal !important;
	}
}

/* =========================================================
   VIKING RIDERS — SECTION « AVIS CLIENTS »
   Gutenberg uniquement — défilement horizontal natif
   À ajouter UNE SEULE FOIS tout en bas de style.css.
   ========================================================= */

.vr-reviews-section {
	--vr-reviews-calendar-image: url("https://viking-riders.com/wp-content/uploads/2026/07/33.png");
	--vr-reviews-quote-image: url("https://viking-riders.com/wp-content/uploads/2026/07/34.png");

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: clamp(58px, 6vw, 86px) 0 clamp(60px, 6vw, 48px) !important;
	overflow: hidden !important;
	background: var(--vr-bg, #f3f8fc) !important;
}

.vr-reviews-inner {
	box-sizing: border-box;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 0 24px !important;
}

.vr-reviews-section.is-layout-constrained > .vr-reviews-inner,
.vr-reviews-inner.is-layout-constrained > * {
	max-width: none !important;
}

/* ---------- En-tête ---------- */

.vr-reviews-header {
	width: min(100%, 760px) !important;
	max-width: 760px !important;
	margin: 0 auto 38px !important;
	padding: 0 !important;
	text-align: center !important;
}

.vr-reviews-kicker {
	margin: 0 0 10px !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-reviews-title {
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif !important;
	font-size: clamp(42px, 4.5vw, 68px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.95 !important;
	text-transform: uppercase !important;
	text-wrap: balance;
}

.vr-reviews-intro {
	max-width: 500px !important;
	margin: 14px auto 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 15px !important;
	line-height: 1.5 !important;
}

.vr-reviews-proof {
	display: grid !important;
	width: max-content !important;
	grid-template-columns: auto auto !important;
	grid-template-areas:
		"score stars"
		"score count";
	align-items: center !important;
	column-gap: 10px !important;
	margin: 18px auto 0 !important;
	padding: 0 !important;
}

.vr-reviews-score {
	grid-area: score;
	margin: 0 !important;
	color: var(--vr-primary, #298bfd) !important;
	font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif !important;
	font-size: 48px !important;
	font-weight: 400 !important;
	line-height: 0.9 !important;
}

.vr-reviews-proof-stars,
.vr-reviews-proof-stars figure {
	grid-area: stars;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-reviews-proof-stars img {
	display: block !important;
	width: 104px !important;
	height: auto !important;
	object-fit: contain !important;
}

.vr-reviews-proof-count {
	grid-area: count;
	margin: 2px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	text-align: left !important;
}

/* ---------- Défilement horizontal ---------- */

.vr-reviews-track-wrap {
	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin: 0 calc(50% - 50vw) !important;
	padding: 14px clamp(16px, 2.5vw, 38px) 16px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	scroll-padding-inline: clamp(16px, 2.5vw, 38px);
	scroll-snap-type: x proximity;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(4, 32, 61, 0.20) rgba(4, 32, 61, 0.06);
}

.vr-reviews-track-wrap::-webkit-scrollbar {
	height: 8px;
}

.vr-reviews-track-wrap::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgba(4, 32, 61, 0.06);
}

.vr-reviews-track-wrap::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(4, 32, 61, 0.20);
}

.vr-reviews-track {
	display: grid !important;
	width: max-content !important;
	max-width: none !important;
	grid-auto-flow: column !important;
	grid-auto-columns: clamp(250px, 21vw, 292px) !important;
	grid-template-columns: none !important;
	gap: 20px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* ---------- Carte ---------- */

.vr-review-card {
	position: relative;
	box-sizing: border-box;
	display: flex !important;
	min-width: 0 !important;
	min-height: 218px !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 17px 17px 18px !important;
	border: 1px solid var(--vr-border, #d7e3ec) !important;
	border-radius: 14px !important;
	background: var(--vr-white, #ffffff) !important;
	box-shadow: 0 8px 22px rgba(4, 32, 61, 0.055) !important;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.vr-review-card::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 18px;
	height: 18px;
	background-image: var(--vr-reviews-quote-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-review-card__top {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 42px minmax(0, 1fr) 82px !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
}

.vr-review-card__avatar,
.vr-review-card__avatar figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-review-card__avatar img {
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 50% !important;
	object-fit: cover !important;
}

.vr-review-card__author {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-review-card__name {
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.vr-review-card__city {
	margin: 3px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 10px !important;
	line-height: 1.2 !important;
}

.vr-review-card__stars,
.vr-review-card__stars figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-review-card__stars img {
	display: block !important;
	width: 78px !important;
	height: auto !important;
	object-fit: contain !important;
}

.vr-review-card__text {
	margin: 0 0 18px !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.vr-review-card__date {
	position: relative;
	margin: auto 32px 0 0 !important;
	padding-left: 19px !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
}

.vr-review-card__date::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	background-image: var(--vr-reviews-calendar-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ---------- Bouton ---------- */

/* ---------- Bouton centré ---------- */

/* ---------- CTA Avis clients ---------- */

.vr-reviews-cta {
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 32px auto 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.vr-reviews-cta .wp-block-button,
.vr-reviews-cta .wp-block-button.wp-block-button__width-25,
.vr-reviews-cta .wp-block-button.wp-block-button__width-50,
.vr-reviews-cta .wp-block-button.wp-block-button__width-75,
.vr-reviews-cta .wp-block-button.wp-block-button__width-100 {
	display: inline-flex !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: max-content !important;
	margin: 0 auto !important;
}

.vr-reviews-cta .wp-block-button__link {
	box-sizing: border-box;
	display: inline-flex !important;
	width: auto !important;
	min-width: 242px !important;
	max-width: max-content !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 26px !important;
	border-radius: 999px !important;
	background: var(--vr-primary, #298bfd) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

.vr-reviews-cta .wp-block-button__link::after {
	content: "\203A";
	margin-left: 12px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.vr-reviews-cta .wp-block-button__link:hover,
.vr-reviews-cta .wp-block-button__link:focus-visible {
	background: var(--vr-primary, #298bfd) !important;
	color: #ffffff !important;
	filter: brightness(0.90);
}

@media (max-width: 900px) {
	.vr-reviews-track {
		grid-auto-columns: clamp(245px, 42vw, 290px) !important;
	}
}

@media (max-width: 640px) {
	.vr-reviews-section {
		padding: 46px 0 58px !important;
	}

	.vr-reviews-inner {
		padding-inline: 16px !important;
	}

	.vr-reviews-title {
		font-size: clamp(36px, 11vw, 52px) !important;
	}

	.vr-reviews-track {
		grid-auto-columns: 84vw !important;
		gap: 14px !important;
	}

	.vr-review-card {
		min-height: 210px !important;
	}

	.vr-reviews-cta .wp-block-button,
	.vr-reviews-cta .wp-block-button__link {
		width: 100% !important;
	}
}


/* =========================================================
   VIKING RIDERS — RÉSERVATION RAPIDE
   VERSION PROPORTIONNELLE FINALE
   Remplace entièrement toutes les anciennes règles
   commençant par .vr-booking-teaser-
   ========================================================= */

.wp-block-cover.vr-booking-teaser-section {
	--vr-booking-activity-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/38.png");
	--vr-booking-level-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/39.png");
	--vr-booking-date-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/33.png");
	--vr-booking-participants-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/27.png");

	--vr-booking-proof-equipment-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/58.png");
	--vr-booking-proof-coaching-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/24.png");
	--vr-booking-proof-cancel-icon: url("https://viking-riders.com/wp-content/uploads/2026/07/25.png");

	position: relative;
	box-sizing: border-box;
	width: min(calc(100% - 20px), 1540px) !important;
	max-width: 1540px !important;
	min-height: 220px !important;
	margin: 14px auto !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 14px !important;
	background-color: #eef6f7 !important;
}

/* Image gérée dans Gutenberg. */
.vr-booking-teaser-section > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: 82% center !important;
}

/* Désactive le voile natif de Gutenberg. */
.vr-booking-teaser-section > .wp-block-cover__background,
.vr-booking-teaser-section > .wp-block-cover__gradient-background {
	background: transparent !important;
	background-color: transparent !important;
	opacity: 0 !important;
}

/* Voile de lisibilité. */
.vr-booking-teaser-section::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			90deg,
			rgba(243, 248, 252, 0.99) 0%,
			rgba(243, 248, 252, 0.99) 58%,
			rgba(243, 248, 252, 0.95) 67%,
			rgba(243, 248, 252, 0.72) 78%,
			rgba(243, 248, 252, 0.10) 100%
		);
}

.vr-booking-teaser-section > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-inner {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(22px, 1.8vw, 28px)
		clamp(20px, 1.8vw, 28px) !important;
}

/* 24 % texte + 4,2 % espace + 52 % formulaire.
   Il reste environ 20 % pour laisser respirer l’image à droite. */
.vr-booking-teaser-layout {
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 390px 760px !important;
	align-items: start !important;
	justify-content: start !important;
	column-gap: 50px !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------- Colonne gauche ---------- */

.vr-booking-teaser-copy {
	min-width: 0 !important;
	width: 320px !important;
	max-width: 320px !important;
	margin: 0 !important;
	padding: 2px 0 0 !important;
}

.vr-booking-teaser-kicker {
	margin: 0 0 clamp(7px, 0.6vw, 10px) !important;
	color: var(--vr-primary, #298bfd) !important;
	font-size: clamp(10px, 0.78vw, 12px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.13em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-booking-teaser-title {
	width: 320px !important;
	max-width: 320px !important;
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: 44px !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.9 !important;
	text-transform: uppercase !important;
	text-wrap: normal !important;
}

.vr-booking-teaser-text {
	max-width: 290px !important;
	margin: clamp(14px, 1.15vw, 18px) 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

/* ---------- Formulaire ---------- */

.vr-booking-teaser-form-wrap,
.vr-booking-teaser-form {
	width: 760px !important;
	max-width: 760px !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-form {
	display: flex !important;
	flex-direction: column !important;
	gap: clamp(16px, 1.2vw, 19px) !important;
	padding-top: clamp(5px, 0.5vw, 8px) !important;
}

/* Les champs conservent les mêmes proportions que la maquette. */
.vr-booking-teaser-fields {
	display: grid !important;
	width: 647px !important;
	max-width: none !important;
	grid-template-columns: 145px 145px 170px 145px !important;
	align-items: end !important;
	justify-content: start !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-field {
	position: relative;
	display: flex !important;
	min-width: 0 !important;
	flex-direction: column !important;
	gap: clamp(6px, 0.5vw, 8px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-label {
	margin: 0 !important;
	color: rgba(4, 32, 61, 0.72) !important;
	font-size: clamp(9px, 0.66vw, 10px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.055em !important;
	line-height: 1.15 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-booking-teaser-field::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: clamp(12px, 0.9vw, 14px);
	bottom: clamp(14px, 1vw, 17px);
	width: clamp(15px, 1.1vw, 17px);
	height: clamp(15px, 1.1vw, 17px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

.vr-booking-teaser-field--activity::before {
	background-image: var(--vr-booking-activity-icon);
}

.vr-booking-teaser-field--level::before {
	background-image: var(--vr-booking-level-icon);
}

.vr-booking-teaser-field--date::before {
	background-image: var(--vr-booking-date-icon);
}

.vr-booking-teaser-field--participants::before {
	background-image: var(--vr-booking-participants-icon);
}

.vr-booking-teaser-field::after {
	content: "";
	position: absolute;
	right: clamp(11px, 0.85vw, 13px);
	bottom: clamp(19px, 1.35vw, 22px);
	width: 9px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6'%3E%3Cpath fill='%235b6f82' d='M.8.8 4.5 4.5 8.2.8 9 1.6 4.5 6 0 1.6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
}

.vr-booking-teaser-field select,
.vr-booking-teaser-field input {
	box-sizing: border-box;
	width: 100% !important;
	height: clamp(44px, 3.35vw, 52px) !important;
	margin: 0 !important;
	padding:
		0
		clamp(30px, 2.1vw, 34px)
		0
		clamp(37px, 2.65vw, 42px) !important;
	overflow: hidden !important;
	border: 1px solid #d7e3ec !important;
	border-radius: 7px !important;
	background-color: rgba(255, 255, 255, 0.94) !important;
	color: var(--vr-navy, #04203d) !important;
	box-shadow: none !important;
	font-size: clamp(12px, 0.9vw, 14px) !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.vr-booking-teaser-field select:focus,
.vr-booking-teaser-field input:focus {
	border-color: var(--vr-primary, #298bfd) !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(41, 139, 253, 0.14) !important;
}

.vr-booking-teaser-field input[type="date"] {
	position: relative;
}

.vr-booking-teaser-field input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

/* ---------- Garanties et bouton ---------- */

.vr-booking-teaser-bottom {
	display: flex !important;
	width: max-content !important;
	max-width: none !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 28px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-proofs {
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-proof {
	display: inline-grid !important;
	min-width: 0 !important;
	flex: 0 0 auto !important;
	grid-template-columns: clamp(17px, 1.2vw, 19px) auto !important;
	grid-template-areas:
		"icon title"
		"icon text";
	align-items: center !important;
	column-gap: clamp(7px, 0.6vw, 9px) !important;
	row-gap: 2px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-booking-teaser-proof::before {
	content: "";
	grid-area: icon;
	width: clamp(17px, 1.2vw, 19px);
	height: clamp(17px, 1.2vw, 19px);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.vr-booking-teaser-proof--equipment::before {
	background-image: var(--vr-booking-proof-equipment-icon);
}

.vr-booking-teaser-proof--coaching::before {
	background-image: var(--vr-booking-proof-coaching-icon);
}

.vr-booking-teaser-proof--cancel::before {
	background-image: var(--vr-booking-proof-cancel-icon);
}

.vr-booking-teaser-proof-title {
	grid-area: title;
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-size: clamp(10px, 0.74vw, 11.5px) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

.vr-booking-teaser-proof-text {
	grid-area: text;
	margin: 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: clamp(9px, 0.67vw, 10.5px) !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

.vr-booking-teaser-submit {
	box-sizing: border-box;
	display: inline-flex !important;
	flex: 0 0 auto !important;
	width: 180px !important;
	min-width: 180px !important;
	height: clamp(42px, 3.35vw, 52px) !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 clamp(20px, 1.6vw, 25px) !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-primary, #298bfd) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: clamp(12px, 0.9vw, 14px) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
	cursor: pointer;
	transition: filter 0.2s ease, transform 0.2s ease;
}

.vr-booking-teaser-submit::after {
	content: "\203A";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.vr-booking-teaser-submit:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
}

/* ---------- Responsive ---------- */

@media (max-width: 1200px) {
	.vr-booking-teaser-layout {
		grid-template-columns: 1fr !important;
		column-gap: 0 !important;
		row-gap: 26px !important;
	}

	.vr-booking-teaser-copy,
	.vr-booking-teaser-title {
		width: 100% !important;
		max-width: 520px !important;
	}

	.vr-booking-teaser-text {
		max-width: 460px !important;
	}

	.vr-booking-teaser-form-wrap,
	.vr-booking-teaser-form {
		width: 100% !important;
		max-width: 760px !important;
	}
}

@media (max-width: 760px) {
	.vr-booking-teaser-fields {
		width: 100% !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vr-booking-teaser-bottom {
		width: 100% !important;
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	.vr-booking-teaser-proofs {
		flex-wrap: wrap !important;
	}

	.vr-booking-teaser-submit {
		align-self: flex-start !important;
	}
}

@media (max-width: 520px) {
	.wp-block-cover.vr-booking-teaser-section {
		width: calc(100% - 20px) !important;
		margin-block: 10px !important;
	}

	.vr-booking-teaser-inner {
		padding: 26px 16px !important;
	}

	.vr-booking-teaser-title {
		font-size: 38px !important;
	}

	.vr-booking-teaser-fields {
		grid-template-columns: 1fr !important;
	}

	.vr-booking-teaser-proofs {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	.vr-booking-teaser-submit {
		width: 100% !important;
		min-width: 0 !important;
	}
}


/* =========================================================
   FOOTER — RÉSEAUX SOCIAUX ALIGNÉS HORIZONTALEMENT
   ========================================================= */

.vr-footer-socials {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 14px !important;
	width: max-content !important;
	max-width: none !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

/* Empêche Gutenberg d’étirer chaque image sur toute la ligne. */
.vr-footer-socials > * {
	display: block !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Bloc Image Gutenberg. */
.vr-footer-socials .wp-block-image,
.vr-footer-social-icon,
.vr-footer-social-icon figure {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Lien cliquable. */
.vr-footer-social-icon a {
	display: inline-flex !important;
	width: 32px !important;
	height: 32px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 6px !important;
	text-decoration: none !important;
	transition:
		transform 180ms ease,
		opacity 180ms ease;
}

/* Icône. */
.vr-footer-social-icon img {
	display: block !important;
	width: 26px !important;
	height: 26px !important;
	max-width: 26px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
}

/* Survol. */
.vr-footer-social-icon a:hover,
.vr-footer-social-icon a:focus-visible {
	opacity: 0.82;
	transform: translateY(-2px);
}

/* Mobile. */
@media (max-width: 680px) {
	.vr-footer-socials {
		margin-top: 18px !important;
	}

	.vr-footer-social-icon a {
		width: 36px !important;
		height: 36px !important;
	}

	.vr-footer-social-icon img {
		width: 28px !important;
		height: 28px !important;
		max-width: 28px !important;
	}
}

/* =========================================================
   VIKING RIDERS — PAGE ACTIVITÉ
   CSS FINAL CONSOLIDÉ

   Remplace entièrement les anciens blocs CSS de la page activité :
   .vr-activity-page, .vr-activity-layout, .vr-activity-main,
   .vr-activity-hero, .vr-activity-details,
   .vr-activity-booking-column et .vr-activity-booking-card.

   Le widget de réservation garde une hauteur naturelle :
   aucune hauteur vide n'est imposée quand une étape est courte.
   ========================================================= */

/* =========================================================
   1. VARIABLES ET NEUTRALISATION GUTENBERG
   ========================================================= */

.vr-activity-page {
	--vr-primary: #298bfd;
	--vr-navy: #04203d;
	--vr-bg: #f3f8fc;
	--vr-white: #ffffff;
	--vr-muted: #5b6f82;
	--vr-border: #d7e3ec;

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	background: var(--vr-bg) !important;
}

.wp-block-group.vr-activity-page.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-bottom: 0px!important;
}

.vr-activity-page,
.vr-activity-page *,
.vr-activity-page *::before,
.vr-activity-page *::after {
	box-sizing: border-box;
}

/* Supprime les largeurs et marges automatiques de Gutenberg/Astra. */
.vr-activity-page.is-layout-constrained > *,
.vr-activity-layout.is-layout-constrained > *,
.vr-activity-main.is-layout-constrained > *,
.vr-activity-details.is-layout-constrained > *,
.vr-activity-details-inner.is-layout-constrained > *,
.vr-activity-features.is-layout-constrained > *,
.vr-activity-info-grid.is-layout-constrained > *,
.vr-activity-info-column.is-layout-constrained > *,
.vr-activity-list.is-layout-constrained > *,
.vr-activity-page .wp-block-group__inner-container {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-activity-page > * + *,
.vr-activity-layout > * + *,
.vr-activity-main > * + *,
.vr-activity-details > * + *,
.vr-activity-details-inner > * + *,
.vr-activity-info-column > * + *,
.vr-activity-list > * + * {
	margin-block-start: 0 !important;
}

/* Harmonise aussi le fond des conteneurs WordPress lorsque :has est pris en charge. */
body:has(.vr-activity-page) .site-content,
body:has(.vr-activity-page) .ast-container,
body:has(.vr-activity-page) .site-main,
body:has(.vr-activity-page) .entry-content {
	background: var(--vr-bg, #f3f8fc) !important;
}

/* =========================================================
   2. STRUCTURE GÉNÉRALE
   ========================================================= */

.vr-activity-layout {
	position: relative !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--vr-bg) !important;
}

.vr-activity-main {
	position: relative !important;
	z-index: 1;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--vr-bg) !important;
}

/* =========================================================
   3. HERO
   ========================================================= */

.vr-activity-hero.wp-block-cover {
	position: relative;
	width: 100% !important;
	max-width: none !important;
	min-height: clamp(420px, 32vw, 500px) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
	background: var(--vr-navy) !important;
}

.vr-activity-hero > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: 55% center !important;
}

.vr-activity-hero > .wp-block-cover__background,
.vr-activity-hero > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			180deg,
			rgba(4, 32, 61, 0.08) 0%,
			rgba(4, 32, 61, 0.17) 42%,
			rgba(4, 32, 61, 0.84) 100%
		) !important;
	opacity: 1 !important;
}

.vr-activity-hero > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-hero-content {
	display: flex !important;
	width: 100% !important;
	min-height: clamp(420px, 32vw, 500px) !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-end !important;
	margin: 0 !important;
	padding:
		clamp(30px, 3.5vw, 54px)
		clamp(42px, 4.5vw, 78px) !important;
}

.vr-activity-hero-badge {
	margin: 0 0 12px !important;
	padding: 6px 11px !important;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(4, 32, 61, 0.34);
	color: var(--vr-white) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
}

.vr-activity-hero-title {
	margin: 0 !important;
	color: var(--vr-white) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(54px, 6vw, 82px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.025em !important;
	line-height: 0.9 !important;
	text-transform: uppercase !important;
}

.vr-activity-hero-text {
	max-width: 420px !important;
	margin: 15px 0 0 !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: clamp(14px, 1.2vw, 17px) !important;
	line-height: 1.5 !important;
}

.vr-activity-hero-meta {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 12px 22px !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.vr-activity-hero-meta-item {
	display: inline-flex !important;
	align-items: center !important;
	gap: 7px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 11px !important;
	line-height: 1.2 !important;
}

.vr-activity-hero-meta-item p,
.vr-activity-hero-meta-icon,
.vr-activity-hero-meta-icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-hero-meta-icon img {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	object-fit: contain !important;
}

/* =========================================================
   4. CONTENU DE L'ACTIVITÉ
   ========================================================= */

.vr-activity-details {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(38px, 4vw, 58px)
		clamp(42px, 4.5vw, 78px)
		clamp(30px, 3vw, 40px) !important;
	background: var(--vr-bg) !important;
}

.vr-activity-details-inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-details-kicker {
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 9px !important;
	color: var(--vr-primary) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-activity-details-title {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	color: var(--vr-navy) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(38px, 4vw, 58px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.94 !important;
	text-transform: uppercase !important;
}

.vr-activity-details-intro {
	width: 100% !important;
	max-width: none !important;
	margin: 15px 0 0 !important;
	color: var(--vr-muted) !important;
	font-size: 14px !important;
	line-height: 1.62 !important;
}

/* ---------- Avantages ---------- */

.vr-activity-features {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: start !important;
	gap: clamp(18px, 2vw, 30px) !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.vr-activity-feature {
	display: flex !important;
	min-width: 0 !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-feature > *,
.vr-activity-feature figure,
.vr-activity-feature p,
.vr-activity-feature-icon {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-feature-icon img {
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	object-fit: contain !important;
}

.vr-activity-feature-text {
	color: var(--vr-navy) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
}

/* ---------- Inclus / À prévoir ---------- */

.vr-activity-info-grid {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
	align-items: start !important;
	gap: clamp(28px, 3vw, 46px) !important;
	margin: 34px 0 0 !important;
	padding: 0 !important;
}

.vr-activity-info-column {
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-info-title {
	margin: 0 0 14px !important;
	color: var(--vr-primary) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.1em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-activity-list {
	display: flex !important;
	width: 100% !important;
	flex-direction: column !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-list-item {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 14px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-list-item > *,
.vr-activity-list-item figure,
.vr-activity-list-item p {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-list-icon {
	align-self: start !important;
	margin-top: 2px !important;
}

.vr-activity-list-icon img {
	display: block !important;
	width: 13px !important;
	height: 13px !important;
	object-fit: contain !important;
}

.vr-activity-list-text {
	min-width: 0 !important;
	color: var(--vr-muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

.vr-activity-note {
	margin: 22px 0 0 !important;
	padding: 16px 18px !important;
	border-radius: 10px;
	background: #e4f1f6 !important;
}

.vr-activity-note-title {
	margin: 0 !important;
	color: var(--vr-navy) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.vr-activity-note-text {
	margin: 7px 0 0 !important;
	color: var(--vr-muted) !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

/* =========================================================
   5. CARTE DE RÉSERVATION — HAUTEUR NATURELLE
   ========================================================= */

.vr-activity-booking-column {
	z-index: 6;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-activity-booking-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.vr-activity-booking-card > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-activity-booking-card .vrb-widget {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: clamp(18px, 1.5vw, 23px) !important;
	border: 1px solid rgba(215, 227, 236, 0.95) !important;
	border-radius: 15px !important;
	background: var(--vr-white) !important;
	box-shadow: 0 18px 46px rgba(4, 32, 61, 0.17) !important;
}

/* Chaque étape ne prend que la hauteur de son contenu. */
.vr-activity-booking-card .vrb-panel,
.vr-activity-booking-card .vrb-panel.is-active {
	height: auto !important;
	min-height: 0 !important;
	flex: none !important;
}

.vr-activity-booking-card .vrb-panel {
	display: none !important;
}

.vr-activity-booking-card .vrb-panel.is-active {
	display: block !important;
}

/* Les boutons restent juste sous le contenu au lieu d'être poussés en bas. */
.vr-activity-booking-card .vrb-actions,
.vr-activity-booking-card .vrb-panel.is-active > .vrb-actions:last-child {
	margin-top: 18px !important;
	padding-top: 0 !important;
}

/* ---------- Titre et étapes ---------- */

.vr-activity-booking-card .vrb-widget__head h2 {
	margin: 0 0 18px !important;
	color: var(--vr-navy) !important;
	font-size: 19px !important;
}

.vr-activity-booking-card .vrb-steps {
	margin-bottom: 22px !important;
}

/* ---------- Calendrier ---------- */

.vr-activity-booking-card .vrb-calendar-head {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 36px minmax(0, 1fr) 36px !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 0 12px !important;
	padding: 0 !important;
}

.vr-activity-booking-card .vrb-calendar-head strong {
	width: 100% !important;
	margin: 0 !important;
	text-align: center !important;
}

.vr-activity-booking-card .vrb-calendar-head .vrb-icon-button {
	display: grid !important;
	width: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	height: 36px !important;
	min-height: 36px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 9px !important;
	line-height: 1 !important;
}

.vr-activity-booking-card .vrb-calendar-head .vrb-icon-button:first-child {
	justify-self: start !important;
}

.vr-activity-booking-card .vrb-calendar-head .vrb-icon-button:last-child {
	justify-self: end !important;
}

.vr-activity-booking-card .vrb-calendar-week,
.vr-activity-booking-card .vrb-calendar {
	width: 100% !important;
}

/* L'absence de créneaux ne réserve aucune hauteur inutile. */
.vr-activity-booking-card .vrb-slots {
	min-height: 0 !important;
}

.vr-activity-booking-card .vrb-slots:has(> .vrb-muted:only-child) {
	display: block !important;
}

/* ---------- Participants et actions ---------- */

.vr-activity-booking-card .vrb-participants {
	margin-top: 17px !important;
}

.vr-activity-booking-card .vrb-actions {
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) !important;
	gap: 12px !important;
}

/* =========================================================
   6. DESKTOP : SUPERPOSITION NATURELLE
   ========================================================= */

@media (min-width: 1101px) {
	.vr-activity-page {
		--vr-booking-width: clamp(370px, 23vw, 430px);
		--vr-booking-right: clamp(42px, 4vw, 72px);
		--vr-booking-gap: clamp(22px, 2vw, 34px);

		width: 100vw !important;
		max-width: none !important;
		margin-right: calc(50% - 50vw) !important;
		margin-left: calc(50% - 50vw) !important;
		padding:
			0
			0
			clamp(54px, 5vw, 82px) !important;
		overflow: visible !important;
	}

	.vr-activity-layout {
		display: block !important;
	}

	/* Réserve la place de la carte uniquement dans la zone descriptive. */
	.vr-activity-details {
		width:
			calc(
				100%
				- var(--vr-booking-width)
				- var(--vr-booking-right)
				- var(--vr-booking-gap)
			) !important;
	}

	/* La carte chevauche le Hero, mais sa hauteur suit son étape active. */
	.vr-activity-booking-column {
		position: absolute !important;
		top: clamp(16px, 1.5vw, 28px) !important;
		right: var(--vr-booking-right) !important;
		bottom: auto !important;
		width: var(--vr-booking-width) !important;
		max-width: var(--vr-booking-width) !important;
		height: auto !important;
	}

	.vr-activity-booking-card {
		position: relative !important;
		top: auto !important;
		height: auto !important;
		min-height: 0 !important;
	}
}

/* =========================================================
   7. TABLETTE
   ========================================================= */

@media (max-width: 1100px) {
	.vr-activity-page {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 0 58px !important;
	}

	/*
	 * Sur tablette/téléphone, on laisse les enfants de .vr-activity-main
	 * participer directement à la grille. Cela permet de placer la
	 * réservation juste après le hero sans modifier le HTML Gutenberg.
	 */
	.vr-activity-layout {
		display: grid !important;
		width: 100% !important;
		max-width: none !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.vr-activity-main {
		display: contents !important;
	}

	.vr-activity-hero {
		grid-row: 1 !important;
	}

	.vr-activity-booking-column {
		position: relative !important;
		inset: auto !important;
		display: block !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		grid-row: 2 !important;
		margin: 0 !important;
		padding: clamp(20px, 3vw, 28px) 20px 0 !important;
	}

	.vr-activity-details {
		width: 100% !important;
		grid-row: 3 !important;
		margin: 0 !important;
	}

	.vr-activity-details-inner {
		width: min(100%, 900px) !important;
		max-width: 900px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-booking-card,
	.vr-activity-booking-card .vrb-widget {
		width: min(100%, 430px) !important;
		max-width: 430px !important;
		height: auto !important;
		min-height: 0 !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-features {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* =========================================================
   8. MOBILE
   ========================================================= */

@media (max-width: 620px) {
	/* Le fond de la page et le hero touchent les bords du téléphone. */
	.vr-activity-page {
		padding: 0 0 54px !important;
	}

	.vr-activity-layout,
	.vr-activity-main {
		width: 100% !important;
		max-width: none !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-hero.wp-block-cover,
	.vr-activity-hero-content {
		min-height: 430px !important;
	}

	/* Image pleine largeur, contenu centré dans une colonne lisible. */
	.vr-activity-hero.wp-block-cover {
		width: 100% !important;
		margin: 0 !important;
	}

	.vr-activity-hero-content {
		width: 100% !important;
		max-width: 520px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 30px 20px !important;
	}

	.vr-activity-hero-title {
		font-size: clamp(50px, 17vw, 70px) !important;
	}

	.vr-activity-details {
		width: 100% !important;
		margin: 0 !important;
		padding: 34px 20px 42px !important;
	}

	.vr-activity-details-inner {
		width: 100% !important;
		max-width: 520px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-features,
	.vr-activity-info-grid {
		grid-template-columns: 1fr !important;
	}

	.vr-activity-features {
		gap: 20px !important;
	}

	.vr-activity-feature {
		display: grid !important;
		grid-template-columns: 32px minmax(0, 1fr) !important;
		grid-template-rows: auto !important;
		align-items: center !important;
	}

	.vr-activity-booking-column {
		width: 100% !important;
		padding: 18px 16px 0 !important;
	}

	.vr-activity-booking-card,
	.vr-activity-booking-card .vrb-widget {
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-booking-card .vrb-actions {
		grid-template-columns: 1fr !important;
	}

	.vr-activity-booking-card .vrb-secondary,
	.vr-activity-booking-card .vrb-primary {
		width: 100% !important;
	}
}

/* =========================================================
   RÉSERVATION — COMPTEUR DE PARTICIPANTS PARFAITEMENT CENTRÉ
   ========================================================= */

.vr-activity-booking-card .vrb-participants > div {
	display: grid !important;
	grid-template-columns: 54px minmax(0, 1fr) 54px !important;
	align-items: stretch !important;
	width: 100% !important;
	overflow: hidden !important;
}

/* Neutralise le padding des boutons Astra. */
.vr-activity-booking-card .vrb-participants button {
	display: grid !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	min-height: 72px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--vr-primary, #298bfd) !important;
	font-family: inherit !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	transform: none !important;
}

/* Séparateurs symétriques. */
.vr-activity-booking-card .vrb-participants button:first-child {
	border-right: 1px solid var(--vr-border, #d7e3ec) !important;
}

.vr-activity-booking-card .vrb-participants button:last-child {
	border-left: 1px solid var(--vr-border, #d7e3ec) !important;
}

/* Nombre de personnes parfaitement centré. */
.vr-activity-booking-card .vrb-participants strong {
	display: grid !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 72px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 10px !important;
	font-size: 13px !important;
	line-height: 1.2 !important;
	text-align: center !important;
}

/* Correction optique d’un pixel des symboles. */
.vr-activity-booking-card .vrb-participants [data-minus] {
	transform: translateX(1px) !important;
}

.vr-activity-booking-card .vrb-participants [data-plus] {
	transform: translateX(-1px) !important;
}

/* =========================================================
   VIKING RIDERS — NIVEAUX + INFORMATIONS PRATIQUES
   Version consolidée — rendu visuel inchangé
   ========================================================= */

/* ---------- Variables et section générale ---------- */

.vr-activity-extra {
	--vr-primary: #298bfd;
	--vr-navy: #04203d;
	--vr-bg: #f3f8fc;
	--vr-white: #ffffff;
	--vr-muted: #5b6f82;
	--vr-border: #d7e3ec;

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(20px, 2vw, 28px)
		clamp(18px, 4vw, 64px)
		clamp(56px, 6vw, 84px) !important;
	background: var(--vr-bg) !important;
}

.vr-activity-extra-inner {
	box-sizing: border-box;
	width: min(100%, 1440px) !important;
	max-width: 1440px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Neutralisation des contraintes Gutenberg. */
.vr-activity-extra.is-layout-constrained > *,
.vr-activity-extra-inner.is-layout-constrained > *,
.vr-levels-layout.is-layout-constrained > *,
.vr-practical-layout.is-layout-constrained > *,
.vr-levels-cards.is-layout-constrained > *,
.vr-practical-location-layout.is-layout-constrained > *,
.vr-activity-extra .wp-block-group__inner-container {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =========================================================
   POUR QUI ?
   ========================================================= */

.vr-levels-layout {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr) !important;
	align-items: stretch !important;
	gap: clamp(20px, 2.4vw, 34px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-levels-content {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-section-kicker {
	margin: 0 0 9px !important;
	color: var(--vr-primary) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.13em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-section-title {
	margin: 0 !important;
	color: var(--vr-navy) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(34px, 2.8vw, 48px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.018em !important;
	line-height: 0.95 !important;
	text-transform: uppercase !important;
}

.vr-section-intro {
	max-width: 650px !important;
	margin: 13px 0 0 !important;
	color: var(--vr-muted) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

/* ---------- Cartes de niveaux ---------- */

.vr-levels-cards {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(14px, 1.5vw, 20px) !important;
	margin: clamp(24px, 2.7vw, 34px) 0 0 !important;
	padding: 0 !important;
}

.vr-level-card {
	box-sizing: border-box;
	display: flex !important;
	min-width: 0 !important;
	min-height: 148px !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 18px 18px 20px !important;
	border: 1px solid var(--vr-border) !important;
	border-radius: 10px !important;
	background: var(--vr-white) !important;
	box-shadow: 0 7px 22px rgba(4, 32, 61, 0.045) !important;
}

.vr-level-card-head {
	display: flex !important;
	align-items: center !important;
	gap: 11px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-level-card-icon,
.vr-level-card-icon figure {
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-level-card-icon img {
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	object-fit: contain !important;
}

.vr-level-card-title {
	margin: 0 !important;
	color: var(--vr-navy) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.055em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-level-card-text {
	margin: 13px 0 0 !important;
	color: var(--vr-muted) !important;
	font-size: 13px !important;
	line-height: 1.55 !important;
}

/* ---------- Témoignage ---------- */

.vr-levels-quote {
	position: relative;
	display: flex !important;
	min-height: 245px !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 10px !important;
	background: var(--vr-navy) !important;
	box-shadow: 0 10px 28px rgba(4, 32, 61, 0.13) !important;
}

.vr-levels-quote > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
}

.vr-levels-quote > .wp-block-cover__background,
.vr-levels-quote > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			180deg,
			rgba(4, 32, 61, 0.05) 0%,
			rgba(4, 32, 61, 0.22) 48%,
			rgba(4, 32, 61, 0.82) 100%
		) !important;
	opacity: 1 !important;
}

.vr-levels-quote > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	flex: 1 1 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-levels-quote-content {
	box-sizing: border-box;
	display: flex !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
	margin: 0 !important;
	padding: 24px 28px 20px !important;
}

.vr-levels-quote-text {
	width: 100% !important;
	max-width: 390px !important;
	margin: 0 !important;
	color: var(--vr-white) !important;
	font-size: clamp(17px, 1.25vw, 21px) !important;
	font-weight: 700 !important;
	line-height: 1.28 !important;
}

.vr-levels-quote-bottom {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 18px !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
}

.vr-levels-quote-author {
	flex: 0 0 auto !important;
	margin: 0 !important;
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 12px !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

.vr-levels-quote-stars {
	flex: 0 0 auto !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
}

.vr-levels-quote-stars figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-levels-quote-bottom .wp-block-image,
.vr-levels-quote-bottom figure {
	flex: 0 0 auto !important;
	width: auto !important;
	margin: 0 0 0 auto !important;
	padding: 0 !important;
}

.vr-levels-quote-bottom .wp-block-image img,
.vr-levels-quote-bottom figure img,
.vr-levels-quote-stars img {
	display: block !important;
	width: 88px !important;
	max-width: 88px !important;
	height: auto !important;
	margin: 0 !important;
	object-fit: contain !important;
}

/* =========================================================
   SÉPARATEUR
   ========================================================= */

.vr-activity-extra-divider {
	width: 100% !important;
	height: 1px !important;
	margin:
		clamp(42px, 5vw, 68px)
		0
		clamp(30px, 4vw, 50px) !important;
	padding: 0 !important;
	border: 0 !important;
	background: var(--vr-border) !important;
}

/* =========================================================
   INFORMATIONS PRATIQUES
   ========================================================= */

.vr-practical-layout {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr) !important;
	align-items: start !important;
	gap: clamp(36px, 4vw, 58px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-info {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-list {
	display: flex !important;
	width: 100% !important;
	flex-direction: column !important;
	gap: 8px !important;
	margin: 17px 0 0 !important;
	padding: 0 !important;
}

.vr-practical-row {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: 18px 118px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 9px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-row > *,
.vr-practical-row figure,
.vr-practical-row p {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-icon img {
	display: block !important;
	width: 15px !important;
	height: 15px !important;
	object-fit: contain !important;
}

.vr-practical-label {
	color: var(--vr-muted) !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
}

.vr-practical-value {
	color: var(--vr-muted) !important;
	font-size: 12px !important;
	line-height: 1.4 !important;
}

/* ---------- Localisation ---------- */

.vr-practical-location {
	box-sizing: border-box;
	min-width: 0 !important;
	align-self: start !important;
	margin: 0 !important;
	padding-left: clamp(28px, 3vw, 44px) !important;
	border-left: 1px solid var(--vr-border) !important;
}

.vr-practical-location-layout {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(200px, 0.64fr) minmax(340px, 1.36fr) !important;
	align-items: start !important;
	gap: clamp(28px, 3vw, 44px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-location-copy {
	min-width: 0 !important;
	align-self: start !important;
	margin: 0 !important;
	padding: 2px 0 0 !important;
}

.vr-practical-location-title {
	margin: 0 0 18px !important;
	color: var(--vr-navy) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.08em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-practical-location-name {
	margin: 0 !important;
	color: var(--vr-navy) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.vr-practical-location-address {
	max-width: 230px !important;
	margin: 7px 0 0 !important;
	color: var(--vr-muted) !important;
	font-size: 12px !important;
	line-height: 1.5 !important;
}

.vr-practical-map-button {
	margin: 18px 0 0 !important;
	padding: 0 !important;
}

.vr-practical-map-button .wp-block-button {
	margin: 0 !important;
}

.vr-practical-map-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 38px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 19px !important;
	border: 1px solid var(--vr-navy) !important;
	border-radius: 999px !important;
	background: transparent !important;
	color: var(--vr-navy) !important;
	box-shadow: none !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-practical-map-button .wp-block-button__link:hover {
	background: var(--vr-navy) !important;
	color: var(--vr-white) !important;
}

/* ---------- Carte statique de secours ---------- */

.vr-practical-map,
.vr-practical-map figure {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-map img {
	display: block !important;
	width: 100% !important;
	aspect-ratio: 16 / 8.8 !important;
	object-fit: cover !important;
	border-radius: 10px !important;
}

/* ---------- Carte Google Maps intégrée ---------- */

.vr-practical-map-embed {
	box-sizing: border-box;
	display: block !important;
	width: min(100%, 500px) !important;
	min-width: 0 !important;
	height: 225px !important;
	justify-self: end !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border-radius: 10px !important;
	background: #d7e3ec !important;
}

.vr-practical-map-embed iframe {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.vr-practical-location-layout > .wp-block-html {
	align-self: start !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-practical-map-embed.wp-block-html {
	margin: 0 !important;
	padding: 0 !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
	.vr-activity-extra-inner {
		width: min(100%, 900px) !important;
		max-width: 900px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-levels-layout,
	.vr-practical-layout {
		grid-template-columns: 1fr !important;
	}

	.vr-practical-layout {
		gap: 40px !important;
	}

	.vr-practical-info,
	.vr-practical-location {
		width: min(100%, 760px) !important;
		max-width: 760px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-practical-location {
		padding: 32px 0 0 !important;
		border-top: 1px solid var(--vr-border) !important;
		border-left: 0 !important;
	}

	.vr-practical-location-layout {
		grid-template-columns: minmax(200px, 0.72fr) minmax(0, 1.28fr) !important;
		gap: 28px !important;
	}

	.vr-practical-map-embed {
		width: 100% !important;
		max-width: 620px !important;
		height: auto !important;
		aspect-ratio: 16 / 9 !important;
		justify-self: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 760px) {
	.vr-activity-extra-inner {
		width: min(100%, 620px) !important;
		max-width: 620px !important;
	}

	.vr-levels-cards,
	.vr-practical-location-layout {
		grid-template-columns: 1fr !important;
	}

	.vr-levels-quote {
		min-height: 270px !important;
	}

	.vr-practical-layout {
		gap: 34px !important;
	}

	.vr-practical-row {
		grid-template-columns: 18px 108px minmax(0, 1fr) !important;
	}

	.vr-practical-location {
		width: 100% !important;
		padding-top: 28px !important;
	}

	.vr-practical-location-layout {
		gap: 22px !important;
	}

	.vr-practical-location-copy {
		width: min(100%, 520px) !important;
		max-width: 520px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding-top: 0 !important;
	}

	.vr-practical-map-embed {
		width: 100% !important;
		max-width: 620px !important;
		height: auto !important;
		aspect-ratio: 4 / 3 !important;
		justify-self: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

@media (max-width: 520px) {
	.vr-activity-extra {
		padding: 40px 18px 54px !important;
	}

	.vr-activity-extra-inner,
	.vr-practical-info,
	.vr-practical-location {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-practical-value {
		grid-column: 2 !important;
	}

	.vr-levels-quote-bottom {
		align-items: flex-start !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	.vr-levels-quote-bottom .wp-block-image,
	.vr-levels-quote-bottom figure {
		margin-left: 0 !important;
	}

	.vr-practical-map-embed {
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		aspect-ratio: 4 / 3 !important;
	}
}


/* =========================================================
   PAGE ACTIVITÉ — RESPONSIVE MOBILE / TABLETTE PRO
   Desktop > 1100 px inchangé.
   Principe : on centre les BLOCS, pas chaque ligne de texte.
   ========================================================= */

@media (max-width: 900px) {
	/* Colonne générale lisible et réellement centrée. */
	.vr-activity-details-inner,
	.vr-activity-extra-inner {
		width: min(100%, 700px) !important;
		max-width: 700px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	/* Les gros titres restent centrés, le contenu courant reste lisible. */
	.vr-activity-details-kicker,
	.vr-activity-details-title,
	.vr-activity-details-intro {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	.vr-activity-details-intro {
		max-width: 590px !important;
	}

	/* 4 bénéfices = petites cartes propres au lieu d'une colonne flottante. */
	.vr-activity-features {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 12px !important;
		width: min(100%, 560px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-feature {
		box-sizing: border-box !important;
		display: flex !important;
		min-height: 108px !important;
		flex-direction: column !important;
		align-items: center !important;
		justify-content: center !important;
		gap: 9px !important;
		padding: 14px 12px !important;
		border: 1px solid rgba(215, 227, 236, 0.95) !important;
		border-radius: 13px !important;
		background: #ffffff !important;
		text-align: center !important;
	}

	.vr-activity-feature-text {
		font-size: 12px !important;
		line-height: 1.35 !important;
		text-align: center !important;
	}

	/* Inclus / à prévoir : deux vraies cartes empilées. */
	.vr-activity-info-grid {
		grid-template-columns: 1fr !important;
		gap: 14px !important;
		width: min(100%, 620px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-activity-info-column {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 18px 18px 17px !important;
		border: 1px solid rgba(215, 227, 236, 0.95) !important;
		border-radius: 14px !important;
		background: #ffffff !important;
	}

	.vr-activity-info-title {
		margin-bottom: 14px !important;
		text-align: center !important;
	}

	.vr-activity-list {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
	}

	.vr-activity-list-item {
		text-align: left !important;
	}

	/* Partie extra : on garde les sections centrées sans centrer leurs données. */
	.vr-activity-extra .vr-section-kicker,
	.vr-activity-extra .vr-section-title,
	.vr-activity-extra .vr-section-intro {
		margin-right: auto !important;
		margin-left: auto !important;
		text-align: center !important;
	}

	.vr-activity-extra .vr-section-intro {
		max-width: 590px !important;
	}

	/* Informations pratiques = une carte structurée. */
	.vr-practical-layout {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		width: min(100%, 680px) !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-practical-info {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 20px !important;
		border: 1px solid rgba(215, 227, 236, 0.95) !important;
		border-radius: 16px !important;
		background: #ffffff !important;
	}

	.vr-practical-info .vr-section-kicker {
		margin-bottom: 16px !important;
		text-align: center !important;
	}

	.vr-practical-list {
		display: grid !important;
		width: 100% !important;
		max-width: none !important;
		gap: 0 !important;
		margin: 0 !important;
	}

	/* Une info = icône à gauche, label + valeur regroupés à droite. */
	.vr-practical-row {
		display: grid !important;
		grid-template-columns: 28px minmax(0, 1fr) !important;
		grid-template-rows: auto auto !important;
		column-gap: 11px !important;
		row-gap: 3px !important;
		padding: 11px 0 !important;
		border-bottom: 1px solid rgba(215, 227, 236, 0.72) !important;
		text-align: left !important;
	}

	.vr-practical-row:last-child {
		border-bottom: 0 !important;
	}

	.vr-practical-icon {
		grid-column: 1 !important;
		grid-row: 1 / 3 !important;
		align-self: start !important;
		justify-self: center !important;
		padding-top: 2px !important;
	}

	.vr-practical-label {
		grid-column: 2 !important;
		grid-row: 1 !important;
		font-size: 12px !important;
		line-height: 1.3 !important;
	}

	.vr-practical-value {
		grid-column: 2 !important;
		grid-row: 2 !important;
		font-size: 12px !important;
		line-height: 1.45 !important;
	}

	/* Location = deuxième carte, avec carte Google pleine largeur. */
	.vr-practical-location {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 20px !important;
		border: 1px solid rgba(215, 227, 236, 0.95) !important;
		border-radius: 16px !important;
		background: #ffffff !important;
	}

	.vr-practical-location-layout {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
		width: 100% !important;
	}

	.vr-practical-location-copy {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.vr-practical-location-title,
	.vr-practical-location-name,
	.vr-practical-location-address {
		text-align: left !important;
	}

	.vr-practical-location-address {
		max-width: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.vr-practical-map-button {
		margin-top: 16px !important;
		text-align: left !important;
	}

	.vr-practical-map-button .wp-block-buttons {
		justify-content: flex-start !important;
	}

	.vr-practical-map-embed,
	.vr-practical-map-embed.wp-block-html {
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		aspect-ratio: 16 / 10 !important;
		justify-self: stretch !important;
		margin: 0 !important;
		border-radius: 13px !important;
	}

	.vr-practical-map-embed iframe {
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
	}
}

@media (max-width: 560px) {
	.vr-activity-details {
		padding: 32px 16px 24px !important;
	}

	.vr-activity-extra {
		padding: 18px 16px 48px !important;
	}

	.vr-activity-details-title {
		font-size: clamp(36px, 11.5vw, 48px) !important;
	}

	/* 2 x 2 compact sur mobile : plus équilibré que quatre lignes isolées. */
	.vr-activity-features {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 10px !important;
	}

	.vr-activity-feature {
		min-height: 104px !important;
		padding: 13px 9px !important;
	}

	.vr-activity-feature-icon img {
		width: 28px !important;
		height: 28px !important;
	}

	.vr-activity-info-column,
	.vr-practical-info,
	.vr-practical-location {
		padding: 17px !important;
		border-radius: 14px !important;
	}

	.vr-practical-map-button,
	.vr-practical-map-button .wp-block-buttons,
	.vr-practical-map-button .wp-block-button,
	.vr-practical-map-button .wp-block-button__link {
		width: 100% !important;
	}

	.vr-practical-map-button .wp-block-button__link {
		min-height: 42px !important;
	}

	.vr-practical-map-embed,
	.vr-practical-map-embed.wp-block-html {
		aspect-ratio: 4 / 3 !important;
	}
}

/* =========================================================
   VIKING RIDERS — PAGE ÉVÉNEMENTS — BANNIÈRE
   VERSION CIBLE — remplace entièrement l’ancien bloc.
   Le bloc de filtres n’est pas inclus.
   ========================================================= */

.vr-events-hero-section {
	--vr-events-accent: var(--vr-primary, #298bfd);
	--vr-events-navy: var(--vr-navy, #04203d);
	--vr-events-white: var(--vr-white, #ffffff);
	--vr-events-bg: var(--vr-bg, #f3f8fc);
	--vr-events-calendar-icon:
		url("https://viking-riders.com/wp-content/uploads/2026/07/33.png");

	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 0 !important;
	background: var(--vr-events-bg) !important;
}

/* Neutralise toutes les contraintes Gutenberg/Astra. */
.vr-events-hero-section > .wp-block-group__inner-container,
.vr-events-hero-section.is-layout-constrained > *,
.vr-events-hero.is-layout-constrained > *,
.vr-events-hero-content.is-layout-constrained > *,
.vr-events-hero-heading.is-layout-constrained > * {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* ---------- Bannière ---------- */

.vr-events-hero.wp-block-cover {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	height: clamp(430px, 36vw, 460px) !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vr-events-navy) !important;
}

.vr-events-hero > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Voile sombre concentré sur la partie gauche. */
.vr-events-hero > .wp-block-cover__background,
.vr-events-hero > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			90deg,
			rgba(4, 32, 61, 0.92) 0%,
			rgba(4, 32, 61, 0.78) 35%,
			rgba(4, 32, 61, 0.42) 62%,
			rgba(4, 32, 61, 0.12) 100%
		),
		linear-gradient(
			180deg,
			rgba(4, 32, 61, 0.08) 0%,
			rgba(4, 32, 61, 0.10) 58%,
			rgba(4, 32, 61, 0.42) 100%
		) !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.vr-events-hero > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* ---------- Contenu placé à gauche ---------- */

.vr-events-hero-content {
	box-sizing: border-box;
	display: flex !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding:
		clamp(54px, 4.8vw, 62px)
		clamp(28px, 4.8vw, 62px)
		34px !important;
	text-align: left !important;
}

.vr-events-hero-kicker {
	margin: 0 0 13px !important;
	color: var(--vr-events-accent) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

/* Les deux lignes restent compactes comme sur la maquette. */
.vr-events-hero-heading {
	width: min(100%, 720px) !important;
	max-width: 720px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-events-hero-title-main,
.vr-events-hero-title-accent {
	width: max-content !important;
	max-width: 100% !important;
	margin: 0 !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(48px, 4.6vw, 62px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.9 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-events-hero-title-main {
	color: var(--vr-events-white) !important;
}

.vr-events-hero-title-accent {
	color: var(--vr-events-accent) !important;
}

.vr-events-hero-text {
	width: min(100%, 500px) !important;
	max-width: 500px !important;
	margin: 20px 0 0 !important;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

/* ---------- Boutons ---------- */

.vr-events-hero-actions {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 14px !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

.vr-events-hero-actions .wp-block-button {
	margin: 0 !important;
}

.vr-events-hero-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	padding: 0 23px !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition:
		transform 180ms ease,
		filter 180ms ease;
}

.vr-events-hero-button .wp-block-button__link::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	background-image: var(--vr-events-calendar-icon);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) invert(1);
}

.vr-events-hero-button--primary .wp-block-button__link {
	border: 1px solid var(--vr-events-accent) !important;
	background: var(--vr-events-accent) !important;
	color: var(--vr-events-white) !important;
}

.vr-events-hero-button--secondary .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	background: rgba(4, 32, 61, 0.18) !important;
	color: var(--vr-events-white) !important;
	backdrop-filter: blur(4px);
}

.vr-events-hero-button .wp-block-button__link:hover,
.vr-events-hero-button .wp-block-button__link:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

/* ---------- Tablette ---------- */

@media (max-width: 900px) {
	.vr-events-hero.wp-block-cover {
		height: 450px !important;
	}

	.vr-events-hero > .wp-block-cover__image-background {
		object-position: 62% center !important;
	}

	.vr-events-hero-content {
		padding-inline: 28px !important;
	}

	.vr-events-hero-title-main,
	.vr-events-hero-title-accent {
		font-size: clamp(44px, 7vw, 58px) !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 620px) {
	.vr-events-hero-section {
		padding-top: 0 !important;
	}

	.vr-events-hero.wp-block-cover {
		height: auto !important;
		min-height: 520px !important;
	}

	.vr-events-hero > .wp-block-cover__image-background {
		object-position: 70% center !important;
	}

	.vr-events-hero > .wp-block-cover__background,
	.vr-events-hero > .wp-block-cover__gradient-background {
		background:
			linear-gradient(
				90deg,
				rgba(4, 32, 61, 0.94) 0%,
				rgba(4, 32, 61, 0.78) 72%,
				rgba(4, 32, 61, 0.48) 100%
			),
			linear-gradient(
				180deg,
				rgba(4, 32, 61, 0.08) 0%,
				rgba(4, 32, 61, 0.30) 55%,
				rgba(4, 32, 61, 0.74) 100%
			) !important;
	}

	.vr-events-hero-content {
		min-height: 520px !important;
		justify-content: flex-end !important;
		padding: 44px 20px 38px !important;
	}

	.vr-events-hero-heading {
		width: 100% !important;
	}

	.vr-events-hero-title-main,
	.vr-events-hero-title-accent {
		width: auto !important;
		font-size: clamp(43px, 13vw, 60px) !important;
		white-space: normal !important;
	}

	.vr-events-hero-text {
		font-size: 15px !important;
	}

	.vr-events-hero-actions {
		width: 100% !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.vr-events-hero-actions .wp-block-button,
	.vr-events-hero-actions .wp-block-button__link {
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vr-events-hero-button .wp-block-button__link {
		transition: none;
	}
}

/* =========================================================
   VIKING RIDERS — BANDEAU DE RÉASSURANCE ÉVÉNEMENTS
   Gutenberg uniquement.
   Les icônes et textes restent modifiables dans Gutenberg.
   ========================================================= */

.vr-events-benefits-section {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		4px
		clamp(18px, 4vw, 56px)
		16px !important;
	background: var(--vr-bg, #f3f8fc) !important;
}

.vr-events-benefits-inner {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	margin: 0 auto !important;
	padding:
		clamp(18px, 2vw, 24px)
		clamp(16px, 2vw, 24px) !important;
	overflow: hidden !important;
	border: 1px solid rgba(4, 32, 61, 0.05) !important;
	border-radius: 14px !important;
	background: #eaf6f8 !important;
	box-shadow: 0 8px 26px rgba(4, 32, 61, 0.045) !important;
}

/* Neutralise les contraintes Gutenberg/Astra sans casser le centrage. */
.vr-events-benefits-section.is-layout-constrained
	> .vr-events-benefits-inner {
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.vr-events-benefits-inner.is-layout-constrained > *,
.vr-events-benefit.is-layout-constrained > *,
.vr-events-benefit-copy.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.vr-events-benefits-section > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-events-benefit {
	box-sizing: border-box;
	display: grid !important;
	min-width: 0 !important;
	grid-template-columns: 42px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 clamp(18px, 2vw, 26px) !important;
}

/* Séparateurs verticaux entre les blocs. */
.vr-events-benefit + .vr-events-benefit {
	border-left: 1px solid rgba(4, 32, 61, 0.10) !important;
}

.vr-events-benefit-icon,
.vr-events-benefit-icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-events-benefit-icon img {
	display: block !important;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

.vr-events-benefit-copy {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-events-benefit-title {
	margin: 0 !important;
	color: var(--vr-navy, #04203d) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.vr-events-benefit-text {
	margin: 5px 0 0 !important;
	color: var(--vr-muted, #5b6f82) !important;
	font-size: 12px !important;
	line-height: 1.45 !important;
}

/* ---------- Tablette ---------- */

@media (max-width: 980px) {
	.vr-events-benefits-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		row-gap: 0 !important;
	}

	.vr-events-benefit {
		padding: 20px !important;
	}

	.vr-events-benefit + .vr-events-benefit {
		border-left: 0 !important;
	}

	.vr-events-benefit:nth-child(even) {
		border-left: 1px solid rgba(4, 32, 61, 0.10) !important;
	}

	.vr-events-benefit:nth-child(n + 3) {
		border-top: 1px solid rgba(4, 32, 61, 0.10) !important;
	}
}

/* ---------- Mobile ---------- */

@media (max-width: 620px) {
	.vr-events-benefits-section {
		padding: 3px 14px 12px !important;
	}

	.vr-events-benefits-inner {
		grid-template-columns: 1fr !important;
		padding: 8px 18px !important;
	}

	.vr-events-benefit {
		grid-template-columns: 38px minmax(0, 1fr) !important;
		gap: 13px !important;
		padding: 18px 0 !important;
	}

	.vr-events-benefit:nth-child(even),
	.vr-events-benefit:nth-child(n + 3),
	.vr-events-benefit + .vr-events-benefit {
		border-left: 0 !important;
	}

	.vr-events-benefit + .vr-events-benefit {
		border-top: 1px solid rgba(4, 32, 61, 0.10) !important;
	}

	.vr-events-benefit-icon img {
		width: 34px !important;
		height: 34px !important;
	}
}
/* Rapproche réellement les cartes événements du bandeau de réassurance. */
.vr-events-listing {
	margin-bottom: 0 !important;
	padding-bottom: 2px !important;
}

.wp-block-group.vr-private-events-section.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding-top: 26px !important;
}

/* =========================================================
   COMPLÉMENTS POSSIBLES — ALIGNEMENT ICÔNES ET TEXTES
   ========================================================= */

.vr-private-events-extras-list {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 18px !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.vr-private-events-extra {
	display: grid !important;
	min-width: 0 !important;
	grid-template-columns: 44px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

/* Neutralise les marges Gutenberg. */
.vr-private-events-extra > *,
.vr-private-events-extra figure,
.vr-private-events-extra p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Colonne identique pour toutes les icônes. */
.vr-private-events-extra figure,
.vr-private-events-extra .wp-block-image {
	display: grid !important;
	width: 44px !important;
	height: 44px !important;
	place-items: center !important;
}

.vr-private-events-extra img {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 auto !important;
	object-fit: contain !important;
}

/* Texte proprement centré verticalement. */
.vr-private-events-extra p {
	align-self: center !important;
	color: var(--vr-navy, #04203d) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

/* Tablette */
@media (max-width: 900px) {
	.vr-private-events-extras-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 28px !important;
	}
}

/* Mobile */
@media (max-width: 560px) {
	.vr-private-events-extras-list {
		grid-template-columns: 1fr !important;
	}

	.vr-private-events-extra {
		grid-template-columns: 40px minmax(0, 1fr) !important;
	}

	.vr-private-events-extra figure,
	.vr-private-events-extra .wp-block-image {
		width: 40px !important;
		height: 40px !important;
	}
}

/* =========================================================
   VIKING RIDERS — POURQUOI CHOISIR VIKING RIDERS
   VERSION FINALE COMPACTE
   ========================================================= */

.vr-why-section {
	--vr-why-navy: var(--vr-navy, #04203d);
	--vr-why-muted: var(--vr-muted, #5b6f82);
	--vr-why-bg: var(--vr-bg, #f3f8fc);
	--vr-why-border: var(--vr-border, #d7e3ec);

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(26px, 3vw, 38px)
		clamp(18px, 4vw, 56px)
		clamp(30px, 3.5vw, 44px) !important;
	background: var(--vr-why-bg) !important;
}

/* Neutralise les conteneurs Gutenberg. */
.vr-why-section > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-why-inner {
	box-sizing: border-box;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: 0 !important;
}

.vr-why-inner > .wp-block-group__inner-container {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-why-section.is-layout-constrained > .vr-why-inner {
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* =========================================================
   TITRE AVEC LIGNES LATÉRALES
   ========================================================= */

.vr-why-title {
	display: flex !important;
	width: 100% !important;
	align-items: center !important;
	justify-content: center !important;
	gap: clamp(18px, 2.4vw, 32px) !important;
	margin: 0 0 clamp(20px, 2.2vw, 28px) !important;
	padding: 0 !important;
	color: var(--vr-why-navy) !important;
	font-size: clamp(15px, 1.2vw, 18px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.035em !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-why-title::before,
.vr-why-title::after {
	content: "";
	height: 1px;
	flex: 1 1 auto;
	background: var(--vr-why-border);
}

/* =========================================================
   LIGNE DES QUATRE AVANTAGES
   ========================================================= */

.vr-why-grid,
.vr-why-grid > .wp-block-group__inner-container {
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: stretch !important;
	gap: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* =========================================================
   AVANTAGE INDIVIDUEL
   ========================================================= */

.vr-why-item {
	box-sizing: border-box;
	display: grid !important;
	min-width: 0 !important;
	grid-template-columns: 40px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 13px !important;
	margin: 0 !important;
	padding:
		8px
		clamp(18px, 2vw, 26px) !important;
	border-left: 1px solid var(--vr-why-border) !important;
}

.vr-why-item:last-child {
	border-right: 1px solid var(--vr-why-border) !important;
}

/* Anciennes versions de Gutenberg avec conteneur intermédiaire. */
.vr-why-item > .wp-block-group__inner-container {
	display: contents !important;
}

/* =========================================================
   ICÔNES
   ========================================================= */

.vr-why-icon,
.vr-why-icon figure {
	display: grid !important;
	width: 40px !important;
	height: 40px !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-why-icon img {
	display: block !important;
	width: 31px !important;
	height: 31px !important;
	margin: 0 !important;
	object-fit: contain !important;
}

/* =========================================================
   TEXTES
   ========================================================= */

.vr-why-copy {
	min-width: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-why-copy > .wp-block-group__inner-container {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-why-item-title {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--vr-why-navy) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
}

.vr-why-item-text {
	margin: 5px 0 0 !important;
	padding: 0 !important;
	color: var(--vr-why-muted) !important;
	font-size: 11px !important;
	line-height: 1.42 !important;
	overflow-wrap: normal !important;
	word-break: normal !important;
	hyphens: none !important;
}

/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 980px) {
	.vr-why-grid,
	.vr-why-grid > .wp-block-group__inner-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vr-why-item {
		padding: 20px !important;
	}

	.vr-why-item:nth-child(odd) {
		border-left: 1px solid var(--vr-why-border) !important;
	}

	.vr-why-item:nth-child(even) {
		border-right: 1px solid var(--vr-why-border) !important;
	}

	.vr-why-item:nth-child(n + 3) {
		border-top: 1px solid var(--vr-why-border) !important;
	}
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 620px) {
	.vr-why-section {
		padding: 18px 16px 28px !important;
	}

	.vr-why-title {
		gap: 12px !important;
		font-size: 14px !important;
		white-space: normal !important;
	}

	.vr-why-title::before,
	.vr-why-title::after {
		min-width: 24px;
	}

	.vr-why-grid,
	.vr-why-grid > .wp-block-group__inner-container {
		grid-template-columns: 1fr !important;
	}

	.vr-why-item,
	.vr-why-item:nth-child(odd),
	.vr-why-item:nth-child(even),
	.vr-why-item:last-child {
		grid-template-columns: 38px minmax(0, 1fr) !important;
		padding: 17px 12px !important;
		border-right: 0 !important;
		border-left: 0 !important;
	}

	.vr-why-item + .vr-why-item {
		border-top: 1px solid var(--vr-why-border) !important;
	}

	.vr-why-icon,
	.vr-why-icon figure {
		width: 38px !important;
		height: 38px !important;
	}

	.vr-why-icon img {
		width: 30px !important;
		height: 30px !important;
	}
}

/* =========================================================
   TITRE RÉELLEMENT CENTRÉ SUR TOUT LE BANDEAU
   ========================================================= */

/* Neutralise la largeur de contenu imposée par Gutenberg. */
.vr-why-inner.is-layout-constrained
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.vr-why-inner
	> .wp-block-group__inner-container
	> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Le conteneur intérieur occupe réellement les 1240 px. */
.vr-why-inner,
.vr-why-inner > .wp-block-group__inner-container {
	box-sizing: border-box !important;
	display: block !important;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Grille symétrique : ligne | titre | ligne. */
.vr-why-title,
.vr-why-title.wp-block-heading {
	box-sizing: border-box !important;
	display: grid !important;
	width: 100% !important;
	max-width: none !important;
	grid-template-columns:
		minmax(0, 1fr)
		auto
		minmax(0, 1fr) !important;
	align-items: center !important;
	justify-items: center !important;
	column-gap: clamp(18px, 2.4vw, 32px) !important;
	margin:
		0
		0
		clamp(20px, 2.2vw, 28px) !important;
	padding: 0 !important;
	color: var(--vr-why-navy) !important;
	font-size: clamp(15px, 1.2vw, 18px) !important;
	font-weight: 800 !important;
	letter-spacing: 0.035em !important;
	line-height: 1.2 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

/* Les deux lignes ont obligatoirement la même largeur. */
.vr-why-title::before,
.vr-why-title::after {
	content: "" !important;
	display: block !important;
	width: 100% !important;
	height: 1px !important;
	background: var(--vr-why-border) !important;
}
/* =========================================================
   PAGE EVENTS — RYTHME VERTICAL ENTRE LES SECTIONS
   Espaces courts et réguliers, sans toucher au design interne.
   ========================================================= */

.wp-block-group.vr-private-events-section,
.wp-block-group.vr-private-events-section.is-layout-constrained {
	margin-bottom: 0 !important;
	padding-bottom: 22px !important;
}

.vr-why-section {
	margin-top: 0 !important;
	padding-top: 18px !important;
}

/* Neutralise le block-gap Gutenberg entre les grandes sections Events.
   Le shortcode est enveloppé par .wp-block-shortcode : on cible donc aussi
   ce wrapper, sinon Gutenberg conserve un espace invisible autour du plugin. */
.wp-block-shortcode:has(.vr-events-listing) {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.wp-block-shortcode:has(.vr-events-listing) + .vr-events-benefits-section,
.wp-block-shortcode:has(.vr-events-listing) + .wp-block-group.vr-events-benefits-section,
.vr-events-listing + .vr-events-benefits-section,
.vr-events-benefits-section + .vr-private-events-section,
.vr-private-events-section + .vr-why-section {
	margin-block-start: 0 !important;
}

/* Supprime uniquement un éventuel bloc Espacement placé entre ces sections. */
.wp-block-shortcode:has(.vr-events-listing) + .wp-block-spacer,
.vr-events-listing + .wp-block-spacer,
.vr-events-benefits-section + .wp-block-spacer,
.vr-private-events-section + .wp-block-spacer,
.wp-block-spacer:has(+ .vr-events-benefits-section),
.wp-block-spacer:has(+ .vr-private-events-section),
.wp-block-spacer:has(+ .vr-why-section) {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* =========================================================
   VIKING RIDERS — PAGE BOUTIQUE
   Bandeau services + bannière principale
   Gutenberg uniquement.
   ========================================================= */

/* ---------- Section globale ---------- */

.vr-shop-page {
	--vr-shop-primary: var(--vr-primary, #298bfd);
	--vr-shop-navy: var(--vr-navy, #04203d);
	--vr-shop-white: var(--vr-white, #ffffff);
	--vr-shop-muted: rgba(255, 255, 255, 0.80);

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--vr-shop-navy) !important;
}

.vr-shop-page.is-layout-constrained > *,
.vr-shop-services.is-layout-constrained > *,
.vr-shop-services-inner.is-layout-constrained > *,
.vr-shop-hero.is-layout-constrained > *,
.vr-shop-hero-content.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =========================================================
   BANDEAU SERVICES
   ========================================================= */

.vr-shop-services {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--vr-shop-primary) !important;
}

.vr-shop-services-inner {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, 1180px) !important;
	max-width: 1180px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	align-items: center !important;
	margin: 0 auto !important;
	padding: 14px 28px !important;
}

.vr-shop-service {
	box-sizing: border-box;
	display: grid !important;
	min-width: 0 !important;
	grid-template-columns: 34px minmax(0, 1fr) !important;
	align-items: center !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 22px !important;
}

.vr-shop-service + .vr-shop-service {
	border-left: 1px solid rgba(255, 255, 255, 0.20) !important;
}

.vr-shop-service-icon,
.vr-shop-service-icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-shop-service-icon img {
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	object-fit: contain !important;
	filter: brightness(0) invert(1);
}

.vr-shop-service-copy {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-shop-service-title {
	margin: 0 !important;
	color: var(--vr-shop-white) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.vr-shop-service-text {
	margin: 3px 0 0 !important;
	color: var(--vr-shop-muted) !important;
	font-size: 11px !important;
	line-height: 1.25 !important;
}

/* =========================================================
   BANNIÈRE BOUTIQUE
   ========================================================= */

.vr-shop-hero.wp-block-cover {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	min-height: clamp(420px, 37vw, 500px) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vr-shop-navy) !important;
}

.vr-shop-hero > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.vr-shop-hero > .wp-block-cover__background,
.vr-shop-hero > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			90deg,
			rgba(4, 32, 61, 0.90) 0%,
			rgba(4, 32, 61, 0.72) 38%,
			rgba(4, 32, 61, 0.28) 66%,
			rgba(4, 32, 61, 0.10) 100%
		),
		linear-gradient(
			180deg,
			rgba(4, 32, 61, 0.08) 0%,
			rgba(4, 32, 61, 0.10) 58%,
			rgba(4, 32, 61, 0.46) 100%
		) !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.vr-shop-hero > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: none !important;
	min-height: inherit !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-shop-hero-content {
	box-sizing: border-box;
	display: flex !important;
	width: min(100%, 1180px) !important;
	max-width: 1180px !important;
	min-height: inherit !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	margin: 0 auto !important;
	padding:
		clamp(48px, 5vw, 70px)
		clamp(26px, 4vw, 54px) !important;
}

.vr-shop-hero-kicker {
	margin: 0 0 14px !important;
	color: var(--vr-shop-primary) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-shop-hero-heading {
	width: min(100%, 650px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-shop-hero-title-main,
.vr-shop-hero-title-accent {
	width: max-content !important;
	max-width: 100% !important;
	margin: 0 !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(48px, 4.8vw, 68px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.90 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-shop-hero-title-main {
	color: var(--vr-shop-white) !important;
}

.vr-shop-hero-title-accent {
	color: var(--vr-shop-primary) !important;
}

.vr-shop-hero-text {
	width: min(100%, 500px) !important;
	margin: 24px 0 0 !important;
	color: rgba(255, 255, 255, 0.90) !important;
	font-size: clamp(15px, 1.15vw, 17px) !important;
	line-height: 1.55 !important;
}

/* ---------- Boutons ---------- */

.vr-shop-hero-actions {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.vr-shop-hero-actions .wp-block-button {
	margin: 0 !important;
}

.vr-shop-hero-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 48px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	padding: 0 24px !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-shop-hero-button--primary .wp-block-button__link {
	border: 1px solid var(--vr-shop-primary) !important;
	background: var(--vr-shop-primary) !important;
	color: var(--vr-shop-white) !important;
}

.vr-shop-hero-button--secondary .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.50) !important;
	background: rgba(4, 32, 61, 0.18) !important;
	color: var(--vr-shop-white) !important;
	backdrop-filter: blur(4px);
}

.vr-shop-hero-button .wp-block-button__link::after {
	content: "\203A";
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

.vr-shop-hero-button .wp-block-button__link:hover,
.vr-shop-hero-button .wp-block-button__link:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 980px) {
	.vr-shop-services-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		padding: 0 20px !important;
	}

	.vr-shop-service {
		padding: 16px 20px !important;
	}

	.vr-shop-service + .vr-shop-service {
		border-left: 0 !important;
	}

	.vr-shop-service:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.20) !important;
	}

	.vr-shop-service:nth-child(n + 3) {
		border-top: 1px solid rgba(255, 255, 255, 0.20) !important;
	}

	.vr-shop-hero > .wp-block-cover__image-background {
		object-position: 62% center !important;
	}
}

@media (max-width: 620px) {
	.vr-shop-services-inner {
		grid-template-columns: 1fr !important;
		padding: 6px 18px !important;
	}

	.vr-shop-service,
	.vr-shop-service:nth-child(even),
	.vr-shop-service:nth-child(n + 3) {
		padding: 14px 0 !important;
		border-left: 0 !important;
	}

	.vr-shop-service + .vr-shop-service {
		border-top: 1px solid rgba(255, 255, 255, 0.20) !important;
	}

	.vr-shop-hero.wp-block-cover {
		min-height: 540px !important;
	}

	.vr-shop-hero > .wp-block-cover__image-background {
		object-position: 68% center !important;
	}

	.vr-shop-hero-content {
		justify-content: flex-end !important;
		padding: 44px 20px 40px !important;
	}

	.vr-shop-hero-title-main,
	.vr-shop-hero-title-accent {
		width: auto !important;
		font-size: clamp(42px, 13vw, 58px) !important;
		white-space: normal !important;
	}

	.vr-shop-hero-actions {
		width: 100% !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.vr-shop-hero-actions .wp-block-button,
	.vr-shop-hero-actions .wp-block-button__link {
		width: 100% !important;
	}
}

/* =========================================================
   BOUTIQUE — CORRECTION DE LA DISPOSITION
   ========================================================= */

@media (min-width: 981px) {

	/* ---------- Bandeau supérieur ---------- */

	.vr-shop-services > .vr-shop-services-inner,
	.vr-shop-services.is-layout-constrained > .vr-shop-services-inner {
		width: min(72%, 1180px) !important;
		max-width: 1180px !important;
		min-height: 62px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 10px 0 !important;
	}

	.vr-shop-service {
		grid-template-columns: 30px minmax(0, 1fr) !important;
		gap: 10px !important;
		padding: 0 24px !important;
	}

	.vr-shop-service-icon img {
		width: 27px !important;
		height: 27px !important;
	}

	/* ---------- Hauteur de la bannière ---------- */

	.vr-shop-hero.wp-block-cover {
		height: 420px !important;
		min-height: 420px !important;
	}

	.vr-shop-hero > .wp-block-cover__inner-container {
		width: 100% !important;
		height: 100% !important;
		min-height: 0 !important;
	}

	/* ---------- Contenu franchement placé à gauche ---------- */

	.vr-shop-hero-content {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		min-height: 0 !important;
		justify-content: center !important;
		margin: 0 !important;
		padding:
			40px
			clamp(48px, 5.2vw, 84px) !important;
	}

	.vr-shop-hero-heading {
		width: min(100%, 620px) !important;
		max-width: 620px !important;
	}

	/* ---------- Titre plus proche de la maquette ---------- */

	.vr-shop-hero-title-main,
	.vr-shop-hero-title-accent {
		font-size: clamp(48px, 3.5vw, 58px) !important;
		line-height: 0.91 !important;
	}

	.vr-shop-hero-text {
		width: min(100%, 430px) !important;
		max-width: 430px !important;
		margin-top: 22px !important;
		font-size: 14px !important;
		line-height: 1.5 !important;
	}

	.vr-shop-hero-actions {
		margin-top: 25px !important;
	}

	.vr-shop-hero-button .wp-block-button__link {
		min-height: 45px !important;
		padding-inline: 22px !important;
		font-size: 13px !important;
	}
}
/* Rapproche les deux sections du catalogue Boutique. */
.vr-commerce-catalog > .vr-commerce-section:first-of-type {
	padding-bottom: 18px !important;
}

.vr-commerce-catalog > .vr-commerce-section + .vr-commerce-section {
	padding-top: 18px !important;
}

@media (max-width: 620px) {
	.vr-commerce-catalog > .vr-commerce-section:first-of-type {
		padding-bottom: 12px !important;
	}

	.vr-commerce-catalog > .vr-commerce-section + .vr-commerce-section {
		padding-top: 12px !important;
	}
}
/* =========================================================
   VIKING RIDERS — PAGE CONTACT — BANNIÈRE
   Gutenberg uniquement.
   L’encadré de droite contient uniquement les horaires.
   ========================================================= */

.vr-contact-section {
	--vr-contact-primary: var(--vr-primary, #298bfd);
	--vr-contact-navy: var(--vr-navy, #04203d);
	--vr-contact-white: var(--vr-white, #ffffff);
	--vr-contact-bg: var(--vr-bg, #f3f8fc);
	--vr-contact-phone-icon:
		url("https://viking-riders.com/wp-content/uploads/2026/07/47.png");
	--vr-contact-email-icon:
		url("https://viking-riders.com/wp-content/uploads/2026/07/46.png");

	box-sizing: border-box;
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding: 0 !important;
	background: var(--vr-contact-bg) !important;
}

/* Neutralise les contraintes Gutenberg/Astra. */
.vr-contact-section.is-layout-constrained > *,
.vr-contact-hero.is-layout-constrained > *,
.vr-contact-layout.is-layout-constrained > *,
.vr-contact-copy.is-layout-constrained > *,
.vr-contact-heading.is-layout-constrained > *,
.vr-contact-hours.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =========================================================
   BANNIÈRE
   ========================================================= */

.vr-contact-hero.wp-block-cover {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	height: clamp(420px, 35vw, 470px) !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: var(--vr-contact-navy) !important;
}

.vr-contact-hero > .wp-block-cover__image-background {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* Voile sombre surtout à gauche, plus léger sur le bâtiment. */
.vr-contact-hero > .wp-block-cover__background,
.vr-contact-hero > .wp-block-cover__gradient-background {
	background:
		linear-gradient(
			90deg,
			rgba(4, 32, 61, 0.90) 0%,
			rgba(4, 32, 61, 0.76) 38%,
			rgba(4, 32, 61, 0.34) 66%,
			rgba(4, 32, 61, 0.12) 100%
		),
		linear-gradient(
			180deg,
			rgba(4, 32, 61, 0.06) 0%,
			rgba(4, 32, 61, 0.10) 58%,
			rgba(4, 32, 61, 0.42) 100%
		) !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.vr-contact-hero > .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* =========================================================
   DISPOSITION
   ========================================================= */

.vr-contact-layout {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	height: 100% !important;
	grid-template-columns: minmax(0, 1fr) minmax(290px, 340px) !important;
	align-items: center !important;
	gap: clamp(48px, 7vw, 110px) !important;
	margin: 0 auto !important;
	padding:
		clamp(44px, 5vw, 64px)
		clamp(28px, 4vw, 54px) !important;
}

/* ---------- Partie gauche ---------- */

.vr-contact-copy {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-contact-kicker {
	margin: 0 0 13px !important;
	color: var(--vr-contact-primary) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-contact-heading {
	width: min(100%, 650px) !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-contact-title-main,
.vr-contact-title-accent {
	width: max-content !important;
	max-width: 100% !important;
	margin: 0 !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(48px, 4.6vw, 64px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.90 !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.vr-contact-title-main {
	color: var(--vr-contact-white) !important;
}

.vr-contact-title-accent {
	color: var(--vr-contact-primary) !important;
}

.vr-contact-text {
	width: min(100%, 480px) !important;
	margin: 24px 0 0 !important;
	color: rgba(255, 255, 255, 0.90) !important;
	font-size: clamp(15px, 1.15vw, 17px) !important;
	line-height: 1.55 !important;
}

/* ---------- Boutons ---------- */

.vr-contact-actions {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 16px !important;
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.vr-contact-actions .wp-block-button {
	margin: 0 !important;
}

.vr-contact-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 48px !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 11px !important;
	padding: 0 24px !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	transition:
		transform 180ms ease,
		filter 180ms ease;
}

.vr-contact-button .wp-block-button__link::before {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: brightness(0) invert(1);
}

.vr-contact-button--phone .wp-block-button__link::before {
	background-image: var(--vr-contact-phone-icon);
}

.vr-contact-button--email .wp-block-button__link::before {
	background-image: var(--vr-contact-email-icon);
}

.vr-contact-button--phone .wp-block-button__link {
	border: 1px solid var(--vr-contact-primary) !important;
	background: var(--vr-contact-primary) !important;
	color: var(--vr-contact-white) !important;
}

.vr-contact-button--email .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.52) !important;
	background: rgba(4, 32, 61, 0.18) !important;
	color: var(--vr-contact-white) !important;
	backdrop-filter: blur(4px);
}

.vr-contact-button .wp-block-button__link:hover,
.vr-contact-button .wp-block-button__link:focus-visible {
	filter: brightness(1.08);
	transform: translateY(-2px);
}

/* =========================================================
   ENCADRÉ HORAIRES
   ========================================================= */

.vr-contact-hours {
	box-sizing: border-box;
	width: 100% !important;
	align-self: end !important;
	margin: 0 0 10px !important;
	padding: 22px 24px !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 18px !important;
	background: rgba(4, 32, 61, 0.90) !important;
	box-shadow: 0 16px 36px rgba(4, 32, 61, 0.20) !important;
	backdrop-filter: blur(7px);
}

.vr-contact-hours-title {
	margin: 0 0 15px !important;
	color: var(--vr-contact-primary) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.12em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-contact-hours-row {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: center !important;
	gap: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-contact-hours-days,
.vr-contact-hours-time {
	margin: 0 !important;
	color: var(--vr-contact-white) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

.vr-contact-hours-time {
	text-align: right !important;
	white-space: nowrap !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
	.vr-contact-hero.wp-block-cover {
		height: auto !important;
		min-height: 520px !important;
	}

	.vr-contact-hero > .wp-block-cover__image-background {
		object-position: 62% center !important;
	}

	.vr-contact-layout {
		height: auto !important;
		min-height: 520px !important;
		grid-template-columns: 1fr !important;
		align-content: center !important;
		gap: 32px !important;
	}

	.vr-contact-hours {
		width: min(100%, 520px) !important;
		align-self: auto !important;
		margin: 0 !important;
	}
}

@media (max-width: 620px) {
	.vr-contact-section {
		padding-top: 0 !important;
	}

	.vr-contact-hero.wp-block-cover {
		min-height: 600px !important;
	}

	.vr-contact-hero > .wp-block-cover__image-background {
		object-position: 70% center !important;
	}

	.vr-contact-layout {
		min-height: 600px !important;
		align-content: end !important;
		padding: 44px 20px 38px !important;
	}

	.vr-contact-title-main,
	.vr-contact-title-accent {
		width: auto !important;
		font-size: clamp(42px, 13vw, 58px) !important;
		white-space: normal !important;
	}

	.vr-contact-actions {
		width: 100% !important;
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.vr-contact-actions .wp-block-button,
	.vr-contact-actions .wp-block-button__link {
		width: 100% !important;
	}

	.vr-contact-hours {
		padding: 20px !important;
	}

	.vr-contact-hours-row {
		grid-template-columns: 1fr !important;
		gap: 5px !important;
	}

	.vr-contact-hours-time {
		text-align: left !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vr-contact-button .wp-block-button__link {
		transition: none;
	}
}
/* =========================================================
   CONTACT — CORRECTION DE LA DISPOSITION DESKTOP
   ========================================================= */

@media (min-width: 901px) {


	.vr-contact-hero.wp-block-cover {
		height: 430px !important;
		min-height: 430px !important;
	}

	/* Utilise toute la largeur :
	   texte à gauche, horaires à droite. */
	.vr-contact-layout,
	.vr-contact-layout.is-layout-constrained {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		grid-template-columns:
			minmax(0, 650px)
			clamp(280px, 22vw, 340px) !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: clamp(40px, 6vw, 110px) !important;
		margin: 0 !important;
		padding:
			52px
			clamp(48px, 5vw, 76px)
			26px !important;
	}

	/* Partie gauche plus compacte. */
	.vr-contact-copy {
		align-self: center !important;
	}

	.vr-contact-heading {
		width: min(100%, 610px) !important;
		max-width: 610px !important;
	}

	.vr-contact-title-main,
	.vr-contact-title-accent {
		font-size: clamp(46px, 3.8vw, 58px) !important;
		line-height: 0.91 !important;
	}

	.vr-contact-text {
		width: min(100%, 440px) !important;
		max-width: 440px !important;
		margin-top: 22px !important;
		font-size: 14px !important;
	}

	.vr-contact-actions {
		margin-top: 25px !important;
	}

	.vr-contact-button .wp-block-button__link {
		min-height: 45px !important;
		padding-inline: 22px !important;
		font-size: 13px !important;
	}

	/* Encadré davantage à droite et plus bas. */
	.vr-contact-hours {
		width: 100% !important;
		max-width: 340px !important;
		align-self: end !important;
		justify-self: end !important;
		margin: 0 !important;
		padding: 20px 22px !important;
	}

	.vr-contact-hours-title {
		margin-bottom: 14px !important;
	}
}
/* =========================================================
   VIKING RIDERS — CONTACT — NOTRE BASE NAUTIQUE
   Gutenberg + carte Google Maps intégrée
   ========================================================= */

.vr-base-location-section {
	--vr-base-primary: var(--vr-primary, #298bfd);
	--vr-base-navy: var(--vr-navy, #04203d);
	--vr-base-muted: var(--vr-muted, #5b6f82);
	--vr-base-bg: var(--vr-bg, #f3f8fc);
	--vr-base-border: var(--vr-border, #d7e3ec);

	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding:
		clamp(54px, 5vw, 46px)
		clamp(22px, 4vw, 58px)
		clamp(62px, 5.5vw, 44px) !important;
	background: var(--vr-base-bg) !important;
}

.vr-base-location-inner {
	box-sizing: border-box;
	display: grid !important;
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	grid-template-columns: minmax(250px, 300px) minmax(0, 1fr) !important;
	align-items: stretch !important;
	gap: clamp(42px, 5vw, 70px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

/* Neutralise Gutenberg/Astra sans casser le centrage. */
.vr-base-location-section.is-layout-constrained > .vr-base-location-inner {
	width: min(100%, 1240px) !important;
	max-width: 1240px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

.vr-base-location-inner.is-layout-constrained > *,
.vr-base-location-copy.is-layout-constrained > *,
.vr-base-location-list.is-layout-constrained > *,
.vr-base-location-item.is-layout-constrained > *,
.vr-base-location-map-wrap.is-layout-constrained > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* =========================================================
   COLONNE GAUCHE
   ========================================================= */

.vr-base-location-copy {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-kicker {
	margin: 0 0 10px !important;
	color: var(--vr-base-primary) !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	letter-spacing: 0.14em !important;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
}

.vr-base-location-title {
	margin: 0 !important;
	color: var(--vr-base-navy) !important;
	font-family:
		Impact,
		Haettenschweiler,
		"Arial Narrow Bold",
		"Arial Narrow",
		sans-serif !important;
	font-size: clamp(42px, 3.7vw, 58px) !important;
	font-weight: 400 !important;
	letter-spacing: -0.02em !important;
	line-height: 0.92 !important;
	text-transform: uppercase !important;
}

.vr-base-location-list {
	display: grid !important;
	gap: 21px !important;
	margin: 30px 0 0 !important;
	padding: 0 !important;
}

.vr-base-location-item {
	display: grid !important;
	grid-template-columns: 28px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-item-icon,
.vr-base-location-item-icon figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-item-icon img {
	display: block !important;
	width: 23px !important;
	height: 23px !important;
	margin: 1px 0 0 !important;
	object-fit: contain !important;
}

.vr-base-location-item-copy {
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-item-title {
	margin: 0 !important;
	color: var(--vr-base-navy) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.vr-base-location-item-text {
	margin: 5px 0 0 !important;
	color: var(--vr-base-muted) !important;
	font-size: 12px !important;
	line-height: 1.48 !important;
}

.vr-base-location-actions {
	margin: 28px 0 0 !important;
	padding: 0 !important;
}

.vr-base-location-actions .wp-block-button {
	margin: 0 !important;
}

.vr-base-location-button .wp-block-button__link {
	display: inline-flex !important;
	min-height: 46px !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 24px !important;
	border: 1px solid var(--vr-base-navy) !important;
	border-radius: 999px !important;
	background: var(--vr-base-navy) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

.vr-base-location-button .wp-block-button__link::after {
	content: "\203A";
	margin-left: 12px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
}

/* =========================================================
   CARTE ET ENCADRÉ
   ========================================================= */

.vr-base-location-map-wrap {
	position: relative;
	box-sizing: border-box;
	min-width: 0 !important;
	min-height: 430px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(4, 32, 61, 0.08) !important;
	border-radius: 18px !important;
	background: #dfeaf0 !important;
	box-shadow: 0 12px 30px rgba(4, 32, 61, 0.06) !important;
}

.vr-base-location-map,
.vr-base-location-map iframe {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 430px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.vr-base-location-card {
	position: absolute !important;
	z-index: 3;
	right: 18px !important;
	bottom: 18px !important;
	box-sizing: border-box;
	width: min(270px, calc(100% - 36px)) !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(4, 32, 61, 0.08) !important;
	border-radius: 15px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(4, 32, 61, 0.18) !important;
}

.vr-base-location-card-media,
.vr-base-location-card-media figure {
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-card-media img {
	display: block !important;
	width: 100% !important;
	height: 120px !important;
	margin: 0 !important;
	object-fit: cover !important;
}

.vr-base-location-card-body {
	margin: 0 !important;
	padding: 15px 16px 16px !important;
}

.vr-base-location-card-title {
	margin: 0 !important;
	color: var(--vr-base-navy) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

.vr-base-location-card-text {
	margin: 6px 0 0 !important;
	color: var(--vr-base-muted) !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

.vr-base-location-card-actions {
	width: auto !important;
	margin: 12px 6px 0 !important;
	padding: 0 !important;
}

.vr-base-location-card-actions .wp-block-button {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-base-location-card-button .wp-block-button__link {
	box-sizing: border-box !important;
	display: inline-flex !important;
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--vr-base-navy) !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	text-decoration: none !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {
	.vr-base-location-inner {
		grid-template-columns: 1fr !important;
		gap: 34px !important;
	}

	.vr-base-location-copy {
		width: min(100%, 700px) !important;
	}

	.vr-base-location-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.vr-base-location-map-wrap {
		min-height: 410px !important;
	}

	.vr-base-location-map,
	.vr-base-location-map iframe {
		min-height: 410px !important;
	}
}

@media (max-width: 620px) {
	.vr-base-location-section {
		padding: 44px 16px 58px !important;
	}

	.vr-base-location-title {
		font-size: clamp(38px, 12vw, 52px) !important;
	}

	.vr-base-location-list {
		grid-template-columns: 1fr !important;
	}

	.vr-base-location-map-wrap {
		height: auto !important;
		min-height: 0 !important;
		overflow: visible !important;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	/* Sur mobile la carte garde un format paysage lisible,
	   au lieu d'hériter de la grande hauteur desktop. */
	.vr-base-location-map {
		height: 300px !important;
		min-height: 300px !important;
		overflow: hidden !important;
		border-radius: 16px !important;
	}

	.vr-base-location-map iframe {
		display: block !important;
		width: 100% !important;
		height: 300px !important;
		min-height: 300px !important;
		border-radius: 16px !important;
	}

	.vr-base-location-card {
		position: relative !important;
		right: auto !important;
		bottom: auto !important;
		width: 100% !important;
		margin-top: 14px !important;
	}
}

.wp-block-button.vr-base-location-card-button {
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* =========================================================
   CORRECTION — CENTRE DE CONTACT VIKING RIDERS
   ========================================================= */

.vrcc-section {
	width: 100vw !important;
	max-width: none !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
	padding:
		clamp(54px, 5vw, 46px)
		clamp(20px, 4vw, 64px)
		clamp(64px, 6vw, 28px) !important;
}

.vrcc-inner {
	width: min(100%, 1440px) !important;
	max-width: 1440px !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

.vrcc-heading {
	margin: 0 0 30px !important;
}

.vrcc-kicker {
	margin: 0 0 9px !important;
	font-size: 12px !important;
}

.vrcc-title {
	margin: 0 !important;
	font-size: clamp(42px, 4vw, 62px) !important;
	line-height: 0.95 !important;
}

.vrcc-intro {
	margin: 12px 0 0 !important;
	font-size: 14px !important;
	line-height: 1.55 !important;
}

/* Deux colonnes propres et de même hauteur */
.vrcc-layout {
	display: grid !important;
	grid-template-columns:
		minmax(380px, 0.82fr)
		minmax(0, 1.18fr) !important;
	align-items: stretch !important;
	gap: clamp(24px, 2.5vw, 38px) !important;
}

/* Cartes */
.vrcc-contact-card,
.vrcc-form-card {
	width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	border-radius: 16px !important;
}

/* La carte gauche occupe toute la hauteur */
.vrcc-contact-card {
	display: grid !important;
	grid-template-rows: repeat(4, 1fr) !important;
	align-self: stretch !important;
	padding: 0 24px !important;
	overflow: hidden !important;
}

/* Lignes de coordonnées */
.vrcc-contact-row {
	display: grid !important;
	grid-template-columns:
		32px
		120px
		minmax(0, 1fr)
		auto !important;
	align-items: center !important;
	gap: 14px !important;
	min-height: 76px !important;
	margin: 0 !important;
	padding: 14px 0 !important;
}

.vrcc-contact-row strong {
	font-size: 14px !important;
	line-height: 1.3 !important;
}

.vrcc-contact-row > span:not(.vrcc-contact-icon):not(.vrcc-socials) {
	font-size: 13px !important;
	line-height: 1.4 !important;
}

.vrcc-contact-row small {
	font-size: 11px !important;
	line-height: 1.4 !important;
}

/* Formulaire */
.vrcc-form-card {
	padding: clamp(22px, 2vw, 30px) !important;
}

.vrcc-form {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px 20px !important;
}

.vrcc-field label {
	margin: 0 0 8px !important;
	font-size: 12px !important;
	line-height: 1.3 !important;
}

.vrcc-field input,
.vrcc-field select {
	width: 100% !important;
	height: 48px !important;
	padding: 0 14px !important;
	font-size: 14px !important;
}

.vrcc-field textarea {
	width: 100% !important;
	min-height: 124px !important;
	padding: 13px 14px !important;
	font-size: 14px !important;
	line-height: 1.5 !important;
}

/* Consentement toujours visible */
.vrcc-consent {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	align-items: start !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 0 !important;
	color: var(--vrcc-muted, #5b6f82) !important;
	font-size: 11px !important;
	line-height: 1.45 !important;
}

.vrcc-consent input[type="checkbox"] {
	display: block !important;
	width: 16px !important;
	min-width: 16px !important;
	height: 16px !important;
	margin: 1px 0 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	appearance: auto !important;
}

/* Bouton */
.vrcc-submit {
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	font-size: 13px !important;
}

/* Tablette */
@media (max-width: 1000px) {
	.vrcc-layout {
		grid-template-columns: 1fr !important;
	}

	.vrcc-contact-card {
		height: auto !important;
		min-height: 0 !important;
	}
}

/* Mobile */
@media (max-width: 620px) {
	.vrcc-section {
		margin-bottom: 0 !important;
		padding: 42px 16px 24px !important;
	}

	.vrcc-title {
		font-size: clamp(38px, 11vw, 52px) !important;
	}

	.vrcc-contact-card {
		display: block !important;
		padding: 0 18px !important;
	}

	.vrcc-contact-row {
		grid-template-columns: 30px minmax(0, 1fr) !important;
		gap: 8px 12px !important;
		min-height: 0 !important;
		padding: 16px 0 !important;
	}

	.vrcc-contact-row strong,
	.vrcc-contact-row > span:not(.vrcc-contact-icon):not(.vrcc-socials),
	.vrcc-contact-row small,
	.vrcc-socials {
		grid-column: 2 !important;
	}

	.vrcc-contact-row small {
		text-align: left !important;
	}

	.vrcc-form {
		grid-template-columns: 1fr !important;
	}

	.vrcc-field,
	.vrcc-field--full {
		grid-column: 1 !important;
	}
	
}
/* =========================================================
   NEWSLETTER BREVO — FORMULAIRE FONCTIONNEL
   ========================================================= */

.vr-newsletter-form-wrap form {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-form-wrap [class^="sib_signup_box_inside_"],
.vr-newsletter-form-wrap [class*=" sib_signup_box_inside_"] {
	display: grid !important;
	width: 100% !important;
	grid-template-columns: minmax(0, 1fr) 150px !important;
	align-items: end !important;
	gap: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.vr-newsletter-form-wrap p,
.vr-newsletter-form-wrap .sib-email-area {
	margin: 0 !important;
}

.vr-newsletter-form-wrap .sib-email-area {
	grid-column: 1 !important;
	color: #ffffff !important;
	font-size: 12px !important;
}

.vr-newsletter-form-wrap label,
.vr-newsletter-form-wrap p.sib-email-area {
	color: #ffffff !important;
}

.vr-newsletter-form-wrap input[type="email"] {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 52px !important;
	padding: 0 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.55) !important;
	border-radius: 14px !important;
	background: transparent !important;
	color: #ffffff !important;
	box-shadow: none !important;
}

.vr-newsletter-form-wrap input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.88) !important;
}

.vr-newsletter-form-wrap [class^="sib_signup_box_inside_"] > p:has(.sib-default-btn),
.vr-newsletter-form-wrap [class*=" sib_signup_box_inside_"] > p:has(.sib-default-btn) {
	grid-column: 2 !important;
	align-self: end !important;
	margin: 0 !important;
}

.vr-newsletter-form-wrap input[type="submit"],
.vr-newsletter-form-wrap .sib-default-btn {
	width: 100% !important;
	min-width: 0 !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 26px !important;
	white-space: nowrap !important;
}

.vr-newsletter-form-wrap .sib_msg_disp,
.vr-newsletter-form-wrap .sib-alert-message,
.vr-newsletter-form-wrap .sib_compliance_note,
.vr-newsletter-form-wrap .sib-consent,
.vr-newsletter-form-wrap .sib-captcha {
	grid-column: 1 / -1 !important;
}

@media (max-width: 680px) {
	.vr-newsletter-form-wrap [class^="sib_signup_box_inside_"],
	.vr-newsletter-form-wrap [class*=" sib_signup_box_inside_"] {
		grid-template-columns: 1fr !important;
		gap: 10px !important;
	}

	.vr-newsletter-form-wrap [class^="sib_signup_box_inside_"] > p:has(.sib-default-btn),
	.vr-newsletter-form-wrap [class*=" sib_signup_box_inside_"] > p:has(.sib-default-btn) {
		grid-column: 1 !important;
	}

	.vr-newsletter-form-wrap input[type="submit"],
	.vr-newsletter-form-wrap .sib-default-btn {
		width: 100% !important;
	}
}

/* =========================================================
   ACCUEIL — SURVOLS DES BOUTONS
   Effet léger, sans changer le design ni les couleurs de base.
   ========================================================= */

.home .wp-block-button__link,
.home .vr-booking-teaser-submit,
.home .vr-newsletter-form-wrap input[type="submit"],
.home .vr-newsletter-form-wrap .sib-default-btn {
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		filter 180ms ease,
		background-color 180ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
	.home .wp-block-button__link:hover,
	.home .wp-block-button__link:focus-visible,
	.home .vr-booking-teaser-submit:hover,
	.home .vr-booking-teaser-submit:focus-visible,
	.home .vr-newsletter-form-wrap input[type="submit"]:hover,
	.home .vr-newsletter-form-wrap input[type="submit"]:focus-visible,
	.home .vr-newsletter-form-wrap .sib-default-btn:hover,
	.home .vr-newsletter-form-wrap .sib-default-btn:focus-visible {
		transform: translateY(-2px) scale(1.012);
		box-shadow: 0 10px 24px rgba(4, 32, 61, 0.18) !important;
	}

	.home .vr-activity-card__button .wp-block-button__link:hover,
	.home .vr-base-button .wp-block-button__link:hover,
	.home .vr-footer-button .wp-block-button__link:hover {
		filter: brightness(1.12);
	}

	.home .vr-reviews-cta .wp-block-button__link:hover,
	.home .vr-reviews-cta .wp-block-button__link:focus-visible {
		background: var(--vr-primary, #298bfd) !important;
		filter: brightness(0.90);
		box-shadow: 0 10px 24px rgba(41, 139, 253, 0.28) !important;
	}

	.home .vr-booking-teaser-submit:hover,
	.home .vr-booking-teaser-submit:focus-visible {
		filter: brightness(0.94);
		box-shadow: 0 10px 24px rgba(41, 139, 253, 0.24) !important;
	}

	.home .vr-newsletter-form-wrap input[type="submit"]:hover,
	.home .vr-newsletter-form-wrap input[type="submit"]:focus-visible,
	.home .vr-newsletter-form-wrap .sib-default-btn:hover,
	.home .vr-newsletter-form-wrap .sib-default-btn:focus-visible {
		filter: brightness(1.18);
		box-shadow: 0 10px 24px rgba(4, 32, 61, 0.28) !important;
	}
}

/* =========================================================
   RESPONSIVE GLOBAL — STABILISATION SANS MODIFIER LE DESKTOP
   ========================================================= */

html,
body {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
}

img,
video,
svg,
iframe {
	max-width: 100%;
}

:where(
	.wp-block-group,
	.wp-block-cover,
	.wp-block-columns,
	.wp-block-column,
	.vr-activity-layout,
	.vr-activity-main,
	.vr-activity-details,
	.vr-experiences-grid,
	.vr-base-inner,
	.vr-newsletter-layout,
	.vr-booking-teaser-layout,
	.vr-events-benefits-inner,
	.vr-shop-services-inner,
	.vr-contact-layout,
	.vr-base-location-inner,
	.vrcc-layout
) {
	min-width: 0;
}

/* Tablettes : évite qu'un titre en max-content déborde avant le breakpoint mobile. */
@media (max-width: 900px) {
	.vr-events-hero-title-main,
	.vr-events-hero-title-accent,
	.vr-shop-hero-title-main,
	.vr-shop-hero-title-accent,
	.vr-contact-title-main,
	.vr-contact-title-accent {
		width: auto !important;
		max-width: 100% !important;
		white-space: normal !important;
	}
}

/* Petits écrans : les contenus fonctionnels ne peuvent jamais dépasser la fenêtre. */
@media (max-width: 620px) {
	.vrb-widget,
	.vrb-widget *,
	.vrq-form,
	.vrq-form *,
	.vrcc-form,
	.vrcc-form *,
	.vr-commerce-catalog,
	.vr-commerce-catalog * {
		max-width: 100%;
	}

	input,
	select,
	textarea,
	button {
		min-width: 0;
	}

	/* Le bouton flottant Astra recouvrait la carte et le formulaire. */
	#ast-scroll-top,
	.ast-scroll-top-icon {
		display: none !important;
	}
}

/* =========================================================
   PAGE EVENTS — ESPACEMENTS MOBILE / TABLETTE
   ========================================================= */
@media (max-width: 980px) {
	.wp-block-group.vr-private-events-section,
	.wp-block-group.vr-private-events-section.is-layout-constrained {
		padding-top: 22px !important;
		padding-bottom: 20px !important;
	}

	.vr-why-section {
		padding-top: 16px !important;
	}
}

@media (max-width: 620px) {
	.vr-events-listing {
		padding-top: 22px !important;
		padding-bottom: 2px !important;
	}

	.wp-block-group.vr-private-events-section,
	.wp-block-group.vr-private-events-section.is-layout-constrained {
		padding-top: 18px !important;
		padding-bottom: 16px !important;
	}

	.vr-why-section {
		padding-top: 14px !important;
	}
}

/* =========================================================
   GRANDS ÉCRANS — ACCUEIL + EVENTS
   Le design desktop normal reste inchangé.
   À partir de 1800 px, les fonds restent pleine largeur mais
   les contenus utiles sont recentrés dans une largeur maîtrisée.
   ========================================================= */

@media (min-width: 1800px) {
	.home .vr-hero.wp-block-cover {
		min-height: min(calc(100svh - 54px), 820px) !important;
	}

	.home .vr-hero > .wp-block-cover__inner-container {
		min-height: inherit !important;
	}

	.home .vr-hero .vr-hero__inner {
		width: min(100%, 1540px) !important;
		max-width: 1540px !important;
		min-height: inherit !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding:
			32px
			44px
			38px !important;
	}

	.home .vr-experiences-inner {
		width: min(100%, 1540px) !important;
		max-width: 1540px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.home .vr-base-inner {
		width: min(100%, 1500px) !important;
		max-width: 1500px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	/* Page Events : même logique que l’accueil sur écran ultra-large. */
	.vr-events-hero-content {
		width: min(100%, 1540px) !important;
		max-width: 1540px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 54px 44px 34px !important;
	}

	.vr-events-benefits-inner {
		width: min(calc(100% - 88px), 1240px) !important;
		max-width: 1240px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-private-events-inner {
		width: min(calc(100% - 88px), 1420px) !important;
		max-width: 1420px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}

	.vr-why-inner,
	.vr-why-inner > .wp-block-group__inner-container,
	.vr-why-section > .vr-why-title,
	.vr-why-section > .vr-why-grid,
	.vr-why-section > .wp-block-group__inner-container > .vr-why-title,
	.vr-why-section > .wp-block-group__inner-container > .vr-why-grid {
		width: min(calc(100% - 88px), 1240px) !important;
		max-width: 1240px !important;
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

/* =========================================================
   RÉSERVATION — FORMULE ACTIVE / SURVOL
   Garde le texte lisible sans modifier le design du plugin.
   ========================================================= */
.vr-activity-booking-card .vrb-offer,
.vr-activity-booking-card .vrb-offer:hover,
.vr-activity-booking-card .vrb-offer:focus,
.vr-activity-booking-card .vrb-offer:focus-visible,
.vr-activity-booking-card .vrb-offer.is-selected {
	color: var(--vrb-navy, #04203d) !important;
}

.vr-activity-booking-card .vrb-offer strong,
.vr-activity-booking-card .vrb-offer:hover strong,
.vr-activity-booking-card .vrb-offer:focus strong,
.vr-activity-booking-card .vrb-offer:focus-visible strong,
.vr-activity-booking-card .vrb-offer.is-selected strong {
	color: var(--vrb-navy, #04203d) !important;
}

.vr-activity-booking-card .vrb-offer small,
.vr-activity-booking-card .vrb-offer:hover small,
.vr-activity-booking-card .vrb-offer:focus small,
.vr-activity-booking-card .vrb-offer:focus-visible small,
.vr-activity-booking-card .vrb-offer.is-selected small {
	color: var(--vrb-muted, #5b6f82) !important;
}

.vr-activity-booking-card .vrb-offer span,
.vr-activity-booking-card .vrb-offer:hover span,
.vr-activity-booking-card .vrb-offer:focus span,
.vr-activity-booking-card .vrb-offer:focus-visible span,
.vr-activity-booking-card .vrb-offer.is-selected span {
	color: var(--vrb-primary, #298bfd) !important;
}


/* =========================================================
   v1.3.3 — EVENTS : ESPACE AU-DESSUS UNIQUEMENT
   Bas du bandeau restauré comme v1.3.1.
   Seul l'espace entre la dernière carte Event et le bandeau
   de réassurance est légèrement réduit.
   ========================================================= */

/* =========================================================
   v1.3.4 — CONTACT : BANNIÈRE STABILISÉE SUR GRAND ÉCRAN
   Fond/photo pleine largeur, contenu recentré comme l'accueil.
   Aucun changement sous 1800px.
   ========================================================= */
@media (min-width: 1800px) {
	.vr-contact-layout,
	.vr-contact-layout.is-layout-constrained {
		box-sizing: border-box !important;
		width: min(calc(100% - 88px), 1540px) !important;
		max-width: 1540px !important;
		height: 100% !important;
		grid-template-columns: minmax(0, 650px) 340px !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 80px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 52px 44px 26px !important;
	}

	.vr-contact-hours {
		width: 340px !important;
		max-width: 340px !important;
		justify-self: end !important;
	}
}


/* =========================================================
   v1.3.5 — BASE / CONTACT MOBILE
   Carte Google Maps moins haute, carte d'information sous la map,
   bouton retour en haut masqué sur petit écran, espace bas du
   formulaire contact réduit. Aucun changement desktop.
   ========================================================= */

/* =========================================================
   v1.3.7 — INTERACTIONS BOUTONS + BASE/CONTACT MOBILE
   - Survol homogène sur tous les boutons du site
   - Carte photo "Book an experience" toujours visible sur mobile
   - Map mobile plus compacte
   - Espacements verticaux resserrés, surtout avant le footer
   ========================================================= */

/* ---------- Effets de boutons globaux ---------- */
:where(
	.wp-block-button__link,
	.ast-custom-button-link,
	.vr-button,
	.vr-activity-card__button .wp-block-button__link,
	.vr-base-button .wp-block-button__link,
	.vr-base-location-button .wp-block-button__link,
	.vr-base-location-card-button .wp-block-button__link,
	.vr-contact-button .wp-block-button__link,
	.vr-events-hero-button .wp-block-button__link,
	.vr-footer-button .wp-block-button__link,
	.vr-practical-map-button .wp-block-button__link,
	.vr-shop-hero-button .wp-block-button__link,
	.vr-booking-teaser-submit,
	.vr-newsletter-form-wrap .sib-default-btn,
	.vr-newsletter-form-wrap input[type="submit"],
	.vrb-primary,
	.vrb-secondary,
	.vrb-icon-button,
	.vrcc-submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button
) {
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		filter 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
	:where(
		.wp-block-button__link,
		.ast-custom-button-link,
		.vr-button,
		.vr-activity-card__button .wp-block-button__link,
		.vr-base-button .wp-block-button__link,
		.vr-base-location-button .wp-block-button__link,
		.vr-base-location-card-button .wp-block-button__link,
		.vr-contact-button .wp-block-button__link,
		.vr-events-hero-button .wp-block-button__link,
		.vr-footer-button .wp-block-button__link,
		.vr-practical-map-button .wp-block-button__link,
		.vr-shop-hero-button .wp-block-button__link,
		.vr-booking-teaser-submit,
		.vr-newsletter-form-wrap .sib-default-btn,
		.vr-newsletter-form-wrap input[type="submit"],
		.vrb-primary,
		.vrb-secondary,
		.vrb-icon-button,
		.vrcc-submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button
	):hover,
	:where(
		.wp-block-button__link,
		.ast-custom-button-link,
		.vr-button,
		.vr-activity-card__button .wp-block-button__link,
		.vr-base-button .wp-block-button__link,
		.vr-base-location-button .wp-block-button__link,
		.vr-base-location-card-button .wp-block-button__link,
		.vr-contact-button .wp-block-button__link,
		.vr-events-hero-button .wp-block-button__link,
		.vr-footer-button .wp-block-button__link,
		.vr-practical-map-button .wp-block-button__link,
		.vr-shop-hero-button .wp-block-button__link,
		.vr-booking-teaser-submit,
		.vr-newsletter-form-wrap .sib-default-btn,
		.vr-newsletter-form-wrap input[type="submit"],
		.vrb-primary,
		.vrb-secondary,
		.vrb-icon-button,
		.vrcc-submit,
		.woocommerce a.button,
		.woocommerce button.button,
		.woocommerce input.button
	):focus-visible {
		transform: translateY(-2px) !important;
		filter: brightness(1.06) !important;
		box-shadow: 0 10px 24px rgba(4, 32, 61, 0.18) !important;
	}
}

:where(
	.wp-block-button__link,
	.ast-custom-button-link,
	.vr-button,
	.vr-booking-teaser-submit,
	.vrb-primary,
	.vrb-secondary,
	.vrcc-submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button
):active {
	transform: translateY(0) scale(0.985) !important;
	box-shadow: 0 4px 12px rgba(4, 32, 61, 0.14) !important;
}

/* Le bouton See all reviews reste bleu au survol. */
.vr-reviews-cta .wp-block-button__link:hover,
.vr-reviews-cta .wp-block-button__link:focus-visible {
	background: var(--vr-primary, #298bfd) !important;
	color: #ffffff !important;
	filter: brightness(0.94) !important;
}

/* ---------- Base / Contact : téléphone ---------- */
@media (max-width: 620px) {
	/* Section adresse/map plus compacte. */
	.vr-base-location-section {
		padding: 50px 14px 6px !important;
	}

	.vr-base-location-inner {
		gap: 42px !important;
	}

	.vr-base-location-list {
		gap: 15px !important;
		margin-top: 20px !important;
	}

	.vr-base-location-actions {
		margin-top: 20px !important;
	}

	/* Map compacte + réserve réelle pour la carte photo placée dessous. */
	.vr-base-location-map-wrap {
		position: relative !important;
		display: block !important;
		height: auto !important;
		min-height: 475px !important;
		overflow: visible !important;
	}

	/* Compatibilité avec les versions Gutenberg qui ajoutent un conteneur interne. */
	.vr-base-location-map-wrap > .wp-block-group__inner-container {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 475px !important;
		overflow: visible !important;
	}

	.vr-base-location-map {
		display: block !important;
		width: 100% !important;
		height: 230px !important;
		min-height: 230px !important;
		aspect-ratio: auto !important;
		overflow: hidden !important;
		border-radius: 14px !important;
	}

	.vr-base-location-map iframe {
		display: block !important;
		width: 100% !important;
		height: 230px !important;
		min-height: 230px !important;
		border-radius: 14px !important;
	}

	/* Carte photo + CTA : position garantie sous la map, sans chevauchement. */
	.vr-base-location-card,
	.vr-base-location-card.is-layout-constrained {
		position: absolute !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		top: 242px !important;
		right: 0 !important;
		bottom: auto !important;
		left: 0 !important;
		z-index: 4 !important;
		width: 100% !important;
		max-width: none !important;
		height: auto !important;
		margin: 0 !important;
		transform: none !important;
	}

	.vr-base-location-card-media,
	.vr-base-location-card-media figure,
	.vr-base-location-card-media img,
	.vr-base-location-card-body,
	.vr-base-location-card-actions,
	.vr-base-location-card-button {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.vr-base-location-card-media img {
		width: 100% !important;
		height: 118px !important;
		object-fit: cover !important;
	}

	.vr-base-location-card-body {
		padding: 14px 15px 12px !important;
	}

	.vr-base-location-card-actions {
		margin: 10px 0 0 !important;
		padding: 0 !important;
	}

	.wp-block-button.vr-base-location-card-button {
		width: 100% !important;
		padding: 0 !important;
	}

	/* Un peu plus de réserve sur les téléphones très étroits si le texte passe sur 2 lignes. */
	@supports (width: min(1px, 1px)) {
		.vr-base-location-map-wrap {
			padding-bottom: 0 !important;
		}
	}

	/* Centre de contact : moins de grands blancs entre les cartes. */
	.vrcc-section {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 10px 14px 8px !important;
	}

	.vrcc-heading {
		margin-bottom: 18px !important;
	}

	.vrcc-layout {
		gap: 14px !important;
		margin: 0 !important;
	}

	.vrcc-contact-card,
	.vrcc-form-card {
		margin: 0 !important;
	}

	.vrcc-form-card {
		padding: 18px !important;
	}

	.vrcc-form {
		gap: 14px !important;
	}

	/* Évite le grand vide créé par Gutenberg autour/après le shortcode. */
	.wp-block-shortcode:has(.vrcc-section),
	.wp-block-group:has(> .wp-block-shortcode .vrcc-section) {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.wp-block-shortcode:has(.vrcc-section) + .wp-block-spacer,
	.vrcc-section + .wp-block-spacer {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Le retour en haut Astra ne recouvre plus les cartes/formulaires. */
	#ast-scroll-top,
	.ast-scroll-top-icon {
		display: none !important;
	}
}


/* =========================================================
   v1.3.8 — BASE MOBILE : ESPACE CARTE PHOTO → CONTACT
   Réduit uniquement le blanc sous la carte "Book an experience".
   Aucun changement desktop/tablette ni au design des cartes.
   ========================================================= */

/* =========================================================
   v1.3.9 — SHOP : BANNIÈRE STABILISÉE SUR GRAND ÉCRAN
   Même logique que l'accueil, Events et Contact :
   la photo reste pleine largeur, le contenu utile est recentré.
   Aucun changement sous 1800px.
   ========================================================= */
@media (min-width: 1800px) {

	.vr-shop-hero > .wp-block-cover__inner-container {
		width: 100% !important;
		max-width: none !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.vr-shop-hero-content,
	.vr-shop-hero-content.is-layout-constrained {
		box-sizing: border-box !important;
		width: min(calc(100% - 88px), 1540px) !important;
		max-width: 1540px !important;
		height: 100% !important;
		min-height: 0 !important;
		justify-content: center !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 40px 44px !important;
	}

	.vr-shop-hero-heading {
		width: min(100%, 620px) !important;
		max-width: 620px !important;
	}
}

/* Réserve de la place pour la croix sur CHAQUE produit */
.ast-site-header-cart .woocommerce-mini-cart-item.mini_cart_item {
    position: relative !important;
    padding-right: 35px !important;
}

/* Position de toutes les croix */
.ast-site-header-cart .mini_cart_item a.remove.remove_from_cart_button {
    position: absolute !important;
    top: 20px !important;
    right: 15px !important;
    margin: 0 !important;
}

/* =========================================================
   v1.4.6 — MINI-PANIER : LÉGÈREMENT PLUS LARGE
   Base propre : aucune modification de la mise en page interne.
   On agrandit seulement le dropdown sur ordinateur.
   ========================================================= */
@media (min-width: 921px) {
	.ast-site-header-cart .ast-site-header-cart-data {
		width: 420px !important;
		min-width: 420px !important;
		max-width: calc(100vw - 32px) !important;
	}

	.ast-site-header-cart .widget_shopping_cart,
	.ast-site-header-cart .widget_shopping_cart_content {
		width: 100% !important;
	}
}

/* =========================================================
   v1.4.7 — CORRECTION HEADER + PANIER 420PX
   Le panier reste légèrement plus large mais son dropdown
   ne participe plus à la largeur de la grille du header.
   ========================================================= */
@media (min-width: 921px) {
	.ast-site-header-cart {
		position: relative !important;
	}

	.ast-site-header-cart > .ast-site-header-cart-data,
	.ast-site-header-cart .ast-site-header-cart-data {
		position: absolute !important;
		top: 100% !important;
		right: 0 !important;
		left: auto !important;
		width: 420px !important;
		min-width: 420px !important;
		max-width: calc(100vw - 32px) !important;
		margin: 0 !important;
	}

	/* Empêche la colonne panier de forcer la largeur du header. */
	.ast-site-header-cart,
	.ast-site-header-cart > div,
	.ast-builder-layout-element.ast-header-woo-cart {
		min-width: 0 !important;
	}

	/* Le bouton Réserver garde sa largeur normale. */
	.ast-header-button-1,
	.ast-header-button-1 .ast-builder-button-wrap,
	.ast-header-button-1 .ast-custom-button-link {
		min-width: max-content !important;
		width: auto !important;
		flex: 0 0 auto !important;
	}
}

.woocommerce-cart-form {
    padding-top: 50px;
}

/* =========================================================
   v1.4.8 — WOOCOMMERCE "MY ACCOUNT" : ESPACEMENT RESPONSIVE
   Plus d'air au-dessus et en dessous, sans modifier le contenu.
   ========================================================= */

body.woocommerce-account .entry-content {
	box-sizing: border-box !important;
	width: 100% !important;
	padding:
		clamp(64px, 6vw, 96px)
		clamp(24px, 4vw, 56px)
		clamp(82px, 7vw, 118px) !important;
}

body.woocommerce-account .entry-content > .woocommerce {
	box-sizing: border-box !important;
	width: min(100%, 1500px) !important;
	max-width: 1500px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

/* Tablette */
@media (max-width: 900px) {
	body.woocommerce-account .entry-content {
		padding:
			52px
			24px
			70px !important;
	}
}

/* Téléphone */
@media (max-width: 620px) {
	body.woocommerce-account .entry-content {
		padding:
			36px
			16px
			52px !important;
	}

	body.woocommerce-account .entry-content > .woocommerce {
		width: 100% !important;
		max-width: none !important;
	}
}

.ast-addon-cart-wrap.ast-desktop-cart-position-.ast-cart-mobile-position-.ast-cart-tablet-position- {
    padding-bottom: 0;
}
@media (max-width: 921px) {
	.woocommerce-cart-form {
		padding-top: 0 !important;
	}
}

/* CHECKOUT — espace sur tablette et téléphone */
@media (max-width: 921px) {

	.woocommerce-checkout #customer_details {
		box-sizing: border-box !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

}

/* Téléphone */
@media (max-width: 620px) {

	.woocommerce-checkout #customer_details {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

}

/* CHECKOUT — code promo : espace sur tablette et téléphone */
@media (max-width: 921px) {

	.woocommerce-form-coupon-toggle,
	.woocommerce-form-coupon {
		box-sizing: border-box !important;
		margin-left: 24px !important;
		margin-right: 24px !important;
		width: auto !important;
	}

}

/* Téléphone */
@media (max-width: 620px) {

	.woocommerce-form-coupon-toggle,
	.woocommerce-form-coupon {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

/* MY ACCOUNT — espace entre les onglets et le contenu */
@media (max-width: 921px) {

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 32px !important;
	}

}

/* Téléphone */
@media (max-width: 620px) {

	.woocommerce-account .woocommerce-MyAccount-navigation {
		margin-bottom: 26px !important;
	}

}

/* =========================================================
   COMMANDE REÇUE — ESPACE LATÉRAL TABLETTE / TÉLÉPHONE
   ========================================================= */

@media (max-width: 921px) {

	body.woocommerce-order-received .woocommerce-order {
		box-sizing: border-box !important;
		padding-left: 24px !important;
		padding-right: 24px !important;
		padding-top: 24px !important;
	}

}

/* Téléphone */
@media (max-width: 620px) {

	body.woocommerce-order-received .woocommerce-order {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

}

/* =========================================================
   v1.4.9 — HEADER : SURVOL ICÔNE COMPTE
   Même micro-interaction que les autres boutons du site.
   Aucun effet forcé sur les écrans tactiles.
   ========================================================= */

#masthead .ast-header-account-wrap > a,
#masthead .ast-header-account-wrap .ast-header-account-link {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	transition:
		transform 180ms ease,
		filter 180ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
	#masthead .ast-header-account-wrap > a:hover,
	#masthead .ast-header-account-wrap > a:focus-visible,
	#masthead .ast-header-account-wrap .ast-header-account-link:hover,
	#masthead .ast-header-account-wrap .ast-header-account-link:focus-visible {
		transform: translateY(-2px) !important;
		filter: brightness(1.12) !important;
	}
}

#masthead .ast-header-account-wrap > a:active,
#masthead .ast-header-account-wrap .ast-header-account-link:active {
	transform: translateY(0) scale(0.985) !important;
}

/* =========================================================
   HEADER — SURVOL COMPTE + PANIER + RÉSERVER
   ========================================================= */

/* Animation commune */
#masthead .ast-header-account-wrap > a,
#masthead .ast-header-account-wrap .ast-header-account-link,

#masthead .ast-site-header-cart .cart-container,
#masthead .ast-site-header-cart .ast-cart-menu-wrap,
#masthead .ast-site-header-cart .ast-addon-cart-wrap,

/* RÉSERVER */
#masthead .ast-custom-button {
	transition:
		transform 180ms ease,
		filter 180ms ease,
		box-shadow 180ms ease !important;
}


/* Seulement appareils avec vraie souris */
@media (hover: hover) and (pointer: fine) {

	/* COMPTE */
	#masthead .ast-header-account-wrap > a:hover,
	#masthead .ast-header-account-wrap > a:focus-visible,
	#masthead .ast-header-account-wrap .ast-header-account-link:hover,
	#masthead .ast-header-account-wrap .ast-header-account-link:focus-visible,

	/* PANIER */
	#masthead .ast-site-header-cart .cart-container:hover,
	#masthead .ast-site-header-cart .cart-container:focus-visible,
	#masthead .ast-site-header-cart .ast-cart-menu-wrap:hover,
	#masthead .ast-site-header-cart .ast-addon-cart-wrap:hover,

	#masthead .ast-custom-button:hover,
	#masthead .ast-custom-button:focus-visible {
		transform: translateY(-2px) !important;
		filter: brightness(1.12) !important;
	}
	#masthead .ast-custom-button:active {
	transform: translateY(0) scale(0.985) !important;
}
}


/* Effet au clic */
#masthead .ast-header-account-wrap > a:active,
#masthead .ast-header-account-wrap .ast-header-account-link:active,

#masthead .ast-site-header-cart .cart-container:active,
#masthead .ast-site-header-cart .ast-cart-menu-wrap:active,
#masthead .ast-site-header-cart .ast-addon-cart-wrap:active,

#masthead .ast-header-button-1 .ast-custom-button-link:active {
	transform: translateY(0) scale(0.985) !important;
}

.vr-event-card__button {
    text-decoration: none !important;
}

@media (max-width: 620px) {
	.wp-block-group.vr-shop-services-inner.is-layout-constrained.wp-block-group-is-layout-constrained {
		display: none !important;
	}
}
