/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2026 | 20:07:18 */
.produit {
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 40px;
	box-shadow: 0 0 10px #cccccc;
	background-color: #00000022;
}

.single-post main .wp-block-group .wp-block-group .wp-block-columns {
	flex-wrap: wrap !important;
}

@media (max-width: 992px) {
	.wp-block-columns {
		flex-direction: column-reverse;
		gap: 20px;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100%;
	}	
}

.wp-block-image img {
	border-radius: 20px;
}

main > .wp-block-group > .wp-block-post-featured-image {
	max-height: 400px;
	aspect-ratio: unset !important;
	overflow: hidden;
	border-radius: 20px !important;
}
main > .wp-block-group > .wp-block-post-featured-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
main > .wp-block-group > .wp-block-post-featured-image img {
	transform: translateY(-30%);
}