/*
Theme Name: IPPP
Theme URI: https://ippp.medialem.fr/
Author: IPPP Team
Description: Block theme for IPPP website.
Version: 1.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.2
Text Domain: logement-ideal
*/

:root {
	--e-global-color-primary: #0065bf;
	--e-global-color-secondary: #e8f4fc;
}
body {
	accent-color: var(--e-global-color-primary);
}
.results-header > .results-count {
	visibility: hidden;
	display: flex;
	align-items: center;
	column-gap: 0;
}
.results-header > .results-count > :first-child::after {
	content: " ";
	display: inline;
}
footer.site-footer.wp-block-template-part p {
	margin-bottom: 0;
}

.display-none {
	display: none !important;
}
