/*
Theme Name: Blocksy Child Cabrioleur
Description: Thème enfant du site de la Compagnie Le Cabrioleur.
Author: SoDevLab
Template: blocksy
Version: 1.1.0
*/


/* =========================================================
01 — DESIGN TOKENS
========================================================= */

:root {
	--cab-bordeaux: #742426;
	--cab-bordeaux-dark: #4b1018;
	--cab-bordeaux-hover: #8f3032;

	--cab-creme: #f2ece1;
	--cab-creme-clair: #fbf8f3;

	--cab-or: #c7a35f;
	--cab-texte: #342923;
	--cab-blanc: #ffffff;

	--cab-largeur: 1240px;
	--cab-largeur-texte: 620px;

	--cab-font-serif: Georgia, "Times New Roman", serif;
	--cab-font-sans: Arial, Helvetica, sans-serif;

	--cab-section-space: 78px;
	--cab-section-space-small: 58px;

	--cab-border: rgba(75, 16, 24, 0.16);
}


/* =========================================================
02 — BASE
========================================================= */

body {
	color: var(--cab-texte);
}

.compagnie-page,
.theatre-page,
.ecole-page,
.formation-page,
.exterieur-page,
.residence-page,
.contact-page {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 0;

	overflow: visible;

	background: var(--cab-creme-clair);
	color: var(--cab-texte);
}


/* =========================================================
03 — HEADER
========================================================= */

#header,
#header [data-row="middle"],
#header [data-row="middle"] > div,
#header .ct-container {
	min-height: 60px;
	height: 60px;

	overflow: visible;

	background: var(--cab-creme-clair);
}

#header .menu {
	gap: 18px;
}

#header .menu > li {
	display: flex;
	align-items: center;
}

#header .menu > li > a {
	position: relative;

	color: #302520;

	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;

	transition: color 180ms ease;
}

#header .menu > li:last-child > a {
	padding: 11px 18px;

	border-radius: 3px;

	background: var(--cab-bordeaux);
	color: var(--cab-blanc);
}

#header .menu > li:last-child > a:hover {
	background: var(--cab-bordeaux-hover);
	color: var(--cab-blanc);
}

/* Menu mobile — icône hamburger plus visible */

#header .ct-header-trigger {
	color: var(--cab-bordeaux-dark) !important;
}

#header .ct-header-trigger .ct-icon {
	fill: var(--cab-bordeaux-dark) !important;
	stroke: var(--cab-bordeaux-dark) !important;
}

/* Logo global */

#header [data-id="logo"] {
	position: relative;
	z-index: 350;

	overflow: visible;
}

#header [data-id="logo"] .site-logo-container {
	position: relative;

	overflow: visible;
}

#header [data-id="logo"] img {
	position: relative;
	z-index: 350;

	width: 118px;
	max-width: 118px;
	height: auto;

	margin-top: 44px;

	object-fit: contain;
}

#header,
#header [data-row="middle"],
#header [data-row="middle"] > div,
#header .ct-container {
	overflow: visible;
}


/* =========================================================
04 — TYPOGRAPHIE COMMUNE
========================================================= */

.compagnie-page h1,
.compagnie-page h2,
.compagnie-page h3,
.theatre-page h1,
.theatre-page h2,
.theatre-page h3,
.ecole-page h1,
.ecole-page h2,
.ecole-page h3,
.formation-page h1,
.formation-page h2,
.formation-page h3,
.exterieur-page h1,
.exterieur-page h2,
.exterieur-page h3,
.residence-page h1,
.residence-page h2,
.residence-page h3,
.contact-page h1,
.contact-page h2,
.contact-page h3 {
	font-family: var(--cab-font-serif);
	font-weight: 400;
}

.compagnie-kicker,
.theatre-kicker,
.ecole-kicker,
.formation-kicker,
.exterieur-kicker,
.residence-kicker,
.contact-kicker {
	margin: 0 0 20px;

	color: #9e7234;

	font-family: var(--cab-font-sans);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.20em;
	text-transform: uppercase;
}


/* =========================================================
05 — HERO INTERIEURS COMMUNS
========================================================= */

.compagnie-page > .compagnie-hero,
.theatre-page > .theatre-hero,
.ecole-page > .ecole-hero,
.formation-page > .formation-hero,
.exterieur-page > .exterieur-hero,
.residence-page > .residence-hero,
.contact-page > .contact-hero {
	position: relative;
	left: 50%;

	width: 100vw;
	max-width: 100vw;
	min-height: 470px;

	margin: 0 0 0 -50vw;
	padding: 0;

	display: flex;
	align-items: flex-end;

	overflow: hidden;
}

.compagnie-page .compagnie-hero .wp-block-cover__image-background,
.theatre-page .theatre-hero .wp-block-cover__image-background,
.ecole-page .ecole-hero .wp-block-cover__image-background,
.formation-page .formation-hero .wp-block-cover__image-background,
.exterieur-page .exterieur-hero .wp-block-cover__image-background,
.residence-page .residence-hero .wp-block-cover__image-background,
.contact-page .contact-hero .wp-block-cover__image-background {
	position: absolute;
	inset: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;
}

.compagnie-page .compagnie-hero .wp-block-cover__inner-container,
.theatre-page .theatre-hero .wp-block-cover__inner-container,
.ecole-page .ecole-hero .wp-block-cover__inner-container,
.formation-page .formation-hero .wp-block-cover__inner-container,
.exterieur-page .exterieur-hero .wp-block-cover__inner-container,
.residence-page .residence-hero .wp-block-cover__inner-container,
.contact-page .contact-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;

	width: min(calc(100% - 64px), var(--cab-largeur));

	margin: 0 auto;
	padding: 0 0 52px;
}

.compagnie-hero-title,
.theatre-hero-title,
.ecole-hero-title,
.formation-hero-title,
.exterieur-hero-title,
.residence-hero-title,
.contact-hero-title {
	max-width: 900px;

	margin: 0;

	color: #fffaf3;

	font-size: clamp(3rem, 5vw, 5.2rem);
	line-height: 0.96;
	letter-spacing: -0.025em;
}


/* =========================================================
OVERLAY HERO — PLUS LUMINEUX
========================================================= */

.compagnie-hero .wp-block-cover__background,
.ecole-hero .wp-block-cover__background,
.formation-hero .wp-block-cover__background,
.exterieur-hero .wp-block-cover__background,
.residence-hero .wp-block-cover__background,
.contact-hero .wp-block-cover__background {
	opacity: 1;

	background:
		linear-gradient(
			90deg,
			rgba(35, 12, 13, 0.46) 0%,
			rgba(35, 12, 13, 0.18) 52%,
			rgba(35, 12, 13, 0.04) 100%
		);
}

/* Théâtre : photo encore davantage mise en avant */

.theatre-hero .wp-block-cover__background {
	opacity: 1;

	background:
		linear-gradient(
			90deg,
			rgba(25, 8, 10, 0.30) 0%,
			rgba(25, 8, 10, 0.10) 52%,
			rgba(25, 8, 10, 0.01) 100%
		);
}


/* =========================================================
06 — INTRODUCTIONS COMMUNES
========================================================= */

.compagnie-editorial-intro,
.theatre-intro,
.ecole-intro,
.formation-intro,
.exterieur-intro,
.residence-intro,
.contact-main-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: var(--cab-section-space) 0;

	background: var(--cab-creme-clair);
}

.compagnie-editorial-columns,
.theatre-intro-columns,
.ecole-intro-columns,
.formation-intro-columns,
.exterieur-intro-columns,
.residence-intro-columns,
.contact-main-columns {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin: 0 auto;

	gap: clamp(48px, 6vw, 90px);
}

.compagnie-editorial-title,
.theatre-intro-title,
.ecole-intro-title,
.formation-intro-title,
.exterieur-intro-title,
.residence-intro-title,
.contact-section-title,
.contact-form-title {
	margin: 0;

	color: #241d19;

	font-size: clamp(2.6rem, 4vw, 4.2rem);
	line-height: 0.98;
	letter-spacing: -0.025em;
}

.compagnie-editorial-columns p:not(.compagnie-kicker),
.theatre-intro-columns p:not(.theatre-kicker),
.ecole-intro-columns p:not(.ecole-kicker),
.formation-intro-columns p:not(.formation-kicker),
.exterieur-intro-columns p:not(.exterieur-kicker),
.residence-intro-columns p:not(.residence-kicker) {
	max-width: var(--cab-largeur-texte);

	margin: 0 0 18px;

	font-size: 0.96rem;
	line-height: 1.7;
}

