#conteneur_expos{
	max-width:1200px;
	margin:0 auto;
	padding:5px 20px 34px;
	box-sizing:border-box;
}

.lg-expo-top{
	display:grid;
	grid-template-columns:minmax(0, 1fr) 338px;
	gap:18px;
	margin-bottom:22px;
	align-items:stretch;
}

.lg-expo-panel{
	background:linear-gradient(to bottom,#ffffff 0%,#fcfaf6 100%);
	border:1px solid #eadfc7;
	border-radius:18px;
	padding:18px;
	box-shadow:0 14px 30px rgba(88,68,28,.07),0 2px 8px rgba(88,68,28,.04);
	box-sizing:border-box;
}

.lg-expo-search{
	min-height:250px;
}

.lg-expo-panel__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	margin-bottom:10px;
}

.lg-expo-panel__head h1{
	margin:0;
	font-size:28px;
	line-height:1.1;
	color:#231b12;
	letter-spacing:0;
}

.lg-expo-reset{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid #dccba6;
	background:#f6f0e3;
	color:#6a4b17;
	border-radius:999px;
	padding:9px 14px;
	font-weight:700;
	text-decoration:none;
	white-space:nowrap;
	transition:all .18s ease;
}

.lg-expo-reset:hover{
	background:#efe4cc;
	color:#6a4b17;
	text-decoration:none;
	transform:translateY(-1px);
}

.lg-expo-search__intro{
	margin:0 0 18px;
	font-size:15px;
	line-height:1.6;
	color:#6d604d;
}

.lg-expo-fields{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:14px;
}

.lg-expo-field label{
	display:block;
	margin:0 0 7px;
	font-size:13px;
	font-weight:bold;
	color:#7c6131;
}

.lg-expo-field input{
	width:100%;
	height:46px;
	padding:0 14px;
	border:1px solid #decfb1;
	border-radius:14px;
	background:#fff;
	font-size:15px;
	color:#2c2418;
	box-sizing:border-box;
	outline:none;
	transition:border-color .18s ease,box-shadow .18s ease;
}

.lg-expo-field input:focus{
	border-color:#c89b3c;
	box-shadow:0 0 0 3px rgba(200,155,60,.14);
}

.lg-expo-actions{
	display:flex;
	align-items:center;
	gap:14px;
	margin-top:16px;
}

.lg-expo-submit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:46px;
	padding:0 22px;
	border:none;
	border-radius:999px;
	cursor:pointer;
	font-size:15px;
	font-weight:700;
	color:#fff;
	background:linear-gradient(180deg,#d9b36a 0%,#b98b34 100%);
	box-shadow:0 10px 22px rgba(126,88,24,.18);
	transition:transform .18s ease,box-shadow .18s ease;
}

.lg-expo-submit:hover{
	transform:translateY(-2px);
	box-shadow:0 14px 26px rgba(126,88,24,.23);
}

.lg-expo-link-reset{
	color:#6f5a34;
	font-weight:700;
	text-decoration:none;
}

.lg-expo-link-reset:hover{
	color:#9c6508;
	text-decoration:underline;
}

.lg-expo-side{
	display:flex;
	flex-direction:column;
	min-height:250px;
}

.lg-expo-side__label{
	font-size:12px;
	font-weight:bold;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:#9a7337;
	margin:0 0 10px;
}

