/**
 * ==========================================================================
 *  MAIRIE MODULES
 * ==========================================================================
 *
 *  Module  : Thème SHV Municipal
 *  Auteur  : Yoni AMOUYAL
 *  Commune : Saint-Hilaire-de-Villefranche
 *  Web     : https://www.shv17.fr
 *
 *  Pensé pour les communes. Conçu pour durer.
 *
 * ==========================================================================
 *
 * Theme Name: SHV Municipal
 * Theme URI: https://www.shv17.fr
 * Author: Yoni AMOUYAL
 * Author URI: https://www.shv17.fr
 * Description: Thème WordPress municipal sur mesure pour la commune de Saint-Hilaire-de-Villefranche.
 * Version: 0.9.0
 * Requires at least: 6.6
 * Requires PHP: 8.2
 * Text Domain: shv-municipal
 * License: GPL-2.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 *
 * @package SHV_Municipal
 * @author  Yoni AMOUYAL
 * @link    https://www.shv17.fr
 * @license GPL-2.0-or-later
 */


/* =========================================================
   VARIABLES
   ========================================================= */

:root {
	--shv-blue-dark: #123a63;
	--shv-blue: #155da8;
	--shv-blue-light: #eaf3fb;

	--shv-red: #c92b1d;
	--shv-red-dark: #a92318;
	--shv-orange: #c63d08;

	--shv-text: #1f2937;
	--shv-muted: #64748b;

	--shv-border: #d8e1ea;
	--shv-white: #ffffff;
	--shv-bg: #f3f7fb;

	--shv-radius: 12px;

	--shv-shadow:
		0 6px 22px rgba(18, 58, 99, 0.08);
}


/* =========================================================
   BASE
   ========================================================= */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

.shv-skip-link {
	position: fixed;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	color: var(--shv-white);
	background: var(--shv-blue-dark);
	font-weight: 800;
	text-decoration: none;
	transform: translateY(-200%);
}

.shv-skip-link:focus {
	transform: translateY(0);
}

body {
	margin: 0;
	color: var(--shv-text);
	background: var(--shv-bg);

	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		sans-serif;

	font-size: 17px;
	line-height: 1.55;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--shv-blue);
	text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--shv-blue-dark);
	outline-offset: 3px;
	box-shadow: 0 0 0 5px var(--shv-white);
}


/* =========================================================
   EN-TÊTE GLOBAL
   ========================================================= */

.shv-site-header {
	background: var(--shv-white);

	box-shadow:
		0 2px 10px rgba(18, 58, 99, 0.08);
}


/* =========================================================
   BARRE SUPÉRIEURE
   ========================================================= */

.shv-utility-bar {
	max-width: none !important;

	padding:
		0.45rem
		clamp(1rem, 4vw, 4rem);

	color: var(--shv-white);
	background: var(--shv-blue-dark);
}

.shv-utility-bar p {
	margin: 0;

	font-size: 0.88rem;
	line-height: 1.45;
}

.shv-utility-bar a {
	color: var(--shv-white);

	text-decoration-color:
		rgba(255, 255, 255, 0.55);
}

.shv-utility-bar a:hover,
.shv-utility-bar a:focus {
	color: var(--shv-white);
	text-decoration-color: var(--shv-white);
}

.shv-utility-left,
.shv-utility-right {
	gap: 1.1rem;
}


/* =========================================================
   EN-TÊTE PRINCIPAL DESKTOP
   ========================================================= */

.shv-main-header {
	display: grid !important;

	grid-template-columns:
		auto
		minmax(0, 1fr)
		auto;

	align-items: center !important;

	width: calc(100% - 48px);
	max-width: 1520px;

	margin: 0 auto;

	padding:
		0.95rem
		0;

	column-gap: 2.2rem;
}


/* =========================================================
   IDENTITÉ DE LA COMMUNE
   ========================================================= */

.shv-brand {
	display: flex !important;

	align-items: center;

	flex-wrap: nowrap !important;

	gap: 0.9rem;

	min-width: 0;

	margin: 0;
}

.shv-main-header .wp-block-site-logo {
	flex: 0 0 auto;

	margin: 0;
}

.shv-main-header .wp-block-site-logo img {
	display: block;

	width: 98px;
	height: auto;
}

.shv-brand-text {
	min-width: 0;

	margin: 0;
}

.shv-brand-kicker {
	margin: 0 !important;

	color: var(--shv-blue-dark);

	font-size: 0.76rem;
	font-weight: 700;

	line-height: 1.05;
}

.shv-brand-name {
	margin:
		0.08rem
		0
		0 !important;

	font-size: 1.48rem;
	font-weight: 800;

	line-height: 1.08;

	white-space: nowrap;
}

.shv-brand-name a {
	color: var(--shv-blue-dark);

	text-decoration: none;
}

.shv-brand-department {
	margin:
		0.2rem
		0
		0 !important;

	color: var(--shv-blue);

	font-size: 0.78rem;
	font-weight: 500;

	line-height: 1.1;
}


/* =========================================================
   NAVIGATION DESKTOP
   ========================================================= */

.shv-header-navigation {
	display: flex !important;

	align-items: center;
	justify-content: center;

	min-width: 0;

	margin: 0;
}

.shv-main-navigation {
	width: 100%;

	margin: 0;

	font-size: 0.98rem;
	font-weight: 750;
}

.shv-main-navigation
.wp-block-navigation__container {
	display: flex !important;

	flex-wrap: nowrap !important;

	align-items: center;
	justify-content: center;

	width: 100%;

	gap:
		clamp(0.9rem, 1.3vw, 1.4rem);
}

.shv-main-navigation
.wp-block-navigation-item {
	flex: 0 0 auto;
}

.shv-main-navigation
.wp-block-navigation-item__content {
	white-space: nowrap;
}