.compagnie-editorial-lead,
.theatre-intro-lead,
.ecole-intro-lead,
.formation-intro-lead,
.exterieur-intro-lead,
.residence-intro-lead {
	font-size: clamp(1.25rem, 1.7vw, 1.55rem);
	line-height: 1.45;
}


/* =========================================================
07 — SPLIT IMAGE + BORDEAUX COMMUN
========================================================= */

.compagnie-format-section,
.theatre-show-section,
.ecole-day-section,
.formation-programme-section,
.exterieur-format-section,
.residence-lieu-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 0;

	background: var(--cab-bordeaux-dark);
}

.compagnie-format-columns,
.theatre-show-columns,
.ecole-day-columns,
.formation-programme-columns,
.exterieur-format-columns,
.residence-lieu-columns {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 0;

	display: flex;

	gap: 0;
}

.compagnie-format-image-column,
.theatre-show-image-column,
.ecole-day-image-column,
.formation-programme-image-column,
.exterieur-format-image-column,
.residence-lieu-image-column {
	flex: 0 0 52%;
	max-width: 52%;

	margin: 0;
}

.compagnie-format-content-column,
.theatre-show-content-column,
.ecole-day-content-column,
.formation-programme-content-column,
.exterieur-format-content-column,
.residence-lieu-content-column {
	flex: 0 0 48%;
	max-width: 48%;

	margin: 0;

	display: flex;

	background: var(--cab-bordeaux-dark);
	color: #fff;
}

.compagnie-format-image,
.theatre-show-image,
.ecole-day-image,
.formation-programme-image,
.exterieur-format-image,
.residence-lieu-image {
	width: 100%;
	height: 100%;

	margin: 0;
}

.compagnie-format-image img,
.theatre-show-image img,
.ecole-day-image img,
.formation-programme-image img,
.exterieur-format-image img,
.residence-lieu-image img {
	display: block;

	width: 100%;
	height: 100%;
	min-height: 520px;

	object-fit: cover;
	object-position: center;
}

.compagnie-format-content,
.theatre-show-content,
.ecole-day-content,
.formation-programme-content,
.exterieur-format-content,
.residence-lieu-content {
	width: min(560px, calc(100% - 70px));

	margin: auto;
	padding: 60px 0;
}

.compagnie-format-title,
.theatre-show-title,
.ecole-day-title,
.formation-programme-title,
.exterieur-format-title,
.residence-lieu-title {
	margin: 0 0 32px;

	color: #fffaf3;

	font-size: clamp(2.5rem, 3.8vw, 4rem);
	line-height: 0.98;
	letter-spacing: -0.025em;
}


/* =========================================================
08 — LISTES SOMBRES
========================================================= */

.theatre-disciplines ul,
.formation-disciplines,
.exterieur-disciplines,
.residence-equipements-list {
	margin: 0;
	padding: 0;

	list-style: none;
}

.theatre-disciplines li,
.formation-disciplines li,
.exterieur-disciplines li,
.residence-equipements-list li {
	position: relative;

	padding: 12px 0 12px 20px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.13);

	color: rgba(255, 255, 255, 0.88);

	font-family: var(--cab-font-serif);
	font-size: 1rem;
}

.theatre-disciplines li::before,
.formation-disciplines li::before,
.exterieur-disciplines li::before,
.residence-equipements-list li::before {
	content: "";

	position: absolute;
	left: 0;
	top: 50%;

	width: 5px;
	height: 5px;

	border-radius: 50%;

	background: var(--cab-or);

	transform: translateY(-50%);
}


/* =========================================================
09 — SECTIONS CLAIRES COMMUNES
========================================================= */

.compagnie-gallery-section,
.theatre-video-section,
.ecole-ateliers-section,
.ecole-formules-section,
.formation-videos-section,
.formation-chevaux-section,
.formation-installations-section,
.exterieur-contextes-section,
.exterieur-gallery-section,
.residence-equipements-section,
.contact-location-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: var(--cab-section-space) 0;
}

.ecole-ateliers-section,
.formation-chevaux-section,
.exterieur-contextes-section,
.residence-equipements-section,
.contact-location-section,
.theatre-video-section {
	background: var(--cab-creme);
}

.compagnie-gallery-section,
.ecole-formules-section,
.formation-videos-section,
.formation-installations-section,
.exterieur-gallery-section {
	background: var(--cab-creme-clair);
}

.compagnie-gallery-title,
.theatre-video-title,
.ecole-ateliers-title,
.ecole-formules-title,
.formation-chevaux-title,
.formation-installations-title,
.exterieur-contextes-title,
.exterieur-gallery-title,
.residence-equipements-title,
.contact-location-title {
	color: var(--cab-bordeaux);

	font-size: clamp(2.4rem, 3.5vw, 3.7rem);
	font-weight: 400;
	line-height: 1;
}


/* =========================================================
10 — ECOLE DE CIRQUE
========================================================= */

.ecole-time-row {
	padding: 16px 0;

	border-top: 1px solid rgba(255, 255, 255, 0.14);

	align-items: flex-start;

	gap: 28px;
}

.ecole-time-row:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.ecole-time {
	flex: 0 0 110px;

	margin: 0;

	color: var(--cab-or);

	font-size: 1.15rem;
}

.ecole-time-row p {
	margin: 0;

	color: rgba(255, 255, 255, 0.86);

	font-size: 0.92rem;
	line-height: 1.6;
}

.ecole-ateliers-section > *,
.ecole-formules-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.ecole-ateliers-grid,
.ecole-formules-grid {
	gap: 14px;
}

.ecole-atelier-card {
	min-height: 110px;

	display: flex;
	align-items: center;
	justify-content: center;

	padding: 22px 18px;

	border: 1px solid var(--cab-border);

	background: rgba(255, 255, 255, 0.32);

	text-align: center;

	transition:
		transform 220ms ease,
		background-color 220ms ease;
}

.ecole-atelier-card:hover {
	transform: translateY(-2px);

	background: rgba(255, 255, 255, 0.56);
}

.ecole-atelier-card h3 {
	margin: 0;

	color: var(--cab-bordeaux);

	font-size: 1.15rem;
}

.ecole-formule-card {
	padding: 32px 28px;

	border-top: 1px solid var(--cab-or);

	background: var(--cab-creme);
}

.ecole-formule-card h3 {
	margin: 0 0 14px;

	color: var(--cab-bordeaux);

	font-size: 1.35rem;
}

.ecole-formule-card p {
	margin: 0;

	font-size: 0.92rem;
	line-height: 1.65;
}


/* Galeries journée cirque / mini-camps */

.ecole-gallery-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: var(--cab-section-space) 0;
}

.ecole-gallery-journee {
	background: var(--cab-creme-clair);
}

.ecole-gallery-minicamp {
	background: var(--cab-creme);
}

.ecole-gallery-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.ecole-gallery-title {
	margin: 0 0 38px;

	color: var(--cab-bordeaux);

	font-size: clamp(2.4rem, 3.5vw, 3.7rem);
	font-weight: 400;
	line-height: 1;

	text-align: center;
}

.ecole-gallery.has-nested-images {
	display: grid !important;

	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

	gap: 14px !important;
}

.ecole-gallery.has-nested-images figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;

	margin: 0 !important;

	aspect-ratio: 4 / 3;

	overflow: hidden;
}

.ecole-gallery.has-nested-images figure.wp-block-image img {
	display: block;

	width: 100% !important;
	height: 100% !important;

	object-fit: contain;
	object-position: center;

	background: var(--cab-creme-clair);

	transition: transform 300ms ease;
}

.ecole-gallery.has-nested-images figure.wp-block-image:hover img {
	transform: scale(1.025);
}



/* =========================================================
JOURNÉE CIRQUE — PROGRAMME
========================================================= */

.ecole-programme,
.ecole-tarifs-section,
.ecole-minicamp-content {
	width: min(calc(100% - 64px), var(--cab-largeur));
	margin-left: auto;
	margin-right: auto;
}

.ecole-programme {
	margin-top: 46px;
	margin-bottom: 65px;
}

.ecole-programme-row {
	position: relative;

	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);

	margin: 0;
	padding: 0 0 0;

	border-top: 1px solid var(--cab-border);
}

.ecole-programme-row::before {
	content: "";

	position: absolute;

	left: 144px;
	top: 0;
	bottom: 0;

	width: 1px;

	background: var(--cab-border);
}

