h1.wp-block-post-title {
	display: none;
}

h1.wp-block-post-title + * {
        margin-block-start: 0px !important;
}

.align-left-when-mobile {
	row-gap: 0.5rem !important;
}

ul.lscepllswitcher li.selectionne {
	color: var(--wp--preset--color--accent-1);
}

@media screen and (max-width: 600px) {
	.wp-block-spacer {
		height: 0px !important;
	}
	.align-left-when-mobile {
        	justify-content: flex-start !important;
	}
}
