.ligre-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 55px 60px;
}

.ligre-blog-card {
	margin: 0;
}

.ligre-blog-card-image {
	position: relative;
	display: block;
	aspect-ratio: 1.55 / 1;
	overflow: hidden;
	margin-bottom: 18px;
}

.ligre-blog-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ligre-blog-card-categories {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	z-index: 2;
}

.ligre-blog-card-category {
	display: inline-block;
	background: rgba(70, 58, 52, 0.85);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 8px;
}

.ligre-blog-card-title {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
}

.ligre-blog-card-title a {
	color: #1d1d1b;
	text-decoration: none;
}

.ligre-blog-card-excerpt {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	margin-bottom: 8px;
}

.ligre-blog-card-link {
	font-size: 13px;
	font-weight: 700;
	color: #1d1d1b;
	text-decoration: none;
}

.ligre-blog-archive-heading {
	text-align: center;
	margin: 35px auto 35px;
}

.ligre-blog-archive-heading h1 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 18px;
}

.ligre-blog-archive-heading p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.ligre-blog-filter {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto 45px;
	max-width: 1050px;
}

.ligre-blog-filter button {
	flex: 1;
	border: 0;
	background: #fff;
	color: #1d1d1b;
	padding: 16px 22px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ligre-blog-filter button.active,
.ligre-blog-filter button:hover {
	background: #ded6ca;
	color: #1d1d1b;
}

@media (max-width: 849px) {
	.ligre-blog-filter {
		flex-direction: column;
	}

	.ligre-blog-filter button {
		width: 100%;
	}
}

body.blog #wrapper #header .header-wrapper:not(.stuck) #masthead:not(.nav-dark) .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
	color: white !important;
}

body.blog #wrapper #header .header-wrapper:not(.stuck) #masthead:not(.nav-dark) .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	    filter: brightness(0) invert(1);
}

.blog-single .large-10.col {
	max-width: 1180px;
	flex-basis: 1180px;
}

.ligre-single-post {
	max-width: 100%;
	margin: 0 auto;
}

.ligre-blog-breadcrumbs {
	max-width: 1000px;
	margin: 18px auto 14px;
	font-size: 12px;
	color: #8a8580;
}

.ligre-blog-breadcrumbs a {
	color: #8a8580;
}

.ligre-blog-hero {
	max-width: 1000px;
	margin: 0 auto;
	height: 520px;
	overflow: hidden;
}

.ligre-blog-hero img,
.ligre-blog-hero picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ligre-blog-hero img {
	object-fit: cover;
	object-position: center;
}

.ligre-blog-intro-card {
	position: relative;
	z-index: 2;
	max-width: 720px;
	margin: -135px auto 70px;
	padding: 45px 65px 55px;
	background: #f4f1ec;
	text-align: center;
}

.ligre-blog-back {
	margin-bottom: 28px;
	font-size: 12px;
	font-weight: 600;
}

.ligre-blog-back a {
	color: #1d1d1b;
	text-decoration: none;
}

.ligre-blog-intro-card h1 {
	margin: 0 0 25px;
	font-size: 28px;
	line-height: 1.25;
	font-weight: 700;
}

.ligre-blog-excerpt {
	font-size: 14px;
	line-height: 1.65;
	text-align: left;
}

.ligre-blog-excerpt p {
	margin-bottom: 0;
}

.ligre-blog-content {
	max-width: 720px;
	margin: 0 auto;
}

.ligre-blog-content .entry-content {
	padding: 0;
}

.ligre-blog-content h2,
.ligre-blog-content h3 {
	margin-top: 55px;
	margin-bottom: 22px;
	font-size: 24px;
	line-height: 1.3;
}

.ligre-blog-content p {
	font-size: 15px;
	line-height: 1.75;
	margin-bottom: 22px;
}

.ligre-blog-content img {
	width: 100%;
	margin: 45px 0;
}

.ligre-related-posts {
	max-width: 1000px;
	margin: 90px auto 0;
	text-align: center;
}

.ligre-related-posts h2 {
	margin-bottom: 35px;
	font-size: 24px;
	line-height: 1.3;
}

.ligre-related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 38px;
	text-align: left;
}

.ligre-related-post-card {
	margin: 0;
}

.ligre-related-post-image {
	display: block;
	aspect-ratio: 1.55 / 1;
	overflow: hidden;
	margin-bottom: 18px;
}

.ligre-related-post-image img,
.ligre-related-post-image picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ligre-related-post-image img {
	object-fit: cover;
	object-position: center;
}

.ligre-related-post-card h3 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.25;
}

.ligre-related-post-card h3 a {
	color: #1d1d1b;
	text-decoration: none;
}

.ligre-related-post-excerpt {
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 10px;
}

.ligre-related-post-link {
	font-size: 13px;
	font-weight: 700;
	color: #1d1d1b;
	text-decoration: none;
}

@media (max-width: 849px) {
	.ligre-blog-hero {
		height: 360px;
	}

	.ligre-blog-intro-card {
		max-width: calc(100% - 40px);
		margin-top: -90px;
		padding: 35px 28px 40px;
	}

	.ligre-blog-content {
		max-width: calc(100% - 40px);
	}

	.ligre-related-posts {
		max-width: calc(100% - 40px);
	}

	.ligre-related-posts-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}