.ecole-programme-row-last {
	border-bottom: 1px solid var(--cab-border);
}

.ecole-programme-time {
	position: relative;

	padding: 34px 30px 34px 0;

	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.ecole-programme-time::after {
	content: "";

	position: absolute;
	z-index: 3;

	top: 42px;
	right: -6px;

	width: 11px;
	height: 11px;

	border: 3px solid var(--cab-creme-clair);
	border-radius: 50%;

	background: var(--cab-or);
}

.ecole-programme-time p {
	margin: 0;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: 1.25rem;
	line-height: 1.25;
}

.ecole-programme-content {
	padding: 30px 0 34px 46px;
}

.ecole-programme-content h3 {
	margin: 0 0 13px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.65rem, 2.2vw, 2.25rem);
	font-weight: 400;
	line-height: 1.1;
}

.ecole-programme-content p {
	max-width: 850px;

	margin: 0 0 12px;

	font-size: 1rem;
	line-height: 1.72;
}

.ecole-programme-note {
	color: #8f6630;
}

.ecole-programme-disciplines,
.ecole-programme-tags {
	margin: 18px 0 22px;
	padding: 0;

	list-style: none;
}

.ecole-programme-disciplines {
	display: flex;
	flex-wrap: wrap;

	gap: 8px;
}

.ecole-programme-disciplines li,
.ecole-programme-tags li {
	padding: 7px 12px;

	border: 1px solid rgba(116, 36, 38, 0.18);

	background: rgba(255, 255, 255, 0.5);

	font-size: 0.85rem;
}

.ecole-programme-tags {
	display: grid;

	grid-template-columns: repeat(4, minmax(0, 1fr));

	gap: 8px;
}


/* =========================================================
JOURNÉE CIRQUE — TARIFS
========================================================= */

.ecole-tarifs-section {
	margin-bottom: 62px;
	padding-top: 12px;
}

.ecole-tarifs-title {
	max-width: 760px;

	margin: 0 auto 38px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(2.3rem, 3.8vw, 3.8rem);
	font-weight: 400;
	line-height: 1;

	text-align: center;
}

.ecole-tarifs-grid {
	align-items: stretch;

	gap: 14px;

	margin: 0;
}

.ecole-tarif-card {
	position: relative;

	min-height: 310px;

	margin: 0;
	padding: 34px 28px 30px;

	display: flex;
	flex-direction: column;

	border: 1px solid var(--cab-border);

	background: #fff;
}

.ecole-tarif-card-featured {
	background: var(--cab-bordeaux-dark);
	color: #fff;
}

.ecole-tarif-card::before {
	content: "";

	position: absolute;

	top: 0;
	left: 28px;

	width: 54px;
	height: 3px;

	background: var(--cab-or);
}

.ecole-tarif-label {
	min-height: 34px;

	margin: 0 0 22px;

	color: #9e7234;

	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	line-height: 1.35;

	text-transform: uppercase;
}

.ecole-tarif-card-featured .ecole-tarif-label {
	color: var(--cab-or);
}

.ecole-tarif-price {
	margin: 0 0 25px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(2.8rem, 4vw, 4rem);
	font-weight: 400;
	line-height: 0.95;
}

.ecole-tarif-price span {
	font-family: var(--cab-font-sans);
	font-size: 0.78rem;
	font-weight: 500;
}

.ecole-tarif-card-featured .ecole-tarif-price {
	color: #fffaf3;
}

.ecole-tarif-card p:not(.ecole-tarif-label) {
	margin-top: 0;

	font-size: 0.92rem;
	line-height: 1.65;
}

.ecole-tarif-card-featured p {
	color: rgba(255, 255, 255, 0.88);
}

.ecole-tarif-free {
	margin-top: auto !important;
	padding-top: 22px;

	border-top: 1px solid var(--cab-border);

	color: var(--cab-bordeaux);

	font-weight: 600;
}

.ecole-tarif-card-featured .ecole-tarif-free {
	border-color: rgba(255, 255, 255, 0.15);

	color: var(--cab-or);
}

.ecole-tarifs-section > .ecole-offer-signature {
	margin: 24px 0 0 !important;

	color: rgba(52, 41, 35, 0.58);

	font-family: var(--cab-font-serif);
	font-size: 0.9rem;
	font-style: italic;

	text-align: center;
}


/* =========================================================
MINI-CAMPS
========================================================= */

.ecole-minicamp-content {
	margin-top: 42px;
	margin-bottom: 54px;
}

.ecole-minicamp-lead {
	max-width: 760px;

	margin: 0 auto 44px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.45rem, 2.4vw, 2.25rem);
	line-height: 1.25;

	text-align: center;
}

.ecole-minicamp-grid {
	align-items: stretch;

	gap: 20px;

	margin-bottom: 20px;
}

.ecole-minicamp-card {
	position: relative;

	padding: 38px 34px 34px;

	border: 1px solid var(--cab-border);

	background: rgba(255, 255, 255, 0.55);
}

.ecole-minicamp-number {
	margin: 0 0 18px;

	color: var(--cab-or);

	font-family: var(--cab-font-serif);
	font-size: 0.78rem;
	letter-spacing: 0.12em;
}

.ecole-minicamp-card h3,
.ecole-minicamp-sorties h3 {
	margin: 0 0 20px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	font-weight: 400;
	line-height: 1.08;
}

.ecole-minicamp-card p,
.ecole-minicamp-card li,
.ecole-minicamp-sorties p {
	font-size: 0.98rem;
	line-height: 1.7;
}

.ecole-minicamp-card ul {
	margin: 20px 0;
	padding-left: 20px;
}

.ecole-minicamp-card li {
	margin-bottom: 7px;
}

.ecole-minicamp-diplomes {
	padding: 16px 18px;

	border-left: 3px solid var(--cab-or);

	background: var(--cab-creme);

	color: var(--cab-bordeaux);

	font-weight: 700;
}

.ecole-minicamp-tags {
	display: flex;
	flex-wrap: wrap;

	gap: 7px;

	margin: 15px 0 22px !important;
	padding: 0 !important;

	list-style: none;
}

.ecole-minicamp-tags li {
	padding: 6px 10px;

	border: 1px solid var(--cab-border);

	background: var(--cab-creme-clair);

	font-size: 0.82rem;
}


/* Sorties */

.ecole-minicamp-sorties {
	margin: 0 0 20px;
	padding: 38px 34px;

	border-top: 3px solid var(--cab-or);

	background: var(--cab-creme-clair);
}

.ecole-sorties-grid {
	gap: 0;

	margin: 28px 0 0;
}

.ecole-sorties-grid > .wp-block-column {
	padding: 0 30px;

	border-left: 1px solid var(--cab-border);
}

.ecole-sorties-grid > .wp-block-column:first-child {
	padding-left: 0;

	border-left: 0;
}

.ecole-sorties-grid > .wp-block-column:last-child {
	padding-right: 0;
}

.ecole-sorties-grid h4 {
	margin: 0 0 9px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: 1.22rem;
	font-weight: 400;
}


/* Tarif Mini-camp */

.ecole-minicamp-price {
	position: relative;

	margin: 0;
	padding: 40px;

	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;

	background: var(--cab-bordeaux-dark);
	color: #fff;

	column-gap: 50px;
}

.ecole-minicamp-price > p:first-child {
	margin: 0;

	color: rgba(255, 255, 255, 0.7);

	font-size: 0.82rem;
	letter-spacing: 0.08em;

	text-transform: uppercase;
}

.ecole-minicamp-price h3 {
	grid-row: span 2;

	margin: 0;

	color: var(--cab-or);

	font-family: var(--cab-font-serif);
	font-size: clamp(3rem, 5vw, 4.8rem);
	font-weight: 400;
	line-height: 0.9;

	text-align: right;
}

.ecole-minicamp-price h3 span {
	display: block;

	margin-top: 8px;

	color: rgba(255, 255, 255, 0.72);

	font-family: var(--cab-font-sans);
	font-size: 0.75rem;
	font-weight: 500;
}

.ecole-minicamp-price .ecole-offer-signature {
	margin: 10px 0 0 !important;

	color: rgba(255, 255, 255, 0.58);

	font-size: 0.88rem;
	font-style: italic;

	text-align: left;
}


		.ecole-minicamp-card p,
	.ecole-minicamp-card li,
	.ecole-minicamp-sorties p,
	.ecole-minicamp-sorties li {
		color: var(--cab-texte);
	}

	.ecole-minicamp-card .ecole-minicamp-diplomes,
	.ecole-minicamp-card .ecole-minicamp-tags li {
		color: var(--cab-bordeaux);
}