.lg-expo-side__ad{
	flex:1;
	display:flex;
	align-items:flex-start;
	justify-content:center;
	padding:10px;
	box-sizing:border-box;
	border-radius:14px;
	border:1px dashed #d8c5a0;
	background:linear-gradient(180deg,#faf5ea 0%,#f4ead7 100%);
	overflow:hidden;
}

.lg-adsense-side{
	display:inline-block;
	width:300px;
	height:250px;
}

.lg-expo-wide-ad{
	margin-bottom:22px;
	min-height:110px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-style:dashed;
	background:linear-gradient(180deg,#faf5ea 0%,#f4ead7 100%);
	overflow:hidden;
}

.lg-expo-results__head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:14px;
	margin-bottom:14px;
}

.lg-expo-kicker{
	margin:0 0 4px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:#9a7337;
}

.lg-expo-results__head h2{
	margin:0;
	font-size:26px;
	line-height:1.12;
	color:#211a12;
	letter-spacing:0;
}

.lg-expo-count{
	margin:0;
	font-size:14px;
	font-weight:bold;
	color:#8b6d37;
	white-space:nowrap;
}

.lg-expo-list{
	display:grid;
	gap:14px;
}

.lg-expo-card{
	display:grid;
	grid-template-columns:144px minmax(0, 1fr);
	gap:18px;
	padding:14px;
	border:1px solid #e7dcc8;
	border-radius:16px;
	background:#fff;
	box-shadow:0 10px 24px rgba(64,46,20,.06);
	box-sizing:border-box;
}

.lg-expo-card__media{
	display:block;
	width:144px;
	height:112px;
	border-radius:12px;
	overflow:hidden;
	background:#f1eadc;
	text-decoration:none;
}

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

.lg-expo-placeholder{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#8b6d37;
	font-size:14px;
	font-weight:bold;
}

.lg-expo-card__body{
	min-width:0;
}

.lg-expo-card__top{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px 12px;
	margin-bottom:7px;
}

.lg-expo-badge{
	display:inline-flex;
	align-items:center;
	height:24px;
	padding:0 10px;
	border-radius:999px;
	background:#f2e7cf;
	color:#76541b;
	font-size:12px;
	font-weight:bold;
}

.lg-expo-date{
	color:#6f604a;
	font-size:14px;
	font-weight:700;
}

.lg-expo-card h3{
	margin:0 0 8px;
	font-size:20px;
	line-height:1.22;
	color:#211a12;
	letter-spacing:0;
}

.lg-expo-card h3 a{
	color:#211a12;
	text-decoration:none;
}

.lg-expo-card h3 a:hover{
	color:#9c6508;
	text-decoration:underline;
}

.lg-expo-card h3 span{
	display:block;
	margin-top:2px;
	font-size:16px;
	font-weight:700;
	color:#5a4c39;
}

.lg-expo-place{
	margin:0 0 8px;
	font-size:14px;
	line-height:1.45;
	color:#7c6131;
	font-weight:700;
}

.lg-expo-desc{
	margin:0;
	font-size:14px;
	line-height:1.55;
	color:#4f4638;
}

.lg-expo-more{
	display:inline-flex;
	margin-top:10px;
	color:#875f1b;
	font-size:14px;
	font-weight:700;
	text-decoration:none;
}

.lg-expo-more:hover{
	color:#9c6508;
	text-decoration:underline;
}

.lg-expo-empty{
	padding:16px 18px;
	border-radius:14px;
	border:1px solid #efd6c8;
	background:#fff8f4;
	color:#8a4d2b;
	font-size:14px;
}

.lg-expo-pagination{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	gap:8px;
	margin:22px 0 0;
}

.lg-expo-page{
	min-width:38px;
	height:38px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0 10px;
	border:1px solid #e0cfad;
	border-radius:12px;
	background:#fff;
	color:#6a4b17;
	font-weight:700;
	text-decoration:none;
	box-sizing:border-box;
}

.lg-expo-page:hover{
	background:#f6f0e3;
	color:#6a4b17;
	text-decoration:none;
}

.lg-expo-page--current{
	background:#b98b34;
	border-color:#b98b34;
	color:#fff;
}

.lg-expo-page--dots{
	border-color:transparent;
	background:transparent;
	min-width:24px;
	padding:0;
	color:#8d806a;
}

@media (max-width:900px){
	#conteneur_expos{
		padding:5px 14px 28px;
	}

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

	.lg-expo-side{
		min-height:auto;
	}

	.lg-expo-side__ad{
		min-height:250px;
	}
}

@media (max-width:700px){
	.lg-expo-panel{
		border-radius:14px;
		padding:15px;
	}

	.lg-expo-panel__head{
		align-items:flex-start;
		flex-direction:column;
	}

	.lg-expo-panel__head h1{
		font-size:24px;
	}

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

	.lg-expo-actions{
		align-items:stretch;
		flex-direction:column;
		gap:10px;
	}

	.lg-expo-submit{
		width:100%;
	}

	.lg-expo-results__head{
		align-items:flex-start;
		flex-direction:column;
		gap:8px;
	}

	.lg-expo-card{
		grid-template-columns:96px minmax(0, 1fr);
		gap:12px;
		padding:12px;
		border-radius:14px;
	}

	.lg-expo-card__media{
		width:96px;
		height:96px;
		border-radius:10px;
	}

	.lg-expo-card h3{
		font-size:17px;
	}

	.lg-expo-card h3 span{
		font-size:14px;
	}
}

@media (max-width:480px){
	.lg-expo-card{
		grid-template-columns:1fr;
	}

	.lg-expo-card__media{
		width:100%;
		height:auto;
		aspect-ratio:16/9;
	}
}
