/* ==========================================================================
   Modèle de page "Tarifs" — charte du site (navy #1c2642 / gold #b5a78a)
   ========================================================================== */

.tarifs-page {
	background-color: #f8f8f8;
	padding: 70px 0 90px;
}

.tarifs-header {
	text-align: center;
	max-width: 760px;
	margin: 0 auto 50px;
}

.tarifs-header .sous-titre-page {
	margin-bottom: 6px;
}

.tarifs-titre {
	color: #1c2642;
	margin-bottom: 18px;
}

.tarifs-divider {
	width: 70px;
	height: 3px;
	background-color: #b5a78a;
	margin: 0 auto 28px;
}

.tarifs-intro {
	font-size: 17px;
	line-height: 1.7;
	color: #676767;
}

.tarifs-intro p {
	margin: 0;
}

.tarifs-groupes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px;
	margin-bottom: 50px;
}

.tarifs-groupe {
	background-color: #ffffff;
	border: 1px solid #e5e2da;
	box-shadow: 0 6px 24px rgba(28, 38, 66, 0.06);
}

.tarifs-groupe-titre {
	margin: 0;
	padding: 20px 28px;
	background-color: #1c2642;
	color: #ffffff !important;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 3px solid #b5a78a;
}

.tarifs-liste {
	list-style: none;
	margin: 0;
	padding: 10px 28px 26px;
}

.tarifs-item {
	display: flex;
	align-items: baseline;
	padding: 11px 0;
	border-bottom: 1px dotted #d8d3c6;
}

.tarifs-item:last-child {
	border-bottom: none;
}

.tarifs-item-label {
	color: #1c2642 !important;
	font-size: 16px;
}

.tarifs-item-dots {
	flex: 1 1 auto;
	margin: 0 10px;
	border-bottom: 2px dotted #b5a78a;
	transform: translateY(-4px);
	min-width: 16px;
}

.tarifs-item-prix {
	color: #b5a78a !important;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
}

.tarifs-note {
	max-width: 620px;
	margin: 0 auto 30px;
	padding: 22px 30px;
	text-align: center;
	border: 1px solid #b5a78a;
}

.tarifs-note p {
	margin: 0;
	padding-bottom: 0;
	color: #1c2642 !important;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.tarifs-mention {
	max-width: 760px;
	margin: 0 auto 40px;
	text-align: center;
	color: #999999;
	font-size: 13px;
	line-height: 1.6;
}

.tarifs-mention p {
	color: #999999 !important;
	margin: 0;
}

.tarifs-cta {
	text-align: center;
}

.tarifs-cta .bouton2 {
	display: inline-block;
	padding: 14px 40px !important;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

@media screen and (max-width: 991.98px) {
	.tarifs-groupes {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 575.98px) {
	.tarifs-page {
		padding: 40px 0 60px;
	}

	.tarifs-groupe-titre {
		font-size: 17px;
		padding: 16px 20px;
	}

	.tarifs-liste {
		padding: 6px 20px 18px;
	}

	.tarifs-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.tarifs-item-dots {
		display: none;
	}

	.tarifs-item-prix {
		font-size: 15px;
	}
}