/* =========================================================
RESPONSIVE — JOURNÉE / MINI-CAMPS
========================================================= */

@media (max-width: 1000px) {

	.ecole-programme,
	.ecole-tarifs-section,
	.ecole-minicamp-content {
		width: calc(100% - 48px);
	}

	.ecole-programme-tags {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ecole-tarifs-grid {
		flex-wrap: wrap;
	}

	.ecole-tarif-card {
		flex-basis: calc(50% - 7px) !important;
	}

	.ecole-tarif-card:last-child {
		flex-basis: 100% !important;
	}

	.ecole-sorties-grid {
		flex-direction: column;
	}

	.ecole-sorties-grid > .wp-block-column {
		padding: 20px 0;

		border-left: 0;
		border-top: 1px solid var(--cab-border);
	}

	.ecole-sorties-grid > .wp-block-column:first-child {
		padding-top: 0;

		border-top: 0;
	}
}


@media (max-width: 767px) {

	.ecole-programme,
	.ecole-tarifs-section,
	.ecole-minicamp-content {
		width: calc(100% - 36px);
	}

	.ecole-programme-row {
		grid-template-columns: 1fr;

		padding: 24px 0;
	}

	.ecole-programme-row::before,
	.ecole-programme-time::after {
		display: none;
	}

	.ecole-programme-time {
		padding: 0 0 9px;
	}

	.ecole-programme-time p {
		color: var(--cab-or);

		font-size: 1rem;
	}

	.ecole-programme-content {
		padding: 0;
	}

	.ecole-programme-content h3 {
		font-size: 1.7rem;
	}

	.ecole-programme-tags {
		grid-template-columns: 1fr 1fr;
	}

	.ecole-tarifs-grid,
	.ecole-minicamp-grid {
		flex-direction: column;
	}

	.ecole-tarif-card {
		min-height: 0;

		flex-basis: auto !important;
	}

	.ecole-tarif-card:last-child {
		flex-basis: auto !important;
	}

	.ecole-minicamp-card,
	.ecole-minicamp-sorties {
		padding: 28px 22px;
	}

	.ecole-minicamp-price {
		padding: 30px 22px;

		display: block;
	}

	.ecole-minicamp-price h3 {
		margin-top: 16px;

		text-align: left;
	}

	.ecole-minicamp-price .ecole-offer-signature {
		margin-top: 22px !important;
	}


}



/* =========================================================
11 — FORMATION PRO
========================================================= */

.formation-hours {
	margin-top: 38px;
	padding-top: 22px;

	border-top: 1px solid rgba(255, 255, 255, 0.18);

	align-items: baseline;

	gap: 16px;
}

.formation-hours-number {
	margin: 0;

	color: #fff;

	font-size: 1.6rem;
}

.formation-hours-label {
	margin: 0;

	color: rgba(255, 255, 255, 0.55);

	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* Vidéos */

.formation-videos-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.formation-videos-title {
	max-width: 760px;

	margin: 0 auto 20px;

	color: var(--cab-bordeaux);

	font-size: clamp(2.4rem, 3.5vw, 3.7rem);
	font-weight: 400;
	line-height: 1;

	text-align: center;
}

.formation-videos-intro {
	max-width: 680px;

	margin: 0 auto 46px;

	color: var(--cab-texte);

	font-size: 0.94rem;
	line-height: 1.7;

	text-align: center;
}

.formation-videos-grid {
	display: grid;

	grid-template-columns: repeat(2, minmax(0, 1fr));

	gap: 24px;

	margin: 0;
}

.formation-video {
	width: 100%;

	margin: 0;

	aspect-ratio: 16 / 9;

	overflow: hidden;

	background: #111;
}

.formation-video video {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;

	background: #111;
}

.formation-video-last {
	grid-column: 1 / -1;

	width: calc(50% - 12px);

	justify-self: center;
}

.formation-chevaux-section > *,
.formation-installations-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.formation-chevaux-title {
	margin: 0 0 38px;
}

.formation-chevaux-grid {
	gap: 14px;
}

.formation-cheval-card {
	min-height: 125px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	border: 1px solid var(--cab-border);

	background: rgba(255, 255, 255, 0.25);

	text-align: center;
}

.formation-cheval-card h3 {
	margin: 0 0 4px;

	color: var(--cab-bordeaux);

	font-size: 2.2rem;
}

.formation-cheval-card p {
	margin: 0;

	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

/* Installations */

.formation-installations-heading {
	align-items: flex-start;
	gap: 70px;
}

.formation-installations-title {
	margin: 0;

	color: var(--cab-bordeaux);

	font-size: clamp(2.6rem, 3.8vw, 3.8rem);
	line-height: 1;
}

.formation-installations-list {
	border-top: 1px solid var(--cab-border);
}

.formation-installation-line {
	width: 100%;

	padding: 20px 0;

	border-bottom: 1px solid var(--cab-border);

	display: grid;
	grid-template-columns: 150px minmax(0, 1fr);

	align-items: baseline;
	gap: 28px;
}

.formation-installation-line h3 {
	margin: 0;

	color: var(--cab-bordeaux);

	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.2;

	white-space: nowrap;
}

.formation-installation-line p {
	margin: 0;

	font-size: 0.92rem;
	line-height: 1.6;
}


/* Tablette */

@media (max-width: 1000px) {

	.formation-videos-section > * {
		width: calc(100% - 48px);
	}

	.formation-videos-grid {
		gap: 20px;
	}

	.formation-installations-heading {
		gap: 45px;
	}

	.formation-installation-line {
		grid-template-columns: 130px minmax(0, 1fr);
	}

		.ecole-gallery.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.ecole-gallery-section > * {
		width: calc(100% - 48px);
	}
}


/* Mobile */

@media (max-width: 767px) {

	.formation-videos-section > * {
		width: calc(100% - 36px);
	}

	.formation-videos-title {
		margin-bottom: 16px;

		font-size: clamp(2.2rem, 10vw, 3rem);
	}

	.formation-videos-intro {
		margin-bottom: 32px;

		font-size: 0.9rem;
	}

	.formation-videos-grid {
		grid-template-columns: 1fr;

		gap: 18px;
	}

	.formation-video-last {
		grid-column: auto;

		width: 100%;
	}

	.formation-installations-heading {
		flex-direction: column;

		gap: 32px;
	}

	.formation-installations-list {
		width: 100%;
	}

	.formation-installation-line {
		display: block;

		padding: 18px 0;
	}

	.formation-installation-line h3 {
		margin-bottom: 6px;

		white-space: normal;
	}

	
}


/* =========================================================
12 — SPECTACLE EXTERIEUR
========================================================= */

.exterieur-stats {
	margin: 38px 0 0;
	padding: 22px 0 0;

	border-top: 1px solid rgba(255, 255, 255, 0.18);

	gap: 28px;
}

.exterieur-stat-number {
	margin: 0 0 4px;

	color: #fff;

	font-size: 1.55rem;
}

.exterieur-stat-label {
	margin: 0;

	color: rgba(255, 255, 255, 0.55);

	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.exterieur-contextes-section > *,
.exterieur-gallery-title,
.exterieur-gallery.has-nested-images {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.exterieur-contextes-grid {
	margin-bottom: 14px;

	gap: 14px;
}

.exterieur-contexte-card {
	min-height: 140px;

	padding: 30px 26px;

	border-top: 1px solid var(--cab-or);

	background: rgba(255, 255, 255, 0.32);
}

.exterieur-contexte-card h3 {
	margin: 0 0 12px;

	color: var(--cab-bordeaux);

	font-size: 1.3rem;
}

.exterieur-contexte-card p {
	margin: 0;

	font-size: 0.9rem;
	line-height: 1.65;
}

/* =========================================================
13 — RESIDENCE
========================================================= */

.residence-equipements-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 78px 0;

	background: var(--cab-creme);
}

.residence-equipements-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}


/* Layout */

.residence-equipements-layout {
	margin: 0;

	align-items: stretch;

	gap: clamp(50px, 6vw, 90px);
}


/* Colonne texte */

.residence-equipements-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.residence-equipements-title {
	max-width: 480px;

	margin: 0 0 42px;

	color: var(--cab-bordeaux);

	font-size: clamp(2.5rem, 3.7vw, 3.8rem);
	line-height: 1;
}


/* Liste des espaces */

.residence-espace-list {
	margin: 0;

	border-top: 1px solid var(--cab-border);
}

.residence-espace-item {
	margin: 0;
	padding: 22px 0;

	border-bottom: 1px solid var(--cab-border);
}

.residence-espace-item h3 {
	margin: 0 0 7px;

	color: var(--cab-bordeaux);

	font-size: 1.2rem;
	font-weight: 400;
}

.residence-espace-item p {
	margin: 0;

	color: var(--cab-texte);

	font-size: 0.9rem;
	line-height: 1.6;
}


/* Photo */

.residence-equipements-photo-column {
	display: flex;

	margin: 0;
}

.residence-equipements-photo {
	width: 100%;
	height: 100%;

	margin: 0;

	overflow: hidden;
}

.residence-equipements-photo img {
	display: block;

	width: 100%;
	height: 100%;
	min-height: 500px;

	object-fit: cover;
	object-position: center;

	transition: transform 350ms ease;
}

.residence-equipements-photo:hover img {
	transform: scale(1.02);
}


/* =========================================================
RESIDENCE — TABLETTE
========================================================= */

@media (max-width: 1000px) {

	.residence-equipements-section > * {
		width: calc(100% - 48px);
	}

	.residence-equipements-layout {
		gap: 45px;
	}

	.residence-equipements-photo img {
		min-height: 440px;
	}
}


/* =========================================================
RESIDENCE — MOBILE
========================================================= */

@media (max-width: 767px) {

	.residence-equipements-section {
		padding: 55px 0 60px;
	}

	.residence-equipements-section > * {
		width: calc(100% - 36px);
	}

	.residence-equipements-layout {
		flex-direction: column;

		gap: 38px;
	}

	.residence-equipements-content,
	.residence-equipements-photo-column {
		flex-basis: 100% !important;
	}

	.residence-equipements-title {
		margin-bottom: 30px;

		font-size: clamp(2.3rem, 10vw, 3rem);
	}

	.residence-espace-item {
		padding: 18px 0;
	}

	.residence-equipements-photo img {
		min-height: 320px;
	}
}

/* =========================================================
14 — CONTACT
========================================================= */

.contact-main-columns {
	gap: clamp(48px, 6vw, 90px);
}

.contact-form-column {
	padding: 42px;

	background: var(--cab-bordeaux-dark);
	color: #fff;
}

.contact-form-column .contact-kicker {
	color: var(--cab-or);
}

.contact-form-column .contact-form-title {
	color: #fffaf3;
}

.contact-info-item {
	padding: 18px 0;

	border-top: 1px solid var(--cab-border);
}

.contact-info-item:last-child {
	border-bottom: 1px solid var(--cab-border);
}

.contact-info-label {
	margin: 0 0 6px;

	color: var(--cab-or);

	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.contact-info-item p:not(.contact-info-label) {
	margin: 0;

	font-family: var(--cab-font-serif);
	font-size: 1rem;
	line-height: 1.55;
}

.contact-info-item a {
	color: var(--cab-texte);

	text-decoration: none;
}

.contact-location-section > * {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin-left: auto;
	margin-right: auto;
}

.contact-location-address {
	margin-bottom: 32px;

	font-size: 0.95rem;
}


/* =========================================================
15 — FORMULAIRES SPECTRA
========================================================= */

.contact-form-column input,
.contact-form-column textarea,
.contact-form-column select {
	width: 100%;

	padding: 11px 13px;

	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 0;

	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.contact-form-column textarea {
	min-height: 125px;
}

.contact-form-column label {
	color: rgba(255, 255, 255, 0.85);
}

.contact-form-column button,
.contact-form-column input[type="submit"] {
	padding: 12px 20px;

	border: 1px solid var(--cab-or);
	border-radius: 0;

	background: var(--cab-or);
	color: #2d0b10;

	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;

	cursor: pointer;
}


/* =========================================================
16 — GOOGLE MAPS
========================================================= */

.contact-page .uagb-google-map__wrap,
.contact-page .wp-block-uagb-google-map {
	width: min(calc(100% - 64px), var(--cab-largeur));
	max-width: var(--cab-largeur);

	margin-left: auto;
	margin-right: auto;
}

.contact-page .uagb-google-map__wrap iframe,
.contact-page .wp-block-uagb-google-map iframe {
	display: block;

	width: 100%;
	min-height: 340px;

	border: 0;
}


/* =========================================================
GALERIE — COMPAGNIE LE CABRIOLEUR
========================================================= */

.compagnie-gallery-section {
	overflow: hidden;
}

.compagnie-gallery-section > .compagnie-gallery-wrapper {
	position: relative;
	left: 50%;

	width: min(1240px, calc(100vw - 64px)) !important;
	max-width: none !important;

	margin: 38px 0 0 !important;
	padding: 0 54px;

	box-sizing: border-box;

	transform: translateX(-50%);
}

.compagnie-gallery-viewport {
	position: relative;

	width: 100%;
	max-width: none;

	overflow: hidden;

	transition: height 300ms ease;
}

.compagnie-gallery-track {
	display: flex;
	align-items: flex-start;

	width: 100%;

	margin: 0;
	padding: 0;

	transition: transform 550ms cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.compagnie-gallery-slide {
	flex: 0 0 100%;

	width: 100%;

	display: flex;
	align-items: center;
	justify-content: center;

	gap: 10px;

	margin: 0;
	padding: 0;

	box-sizing: border-box;
}

.compagnie-gallery-slide > figure.wp-block-image {
	display: block !important;

	flex: 0 0 var(--cg-width) !important;

	width: var(--cg-width) !important;
	max-width: var(--cg-width) !important;

	height: var(--cg-height) !important;

	margin: 0 !important;
	padding: 0 !important;

	overflow: hidden !important;
}

.compagnie-gallery-slide > figure.wp-block-image img {
	display: block !important;

	width: 100% !important;
	height: 100% !important;

	max-width: none !important;
	max-height: none !important;

	margin: 0 !important;

	aspect-ratio: auto !important;

	object-fit: contain !important;
	object-position: center !important;
}

.compagnie-gallery-slide > figure.wp-block-image > a,
.compagnie-gallery-slide > figure.wp-block-image > .wp-lightbox-container {
	width: 100% !important;
	height: 100% !important;
}

.compagnie-gallery-prev,
.compagnie-gallery-next {
	position: absolute;
	z-index: 50;

	top: 50%;

	width: 42px;
	height: 42px;

	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid var(--cab-bordeaux);
	border-radius: 50%;

	background: var(--cab-creme-clair);
	color: var(--cab-bordeaux);

	font-size: 30px;
	line-height: 1;

	transform: translateY(-50%);

	cursor: pointer;

	transition:
		background 180ms ease,
		color 180ms ease,
		opacity 180ms ease;
}

.compagnie-gallery-prev {
	left: 0;
}

.compagnie-gallery-next {
	right: 0;
}

.compagnie-gallery-prev:hover:not(:disabled),
.compagnie-gallery-next:hover:not(:disabled) {
	background: var(--cab-bordeaux);
	color: var(--cab-blanc);
}

.compagnie-gallery-prev:disabled,
.compagnie-gallery-next:disabled {
	opacity: 0.25;
	cursor: default;
}

@media (max-width: 1000px) {
	.compagnie-gallery-section > .compagnie-gallery-wrapper {
		width: calc(100vw - 48px) !important;
		padding: 0 48px;
	}
}

@media (max-width: 767px) {
	.compagnie-gallery-section > .compagnie-gallery-wrapper {
		width: calc(100vw - 20px) !important;
		padding: 0 42px;
	}

	.compagnie-gallery-prev,
	.compagnie-gallery-next {
		width: 34px;
		height: 34px;
		font-size: 24px;
	}
}


/* =========================================================
GALERIE SPECTACLE EXTÉRIEUR
========================================================= */

.exterieur-gallery.has-nested-images {
	display: grid !important;

	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;

	gap: 12px !important;
}

.exterieur-gallery.has-nested-images figure.wp-block-image {
	width: 100% !important;
	max-width: none !important;

	margin: 0 !important;

	aspect-ratio: 4 / 3;

	overflow: hidden;
}

.exterieur-gallery.has-nested-images figure.wp-block-image img {
	display: block;

	width: 100% !important;
	height: 100% !important;

	object-fit: cover;

	transition: transform 300ms ease;
}

.exterieur-gallery.has-nested-images figure.wp-block-image:hover img {
	transform: scale(1.025);
}


/* =========================================================
18 — ACCUEIL
========================================================= */

.cabrioleur-hero {
	position: relative;
	z-index: 1;

	width: 100%;
	height: 540px;

	margin: 0;
	padding: 0;

	overflow: visible;

	color: var(--cab-blanc);

	background:
		radial-gradient(
			circle at 73% 45%,
			rgba(116, 58, 40, 0.42),
			rgba(73, 33, 25, 0.18) 36%,
			transparent 62%
		),
		linear-gradient(
			100deg,
			#0d0908 0%,
			#1b100d 43%,
			#57291f 100%
		);
}

.cabrioleur-hero-inner {
	position: relative;

	width: min(calc(100% - 64px), var(--cab-largeur));
	height: 540px;

	margin: 0 auto;

	overflow: visible;
}

.cabrioleur-hero-content {
	position: relative;
	z-index: 20;

	width: 43%;
	max-width: 480px;

	padding: 62px 0 50px;

	text-align: left;
}

.cabrioleur-hero-eyebrow {
	margin: 0 0 12px;

	color: var(--cab-or);

	font-size: 0.66rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.cabrioleur-hero-title {
	margin: 0;

	color: var(--cab-blanc);

	font-family: var(--cab-font-serif);
	font-size: clamp(2.7rem, 3.8vw, 4rem);
	font-weight: 400;
	line-height: 0.98;
}

.cabrioleur-hero-subtitle {
	margin: 20px 0 0;

	color: var(--cab-or);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.05rem, 1.4vw, 1.45rem);
	font-weight: 400;
	letter-spacing: 0.16em;
}

.cabrioleur-hero-separator {
	width: 230px;

	margin: 20px 0 18px;

	border: 0;
	border-top: 1px solid #9b4145;
}

.cabrioleur-hero-description {
	max-width: 430px;

	margin: 0;

	color: rgba(255, 255, 255, 0.90);

	font-size: 0.92rem;
	line-height: 1.58;
}

.cabrioleur-hero-actions {
	display: flex;

	gap: 12px;

	margin: 24px 0 0;
}

.cabrioleur-hero .wp-block-button__link {
	min-height: 42px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 10px 19px;

	border-radius: 3px;

	font-size: 0.72rem;
	font-weight: 600;

	text-transform: uppercase;
	text-decoration: none;
}

.cabrioleur-btn-primary .wp-block-button__link {
	border: 1px solid var(--cab-bordeaux);

	background: var(--cab-bordeaux);
	color: var(--cab-blanc);
}

.cabrioleur-btn-secondary .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.7);

	background: transparent;
	color: var(--cab-blanc);
}


/* Slider accueil */

.cabrioleur-hero-slider {
	position: absolute;
	z-index: 5;

	top: 0;
	right: -270px;
	bottom: 0;

	width: 1250px;
	height: 540px;

	margin: 0;
	padding: 0;

	overflow: visible;

	pointer-events: none;
}

.cabrioleur-hero-slide {
	position: absolute;

	inset: 0;

	width: 100%;
	height: 100%;

	margin: 0;

	opacity: 0;
	visibility: hidden;

	transition:
		opacity 700ms ease,
		visibility 700ms ease;
}

.cabrioleur-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.cabrioleur-hero-slide.is-cutout img {
	position: absolute;

	right: 0;
	bottom: 0;

	display: block;

	width: 100%;
	max-width: none;
	height: auto;
}

.cabrioleur-hero-slide.is-photo {
	right: 270px;

	width: calc(100% - 270px);

	overflow: hidden;
}

.cabrioleur-hero-slide.is-photo::after {
	content: "";

	position: absolute;
	inset: 0;

	background:
		linear-gradient(
			90deg,
			rgba(10, 6, 5, 0.84) 0%,
			rgba(10, 6, 5, 0.50) 30%,
			rgba(10, 6, 5, 0.05) 65%,
			transparent 100%
		);

	pointer-events: none;
}

.cabrioleur-hero-slide.is-photo img {
	display: block;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center;

	margin: 0;
}

.cabrioleur-slider-dots {
	position: absolute;
	z-index: 30;

	left: 65%;
	bottom: 20px;

	display: flex;

	gap: 7px;

	transform: translateX(-50%);

	pointer-events: auto;
}

.cabrioleur-slider-dot {
	width: 8px;
	height: 8px;

	padding: 0;

	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;

	background: transparent;

	cursor: pointer;
}

.cabrioleur-slider-dot.is-active {
	background: var(--cab-blanc);
}


/* Flèches */

.cabrioleur-hero-slider > .cabrioleur-slider-arrow {
	position: absolute;
	z-index: 50;

	top: 50%;

	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;

	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;

	background: rgba(20, 10, 8, 0.28);
	color: #fff;

	font-family: var(--cab-font-sans);
	font-size: 25px;
	font-weight: 300;

	transform: translateY(-50%);

	cursor: pointer;
	pointer-events: auto;
}

.cabrioleur-hero-slider > .cabrioleur-slider-prev {
	left: 295px;
}

.cabrioleur-hero-slider > .cabrioleur-slider-next {
	right: 22px;
}

.cabrioleur-hero-slider > .cabrioleur-slider-arrow:hover {
	background: rgba(116, 36, 38, 0.82);
}


/* =========================================================
19 — ACCUEIL : INFOS
========================================================= */

.cabrioleur-infos {
	width: 100%;

	margin: 0;
	padding: 0;

	background: var(--cab-creme);

	border-bottom: 1px solid rgba(90, 55, 45, 0.10);
}

.cabrioleur-infos-columns {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin: 0 auto;
	padding: 0;
}

.cabrioleur-info-card {
	min-height: 200px;

	margin: 0;
	padding: 30px 32px;

	display: flex;
	flex-direction: column;

	border-right: 1px solid rgba(91, 56, 45, 0.14);
}

.cabrioleur-info-card:last-child {
	border-right: 0;
}

.cabrioleur-info-header {
	display: flex;

	align-items: flex-start;

	gap: 14px;
}

.cabrioleur-info-icon {
	flex: 0 0 34px;

	width: 34px;
	height: 34px;

	margin: 0;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 1px solid rgba(116, 36, 38, 0.18);
	border-radius: 50%;
}

.cabrioleur-info-icon img {
	width: 17px;
	height: 17px;

	object-fit: contain;
}

.cabrioleur-info-title {
	margin: 0 0 12px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.15;

	text-transform: uppercase;
}

.cabrioleur-info-title::after {
	content: "";

	display: block;

	width: 42px;
	height: 1px;

	margin-top: 8px;

	background: var(--cab-or);
}

.cabrioleur-info-text {
	max-width: 320px;

	margin: 0 0 16px;

	color: var(--cab-texte);

	font-size: 0.86rem;
	line-height: 1.55;
}

.cabrioleur-info-text a {
	color: inherit;
}

.cabrioleur-info-card p:not(.cabrioleur-info-link) {
	color: var(--cab-texte);
}

.cabrioleur-infos,
.cabrioleur-infos p,
.cabrioleur-infos li,
.cabrioleur-infos a {
	color: var(--cab-texte);
}

.cabrioleur-info-text {
	color: var(--cab-texte);
}

.cabrioleur-info-link a {
	color: var(--cab-bordeaux);
}

.cabrioleur-info-link a:hover {
	color: var(--cab-bordeaux-hover);
}

.cabrioleur-info-link {
	margin-top: auto;
}

.cabrioleur-info-link a {
	color: var(--cab-bordeaux);

	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.04em;

	text-decoration: none;
	text-transform: uppercase;
}


/* =========================================================
20 — ACCUEIL : UNIVERS
========================================================= */

.cabrioleur-univers {
	padding: 34px 0 48px;
	background: #fff;
}

.cabrioleur-section-title {
	margin: 0 0 26px;

	color: #292522;

	font-family: var(--cab-font-serif);
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 1.1;

	text-transform: uppercase;
}

.cabrioleur-section-title::after {
	content: "";

	display: block;

	width: 70px;
	height: 1px;

	margin: 9px auto 0;

	background: var(--cab-or);
}


/* Carte */

.cabrioleur-univers-card {
	position: relative;

	overflow: hidden;

	cursor: pointer;

	transition: transform 250ms ease;
}

.cabrioleur-univers-card:hover {
	transform: translateY(-3px);
}


/* Overlay Gutenberg désactivé */

.cabrioleur-univers-card .wp-block-cover__background {
	opacity: 0;
}


/* Dégradé du bas */

.cabrioleur-univers-card::after {
	content: "";

	position: absolute;
	z-index: 2;

	left: 0;
	right: 0;
	bottom: 0;

	height: 32%;

	background:
		linear-gradient(
			to bottom,
			transparent 0%,
			rgba(5, 3, 2, 0.04) 45%,
			rgba(5, 3, 2, 0.30) 100%
		);

	pointer-events: none;
}


/* On enlève le positionnement du conteneur Gutenberg
   pour permettre au lien de couvrir toute la carte */

.cabrioleur-univers-card .wp-block-cover__inner-container {
	position: static;

	width: auto;

	padding: 0;
}


/* Titre */

.cabrioleur-univers-card h3 {
	position: absolute;
	z-index: 5;

	left: 0;
	right: 0;
	bottom: 15px;

	margin: 0;
	padding: 0 10px;

	color: #fff;

	font-family: var(--cab-font-sans);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;

	text-align: center;
	text-transform: uppercase;

	pointer-events: none;
}

.cabrioleur-univers-card h3::after {
	content: "";

	display: block;

	width: 30px;
	height: 1px;

	margin: 8px auto 0;

	background: var(--cab-or);
}


/* Lien invisible qui couvre toute la carte */

.cabrioleur-univers-card-link {
	position: static;

	margin: 0 !important;
	padding: 0 !important;
}

.cabrioleur-univers-card-link a {
	position: absolute;
	z-index: 10;

	inset: 0;

	display: block;

	font-size: 0;
	line-height: 0;

	text-indent: -9999px;

	overflow: hidden;
}


/* =========================================================
21 — FOOTER
========================================================= */

#footer {
	position: relative;

	overflow: hidden;

	font-family: var(--cab-font-sans);
}

[data-footer*="type-1"] .ct-footer [data-row="middle"] > .ct-container {
	--container-spacing: 16px;
	--columns-gap: 0px;
	--widgets-gap: 0px;
	--vertical-alignment: center;

	grid-template-columns:
		1.15fr
		1.35fr
		1.35fr
		1.15fr;

	width: min(calc(100% - 220px), 1120px);

	min-height: 105px;

	margin: 0 auto;
}

#footer [data-row="middle"] [data-column] {
	position: relative;

	min-height: 76px;

	padding: 0 26px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

#footer [data-row="middle"] [data-column]:not(:last-child)::after {
	content: "";

	position: absolute;

	top: 8px;
	right: 0;

	width: 1px;
	height: calc(100% - 16px);

	background: rgba(255, 255, 255, 0.13);
}

#footer [data-row="middle"] p,
#footer [data-row="middle"] li,
#footer [data-row="middle"] a {
	margin: 0;

	color: rgba(255, 255, 255, 0.92);

	font-size: 11px;
	line-height: 1.5;

	text-decoration: none;
}

#footer [data-row="middle"] a:hover {
	color: var(--cab-or);
}

