.actualites-page .actualites-card-image {
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

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

.actualite-page .actualite-hero-image {
	overflow: hidden;
	aspect-ratio: 16 / 9;
}

.actualite-page .actualite-hero-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.actualite-page .actualite-gallery-image {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.actualite-page .actualite-inline-image {
	max-width: 50% !important;
	height: auto;
}

.actualite-page .post-block.post-author {
	clear: both;
	margin-top: 2rem;
}

.home-portfolio-gallery .isotope-item {
	overflow: hidden;
}

.home-portfolio-gallery .image-gallery-item,
.home-portfolio-gallery .thumb-info,
.home-portfolio-gallery .thumb-info-wrapper {
	display: block;
	width: 100%;
	height: 100%;
}

.home-portfolio-gallery .thumb-info-wrapper {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}

.home-portfolio-gallery .thumb-info-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 22%;
	transform: scale(1.08);
	display: block;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .header-logo {
		margin-top: 0.75rem;
		margin-bottom: 0.75rem;
	}

	html.sticky-header-active #header .header-logo img {
		top: 0;
	}
}

@media (max-width: 767.98px) {
	.actualites-page .actualites-card-image,
	.actualite-page .actualite-hero-image {
		aspect-ratio: 4 / 3;
	}

	.home-portfolio-gallery .thumb-info-wrapper {
		aspect-ratio: 1 / 1;
	}

	.home-portfolio-gallery .thumb-info-wrapper img {
		object-position: center 18%;
		transform: scale(1.12);
	}

	.actualite-page .actualite-inline-image {
		max-width: 100% !important;
		float: none !important;
		display: block;
		margin-right: 0 !important;
	}
}
