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

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

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

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

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

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

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

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

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

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

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

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

.lg-expos-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-expos-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #a8662b;
}

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

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

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

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

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

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

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

.lg-expos-card,
.lg-side-card,
.lg-expos-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-expos-card__title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

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

.lg-expos-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);
}

/* ---------- Navigation mois ---------- */

.lg-expos-weeks-wrap {
	display: grid;
	gap: 12px;
}

.lg-expos-month-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
	border: 1px solid rgba(102, 78, 56, 0.10);
}

.lg-expos-month-nav__label {
	flex: 1;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: #1f1a16;
}

.lg-month-nav-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	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;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.lg-month-nav-btn:hover {
	transform: translateY(-1px);
	border-color: rgba(168, 102, 43, 0.22);
	box-shadow: 0 8px 18px rgba(80, 56, 34, 0.05);
}

/* ---------- Weeks ---------- */

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

.lg-week-card {
	display: grid;
	gap: 6px;
	padding: 14px 14px 12px;
	border-radius: 16px;
	border: 1px solid rgba(102, 78, 56, 0.10);
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.lg-week-card:hover {
	transform: translateY(-1px);
	border-color: rgba(168, 102, 43, 0.20);
	box-shadow: 0 8px 18px rgba(80, 56, 34, 0.05);
}

.lg-week-card.is-selected {
	border-color: rgba(168, 102, 43, 0.30);
	background: linear-gradient(180deg, #fff9f1 0%, #fcf5eb 100%);
	box-shadow: 0 10px 20px rgba(168, 102, 43, 0.08);
}

.lg-week-card.is-hidden {
	display: none;
}

.lg-week-card.is-disabled {
	opacity: 0.45;
	background: linear-gradient(180deg, #f5f2ed 0%, #efebe5 100%);
	border-color: rgba(102, 78, 56, 0.08);
	cursor: not-allowed;
	box-shadow: none;
}

.lg-week-card.is-disabled:hover {
	transform: none;
	border-color: rgba(102, 78, 56, 0.08);
	box-shadow: none;
}

.lg-week-card.is-disabled .lg-week-card__month,
.lg-week-card.is-disabled .lg-week-card__range {
	color: #8a7d71;
}

.lg-week-card input {
	display: none;
}

.lg-week-card__month {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	color: #a8662b;
}

.lg-week-card__range {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #1f1a16;
}

.lg-week-card__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(102, 78, 56, 0.10);
	color: #7c6f63;
	font-size: 11px;
	font-weight: 700;
}

.lg-expos-selected-week {
	font-size: 14px;
	line-height: 1.5;
	color: #5d5349;
}

/* ---------- Durations ---------- */

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

.lg-duration-card {
	display: grid;
	gap: 6px;
	padding: 14px 14px 12px;
	border-radius: 16px;
	border: 1px solid rgba(102, 78, 56, 0.10);
	background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
	cursor: pointer;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.lg-duration-card:hover {
	transform: translateY(-1px);
	border-color: rgba(168, 102, 43, 0.20);
	box-shadow: 0 8px 18px rgba(80, 56, 34, 0.05);
}

.lg-duration-card.is-selected {
	border-color: rgba(168, 102, 43, 0.30);
	background: linear-gradient(180deg, #fff9f1 0%, #fcf5eb 100%);
	box-shadow: 0 10px 20px rgba(168, 102, 43, 0.08);
}

.lg-duration-card input {
	display: none;
}

.lg-duration-card__title {
	font-size: 16px;
	font-weight: 700;
	color: #1f1a16;
}

.lg-duration-card__note {
	font-size: 13px;
	line-height: 1.45;
	color: #be5f1a;
}

.lg-duration-card__price {
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	color: #1f1a16;
}

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

.lg-expos-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-expos-total-card__label {
	font-size: 18px;
	font-weight: 800;
	color: #1f1a16;
}

.lg-expos-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;
}

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

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

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

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

	.lg-expos-weeks-grid,
	.lg-expos-duration-grid,
	.lg-payment-grid {
		grid-template-columns: 1fr;
	}
}