#footer [data-column="widget-area-1"] .wp-block-image img {
	display: block;

	width: 110px;
	max-width: 110px;
	height: auto;

	margin: 0 auto;

	object-fit: contain;
}


/* Arabesques */

#footer::before,
#footer::after {
	content: "";

	position: absolute;
	z-index: 1;

	bottom: -30px;

	width: 330px;
	height: 210px;

	background-color: rgba(255, 255, 255, 0.28);

	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;

	mask-repeat: no-repeat;
	mask-size: contain;

	pointer-events: none;
}

#footer::before {
	left: -35px;

	-webkit-mask-image:
		url("/wp-content/themes/blocksy-child-cabrioleur/assets/images/arabesque-footer-gauche.png");

	-webkit-mask-position: left bottom;

	mask-image:
		url("/wp-content/themes/blocksy-child-cabrioleur/assets/images/arabesque-footer-gauche.png");

	mask-position: left bottom;
}

#footer::after {
	right: -35px;

	-webkit-mask-image:
		url("/wp-content/themes/blocksy-child-cabrioleur/assets/images/arabesque-footer-droit.png");

	-webkit-mask-position: right bottom;

	mask-image:
		url("/wp-content/themes/blocksy-child-cabrioleur/assets/images/arabesque-footer-droit.png");

	mask-position: right bottom;
}

