/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 08:54:00 */
/* Philippe Gourier root styles */
:root{
	--breakpoint-sm: 768px;
	--breakpoint-md: 992px;
	--breakpoint-lg: 1200px;
	--fs-nav-link: 18px;
	--c-black: #000000;
	--c-background:#f6f6f0;
}

.custom-inherit-font-size, 
.custom-inherit-font-size a{
	font-size: inherit;
}

@media screen and (max-width: 991px){
	.wp-block-group.custom-main-wrapper{
		width: 100%;
		flex-grow: 0;
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 35px;
	}
	.wp-site-blocks .is-layout-flex {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (min-width: 992px){
	/* make the link inside a paragraph block inherit its size from it */
	.wp-block-group.custom-main-wrapper{
		width: calc(100% - (261px + 1.17rem));
		flex-grow: 0;
		margin-left: auto;
		margin-right: 0;
		margin-bottom: 35px;
	}
}	