.shv-main-navigation a {
	color: var(--shv-text);

	text-decoration: none;
}

.shv-main-navigation a:hover,
.shv-main-navigation a:focus {
	color: var(--shv-blue);
}


/* =========================================================
   BOUTON SIGNALER
   ========================================================= */

.shv-report-button-wrapper {
	flex-shrink: 0;

	margin: 0 !important;
}

.shv-report-button {
	margin: 0;
}

.shv-report-button
.wp-block-button__link {
	display: flex;

	align-items: center;
	justify-content: center;

	gap: 0.5rem;

	min-width: 180px;
	min-height: 54px;

	padding:
		0.7rem
		1.05rem;

	border-radius: 8px;

	color: var(--shv-white) !important;

	background:
		var(--shv-orange) !important;

	font-size: 0.9rem;
	font-weight: 800;

	line-height: 1.15;

	text-align: center;
	text-decoration: none;

	box-shadow:
		0 5px 15px rgba(232, 74, 12, 0.20);

	transition:
		background 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.shv-report-button
.wp-block-button__link:hover {
	background:
		#c93d0d !important;

	transform:
		translateY(-2px);

	box-shadow:
		0 7px 18px rgba(232, 74, 12, 0.28);
}


/* =========================================================
   ACCUEIL
   ========================================================= */

.shv-home-v2 {
	max-width: none !important;
}


/* =========================================================
   HERO
   ========================================================= */

.shv-hero-v2 {
	position: relative;

	isolation: isolate;

	display: flex;

	align-items: center;

	min-height: 360px;

	padding:
		3rem
		clamp(1.25rem, 6vw, 6rem);

	overflow: hidden;

	color: var(--shv-white);

	background-color: var(--shv-blue-dark);

	background-position:
		center center !important;

	background-size:
		cover !important;

	background-repeat:
		no-repeat !important;
}

.shv-hero-v2::before {
	content: "";

	position: absolute;

	inset: 0;

	z-index: -1;

	background:
		linear-gradient(
			90deg,
			rgba(18, 58, 99, 0.78) 0%,
			rgba(18, 58, 99, 0.58) 48%,
			rgba(18, 58, 99, 0.25) 100%
		);
}

.shv-hero-v2-inner {
	width:
		calc(100% - 48px) !important;

	max-width:
		1400px !important;

	margin:
		0
		auto !important;
}

.shv-hero-kicker {
	margin:
		0
		0
		0.25rem;

	color: var(--shv-white);

	font-size: 1.15rem;
	font-weight: 650;
}

.shv-hero-title {
	max-width: none;

	margin: 0;

	color: var(--shv-white);

	font-size:
		clamp(2.5rem, 3.7vw, 4.2rem);

	font-weight: 750;

	line-height: 1.05;

	white-space: nowrap;

	text-shadow:
		0 2px 7px rgba(0, 0, 0, 0.25);
}

.shv-hero-subtitle {
	margin:
		1rem
		0
		0;

	color: var(--shv-white);

	font-size:
		clamp(1.15rem, 2vw, 1.55rem);

	font-weight: 600;

	text-shadow:
		0 1px 5px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   TABLEAU DE BORD ACCUEIL
   ========================================================= */

.shv-dashboard {
	position: relative;

	z-index: 3;

	width:
		calc(100% - 48px) !important;

	max-width:
		1400px !important;

	margin:
		-1.25rem
		auto
		0 !important;

	padding: 0 !important;
}

.shv-dashboard-columns {
	display: grid !important;

	grid-template-columns:
		minmax(0, 1.05fr)
		minmax(0, 1.05fr)
		minmax(340px, 0.9fr);

	gap: 1rem;

	width: 100% !important;

	margin: 0;
}

.shv-dashboard-column {
	min-width: 0;
}

.shv-panel {
	height: 100%;

	padding: 1.3rem;

	border:
		1px solid var(--shv-border);

	border-radius:
		var(--shv-radius);

	background:
		var(--shv-white);

	box-shadow:
		var(--shv-shadow);
}

.shv-panel-heading {
	margin-bottom: 1rem;
}

.shv-panel-title {
	margin: 0;

	color: var(--shv-blue-dark);

	font-size: 1.35rem;

	letter-spacing: 0.02em;

	text-transform: uppercase;
}

.shv-panel-link {
	margin: 0;

	font-size: 0.84rem;
}

.shv-panel-link a {
	text-decoration: none;
}


/* =========================================================
   ACTUALITÉS
   ========================================================= */

.shv-news-list
.wp-block-post {
	margin: 0;

	padding:
		0.9rem
		0;

	border-bottom:
		1px solid var(--shv-border);
}

.shv-news-list
.wp-block-post:last-child {
	border-bottom: 0;
}

.shv-news-item {
	gap: 0.9rem;

	align-items:
		flex-start !important;
}

.shv-news-image {
	flex:
		0
		0
		120px;

	width: 120px;

	margin: 0 !important;
}

.shv-news-image img {
	width: 120px;
	height: 82px;

	object-fit: cover;

	border-radius: 8px;
}

.shv-news-content {
	flex: 1;

	min-width: 0;
}

.shv-news-title {
	margin:
		0
		0
		0.3rem;

	font-size: 1.05rem;

	line-height: 1.25;
}

.shv-news-title a {
	color: var(--shv-blue-dark);

	text-decoration: none;
}

.shv-news-excerpt {
	margin: 0;

	color: var(--shv-text);

	font-size: 0.92rem;
}

.shv-news-excerpt p {
	margin: 0;
}

.shv-news-date {
	margin-top: 0.4rem;

	color: var(--shv-muted);

	font-size: 0.82rem;
}


/* =========================================================
   AGENDA
   ========================================================= */

.shv-agenda-filters {
	gap: 0.45rem;

	margin-bottom: 1rem;
}

.shv-agenda-filters p {
	margin: 0;

	padding:
		0.37rem
		0.72rem;

	border-radius: 999px;

	background: #eef2f6;

	font-size: 0.82rem;
	font-weight: 650;
}

.shv-agenda-filters
p:first-child {
	color: var(--shv-white);

	background: var(--shv-blue-dark);
}

.shv-agenda-empty {
	display: flex;

	align-items: center;
	justify-content: center;

	min-height: 260px;

	padding: 1rem;

	border:
		1px dashed var(--shv-border);

	border-radius: 10px;

	color: var(--shv-muted);

	text-align: center;
}


/* =========================================================
   ACCÈS RAPIDES
   ========================================================= */

.shv-shortcuts-grid {
	display: grid !important;

	grid-template-columns:
		repeat(2, minmax(0, 1fr));

	gap: 0.75rem;

	margin-top: 1rem;
}

.shv-shortcut-card {
	position: relative;

	min-height: 116px;

	padding: 0.95rem;

	border:
		1px solid var(--shv-border);

	border-radius: 9px;

	background: #fbfdff;

	transition:
		transform 0.15s ease,
		box-shadow 0.15s ease,
		border-color 0.15s ease;
}

.shv-shortcut-card:hover {
	transform:
		translateY(-2px);

	border-color: #aac2da;

	box-shadow:
		0 7px 18px rgba(18, 58, 99, 0.1);
}

.shv-shortcut-icon {
	margin:
		0
		0
		0.35rem;

	color: var(--shv-blue-dark);

	font-size: 1.45rem;
	font-weight: 800;

	line-height: 1;
}

.shv-shortcut-card h3 {
	margin: 0;

	font-size: 1rem;

	line-height: 1.25;
}

.shv-shortcut-card h3 a {
	color: var(--shv-blue-dark);

	text-decoration: none;
}

.shv-shortcut-card h3 a::after {
	content: "";

	position: absolute;

	inset: 0;
}

.shv-shortcut-card
> p:last-child {
	margin:
		0.3rem
		0
		0;

	color: var(--shv-muted);

	font-size: 0.82rem;
}

.shv-shortcut-alert
.shv-shortcut-icon,
.shv-shortcut-alert
h3 a {
	color: var(--shv-red);
}


/* =========================================================
   BAS DE PAGE D'ACCUEIL
   ========================================================= */

.shv-home-bottom {
	width:
		calc(100% - 48px) !important;

	max-width:
		1400px !important;

	margin:
		1rem
		auto
		2rem !important;

	padding: 0 !important;
}

.shv-home-bottom-columns {
	display: grid !important;

	grid-template-columns:
		2fr
		0.8fr
		0.8fr;

	gap: 1rem;

	width: 100% !important;

	margin: 0;
}

.shv-council-column,
.shv-feature-column {
	min-width: 0;
}

.shv-council-panel {
	height: 100%;
}

.shv-council-content {
	gap: 1rem;

	margin-top: 1rem;
}

.shv-video-placeholder {
	display: flex;

	flex-direction: column;

	align-items: center;
	justify-content: center;

	min-height: 200px;

	padding: 1rem;

	border-radius: 10px;

	color: var(--shv-white);

	background:
		linear-gradient(
			rgba(18, 58, 99, 0.78),
			rgba(18, 58, 99, 0.78)
		),
		linear-gradient(
			135deg,
			#446f94,
			#123a63
		);
}

.shv-video-play {
	margin:
		0
		0
		0.5rem;

	font-size: 2.5rem;
}

.shv-document-list {
	padding-left: 1.15rem;
}

.shv-document-list li {
	margin-bottom: 0.55rem;
}


/* =========================================================
   HAMEAUX / ASSOCIATIONS
   ========================================================= */

.shv-feature-card {
	position: relative;

	display: flex;

	flex-direction: column;

	justify-content: flex-end;

	min-height: 280px;

	height: 100%;

	padding: 1.25rem;

	overflow: hidden;

	border-radius:
		var(--shv-radius);

	color: var(--shv-white);

	background:
		linear-gradient(
			135deg,
			#47759d,
			#123a63
		);

	box-shadow:
		var(--shv-shadow);
}

.shv-feature-card::before {
	content: "";

	position: absolute;

	inset: 0;

	background:
		linear-gradient(
			180deg,
			rgba(18, 58, 99, 0.05),
			rgba(18, 58, 99, 0.92)
		);
}

.shv-feature-card > * {
	position: relative;

	z-index: 1;
}

.shv-feature-card h2 {
	margin: 0;

	font-size: 1.15rem;

	text-transform: uppercase;
}

.shv-feature-card h2 a {
	color: var(--shv-white);

	text-decoration: none;
}

.shv-feature-card p {
	margin:
		0.35rem
		0
		0;
}


/* =========================================================
   PAGES INTÉRIEURES
   ========================================================= */

.shv-page {
	max-width: none !important;
}

.shv-page-header {
	max-width: none !important;

	padding:
		clamp(2rem, 5vw, 4rem)
		clamp(1rem, 5vw, 5rem);

	color: var(--shv-white);

	background:
		var(--shv-blue-dark);
}

.shv-page-header
.wp-block-post-title {
	max-width: 1200px;

	margin: 0 auto;

	color: var(--shv-white);

	font-size:
		clamp(2rem, 4vw, 3.5rem);

	line-height: 1.15;
}

.shv-page-content {
	max-width: 1200px !important;

	margin: 0 auto;

	padding:
		clamp(2rem, 5vw, 4rem)
		1rem;
}

.shv-page-content h2,
.shv-page-content h3,
.shv-page-content h4 {
	color: var(--shv-blue-dark);
}

.shv-page-content img {
	max-width: 100%;

	height: auto;

	border-radius:
		var(--shv-radius);
}

.shv-page-content table {
	width: 100%;

	border-collapse: collapse;
}

.shv-page-content th,
.shv-page-content td {
	padding: 0.75rem;

	border:
		1px solid var(--shv-border);

	text-align: left;
}

.shv-page-content th {
	color: var(--shv-white);

	background:
		var(--shv-blue-dark);
}


/* =========================================================
   FOOTER
   ========================================================= */

.shv-site-footer {
	max-width: none !important;

	margin-top: 0;

	padding:
		2.3rem
		clamp(1rem, 5vw, 5rem)
		1rem;

	color: var(--shv-white);

	background:
		var(--shv-blue-dark);
}

.shv-site-footer h2 {
	color: var(--shv-white);
}

.shv-site-footer a {
	color: var(--shv-white);
}

.shv-site-footer
.wp-block-separator {
	border-color:
		rgba(255, 255, 255, 0.25);
}

.shv-footer-columns {
	max-width: 1400px;

	margin: 0 auto;

	gap: 2rem;
}


/* =========================================================
   DESKTOP : FORCER LE MENU HORIZONTAL
   ========================================================= */

@media (min-width: 1241px) {

	.shv-main-navigation
	.wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: block !important;

		position: static !important;

		width: auto !important;

		height: auto !important;

		background: transparent !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-open {
		display: none !important;
	}
}


/* =========================================================
   ÉCRANS INTERMÉDIAIRES
   ========================================================= */

@media (max-width: 1240px) {

	.shv-main-header {
		display: grid !important;

		grid-template-columns:
			minmax(0, 1fr)
			auto
			auto;

		grid-template-areas:
			"brand navigation report";

		width: calc(100% - 32px);

		margin: 0 auto;

		padding:
			0.85rem
			0;

		gap: 1rem;

		align-items: center !important;
	}

	.shv-brand {
		grid-area: brand;
	}

	.shv-main-header
	.wp-block-site-logo img {
		width: 76px;
	}

	.shv-brand-name {
		font-size: 1.22rem;

		white-space: normal;
	}

	.shv-brand-kicker {
		font-size: 0.68rem;
	}

	.shv-brand-department {
		font-size: 0.7rem;
	}

	.shv-header-navigation {
		grid-area: navigation;

		justify-content: flex-end;

		margin: 0;
	}

	.shv-report-button-wrapper {
		grid-area: report;
	}


	/* MENU FERMÉ */

	.shv-main-navigation
	.wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-open {
		display: flex !important;

		align-items: center;
		justify-content: center;

		min-width: 100px;
		min-height: 50px;

		padding:
			0.55rem
			0.8rem;

		border:
			1px solid var(--shv-border);

		border-radius: 9px;

		color: var(--shv-blue-dark);

		background: var(--shv-white);

		font-weight: 750;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-open::after {
		content: "MENU";

		margin-left: 0.45rem;

		font-size: 0.9rem;
		font-weight: 800;

		letter-spacing: 0.03em;
	}


	/* BOUTON SIGNALER */

	.shv-report-button
	.wp-block-button__link {
		min-width: 168px;
		min-height: 50px;

		padding:
			0.6rem
			0.85rem;

		font-size: 0.84rem;
	}


	/* MENU OUVERT */

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;

		position: fixed !important;

		inset: 0 !important;

		z-index: 999999 !important;

		width: 100vw !important;
		max-width: none !important;

		height: 100vh !important;
		height: 100dvh !important;

		padding:
			1rem
			1.25rem !important;

		overflow-y: auto;

		background:
			var(--shv-white) !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-content {
		display: flex !important;

		flex-direction: column;

		align-items: stretch !important;
		justify-content: flex-start !important;

		width: 100% !important;

		max-width: 600px;

		margin: 0 auto;

		padding-top:
			4.5rem !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation__container {
		display: block !important;

		width: 100% !important;

		margin: 0;

		padding: 0;

		gap: 0 !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation-item {
		display: block !important;

		width: 100% !important;

		margin: 0;

		padding: 0;

		border-bottom:
			1px solid #dce3ea;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation-item:first-child {
		border-top:
			1px solid #dce3ea;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation-item__content {
		display: flex !important;

		align-items: center;

		width: 100% !important;

		min-height: 66px;

		padding:
			0.95rem
			0.5rem !important;

		color:
			var(--shv-blue-dark) !important;

		font-size:
			1.15rem !important;

		font-weight: 750;

		line-height: 1.3;

		text-align: left !important;

		text-decoration: none;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation-item__content:hover,
	.shv-main-navigation
	.wp-block-navigation__responsive-container.is-menu-open
	.wp-block-navigation-item__content:focus {
		color:
			var(--shv-blue) !important;

		background: #f5f8fb;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-close {
		position: absolute;

		top: 1rem;
		right: 1rem;

		display: flex;

		align-items: center;
		justify-content: center;

		min-width: 50px;
		min-height: 50px;

		padding: 0;

		border-radius: 8px;
	}


	/* HERO */

	.shv-hero-title {
		font-size:
			clamp(2.3rem, 5vw, 3.6rem);

		white-space: normal;
	}


	/* TABLEAU DE BORD */

	.shv-dashboard-columns {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.shv-shortcuts-column {
		grid-column:
			1 / -1;
	}

	.shv-shortcuts-grid {
		grid-template-columns:
			repeat(3, minmax(0, 1fr));
	}


	/* BAS DE PAGE */

	.shv-home-bottom-columns {
		grid-template-columns:
			1fr
			1fr;
	}

	.shv-council-column {
		grid-column:
			1 / -1;
	}
}


/* =========================================================
   TABLETTE / PETIT ÉCRAN
   ========================================================= */

@media (max-width: 900px) {

	body {
		font-size: 16px;
	}


	/* BARRE UTILITAIRE */

	.shv-utility-bar {
		display: block !important;

		padding:
			0.65rem
			1rem;
	}

	.shv-utility-left,
	.shv-utility-right {
		width: 100%;
	}

	.shv-utility-left p {
		font-size:
			0.76rem !important;

		line-height: 1.5;
	}

	.shv-utility-right {
		display: flex !important;

		flex-wrap: wrap !important;

		gap:
			0.45rem
			1rem;

		margin-top: 0.45rem;
	}

	.shv-utility-right p {
		margin: 0;

		font-size:
			0.78rem !important;
	}


	/* HEADER */

	.shv-main-header {
		grid-template-columns:
			minmax(0, 1fr)
			auto;

		grid-template-areas:
			"brand navigation"
			"report report";

		width: 100%;

		padding: 1rem;

		gap:
			0.9rem
			0.75rem;
	}

	.shv-main-header
	.wp-block-site-logo img {
		width: 64px !important;
	}

	.shv-brand {
		gap: 0.7rem;
	}

	.shv-brand-name {
		font-size:
			1.18rem !important;
	}

	.shv-brand-kicker {
		font-size: 0.68rem;
	}

	.shv-brand-department {
		font-size:
			0.76rem !important;
	}

	.shv-report-button-wrapper {
		width: 100%;
	}

	.shv-report-button {
		width: 100%;
	}

	.shv-report-button
	.wp-block-button__link {
		width: 100%;

		min-width: 0;
		min-height: 54px;

		font-size: 1rem;
	}


	/* HERO */

	.shv-hero-v2 {
		min-height: 280px;

		padding:
			2rem
			1rem;

		background-position:
			center center !important;
	}

	.shv-hero-v2::before {
		background:
			rgba(18, 58, 99, 0.67);
	}

	.shv-hero-v2-inner {
		width: 100% !important;
	}

	.shv-hero-kicker {
		font-size: 1rem;
	}

	.shv-hero-title {
		font-size:
			clamp(2rem, 8vw, 3rem);

		line-height: 1.03;

		white-space: normal;
	}

	.shv-hero-subtitle {
		font-size: 1.05rem;

		line-height: 1.45;
	}


	/* BLOCS ACCUEIL */

	.shv-dashboard {
		width:
			calc(100% - 32px) !important;

		margin-top: 0 !important;

		padding-top: 1rem !important;
	}

	.shv-dashboard-columns {
		grid-template-columns: 1fr;
	}

	.shv-shortcuts-column {
		grid-column: auto;
	}

	.shv-shortcuts-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}

	.shv-panel {
		padding: 1.25rem;
	}


	/* ACTUALITÉS */

	.shv-news-item {
		display: block !important;
	}

	.shv-news-image {
		width: 100%;

		margin-bottom:
			0.65rem !important;
	}

	.shv-news-image img {
		width: 100%;
		height: 170px;
	}


	/* AGENDA */

	.shv-agenda-empty {
		min-height: 150px;
	}


	/* BAS DE PAGE */

	.shv-home-bottom {
		width:
			calc(100% - 32px) !important;
	}

	.shv-home-bottom-columns {
		grid-template-columns: 1fr;
	}

	.shv-council-column {
		grid-column: auto;
	}

	.shv-council-content {
		display: block;
	}

	.shv-council-content
	> .wp-block-column
	+ .wp-block-column {
		margin-top: 1rem;
	}

	.shv-feature-card {
		min-height: 210px;
	}


	/* FOOTER */

	.shv-footer-columns {
		display: block;
	}

	.shv-footer-columns
	> .wp-block-column {
		margin-bottom: 2rem;
	}
}


/* =========================================================
   TÉLÉPHONE
   ========================================================= */

@media (max-width: 700px) {

	.shv-main-header {
		grid-template-columns:
			minmax(0, 1fr)
			auto;

		grid-template-areas:
			"brand navigation"
			"report report";
	}

	.shv-shortcuts-grid {
		grid-template-columns:
			repeat(2, minmax(0, 1fr));
	}
}


/* =========================================================
   PETITS TÉLÉPHONES
   ========================================================= */

@media (max-width: 480px) {

	.shv-main-header {
		padding:
			0.9rem
			1rem;
	}

	.shv-main-header
	.wp-block-site-logo img {
		width: 56px !important;
	}

	.shv-brand {
		gap: 0.6rem;
	}

	.shv-brand-kicker {
		font-size: 0.62rem;
	}

	.shv-brand-name {
		font-size:
			1.02rem !important;
	}

	.shv-brand-department {
		font-size:
			0.72rem !important;
	}

	.shv-main-navigation
	.wp-block-navigation__responsive-container-open {
		min-width: 92px;

		padding:
			0.5rem
			0.7rem;
	}

	.shv-report-button
	.wp-block-button__link {
		min-height: 52px;

		font-size: 0.95rem;
	}

	.shv-hero-v2 {
		min-height: 260px;
	}

	.shv-hero-title {
		font-size:
			clamp(2rem, 10.5vw, 2.8rem);
	}

	.shv-shortcuts-grid {
		grid-template-columns: 1fr;
	}
}


/* =========================================================
   TRÈS GRANDS ÉCRANS
   ========================================================= */

@media (min-width: 1700px) {

	body {
		font-size: 17.5px;
	}

	.shv-main-header {
		max-width: 1560px;
	}

	.shv-main-navigation {
		font-size: 1rem;
	}

	.shv-brand-name {
		font-size: 1.52rem;
	}

	.shv-report-button
	.wp-block-button__link {
		font-size: 0.92rem;
	}

	.shv-panel-title {
		font-size: 1.4rem;
	}
}

/* =========================================================
   ARTICLE INDIVIDUEL
   ========================================================= */

.shv-single-page {
	padding: 52px 24px 76px;
	background: #eef4f8;
}


/* =========================================================
   EN-TÊTE DE L'ARTICLE
   ========================================================= */

.shv-single-header-card {
	position: relative;
	margin: 0;
	padding: 36px 42px 0;

	border: 1px solid #d7e2ea;
	border-bottom: 0;
	border-top: 5px solid #174a78;
	border-radius: 16px 16px 0 0;

	background: #ffffff;
	box-shadow: 0 8px 24px rgba(18, 63, 107, 0.08);
}


/* =========================================================
   RETOUR AUX ACTUALITÉS
   ========================================================= */

.shv-single-back-top {
	margin: 0 0 24px;
}

.shv-single-back-top a {
	color: #557083;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
}

.shv-single-back-top a:hover {
	color: #174a78;
	text-decoration: underline;
}


/* =========================================================
   CATÉGORIE
   ========================================================= */

.shv-single-category {
	margin: 0 0 18px;
}

.shv-single-category a {
	display: inline-block;
	padding: 7px 13px;
	border-radius: 999px;

	color: #ffffff;
	background: #174a78;

	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;

	text-decoration: none;
	text-transform: uppercase;
}

.shv-single-category a:hover {
	background: #0f3b61;
}


/* =========================================================
   TITRE
   ========================================================= */

.shv-single-title {
	max-width: 1050px;
	margin: 0 0 22px;

	color: #102f4e;

	font-size: clamp(2.15rem, 3vw, 3.25rem);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -0.025em;
}


/* =========================================================
   DATE / AUTEUR
   ========================================================= */

.shv-single-meta-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;

	margin: 0;
	padding: 13px 16px;

	border-left: 4px solid #4b87b6;
	border-radius: 8px;

	color: #40586a;
	background: #edf5fa;

	font-size: 0.95rem;
}

.shv-single-meta-bar p {
	margin: 0;
}

.shv-single-meta-bar .wp-block-post-date,
.shv-single-meta-bar .wp-block-post-author-name {
	color: #183c5c;
	font-weight: 700;
}

.shv-meta-label {
	color: #526474;
}

.shv-meta-separator {
	padding: 0 4px;
	color: #526474;
}


/* =========================================================
   IMAGE MISE EN AVANT
   ========================================================= */

.shv-single-featured-image {
	max-width: 980px;
	margin: 26px auto 0;
}

.shv-single-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 650px;

	object-fit: cover;

	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(18, 63, 107, 0.12);
}


/* =========================================================
   CONTENU DE L'ARTICLE
   ========================================================= */

.shv-single-content-card {
	margin: 0;
	padding: 26px 50px 48px;

	border: 1px solid #d7e2ea;
	border-top: 0;
	border-radius: 0 0 16px 16px;

	background: #ffffff;
	box-shadow: 0 8px 24px rgba(18, 63, 107, 0.08);
}

.shv-single-content-card .wp-block-post-content {
	color: #263746;
	font-size: 1.08rem;
	line-height: 1.82;
}

.shv-single-content-card .wp-block-post-content > p:first-child {
	color: #163a59;
	font-size: 1.16rem;
	font-weight: 500;
	line-height: 1.7;
}

.shv-single-content-card .wp-block-post-content p {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.shv-single-content-card .wp-block-post-content strong {
	color: #142f48;
	font-weight: 750;
}

.shv-single-content-card .wp-block-post-content h2 {
	margin-top: 2em;
	margin-bottom: 0.8em;

	color: #123f6b;

	font-size: 1.7rem;
	line-height: 1.25;
}

.shv-single-content-card .wp-block-post-content h3 {
	margin-top: 1.7em;
	margin-bottom: 0.7em;

	color: #174a78;

	font-size: 1.35rem;
	line-height: 1.3;
}

.shv-single-content-card .wp-block-post-content ul,
.shv-single-content-card .wp-block-post-content ol {
	margin-top: 1em;
	margin-bottom: 1.5em;
	padding-left: 1.5em;
}

.shv-single-content-card .wp-block-post-content li {
	margin-bottom: 0.5em;
}

.shv-single-content-card .wp-block-post-content a {
	color: #0d5fa6;
	font-weight: 600;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.shv-single-content-card .wp-block-post-content figure {
	margin-top: 2em;
	margin-bottom: 2em;
}

.shv-single-content-card .wp-block-post-content img {
	border-radius: 10px;
}


/* =========================================================
   BAS DE PAGE DE L'ARTICLE
   ========================================================= */

.shv-single-bottom {
	margin-top: 26px;
}

.shv-single-back-bottom {
	margin: 0;
}

.shv-single-back-bottom a {
	display: inline-flex;
	align-items: center;

	padding: 12px 18px;

	border: 1px solid #cbd9e3;
	border-radius: 8px;

	color: #174a78;
	background: #ffffff;

	font-weight: 700;
	text-decoration: none;

	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.shv-single-back-bottom a:hover {
	background: #f7fafc;
	border-color: #174a78;
	transform: translateX(-2px);
}


/* =========================================================
   ARTICLE - TABLETTE
   ========================================================= */

@media (max-width: 900px) {
	.shv-single-page {
		padding: 38px 20px 58px;
	}

	.shv-single-header-card {
		padding: 30px 30px 0;
	}

	.shv-single-title {
		font-size: clamp(2rem, 6vw, 2.8rem);
	}

	.shv-single-content-card {
		padding: 24px 34px 42px;
	}
}


/* =========================================================
   ARTICLE - MOBILE
   ========================================================= */

@media (max-width: 600px) {
	.shv-single-page {
		padding: 24px 14px 44px;
	}

	.shv-single-header-card {
		padding: 24px 20px 0;
		border-radius: 12px 12px 0 0;
	}

	.shv-single-back-top {
		margin-bottom: 18px;
	}

	.shv-single-category {
		margin-bottom: 14px;
	}

	.shv-single-category a {
		padding: 6px 10px;
		font-size: 0.75rem;
	}

	.shv-single-title {
		margin-bottom: 18px;
		font-size: clamp(1.85rem, 8vw, 2.4rem);
		line-height: 1.08;
	}

	.shv-single-meta-bar {
		gap: 6px;
		padding: 11px 12px;
		font-size: 0.86rem;
	}

	.shv-single-featured-image {
		margin-top: 20px;
	}

	.shv-single-featured-image img {
		border-radius: 10px;
	}

	.shv-single-content-card {
		padding: 22px 22px 34px;
		border-radius: 0 0 12px 12px;
	}

	.shv-single-content-card .wp-block-post-content {
		font-size: 1rem;
		line-height: 1.72;
	}

	.shv-single-content-card .wp-block-post-content > p:first-child {
		font-size: 1.08rem;
	}

	.shv-single-bottom {
		margin-top: 20px;
	}
}

/* =========================================================
   PAGE ACTUALITÉS / CATÉGORIES
   ========================================================= */

.shv-news-page {
	max-width: none !important;
	background: #eef4f8;
}

/* HERO ACTUALITÉS */

.shv-news-page .shv-news-hero {
	max-width: none !important;
	padding: 58px 24px 62px;
	color: #ffffff;
	background: #174a78;
}

.shv-news-page .shv-news-hero > * {
	width: calc(100% - 48px);
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

.shv-news-page .shv-news-title {
	margin-top: 0;
	margin-bottom: 12px;
	color: #ffffff;
	font-size: clamp(2.8rem, 5vw, 4rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.shv-news-page .shv-news-kicker {
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shv-news-page .shv-news-intro {
	margin-top: 0;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.94);
	font-size: 1.12rem;
	line-height: 1.55;
}

.shv-news-page .shv-news-category-title {
	margin-top: 14px;
	margin-bottom: 0;
	color: #ffffff;
	font-size: clamp(1.2rem, 2.2vw, 1.6rem);
	font-weight: 650;
	line-height: 1.3;
}

/* CONTENEUR PRINCIPAL */

.shv-news-page .shv-news-container {
	width: calc(100% - 48px) !important;
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 44px 0 72px !important;
}

/* FILTRES */

.shv-news-page .shv-news-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 36px;
}

.shv-news-page .shv-news-filter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid #cfdee8;
	border-radius: 999px;
	color: #174a78;
	background: #ffffff;
	font-size: 0.92rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.shv-news-page .shv-news-filter:hover,
.shv-news-page .shv-news-filter:focus-visible {
	border-color: #174a78;
	color: #ffffff;
	background: #174a78;
	transform: translateY(-1px);
}

.shv-news-page .shv-news-filter.is-active,
body.category-vie-municipale .shv-filter-municipal,
body.category-alertes-informations-pratiques .shv-filter-alertes,
body.category-ceremonies-commemorations .shv-filter-ceremonies,
body.category-travaux-voirie-environnement .shv-filter-travaux,
body.category-enfance-ecole-jeunesse .shv-filter-enfance,
body.category-solidarite-sante .shv-filter-solidarite,
body.category-vie-associative-culture-et-sports .shv-filter-associatif,
body.category-economie-locale .shv-filter-economie {
	border-color: #174a78;
	color: #ffffff;
	background: #174a78;
}

/* REQUÊTE */

.shv-news-page .shv-news-query {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

/* =========================================================
   GRILLE ACTUALITÉS
   Desktop : 3 colonnes
   Tablette : 2 colonnes
   Mobile : 1 colonne

   Sans JavaScript, la grille reste parfaitement lisible en
   lignes classiques. Avec news-masonry.js, les cartes sont
   empilées par colonne tout en conservant l'ordre éditorial
   1-2-3 / 4-5-6 / 7-8-9.
   ========================================================= */

.shv-news-page .shv-news-grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	column-gap: 24px;
	row-gap: 24px;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.shv-news-page .shv-news-grid.is-shv-masonry {
	grid-auto-rows: 8px;
	row-gap: 12px;
}

.shv-news-page .shv-news-grid > li,
.shv-news-page .shv-news-grid > .wp-block-post {
	align-self: start;
	min-width: 0;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* CARTE */

.shv-news-page .shv-news-card {
	display: block;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0 !important;
	border: 1px solid #d5e1e9;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 0 5px 16px rgba(18, 63, 107, 0.07);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		border-color 0.2s ease;
}

.shv-news-page .shv-news-card:hover {
	transform: translateY(-3px);
	border-color: #c2d4e0;
	box-shadow: 0 10px 25px rgba(18, 63, 107, 0.12);
}

/* IMAGE DE CARTE */

.shv-news-page .shv-news-card-image {
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 !important;
	background: #f6f9fb;
}

.shv-news-page .shv-news-card-image a {
	display: block;
	width: 100%;
}

.shv-news-page .shv-news-card-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	object-fit: contain;
}

.shv-news-page .shv-news-card-image:empty {
	display: none;
}

/* CORPS DE CARTE */

.shv-news-page .shv-news-card-body {
	padding: 22px 22px 24px;
}

.shv-news-page .shv-news-card-category {
	margin: 0 0 13px;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.shv-news-page .shv-news-card-category a {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	border-radius: 999px;
	color: #174a78;
	background: #eaf3f8;
	text-decoration: none;
}

.shv-news-page .shv-news-card-category a:hover,
.shv-news-page .shv-news-card-category a:focus-visible {
	color: #ffffff;
	background: #174a78;
}

.shv-news-page .shv-news-card-category .wp-block-post-terms__separator {
	color: transparent;
	font-size: 0;
}

.shv-news-page .shv-news-card-title {
	margin: 0 0 8px !important;
	color: #123a63;
	font-size: 1.28rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.01em;
}

.shv-news-page .shv-news-card-title a {
	color: #123a63;
	text-decoration: none;
}

.shv-news-page .shv-news-card-title a:hover,
.shv-news-page .shv-news-card-title a:focus-visible {
	color: #155da8;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.shv-news-page .shv-news-card-date {
	margin: 0 0 15px;
	color: #5f7284;
	font-size: 0.9rem;
	line-height: 1.35;
}

.shv-news-page .shv-news-card-excerpt {
	margin: 0;
	color: #34495c;
	font-size: 1rem;
	line-height: 1.62;
}

.shv-news-page .shv-news-card-excerpt p {
	margin: 0;
}

.shv-news-page .shv-news-card-link {
	display: inline-flex;
	align-items: center;
	margin-top: 18px;
	color: #0d5fa6;
	font-size: 0.95rem;
	font-weight: 800;
	text-decoration: none;
}

.shv-news-page .shv-news-card-link:hover,
.shv-news-page .shv-news-card-link:focus-visible {
	color: #123a63;
	text-decoration: underline;
}

/* PAGINATION / ÉTAT VIDE */

.shv-news-page .shv-news-pagination {
	clear: both;
	gap: 8px;
	margin-top: 42px;
	padding-top: 24px;
	border-top: 1px solid #d5e1e9;
}

.shv-news-page .shv-news-pagination a,
.shv-news-page .shv-news-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid #cfdee8;
	border-radius: 9px;
	background: #ffffff;
	text-decoration: none;
}

.shv-news-page .shv-news-pagination .current {
	border-color: #174a78;
	color: #ffffff;
	background: #174a78;
}

.shv-news-page .shv-news-empty {
	margin: 0;
	padding: 26px;
	border: 1px dashed #c7d6e0;
	border-radius: 12px;
	color: #5f7284;
	background: #ffffff;
	text-align: center;
}

/* ACTUALITÉS - TABLETTE */

@media (max-width: 900px) {
	.shv-news-page .shv-news-hero {
		padding: 46px 20px 50px;
	}

	.shv-news-page .shv-news-hero > * {
		width: calc(100% - 24px);
	}

	.shv-news-page .shv-news-container {
		width: calc(100% - 32px) !important;
		padding: 34px 0 58px !important;
	}

	.shv-news-page .shv-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 20px;
	}
}

/* ACTUALITÉS - MOBILE */

@media (max-width: 600px) {
	.shv-news-page .shv-news-hero {
		padding: 38px 18px 42px;
	}

	.shv-news-page .shv-news-hero > * {
		width: 100%;
	}

	.shv-news-page .shv-news-title {
		font-size: 2.45rem;
	}

	.shv-news-page .shv-news-intro {
		font-size: 1rem;
	}

	.shv-news-page .shv-news-category-title {
		font-size: 1.18rem;
	}

	.shv-news-page .shv-news-container {
		width: calc(100% - 28px) !important;
		padding: 28px 0 48px !important;
	}

	.shv-news-page .shv-news-filters {
		gap: 8px;
		margin-bottom: 26px;
	}

	.shv-news-page .shv-news-filter {
		min-height: 40px;
		padding: 8px 13px;
		font-size: 0.86rem;
	}

	.shv-news-page .shv-news-grid,
	.shv-news-page .shv-news-grid.is-shv-masonry {
		display: block !important;
	}

	.shv-news-page .shv-news-grid > li,
	.shv-news-page .shv-news-grid > .wp-block-post {
		margin-bottom: 18px !important;
	}

	.shv-news-page .shv-news-card-body {
		padding: 19px 18px 21px;
	}

	.shv-news-page .shv-news-card-title {
		font-size: 1.18rem;
	}

	.shv-news-page .shv-news-card-excerpt {
		font-size: 0.96rem;
	}
}

/* =========================================================
   ACCUEIL - BAS DE PAGE V2
   ---------------------------------------------------------
   Le conteneur n'utilise plus le bloc WordPress Columns.
   Toute la ligne est pilotee par notre propre CSS Grid afin
   d'eviter les hauteurs/flex-basis imposes par Gutenberg.
   ========================================================= */

.shv-home-bottom-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 2fr) minmax(0, .8fr) minmax(0, .8fr) !important;
	gap: 1rem !important;
	align-items: stretch !important;
	height: auto !important;
	min-height: 0 !important;
}

.shv-council-column,
.shv-feature-column {
	min-width: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
}

.shv-council-column {
	display: block !important;
	align-self: start !important;
}

.shv-council-column > .wp-block-shortcode {
	display: block !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
}

.shv-council-column .mp-latest-council {
	display: block !important;
	height: fit-content !important;
	block-size: fit-content !important;
	min-height: 0 !important;
	align-self: start !important;
}

.shv-council-column .mp-latest-council__grid {
	height: auto !important;
	min-height: 0 !important;
	align-items: start !important;
}

.shv-feature-column {
	display: flex !important;
	align-self: stretch !important;
}

.shv-feature-column > .shv-feature-card {
	box-sizing: border-box !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 280px !important;
	margin: 0 !important;
}

@media (max-width: 1100px) {
	.shv-home-bottom-columns {
		grid-template-columns: 1fr 1fr !important;
		align-items: start !important;
	}

	.shv-council-column {
		grid-column: 1 / -1 !important;
	}

	.shv-feature-column {
		display: block !important;
	}

	.shv-feature-column > .shv-feature-card {
		height: auto !important;
		min-height: 240px !important;
	}
}

@media (max-width: 700px) {
	.shv-home-bottom-columns {
		grid-template-columns: 1fr !important;
	}

	.shv-council-column {
		grid-column: auto !important;
	}

	.shv-feature-column > .shv-feature-card {
		min-height: 210px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