#footer [data-row] > .ct-container {
	position: relative;

	z-index: 2;
}

#footer [data-column="widget-area-4"] {
	gap: 10px;
}

#footer [data-column="widget-area-4"] > * {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#footer [data-column="widget-area-4"] .wp-block-group {
	margin-top: 8px !important;
	margin-bottom: 0 !important;
}


/* =========================================================
22 — TABLETTE
========================================================= */

@media (max-width: 1000px) {

	#header .menu {
		gap: 12px;
	}

	.compagnie-page > .compagnie-hero,
	.theatre-page > .theatre-hero,
	.ecole-page > .ecole-hero,
	.formation-page > .formation-hero,
	.exterieur-page > .exterieur-hero,
	.residence-page > .residence-hero,
	.contact-page > .contact-hero {
		min-height: 400px;
	}

	.compagnie-page .compagnie-hero .wp-block-cover__inner-container,
	.theatre-page .theatre-hero .wp-block-cover__inner-container,
	.ecole-page .ecole-hero .wp-block-cover__inner-container,
	.formation-page .formation-hero .wp-block-cover__inner-container,
	.exterieur-page .exterieur-hero .wp-block-cover__inner-container,
	.residence-page .residence-hero .wp-block-cover__inner-container,
	.contact-page .contact-hero .wp-block-cover__inner-container,
	.compagnie-editorial-columns,
	.theatre-intro-columns,
	.ecole-intro-columns,
	.formation-intro-columns,
	.exterieur-intro-columns,
	.residence-intro-columns,
	.contact-main-columns {
		width: calc(100% - 48px);
	}

	.compagnie-format-columns,
	.theatre-show-columns,
	.ecole-day-columns,
	.formation-programme-columns,
	.exterieur-format-columns,
	.residence-lieu-columns {
		flex-direction: column;
	}

	.compagnie-format-image-column,
	.compagnie-format-content-column,
	.theatre-show-image-column,
	.theatre-show-content-column,
	.ecole-day-image-column,
	.ecole-day-content-column,
	.formation-programme-image-column,
	.formation-programme-content-column,
	.exterieur-format-image-column,
	.exterieur-format-content-column,
	.residence-lieu-image-column,
	.residence-lieu-content-column {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.compagnie-format-image img,
	.theatre-show-image img,
	.ecole-day-image img,
	.formation-programme-image img,
	.exterieur-format-image img,
	.residence-lieu-image img {
		min-height: 400px;
	}

	.compagnie-format-content,
	.theatre-show-content,
	.ecole-day-content,
	.formation-programme-content,
	.exterieur-format-content,
	.residence-lieu-content {
		width: calc(100% - 48px);
	}

	.cabrioleur-hero-inner {
		width: calc(100% - 48px);
	}

	.cabrioleur-hero-slider {
		right: -220px;

		width: 1000px;
	}

	.cabrioleur-hero-slide.is-photo {
		right: 220px;

		width: calc(100% - 220px);
	}
}


