/* =========================================
   LIVEGALERIE - ENTETE SMALL NEW
   ========================================= */

#entete_small.lg-header-small-v2 {
	position: relative;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, #f7f0de 0%, #efe4c9 100%);
	border-bottom: 1px solid #cdb07a;
	box-shadow:
		0 3px 10px rgba(86, 62, 25, 0.06),
		inset 0 1px 0 rgba(255,255,255,0.55);
	z-index: 60;
	overflow: visible;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 18px;
	padding-right: 18px;
	box-sizing: border-box;
}

/* =========================================
   TOP BAR
   ========================================= */

#entete_small.lg-header-small-v2 .lg-header-small-v2__topbar {
	position: relative;
	z-index: 80;
	padding: 0;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__topbar .lg-header-small-v2__wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 12px;
}

#entete_small.lg-header-small-v2 .lg-top-menu {
	display: flex;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.1;
}

#entete_small.lg-header-small-v2 .lg-top-menu li {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 9px;
}

#entete_small.lg-header-small-v2 .lg-top-menu li:first-child {
	padding-left: 0;
}

#entete_small.lg-header-small-v2 .lg-top-menu li + li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 11px;
	background: rgba(120, 97, 57, 0.28);
}

#entete_small.lg-header-small-v2 .lg-top-menu a {
	font-size: 12px;
	color: #173f70;
	text-decoration: underline;
}

#entete_small.lg-header-small-v2 .lg-top-menu a:hover {
	color: #9b6912;
	text-decoration: none;
}

#entete_small.lg-header-small-v2 .lg-top-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	margin-left: 5px;
	padding: 0 6px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f7edd5 0%, #e6d3a4 100%);
	border: 1px solid #c7aa69;
	color: #6a4a17;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.72),
		0 1px 3px rgba(90,65,20,.10);
	vertical-align: middle;
}

#entete_small.lg-header-small-v2 .lg-top-lang {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	margin-left: 6px;
}

#entete_small.lg-header-small-v2 .lg-lang-dropdown {
	position: relative;
	display: inline-block;
	z-index: 300;
}

#entete_small.lg-header-small-v2 .lg-lang-current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 26px;
	padding: 0;
	background: #fffdf8;
	border: 1px solid #cfbf97;
	border-radius: 7px;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

#entete_small.lg-header-small-v2 .lg-lang-current img {
	display: block;
	width: 22px;
	height: auto;
}

#entete_small.lg-header-small-v2 .lg-lang-menu {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	display: none;
	min-width: 150px;
	padding: 6px 0;
	background: #fffdf9;
	border: 1px solid #deceb0;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
	z-index: 999;
}

#entete_small.lg-header-small-v2 .lg-lang-dropdown:hover .lg-lang-menu,
#entete_small.lg-header-small-v2 .lg-lang-dropdown:focus-within .lg-lang-menu {
	display: block;
}

#entete_small.lg-header-small-v2 .lg-lang-menu a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 12px;
	text-decoration: none;
	color: #4b3b1a;
	font-size: 14px;
	white-space: nowrap;
}

#entete_small.lg-header-small-v2 .lg-lang-menu a img {
	width: 18px;
	height: auto;
	flex: 0 0 auto;
}

#entete_small.lg-header-small-v2 .lg-lang-menu a:hover {
	background: #f6f1e6;
}

/* =========================================
   MAIN ROW
   ========================================= */

#entete_small.lg-header-small-v2 .lg-header-small-v2__main {
	position: relative;
	z-index: 30;
	padding: 0 0 8px 0;
    margin-top: -6px;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__row {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 26px;
	min-height: 44px;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__logo {
	flex: 0 0 250px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 44px;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__logo-link {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__logo-link img {
	display: block;
	width: auto;
	height: auto;
	max-height: 32px;
	max-width: 100%;
	background: transparent !important;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__center {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 44px;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__slogan {
	font-size: 15px;
	line-height: 1.15;
	font-weight: 700;
	color: #2c2214;
	text-align: left;
	max-width: 560px;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__stats {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 5px 10px;
	font-size: 12px;
	background: linear-gradient(180deg, #f3ead4 0%, #eadab8 100%);
	border: 1px solid #d3b275;
	border-radius: 10px;
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,.45),
		0 2px 8px rgba(88,68,28,.05);
	color: #5a4216;
	max-width: 100%;
	box-sizing: border-box;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__stats-dot {
	flex: 0 0 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2a5d9f;
	box-shadow: 0 0 0 3px rgba(42,93,159,.10);
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__stats-text {
	font-size: 12px;
	line-height: 1.2;
	color: #5a4216;
	white-space: nowrap;
}

#entete_small.lg-header-small-v2 .lg-header-small-v2__stats-text #vu_jour {
	font-weight: 700;
	color: #173f70;
}

/* =========================================
   FLASH
   ========================================= */

#entete_small.lg-header-small-v2 .lg-flash-success {
	width: 100%;
	max-width: 1180px;
	margin: 8px auto 0 auto;
	padding: 10px 14px;
	box-sizing: border-box;
	background: #edf8ef;
	border: 1px solid #bfddc5;
	border-radius: 10px;
	color: #24502e;
	font-size: 13px;
}

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

@media (max-width: 980px) {
	#entete_small.lg-header-small-v2 .lg-header-small-v2__row {
		gap: 14px;
		min-height: 42px;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__logo {
		flex-basis: 210px;
		min-height: 42px;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__center {
		min-height: 42px;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__logo-link img {
		max-height: 30px;
	}
}

@media (max-width: 760px) {
	#entete_small.lg-header-small-v2 .lg-header-small-v2__topbar .lg-header-small-v2__wrap {
		padding-left: 12px;
		padding-right: 12px;
		justify-content: center;
		flex-wrap: wrap;
		row-gap: 8px;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__main {
		padding: 4px 0 6px 0;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__row {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		min-height: 0;
		padding-left: 12px;
		padding-right: 12px;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__logo,
	#entete_small.lg-header-small-v2 .lg-header-small-v2__center {
		flex: none;
		min-height: auto;
		justify-content: center;
		text-align: center;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__slogan {
		font-size: 14px;
		max-width: 100%;
		text-align: center;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__stats {
		width: 100%;
		max-width: 420px;
		justify-content: center;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__stats-text {
		white-space: normal;
		text-align: center;
	}

	#entete_small.lg-header-small-v2 .lg-header-small-v2__logo-link img {
		max-height: 30px;
	}
}