/* =========================================================
   LiveGalerie v2.0 - option_horodatage.css
   Page : option_horodatage.php
   Version commande / configuration
   ========================================================= */

.lg-horo-body {
	background: #f4f0ea;
	color: #2f2923;
}

.lg-horo-page {
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 16px 36px;
	box-sizing: border-box;
}

/* ---------- Fil d'Ariane ---------- */

.lg-horo-breadcrumb {
	margin: 0 0 14px;
}

.lg-horo-breadcrumb ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lg-horo-breadcrumb li {
	font-size: 12px;
	color: #7a6d62;
}

.lg-horo-breadcrumb a {
	color: #7a6d62;
	text-decoration: none;
	transition: color 0.18s ease;
}

.lg-horo-breadcrumb a:hover {
	color: #a8662b;
}

.lg-horo-breadcrumb .current {
	color: #2f2923;
	font-weight: 600;
}

.lg-horo-breadcrumb .home {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

/* ---------- Hero ---------- */

.lg-horo-hero {
	margin-bottom: 16px;
	padding: 20px 20px 18px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(246,238,228,0.96));
	border: 1px solid rgba(168, 102, 43, 0.10);
	box-shadow: 0 10px 24px rgba(68, 49, 31, 0.06);
}

.lg-horo-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a8662b;
}

.lg-horo-hero h1 {
	margin: 0 0 8px;
	font-size: clamp(26px, 3vw, 36px);
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: #1f1a16;
}

.lg-horo-hero__lead {
	margin: 0;
	max-width: 760px;
	font-size: 14px;
	line-height: 1.55;
	color: #5d5349;
}

/* ---------- Layout ---------- */

.lg-horo-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
	gap: 16px;
}

.lg-horo-main {
	display: grid;
	gap: 14px;
}

.lg-horo-side {
	display: grid;
	gap: 14px;
	align-content: start;
}

/* ---------- Cards ---------- */

.lg-horo-card,
.lg-side-card,
.lg-horo-total-card {
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(90, 69, 52, 0.08);
	box-shadow: 0 10px 24px rgba(58, 43, 30, 0.05);
}

.lg-horo-card__title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.lg-horo-card__title-row h2 {
	margin: 0;
	font-size: 21px;
	line-height: 1.2;
	color: #1f1a16;
	letter-spacing: -0.02em;
}

.lg-horo-step {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, #f5d08a, #eba63b);
	color: #1f1a16;
	font-size: 22px;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(168, 102, 43, 0.14);
}

/* ---------- Quantity ---------- */

.lg-horo-quantity-box {
	display: grid;
	gap: 12px;
}

.lg-horo-quantity-box__label {
	font-size: 15px;
	font-weight: 700;
	color: #1f1a16;
}

.lg-horo-quantity-box__controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.lg-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(102, 78, 56, 0.14);
	border-radius: 12px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
	color: #1f1a16;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

#horo_quantity {
	width: 100px;
	height: 42px;
	border: 1px solid rgba(102, 78, 56, 0.14);
	border-radius: 12px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #1f1a16;
}

.lg-horo-quantity-box__help {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: #5d5349;
}

/* ---------- Total ---------- */

.lg-horo-total-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: linear-gradient(135deg, #fcf7f0, #f7ead7);
	border-color: rgba(168, 102, 43, 0.16);
}

.lg-horo-total-card__label {
	font-size: 18px;
	font-weight: 800;
	color: #1f1a16;
}

.lg-horo-total-card__value {
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	color: #1f1a16;
}

/* ---------- Payments ---------- */

.lg-payment-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lg-payment-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 14px;
	border-radius: 18px;
	border: 1px solid rgba(102, 78, 56, 0.10);
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
	cursor: pointer;
	text-align: center;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.lg-payment-card:hover {
	transform: translateY(-1px);
	border-color: rgba(168, 102, 43, 0.22);
	box-shadow: 0 10px 20px rgba(80, 56, 34, 0.06);
}

.lg-payment-card__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #1f1a16;
}

.lg-payment-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 38px;
	padding: 0 16px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0e4c79, #1f6b9d);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

/* ---------- Side ---------- */

.lg-side-card h3 {
	margin: 0 0 8px;
	font-size: 18px;
	line-height: 1.25;
	color: #1f1a16;
}

.lg-side-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: #5d5349;
}

.lg-side-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.lg-side-list li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #473e36;
}

.lg-side-list li::before {
	content: "▪";
	position: absolute;
	left: 0;
	top: 0;
	color: #be5f1a;
	font-weight: 800;
}

.lg-horo-offer-note {
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 12px;
	background: linear-gradient(135deg, #fff7ea, #f9edd8);
	border: 1px solid rgba(190, 95, 26, 0.14);
	font-size: 13px;
	line-height: 1.45;
	color: #7b4a1f;
	font-weight: 600;
}

.lg-horo-bonus {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #2e7d32;
	font-weight: 700;
}

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

@media (max-width: 980px) {
	.lg-horo-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.lg-horo-page {
		padding: 14px 12px 30px;
	}

	.lg-horo-hero,
	.lg-horo-card,
	.lg-side-card,
	.lg-horo-total-card {
		padding: 16px 14px 14px;
		border-radius: 18px;
	}

	.lg-payment-grid {
		grid-template-columns: 1fr;
	}
}