/* =========================================================
23 — MOBILE
========================================================= */

@media (max-width: 767px) {

	#header,
	#header [data-row="middle"],
	#header [data-row="middle"] > div,
	#header .ct-container {
		min-height: 56px;
		height: 56px;
	}

    #header [data-id="logo"] img {
        width: 105px;
        max-width: 105px;

        margin-top: 38px;
    }


	/* Heroes internes */

	.compagnie-page > .compagnie-hero,
	.theatre-page > .theatre-hero,
	.ecole-page > .ecole-hero,
	.formation-page > .formation-hero,
	.exterieur-page > .exterieur-hero,
	.residence-page > .residence-hero,
	.contact-page > .contact-hero {
		min-height: 330px;
	}

	.compagnie-page .compagnie-hero .wp-block-cover__inner-container,
	.theatre-page .theatre-hero .wp-block-cover__inner-container,
	.ecole-page .ecole-hero .wp-block-cover__inner-container,
	.formation-page .formation-hero .wp-block-cover__inner-container,
	.exterieur-page .exterieur-hero .wp-block-cover__inner-container,
	.residence-page .residence-hero .wp-block-cover__inner-container,
	.contact-page .contact-hero .wp-block-cover__inner-container {
		width: calc(100% - 36px);

		padding-bottom: 32px;
	}

	.compagnie-hero-title,
	.theatre-hero-title,
	.ecole-hero-title,
	.formation-hero-title,
	.exterieur-hero-title,
	.residence-hero-title,
	.contact-hero-title {
		font-size: clamp(2.6rem, 12vw, 3.8rem);
	}


	/* Sections */

	.compagnie-editorial-intro,
	.theatre-intro,
	.ecole-intro,
	.formation-intro,
	.exterieur-intro,
	.residence-intro,
	.contact-main-section {
		padding: 54px 0;
	}

	.compagnie-editorial-columns,
	.theatre-intro-columns,
	.ecole-intro-columns,
	.formation-intro-columns,
	.exterieur-intro-columns,
	.residence-intro-columns,
	.contact-main-columns {
		width: calc(100% - 36px);

		flex-direction: column;

		gap: 28px;
	}

	.compagnie-editorial-title,
	.theatre-intro-title,
	.ecole-intro-title,
	.formation-intro-title,
	.exterieur-intro-title,
	.residence-intro-title,
	.contact-section-title,
	.contact-form-title {
		font-size: clamp(2.3rem, 10vw, 3.2rem);
	}

	.compagnie-format-image img,
	.theatre-show-image img,
	.ecole-day-image img,
	.formation-programme-image img,
	.exterieur-format-image img,
	.residence-lieu-image img {
		min-height: 300px;
	}

	.compagnie-format-content,
	.theatre-show-content,
	.ecole-day-content,
	.formation-programme-content,
	.exterieur-format-content,
	.residence-lieu-content {
		width: calc(100% - 36px);

		padding: 48px 0;
	}

	.compagnie-format-title,
	.theatre-show-title,
	.ecole-day-title,
	.formation-programme-title,
	.exterieur-format-title,
	.residence-lieu-title {
		font-size: clamp(2.2rem, 10vw, 3rem);
	}


	/* Formation */

	.formation-chevaux-grid,
	.formation-installations-heading,
	.formation-installations-columns {
		flex-direction: column;
	}

	.formation-installations-columns {
		border-bottom: 0;
	}

	.formation-installation-item {
		min-height: 0;

		padding: 26px 0;

		border-right: 0;
		border-bottom: 1px solid var(--cab-border);
	}


	/* Contact */

	.contact-form-column {
		padding: 30px 22px;
	}


	/* Galerie */

	.exterieur-gallery.has-nested-images,
	.ecole-gallery.has-nested-images {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.ecole-gallery-section > * {
		width: calc(100% - 36px);
	}


	/* Accueil */

	.cabrioleur-hero {
		height: 680px;

		overflow: hidden;
	}

	.cabrioleur-hero-inner {
		width: 100%;
		height: 680px;

		padding: 0 22px;

		overflow: hidden;
	}

	.cabrioleur-hero-content {
		width: 100%;
		max-width: none;

		padding: 34px 0 0;
	}

	.cabrioleur-hero-title {
		font-size: clamp(2.4rem, 11vw, 3.4rem);
	}

	.cabrioleur-hero-subtitle {
		font-size: 1.05rem;
	}

	.cabrioleur-hero-description {
		font-size: 0.9rem;
	}

	.cabrioleur-hero-actions {
		flex-direction: column;

		align-items: flex-start;
	}

	.cabrioleur-hero-slider {
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;

		width: 100%;
		height: 360px;

		overflow: hidden;
	}

	.cabrioleur-hero-slide.is-cutout img {
		width: 610px;

		right: -205px;
		bottom: -8px;
	}

	.cabrioleur-hero-slide.is-photo {
		top: 110px;
		right: 0;

		width: 100%;
		height: auto;
	}

	.cabrioleur-slider-dots {
		left: 50%;
		bottom: 10px;
	}

	.cabrioleur-hero-slider > .cabrioleur-slider-arrow {
		width: 34px;
		height: 34px;
		min-width: 34px;
		min-height: 34px;

		font-size: 22px;
	}

	.cabrioleur-hero-slider > .cabrioleur-slider-prev {
		left: 10px;
	}

	.cabrioleur-hero-slider > .cabrioleur-slider-next {
		right: 10px;
	}
}

