/* =========================
   LIVEGALERIE - ACCUEIL V1.5
   ========================= */

/* =========================
   LAYOUT HAUT DE PAGE
   ========================= */

.lg-home-top {
	display: grid;
	grid-template-columns: minmax(0, 740px) minmax(260px, 390px);
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 18px auto;
	padding: 0 18px;
	box-sizing: border-box;
}

.lg-home-top__left,
.lg-home-top__right {
	min-width: 0;
	width: 100%;
}

.lg-home-top__left #conteneur_vitrine {
	float: none;
	width: 100%;
	margin: 0;
}

.lg-home-top__left #vitrine_v15.lg-home-hero {
	max-width: none;
	margin: 0;
}

/* =========================
   HERO COMPACT
   ========================= */

#vitrine_v15.lg-home-hero {
	margin: 0;
	max-width: 760px;
}

.lg-home-hero__header {
	background: linear-gradient(180deg, #ece4d0 0%, #e2d6ba 100%);
	border: 1px solid #d7c7a2;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	padding: 8px 12px;
	box-sizing: border-box;
}

.lg-home-hero__header h2 {
	margin: 0;
	color: #3d2f1d;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}

.lg-home-hero__card {
	display: flex;
	gap: 12px;
	background: #f8f4e8;
	padding: 12px;
	border: 1px solid #d7c7a2;
	border-top: 0;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	min-width: 0;
}

.lg-home-hero__media {
	position: relative;
	flex: 0 0 430px;
	width: 430px;
	height: 340px;
	min-width: 0;
	max-width: 430px;
	border-radius: 10px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 6px 16px rgba(0,0,0,0.12);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lg-home-hero__media a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lg-home-hero__media img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	background: #111;
}

.lg-home-hero__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.lg-home-hero__overlay-top,
.lg-home-hero__overlay-bottom {
	padding: 10px;
}

.lg-home-hero__overlay-bottom {
	background: linear-gradient(to top, rgba(0,0,0,0.80), rgba(0,0,0,0.20), transparent);
}

.lg-home-hero__artist,
.lg-home-hero__title {
	pointer-events: auto;
}

.lg-home-hero__artist a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.lg-home-hero__artist a:hover,
.lg-home-hero__title a:hover {
	text-decoration: underline;
}

.lg-home-hero__title {
	margin-top: 2px;
}

.lg-home-hero__title a {
	color: #f4f4f4;
	text-decoration: none;
	font-size: 11px;
}

.lg-hero-badge {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	pointer-events: auto;
}

.lg-hero-badge--cert {
	background: rgba(255,255,255,0.95);
	color: #0f5e3b;
	border: 1px solid rgba(15,94,59,0.14);
}

.lg-home-hero__infos {
	flex: 0 0 250px;
	min-width: 0;
	background: #fffdfa;
	border: 1px solid #eadfbe;
	border-radius: 10px;
	padding: 12px;
	box-shadow: 0 6px 14px rgba(0,0,0,0.04);
}

.lg-home-hero__intro {
	margin-bottom: 8px;
	font-size: 11px;
	color: #7b6a4c;
	font-weight: bold;
}

.lg-home-hero__meta {
	margin-bottom: 8px;
}

.lg-home-hero__row {
	padding: 6px 0;
	border-bottom: 1px solid #eee5cf;
}

.lg-home-hero__row:last-child {
	border-bottom: 0;
}

.lg-home-hero__label {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: #8a7d5f;
	margin-bottom: 2px;
}

.lg-home-hero__value {
	display: block;
	font-size: 11px;
	color: #1c1c1c;
	line-height: 1.25;
}

.lg-home-hero__value a {
	color: #0b4f9c;
	text-decoration: none;
	font-weight: bold;
}

.lg-home-hero__value a:hover {
	text-decoration: underline;
}

.lg-home-hero__row--price .lg-home-hero__value {
	font-size: 16px;
	font-weight: bold;
	color: #c46d00;
}

.lg-home-hero__stamp {
	margin: 0 0 8px 0;
	padding: 6px 8px;
	background: #f2fbf5;
	border: 1px solid #cfe6d6;
	border-radius: 7px;
	font-size: 11px;
	text-align: center;
}

.lg-home-hero__stamp a {
	color: #15603f;
	text-decoration: none;
	font-weight: bold;
}

.lg-home-hero__stamp a:hover {
	text-decoration: underline;
}

.lg-home-hero__actions {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

/* =========================
   BOUTONS GENERIQUES
   ========================= */

.lg-home-btn {
	display: inline-block;
	text-align: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	transition: transform .15s ease;
	box-sizing: border-box;
}

.lg-home-btn:hover {
	transform: translateY(-1px);
}

.lg-home-btn--primary {
	background: linear-gradient(180deg, #295c9d 0%, #163d6b 100%);
	color: #fff;
	box-shadow: 0 5px 12px rgba(22,61,107,.16);
}

.lg-home-btn--primary:hover {
	color: #fff;
}

/* =========================
   SUIVI DANS LE HERO
   ========================= */

.lg-home-hero__follow .lg-follow-box {
	width: 100%;
	margin: 0;
	float: none;
	text-align: center;
}

.lg-home-hero__follow .lg-follow-meta {
	margin-bottom: 4px;
}

.lg-home-hero__follow .lg-follow-count {
	display: block;
	font-size: 10px;
	line-height: 1.15;
	color: #8a7d5f;
}

.lg-home-hero__follow .lg-follow-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	padding: 8px 10px;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 999px;
}

.lg-home-hero__follow .lg-follow-label {
	white-space: nowrap;
	font-size: 12px;
}

.lg-home-hero__follow .lg-heart {
	font-size: 13px;
}

.lg-home-hero__follow .lg-follow-sticky-wrap {
	display: none !important;
}

.lg-home-follow-head__cta {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: linear-gradient(180deg, #295c9d 0%, #163d6b 100%);
	color: #fff;
	box-shadow: 0 5px 12px rgba(22,61,107,.16);
	white-space: nowrap;
}

.lg-home-follow-head__cta:hover {
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

/* =========================
   THEMES A DROITE
   ========================= */

.lg-home-seo-h1 {
	margin: 0 0 6px 0;
	font-size: 16px;
	line-height: 1.2;
	color: #3d2f1d;
	font-weight: 700;
}

.lg-home-seo-intro {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 1.4;
	color: #6f6247;
}

.lg-home-themes {
	min-width: 0;
	padding: 14px 16px;
	background: #f8f4e8;
	border: 1px solid #e2d6ba;
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

.lg-home-themes h2 {
	margin: 0 0 8px 0;
	font-size: 14px;
	color: #3d2f1d;
}

.lg-home-themes__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.lg-theme-card {
	display: inline-block;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #e6dcc3;
	border-radius: 999px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	line-height: 1.2;
}

.lg-theme-card:hover {
	background: #2f5d9c;
	color: #fff;
	border-color: #2f5d9c;
}

/* =========================
   LIEN SERVICES
   ========================= */

.lg-home-services-link {
	clear: both;
	text-align: center;
	margin: 6px auto 22px auto;
	width: 100%;
	max-width: 1180px;
	padding: 0 18px;
	box-sizing: border-box;
}

/* =========================
   SUIVI - CONTENEUR
   ========================= */

#conteneur_suivi {
	clear: both;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 18px auto;
	padding: 0 18px;
	box-sizing: border-box;
}

#conteneur_suivi .contenu_suivi {
	width: 100%;
	box-sizing: border-box;
}

#conteneur_suivi h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
}

.lg-home-suivi {
	width: 100%;
	overflow: hidden;
}

/* =========================
   ARTISTES SUIVIS - HOME V1.5
   ========================= */

.lg-home-follow-section {
	clear: both;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 22px auto;
	padding: 0 18px;
	box-sizing: border-box;
}

.lg-home-follow-shell {
	background: linear-gradient(180deg, #f7f2e3 0%, #f3ecd8 100%);
	border: 1px solid #ddd0ad;
	border-radius: 14px;
	padding: 16px 18px 14px 18px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.lg-home-follow-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.lg-home-follow-head__titles h2 {
	margin: 0;
	font-size: 24px;
	line-height: 1.1;
}

.lg-home-follow-head__titles h2 a {
	color: #173f70;
	text-decoration: none;
}

.lg-home-follow-head__titles h2 a:hover {
	text-decoration: underline;
}

.lg-home-follow-head__titles p {
	margin: 4px 0 0 0;
	font-size: 13px;
	color: #7b6a4c;
}

.lg-home-follow-head__link {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	border: 1px solid #d9ccb0;
	color: #23456f;
	white-space: nowrap;
}

.lg-home-follow-head__link:hover {
	background: #fdfaf3;
}

.lg-home-follow-viewport {
	position: relative;
}

.lg-home-follow-rail-wrap {
	overflow: hidden;
}

.lg-home-follow-rail {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	padding: 4px 2px 10px 2px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lg-home-follow-rail::-webkit-scrollbar {
	display: none;
}

.lg-home-follow-card {
	flex: 0 0 auto;
	width: 148px;
	text-decoration: none;
	color: inherit;
}

.lg-home-follow-card__media {
	width: 148px;
	height: 148px;
	border-radius: 12px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 8px 18px rgba(0,0,0,0.12);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.lg-home-follow-card:hover .lg-home-follow-card__media {
	transform: translateY(-2px);
	box-shadow: 0 12px 22px rgba(0,0,0,0.18);
}

.lg-home-follow-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.lg-home-follow-card__meta {
	padding: 8px 4px 0 4px;
}

.lg-home-follow-card__artist {
	font-size: 12px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lg-home-follow-card__time {
	margin-top: 3px;
	font-size: 11px;
	color: #8a7d5f;
	line-height: 1.2;
}

.lg-home-follow-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(23, 63, 112, 0.92);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 14px rgba(0,0,0,0.18);
	z-index: 3;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.lg-home-follow-viewport:hover .lg-home-follow-nav {
	opacity: 1;
	pointer-events: auto;
}

.lg-home-follow-nav:hover {
	transform: translateY(-50%) scale(1.06);
}

.lg-home-follow-nav--left {
	left: -8px;
}

.lg-home-follow-nav--right {
	right: -8px;
}

.lg-home-follow-edge {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 130px;
	z-index: 2;
}

.lg-home-follow-edge--left {
	left: 0;
}

.lg-home-follow-edge--right {
	right: 0;
}

/* =========================
   RESPONSIVE
   ========================= */

@media screen and (max-width: 900px) {
	.lg-home-top {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 10px !important;
		box-sizing: border-box !important;
	}

	.lg-home-top__left,
	.lg-home-top__right {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		box-sizing: border-box !important;
	}

	.lg-home-top__right {
		margin-top: 14px !important;
	}

	.lg-home-top__left #conteneur_vitrine,
	#vitrine_v15.lg-home-hero,
	.lg-home-themes {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
	}

	.lg-home-hero__card {
		flex-direction: column !important;
	}

	.lg-home-hero__media {
		width: 100% !important;
		max-width: 100% !important;
		height: 240px !important;
		flex: none !important;
	}

	.lg-home-hero__infos {
		width: 100% !important;
		max-width: 100% !important;
		flex: none !important;
	}

	.lg-home-seo-h1 {
		font-size: 13px;
		margin-bottom: 4px;
	}

	.lg-home-seo-intro {
		font-size: 11px;
		line-height: 1.35;
		margin-bottom: 8px;
	}

	.lg-home-themes {
		padding: 10px 10px;
	}

	.lg-home-themes h2 {
		font-size: 13px;
		margin-bottom: 6px;
	}

	.lg-theme-card {
		padding: 5px 8px;
		font-size: 11px;
	}

	.lg-home-follow-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.lg-home-follow-head__titles h2 {
		font-size: 20px;
	}

	.lg-home-follow-card,
	.lg-home-follow-card__media {
		width: 128px;
		height: 128px;
	}
}

@media screen and (max-width: 640px) {
	.lg-home-top {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 0 8px;
	}

	.lg-home-top__right {
		margin-top: 12px !important;
	}

	.lg-home-hero__header h2 {
		font-size: 12px;
	}

	.lg-home-hero__intro,
	.lg-home-hero__value,
	.lg-home-hero__label {
		font-size: 10px;
	}

	.lg-home-hero__media {
		height: 200px;
	}

	.lg-home-themes h2 {
		font-size: 12px;
	}

	.lg-theme-card {
		font-size: 10px;
		padding: 4px 7px;
	}
}