.cdoi-hero-overlap {
	position: relative;
	margin-top: -64px !important;
	z-index: 2;
}
@media (max-width: 700px) {
	.cdoi-hero-overlap { margin-top: -40px !important; }
}

/* Encart clair (comme la carte du formulaire) pour bien trancher sur le
 * bandeau navy au-dessus, au lieu de se fondre dans la même couleur. */
.cdoi-tv-wrapper {
	width: 100%;
	box-sizing: border-box;
	margin: 2rem 0;
	background: #FFFEFB;
	border: 1px solid #E1E6E4;
	border-radius: 16px;
	padding: 22px 20px 20px;
	color: #12201C;
	font-family: 'Inter', sans-serif;
	box-shadow: 0 24px 60px rgba(11,59,96,0.18);
}

.cdoi-tv-eyebrow {
	font-family: 'Space Mono', monospace;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: 700;
	color: #0C7A66;
	margin: 0 0 4px;
}

.cdoi-tv-title {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 6px;
	color: #0B3B60;
}

/* Sous-titre sous le titre : "Réservez maintenant pour garantir le tarif … en cours." */
.cdoi-tv-sub {
	font-size: 12px;
	color: #5B6B67;
	line-height: 1.45;
	margin: 0 0 14px;
}

.cdoi-tv-tiers {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
@media (max-width: 480px) {
	.cdoi-tv-tiers { grid-template-columns: 1fr; }
}

.cdoi-tv-tier {
	background: #F7F4EC;
	border: 1px solid #E1E6E4;
	border-radius: 12px;
	padding: 14px 14px;
	position: relative;
}

/* Palier actuellement actif ("En cours") : mis en avant. */
.cdoi-tv-tier-actif {
	background: #fff;
	border: 2px solid #0FA88A;
}

.cdoi-tv-tier-label {
	display: block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #0B3B60;
}

.cdoi-tv-col-heads {
	display: flex;
	justify-content: space-between;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #8A9490;
	font-weight: 700;
	margin-bottom: 6px;
	padding: 0 2px;
}

.cdoi-tv-prices {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 8px;
}

.cdoi-tv-price-group {
	font-size: 11.5px;
	line-height: 1.3;
}

.cdoi-tv-price-label {
	display: block;
	color: #5B6B67;
	font-size: 10px;
	margin-bottom: 2px;
}

.cdoi-tv-price-split {
	display: flex;
	align-items: center;
	gap: 6px;
}

.cdoi-tv-divider {
	width: 1px;
	align-self: stretch;
	background: #D8D2C2;
	flex-shrink: 0;
}

.cdoi-tv-price {
	flex: 1;
	font-weight: 800;
	font-size: 12.5px;
	color: #0C7A66;
	text-align: center;
}
/* Rappel entre parenthèses (équivalent Ariary, mention "par session"…). */
.cdoi-tv-price small {
	display: block;
	font-weight: 500;
	font-size: 8.5px;
	color: #8A9490;
	text-transform: none;
	letter-spacing: 0;
}

/* Colonne non résident : tarif affiché en euros. */
.cdoi-tv-price-nr {
	color: #0B3B60;
}

.cdoi-tv-price-na {
	color: #B7BDBA;
	font-weight: 600;
}

.cdoi-tv-badge {
	display: inline-block;
	font-size: 9.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 8px;
	border-radius: 20px;
}

/* Badge vert : palier actif ("En cours"). */
.cdoi-tv-disponible {
	background: #0FA88A;
	color: #fff;
}

.cdoi-tv-avenir {
	background: #D9ECF3;
	color: #0B3B60;
}

.cdoi-tv-cloture {
	background: #EDEDED;
	color: #8A8A8A;
}

.cdoi-tv-date {
	font-size: 10px;
	margin: 5px 0 0;
	color: #5B6B67;
}

/* Note sous les deux colonnes : caractère indicatif du tarif en euros. */
.cdoi-tv-note {
	font-size: 10.5px;
	color: #5B6B67;
	margin: 12px 0 0;
	line-height: 1.4;
}

/* Bloc "Pack" : billet complémentaire à tarif fixe (non lié aux paliers),
 * mis en valeur sous la grille grâce à une bordure or plutôt qu'un simple
 * fond crème, pour se distinguer visuellement d'un palier tarifaire. */
.cdoi-tv-pack {
	margin-top: 14px;
	background: #FFFDF5;
	border: 1.5px solid #F0B429;
	border-radius: 12px;
	padding: 14px 14px 12px;
}

.cdoi-tv-pack-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.cdoi-tv-pack-badge {
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 2px 8px;
	border-radius: 20px;
	background: #F0B429;
	color: #4A3200;
}

.cdoi-tv-pack-title {
	font-family: 'Inter', sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	color: #0B3B60;
}

.cdoi-tv-pack-desc {
	font-size: 11px;
	color: #5B6B67;
	margin: 0 0 8px;
	line-height: 1.4;
}

.cdoi-tv-pack-price {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #0C7A66;
}