/* =========================================================
17 — POLITIQUE DE CONFIDENTIALITE
========================================================= */

.privacy-page {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 0;

	background: var(--cab-creme-clair);
	color: var(--cab-texte);
}


/* Hero */

.privacy-hero {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 78px 0 70px;

	background: var(--cab-bordeaux-dark);
	color: #fff;
}

.privacy-hero-inner {
	width: min(calc(100% - 64px), var(--cab-largeur));

	margin: 0 auto;
}

.privacy-kicker {
	margin: 0 0 17px;

	color: var(--cab-or);

	font-family: var(--cab-font-sans);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.privacy-hero-title {
	max-width: 850px;

	margin: 0;

	color: #fffaf3;

	font-family: var(--cab-font-serif);
	font-size: clamp(2.8rem, 4.5vw, 4.6rem);
	font-weight: 400;
	line-height: 0.98;
	letter-spacing: -0.025em;
}

.privacy-update {
	margin: 22px 0 0;

	color: rgba(255, 255, 255, 0.58);

	font-size: 0.75rem;
}


/* Introduction */

.privacy-intro {
	width: min(calc(100% - 64px), 860px);

	margin: 0 auto;
	padding: 70px 0 60px;
}

.privacy-intro-lead {
	margin-top: 0;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.35rem, 1.8vw, 1.65rem);
	line-height: 1.5;
}

.privacy-intro p:not(.privacy-intro-lead) {
	font-size: 0.96rem;
	line-height: 1.75;
}


/* Contenu */

.privacy-content-section {
	width: 100%;
	max-width: none;

	margin: 0;
	padding: 0 0 90px;

	background: var(--cab-creme-clair);
}

.privacy-content {
	width: min(calc(100% - 64px), 860px);

	margin: 0 auto;
}


/* Sections */

.privacy-block {
	position: relative;

	margin: 0;
	padding: 38px 0 42px;

	border-top: 1px solid var(--cab-border);
}

.privacy-block:last-child {
	border-bottom: 1px solid var(--cab-border);
}

.privacy-number {
	margin: 0 0 13px;

	color: var(--cab-or);

	font-family: var(--cab-font-serif);
	font-size: 0.72rem;
	letter-spacing: 0.1em;
}

.privacy-block h2 {
	max-width: 700px;

	margin: 0 0 22px;

	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-size: clamp(1.7rem, 2.5vw, 2.35rem);
	font-weight: 400;
	line-height: 1.1;
}

.privacy-block h3 {
	color: var(--cab-bordeaux);

	font-family: var(--cab-font-serif);
	font-weight: 400;
}

.privacy-block p {
	max-width: 780px;

	margin-top: 0;
	margin-bottom: 15px;

	font-size: 0.93rem;
	line-height: 1.75;
}

.privacy-block ul {
	margin: 18px 0 22px;
	padding-left: 22px;
}

.privacy-block li {
	margin-bottom: 7px;

	font-size: 0.93rem;
	line-height: 1.6;
}

.privacy-block a {
	color: var(--cab-bordeaux);

	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.privacy-block a:hover {
	color: var(--cab-bordeaux-hover);
}


/* Adresse */

.privacy-address {
	padding-left: 18px;

	border-left: 2px solid var(--cab-or);
}


/* Section cookies mise en valeur */

.privacy-highlight {
	margin: 22px -32px;
	padding: 36px 32px;

	border: 0;

	background: var(--cab-creme);
}

.privacy-highlight + .privacy-block {
	border-top: 0;
}


/* =========================================================
POLITIQUE DE CONFIDENTIALITE — TABLETTE
========================================================= */

@media (max-width: 1000px) {

	.privacy-hero-inner,
	.privacy-intro,
	.privacy-content {
		width: calc(100% - 48px);
	}

	.privacy-hero {
		padding: 65px 0 60px;
	}
}


/* =========================================================
POLITIQUE DE CONFIDENTIALITE — MOBILE
========================================================= */

@media (max-width: 767px) {

	.privacy-hero {
		padding: 55px 0 50px;
	}

	.privacy-hero-inner,
	.privacy-intro,
	.privacy-content {
		width: calc(100% - 36px);
	}

	.privacy-hero-title {
		font-size: clamp(2.5rem, 11vw, 3.4rem);
	}

	.privacy-intro {
		padding: 50px 0 42px;
	}

	.privacy-content-section {
		padding-bottom: 65px;
	}

	.privacy-block {
		padding: 30px 0 34px;
	}

	.privacy-highlight {
		margin: 16px -18px;
		padding: 28px 18px;
	}

	.privacy-block h2 {
		font-size: clamp(1.6rem, 8vw, 2rem);
	}
}