/* =============================================================================
   THEME APEX — Custom CSS
   Palette : #E05A3A (orange) | #1A1A1A (dark) | #F5F5F5 (light) | #FFFFFF
   Font    : Montserrat
   ============================================================================= */

/* ── RESET / BASE ─────────────────────────────────────────────────────────── */
*, *::before, *::after {
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

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

/* ── TYPOGRAPHIE ──────────────────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 800;
	line-height: 1.2;
	color: #1A1A1A;
	margin-top: 0;
}

body:not(.home) h1 {
	color: #E05A3A;
}

h2 {
	font-size: clamp(1.1rem, 2vw, 1.5rem);
	margin-bottom: 1rem;
	display: flow-root;
	position: relative;
	padding-bottom: 0.75rem;
}

h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 3px;
	background: #E05A3A;
	border-radius: 2px;
}

h3 {
	font-size: clamp(0.95rem, 1.5vw, 1.15rem);
	margin-bottom: 0.75rem;
	color: #1A1A1A;
	font-weight: 700;
}

/* Dans les sections centrées, centrer aussi le trait */
.apex-section__title--center::after,
.apex-cta__title::after {
	left: 50%;
	transform: translateX(-50%);
}

/* Titres dans le dark bg → blanc */
.apex-section--dark h2,
.cta-section h2 {
	color: #FFFFFF;
}
.apex-section--dark h2::after {
	background: #E05A3A;
}
.cta-section h2::after {
	background: rgba(255,255,255,0.5);
}

/* ── HEADER ───────────────────────────────────────────────────────────────── */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	box-shadow: 0 2px 16px rgba(0,0,0,0.08);
	padding: 0.875rem 3rem;
	transition: box-shadow 0.3s;
}

.site-header-inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	max-width: 1400px;
	margin: 0 auto;
}

/* Logo */
.site-header-logo { flex-shrink: 0; }
.site-header-logo a { display: block; line-height: 0; text-decoration: none; font-weight: 800; font-size: 1.2rem; color: #1A1A1A; }
.site-header-logo img { height: 56px; width: auto; display: block; }

/* Navigation principale */
.apex-main-nav { flex: 1; display: flex; justify-content: center; }
.apex-main-nav .nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 0;
	align-items: center;
}
.apex-main-nav .nav-menu li a {
	display: block;
	font-size: 0.825rem;
	font-weight: 600;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	color: #1A1A1A;
	text-decoration: none;
	padding: 0.375rem 0.875rem;
	position: relative;
	transition: color 0.2s;
}
.apex-main-nav .nav-menu li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.875rem;
	right: 0.875rem;
	height: 2px;
	background: #E05A3A;
	transform: scaleX(0);
	transition: transform 0.25s;
}
.apex-main-nav .nav-menu li a:hover { color: #E05A3A; }
.apex-main-nav .nav-menu li a:hover::after { transform: scaleX(1); }
.apex-main-nav .nav-menu li.current-menu-item > a { color: #E05A3A; }
.apex-main-nav .nav-menu li.current-menu-item > a::after { transform: scaleX(1); }

/* ── MEGAMENU — OVERRIDE COMPLET ──────────────────────────────────────────── */

/* Conteneur principal */
#mega-menu-wrap-primary {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: 1;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* UL principal */
#mega-menu-wrap-primary ul.mega-menu {
	display: flex !important;
	align-items: center !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

/* Items principaux */
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item {
	background: transparent !important;
	border: none !important;
	position: relative;
}

/* Liens principaux */
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
	display: block !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.825rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.75px !important;
	text-transform: uppercase !important;
	color: #1A1A1A !important;
	background: transparent !important;
	border: none !important;
	padding: 0.375rem 0.875rem !important;
	text-decoration: none !important;
	position: relative;
	transition: color 0.2s !important;
	white-space: nowrap !important;
	line-height: 1.4 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0.875rem;
	right: 0.875rem;
	height: 2px;
	background: #E05A3A;
	transform: scaleX(0);
	transition: transform 0.25s;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
	color: #E05A3A !important;
	background: transparent !important;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link:hover::after,
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after {
	transform: scaleX(1);
}

/* Flèche indicateur */
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item-has-children > a.mega-menu-link .mega-indicator {
	color: inherit !important;
	font-size: 0.65rem !important;
	margin-left: 3px !important;
}

/* ── DROPDOWN ─────────────────────────────────────────────────────────────── */
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > ul.mega-sub-menu {
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
	min-width: 240px !important;
	background: #FFFFFF !important;
	border: none !important;
	border-top: 3px solid #E05A3A !important;
	box-shadow: 0 8px 32px rgba(0,0,0,0.12) !important;
	padding: 0.5rem 0 !important;
	z-index: 9999 !important;
	border-radius: 0 0 6px 6px !important;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item {
	background: transparent !important;
	border: none !important;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	display: block !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	color: #333333 !important;
	background: transparent !important;
	padding: 0.75rem 1.25rem !important;
	text-decoration: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	white-space: nowrap !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transition: color 0.2s, background 0.2s !important;
}
#mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	color: #E05A3A !important;
	background: #FFF5F2 !important;
}

/* Masquer le toggle mobile MegaMenu (on utilise le nôtre) */
.mega-menu-toggle { display: none !important; }

/* CTA header */
.apex-header-cta { flex-shrink: 0; }

/* Hamburger */
.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 4px;
	margin-left: auto;
}
.nav-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	background: #1A1A1A;
	transition: transform 0.3s, opacity 0.3s;
}
.nav-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2) { opacity: 0; }
.nav-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* FSE-compat (ancienne nav block) */
.site-header .wp-block-site-logo { flex-shrink: 0; }
.site-header .wp-block-site-logo img { height: 56px; width: auto; display: block; }
.site-header .wp-block-navigation { flex: 1 !important; }
.site-header .wp-block-navigation .wp-block-navigation__container { justify-content: center !important; gap: 0.25rem; }
.site-header .wp-block-navigation-item__label { font-size: 0.825rem !important; font-weight: 600 !important; letter-spacing: 0.75px !important; text-transform: uppercase !important; color: #1A1A1A !important; transition: color 0.2s; padding: 0.375rem 0.875rem; position: relative; }
.site-header .wp-block-navigation-item__label::after { content: ''; position: absolute; bottom: 0; left: 0.875rem; right: 0.875rem; height: 2px; background: #E05A3A; transform: scaleX(0); transition: transform 0.25s; }
.site-header .wp-block-navigation-item:hover .wp-block-navigation-item__label { color: #E05A3A !important; }
.site-header .wp-block-navigation-item:hover .wp-block-navigation-item__label::after { transform: scaleX(1); }
.site-header .wp-block-navigation__responsive-container { background: #FFFFFF; }

/* ── BOUTONS ──────────────────────────────────────────────────────────────── */
.btn {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-decoration: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
	border: none;
}
.btn-primary {
	background-color: #E05A3A;
	color: #FFFFFF;
	padding: 14px 32px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-primary:hover {
	background-color: #c0401a;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(224,90,58,0.3);
	color: #FFFFFF;
}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.apex-hero {
	position: relative;
	min-height: 90vh;
	display: flex;
	/*align-items: center;*/
	overflow: hidden;
	padding: clamp(1.5rem,6vw,5rem);
}
.apex-hero__bg,
picture > .apex-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
.apex-hero picture {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.apex-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, rgba(26,10,0,0.72) 0%, rgba(26,10,0,0.45) 55%, rgba(26,10,0,0.15) 100%);
	z-index: 1;
}
.apex-hero__content {
	position: relative;
	z-index: 2;
	max-width: 1100px;
}
.apex-hero__label {
	color: #FFFFFF;
	font-weight: 800;
	line-height: 1.15;
	font-size: clamp(1.35rem,3vw,2rem);
	margin-bottom: 0.75rem;
	border-left: 4px solid #E05A3A;
	padding-left: 1rem;
	opacity: 0;
	animation: fadeSlideUp 0.7s ease-out 0.15s forwards;
}
.apex-hero__title {
	color: #FFFFFF;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 1.5rem;
	font-size: clamp(1.75rem,4vw,2.75rem);
}
.apex-hero__text,
.apex-hero__text * {
	color: #FFFFFF !important;
}
.apex-hero__text {
	font-weight: 600;
	font-size: clamp(0.95rem,1.5vw,1.15rem);
	max-width: 1100px;
	margin-bottom: 2.5rem;
	opacity: 0;
	animation: fadeSlideUp 0.7s ease-out 0.35s forwards;
}
@keyframes fadeSlideUp {
	0%   { opacity: 0; transform: translateY(20px); }
	100% { opacity: 1; transform: translateY(0); }
}

/* ── HERO SLIDER ──────────────────────────────────────────────────────────── */
.apex-slider {
	position: relative !important;
	height: 90vh;
	min-height: 600px;
	overflow: hidden;
	display: block !important;
	margin-top: 0 !important;
}

.apex-slider > .wp-block-cover {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	min-height: unset !important;
	opacity: 0;
	animation: apexFade 18s ease-in-out infinite;
	will-change: opacity;
}

.apex-slider > .wp-block-cover:nth-child(1) { animation-delay: 0s;  }
.apex-slider > .wp-block-cover:nth-child(2) { animation-delay: 6s;  }
.apex-slider > .wp-block-cover:nth-child(3) { animation-delay: 12s; }

@keyframes apexFade {
	0%   { opacity: 0; }
	5%   { opacity: 1; }
	28%  { opacity: 1; }
	33%  { opacity: 0; }
	100% { opacity: 0; }
}

/* Contenu intérieur des slides */
.apex-slider .wp-block-cover__inner-container {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	padding: 0 8vw !important;
	height: 100% !important;
}

/* Indicateurs de slides (points) */
.apex-slider::after {
	content: '';
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

/* ── SECTIONS — UTILITAIRES ───────────────────────────────────────────────── */
section.wp-block-group {
	width: 100%;
}

/* ── GRILLE SERVICES (3 colonnes) ─────────────────────────────────────────── */
.apex-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	align-items: stretch;
}
.apex-grid-item {
	display: flex;
	flex-direction: column;
}

/* ── SECTION À PROPOS (2 colonnes) ───────────────────────────────────────── */
.apex-about-cols {
	display: flex;
	gap: 4rem;
	align-items: center;
}
.apex-about-img-col  { flex: 0 0 45%; }
.apex-about-text-col { flex: 1; }

/* ── CHIFFRES CLÉS ────────────────────────────────────────────────────────── */
.apex-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	text-align: center;
}
.apex-stat { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.apex-stat__number {
	color: #E05A3A;
	font-size: clamp(3rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1;
}
.apex-stat__label {
	color: rgba(255,255,255,0.65);
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ── CTA BOUTONS ──────────────────────────────────────────────────────────── */
.apex-cta-btns {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
}
.btn-cta-white {
	background: #FFFFFF;
	color: #E05A3A;
	border-radius: 4px;
	padding: 16px 40px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	transition: transform 0.2s, box-shadow 0.2s;
	display: inline-block;
}
.btn-cta-white:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.btn-cta-outline {
	border: 2px solid rgba(255,255,255,0.7);
	border-radius: 4px;
	color: #FFFFFF;
	padding: 14px 38px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	background: transparent;
	transition: transform 0.2s, border-color 0.2s;
	display: inline-block;
}
.btn-cta-outline:hover { transform: translateY(-2px); border-color: #FFFFFF; }

/* ── SECTIONS — WRAPPERS ──────────────────────────────────────────────────── */
.apex-section-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}

/* ── SERVICES ─────────────────────────────────────────────────────────────── */
.service-card {
	background: #FFFFFF;
	box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07) !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12) !important;
}

/* ── CHECKLIST À PROPOS ───────────────────────────────────────────────────── */
.apex-checklist {
	list-style: none !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.apex-checklist li {
	padding-left: 1.75rem;
	position: relative;
	margin-bottom: 0.625rem;
}

.apex-checklist li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #E05A3A;
	font-weight: 800;
	font-size: 1rem;
}

/* ── ABOUT IMAGE ──────────────────────────────────────────────────────────── */
.apex-about-image img {
	width: 100%;
	object-fit: cover;
	max-height: 520px;
	border-radius: 8px;
}

/* ── SCHEMA + GALERIE ────────────────────────────────────────────────────── */
.apex-schema-gallery {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 2rem;
	align-items: stretch;
	margin: 2.5rem 0;
}
.apex-schema-aside {
	background: #F0F2F5;
	border-left: 3px solid #E05A3A;
	border-radius: 8px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
}
.apex-schema-aside__title {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #1A1A2E;
	margin: 0 0 0.75rem 0;
}
.apex-schema-image {
	margin: 0;
	flex: 1;
	display: flex;
	align-items: center;
}
.apex-schema-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}
@media (max-width: 768px) {
	.apex-schema-gallery {
		grid-template-columns: 1fr;
	}
}

/* ── GALERIE ──────────────────────────────────────────────────────────────── */
.apex-gallerie {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	gap: 1rem;
	margin: 0;
	height: 100%;
}
.apex-gallerie__item {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	min-height: 0;
}
.apex-gallerie__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}
.apex-gallerie__item:hover img {
	transform: scale(1.04);
}

@media (max-width: 768px) {
	.apex-gallerie { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.apex-gallerie { grid-template-columns: 1fr; }
}

/* ── SECTEURS ─────────────────────────────────────────────────────────────── */
.sector-card {
	transition: border-color 0.2s, transform 0.2s;
}

.sector-card:hover {
	border-color: #E05A3A !important;
	transform: translateY(-3px);
}

/* ── CTA SECTION ──────────────────────────────────────────────────────────── */
.cta-section {
	background: linear-gradient(135deg, #E05A3A 0%, #c0401a 100%) !important;
}

/* ── FOOTER ───────────────────────────────────────────────────────────────── */
.site-footer {
	background-color: #1A1A1A;
	color: rgba(255,255,255,0.75);
	padding: 4rem 3rem 0;
}

.site-footer-inner {
	display: flex;
	gap: 3rem;
	max-width: 1200px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.footer-col { flex: 1; min-width: 200px; }
.footer-brand { flex: 2; }
.footer-col-title {
	color: #FFFFFF;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 1.25rem;
	font-weight: 700;
	display: block;
}
.footer-col p { line-height: 1.9; font-size: 0.9rem; }
.footer-logo img {
	height: 56px;
	width: auto;
	mix-blend-mode: screen;
	margin-bottom: 1rem;
	display: block;
}

/* Footer nav — classique wp_nav_menu */
.footer-nav { list-style: none; padding: 0; margin: 0; }
.footer-nav li a {
	color: rgba(255,255,255,0.6);
	font-size: 0.875rem;
	text-decoration: none;
	display: block;
	padding: 0.25rem 0;
	transition: color 0.2s;
}
.footer-nav li a:hover { color: #E05A3A; }

/* Footer nav — neutralise MegaMenu dans le footer */
.footer-nav-wrap #mega-menu-wrap-primary {
	display: block !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu {
	display: block !important;
	background: transparent !important;
	border: none !important;
}
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item {
	display: block !important;
	background: transparent !important;
	border: none !important;
}
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link {
	display: block !important;
	color: rgba(255,255,255,0.6) !important;
	background: transparent !important;
	font-size: 0.875rem !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	padding: 0.25rem 0 !important;
	border: none !important;
	box-shadow: none !important;
	white-space: normal !important;
}
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link::after { display: none !important; }
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > a.mega-menu-link:hover { color: #E05A3A !important; }
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item .mega-indicator { display: none !important; }
.footer-nav-wrap #mega-menu-wrap-primary ul.mega-menu > li.mega-menu-item > ul.mega-sub-menu { display: none !important; }

.footer-separator { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 3rem auto 0; max-width: 1200px; }

.footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.5rem;
	max-width: 1200px;
	margin: 0 auto;
	padding: 1.5rem 0;
	font-size: 0.8rem;
	color: rgba(255,255,255,0.4);
}
.footer-bottom a { color: rgba(255,255,255,0.5); text-decoration: none; }
.footer-bottom a:hover { color: #E05A3A; }
.footer-bottom p { margin: 0; }

.site-footer p, .site-footer li { line-height: 1.9; }

/* ── BOUTONS — AMÉLIORATIONS ──────────────────────────────────────────────── */
.wp-block-button__link,
.wp-element-button {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
	cursor: pointer;
}

.wp-block-button__link:hover,
.wp-element-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ── SECTIONS ─────────────────────────────────────────────────────────────── */
.apex-section {
	padding: 2.5rem 0;
	scroll-margin-top: 80px;
}
.apex-section--white { background: #FFFFFF; }
.apex-section--light { background: #F5F5F5; }
.apex-section--dark  { background: #1A1A2E; padding: 4rem 0; }

.apex-section__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
}
.apex-section__inner--narrow {
	max-width: 800px;
}
.apex-section__inner--center {
	text-align: center;
}
/*
.apex-section__title {
	margin-bottom: 1rem;
}
*/
.apex-section__title--orange { color: #E05A3A; }
.apex-section__title--center { text-align: center; }
.apex-section__intro {
	text-align: center;
	color: #666;
	font-size: 1.0625rem;
	margin-bottom: 2.5rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* ── SURTITRE ─────────────────────────────────────────────────────────────── */
.apex-surtitre {
	color: #E05A3A;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 0.8rem;
	margin-bottom: 0.75rem;
}

/* ── À PROPOS (section home) ─────────────────────────────────────────────── */
.apex-about__title {
	margin-bottom: 1.5rem;
}
.apex-about__texte {
	color: #444;
	margin-bottom: 2rem;
}
.apex-about-image {
	margin: 0;
}
.apex-about-image img {
	border-radius: 8px;
	width: 100%;
	object-fit: cover;
	max-height: 500px;
}

/* ── CTA SECTION ─────────────────────────────────────────────────────────── */
.apex-cta__title {
	color: #FFFFFF;
	margin-bottom: 1.25rem;
}
.apex-cta__text {
	color: rgba(255,255,255,0.85);
	font-size: 1.125rem;
	margin-bottom: 2.5rem;
}

/* ── PAGE ─────────────────────────────────────────────────────────────────── */
.apex-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 2rem;
}
.apex-page .page-title {
	margin-bottom: 2rem;
}
.apex-page__body {
	display: flex;
	gap: 3rem;
	align-items: flex-start;
}
.apex-page__body figure {
	flex: 0 0 380px;
	margin: 0;
}
.apex-page__body figure img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	display: block;
}
.apex-page .page-content {
	flex: 1;
	min-width: 0;
}

/* ── SINGLE ───────────────────────────────────────────────────────────────── */
.apex-single {
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 2rem;
}
.apex-single__header {
	margin-bottom: 2rem;
}
.apex-single__title {
	margin-bottom: 0.75rem;
}
.apex-single__meta {
	color: #888;
	font-size: 0.875rem;
}
.apex-single__thumbnail {
	float: left;
	margin: 0 2rem 1.5rem 0;
	max-width: 560px;
}
.apex-single__thumbnail img {
	width: 100%;
	border-radius: 8px;
	display: block;
}
.apex-single .post-content {
	line-height: 1.8;
	color: #333;
	overflow: hidden;
}

.mt-2 {
		margin-top: 2rem;
}

/* Listes dans le contenu rédactionnel */
.apex-single .post-content ul,
.apex-single .post-content ol,
.apex-page .page-content ul,
.apex-page .page-content ol {
	padding-left: 0;
	margin: 1rem 0 1.5rem;
	list-style: none;
}
.apex-single .post-content ul li,
.apex-page .page-content ul li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.2rem;
	color: #333;
	line-height: 1.5;
}
.apex-single .post-content ul li::before,
.apex-page .page-content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 8px;
	height: 3px;
	background: #E05A3A;
	border-radius: 2px;
}
.apex-single .post-content ol,
.apex-page .page-content ol {
	counter-reset: apex-counter;
}
.apex-single .post-content ol li,
.apex-page .page-content ol li {
	position: relative;
	padding-left: 1.8rem;
	margin-bottom: 0.45rem;
	color: #333;
	line-height: 1.7;
	counter-increment: apex-counter;
}
.apex-single .post-content ol li::before,
.apex-page .page-content ol li::before {
	content: counter(apex-counter) '.';
	position: absolute;
	left: 0;
	font-weight: 700;
	color: #E05A3A;
	font-size: 0.85em;
}
.apex-single__footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #eee;
}
.apex-single__nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.apex-single__nav-prev,
.apex-single__nav-next {
	color: #E05A3A;
	text-decoration: none;
	font-weight: 700;
}
.apex-single__nav-next {
	margin-left: auto;
}

/* ── ARCHIVE / BLOG ───────────────────────────────────────────────────────── */
.apex-archive {
	max-width: 1100px;
	margin: 0 auto;
	padding: 4rem 2rem;
}
.apex-archive__title {
	margin-bottom: 2.5rem;
}
.apex-archive__card {
	border-radius: 8px;
	padding: 2.5rem 2rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.apex-archive__number {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	color: #E05A3A;
	/*/margin-bottom: 1.25rem;*/
	opacity: 0.6;
}
.apex-archive__card-title {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}
.apex-archive__card-title a {
	text-decoration: none;
	color: inherit;
}
.apex-archive__excerpt {
	color: #555;
	font-size: 0.9375rem;
	margin-bottom: 1.5rem;
	flex: 1;
}
.apex-archive__more {
	font-weight: 700;
	font-size: 0.875rem;
	letter-spacing: 0.5px;
	color: #E05A3A;
	margin-top: auto;
}
.apex-archive__more a {
	color: inherit;
	text-decoration: none;
}
.apex-archive__pagination {
	margin-top: 3rem;
	text-align: center;
}
.apex-archive__empty {
	color: #666;
}

/* ── MOBILE PANEL (panneau latéral gauche) ────────────────────────────────── */
.apex-mobile-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1099;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.apex-mobile-overlay.is-visible {
	display: block;
	opacity: 1;
}

.apex-mobile-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 300px;
	max-width: 85vw;
	background: #FFFFFF;
	z-index: 1100;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	padding: 0 0 2rem;
	box-shadow: 4px 0 32px rgba(0,0,0,0.18);
}
.apex-mobile-panel.is-open {
	transform: translateX(0);
}

.apex-mobile-panel__close {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 1rem 1.25rem;
	background: none;
	border: none;
	font-size: 1.4rem;
	color: #1A1A1A;
	cursor: pointer;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 0.5rem;
}
.apex-mobile-panel__close:hover { color: #E05A3A; }

/* Neutraliser le wrapper MegaMenu dans le panneau */
.apex-mobile-panel #mega-menu-wrap-primary {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.apex-mobile-panel .mega-menu-toggle { display: none !important; }

/* Menu list inside panel — supporte WP standard ET MegaMenu */
.apex-mobile-panel ul.apex-mobile-menu,
.apex-mobile-panel ul.mega-menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	display: block !important;
	width: 100% !important;
}
.apex-mobile-panel ul.apex-mobile-menu li,
.apex-mobile-panel ul.mega-menu > li.mega-menu-item {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	background: transparent !important;
	border: none !important;
	margin: 0 !important;
}
/* Liens de premier niveau — spécificité max via IDs MegaMenu */
.apex-mobile-panel ul.apex-mobile-menu li > a,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	display: block !important;
	padding: 0.875rem 3rem 0.875rem 1.5rem !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.75px !important;
	color: #1A1A1A !important;
	text-decoration: none !important;
	border-bottom: 1px solid #F0F0F0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	line-height: 1.4 !important;
	height: auto !important;
	width: auto !important;
	transition: color 0.2s, background 0.2s;
}
.apex-mobile-panel ul.apex-mobile-menu li > a:hover,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	color: #E05A3A !important;
	background: #FFF5F2 !important;
}
/* Masquer indicateur MegaMenu */
.apex-mobile-panel .mega-indicator { display: none !important; }

/* Sous-menus */
.apex-mobile-panel ul.apex-mobile-menu li.menu-item-has-children > a,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link {
	padding-right: 3rem !important;
}
.apex-mobile-panel ul.apex-mobile-menu ul.sub-menu,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary li ul.mega-sub-menu {
	display: none !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #F8F8F8 !important;
	position: static !important;
	width: 100% !important;
	box-shadow: none !important;
	border: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}
.apex-mobile-panel ul.apex-mobile-menu ul.sub-menu.is-open,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary li ul.mega-sub-menu.is-open { display: block !important; }
.apex-mobile-panel ul.apex-mobile-menu ul.sub-menu li a,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary li ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	padding: 0.7rem 1.5rem 0.7rem 2.5rem !important;
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #444 !important;
	border-radius: 0 !important;
	height: auto !important;
	line-height: 1.4 !important;
}
.apex-mobile-panel ul.apex-mobile-menu ul.sub-menu li a:hover,
.apex-mobile-panel #mega-menu-wrap-primary #mega-menu-primary li ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	color: #E05A3A !important;
	background: #FFF5F2 !important;
}

/* Bouton chevron */
.apex-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	height: 49px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	border-left: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	cursor: pointer;
	font-size: 1.3rem;
	color: #888;
	transition: color 0.2s, transform 0.2s;
	padding: 0;
}
.apex-submenu-toggle:hover { color: #E05A3A; }
.apex-submenu-toggle.is-open { transform: rotate(90deg); color: #E05A3A; }

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.site-header { padding: 0.875rem 2rem; }
}

@media (max-width: 768px) {
	.apex-hero { min-height: 75vh; }
	.apex-hero__label { font-size: clamp(1.15rem,5vw,1.5rem); }
	.apex-hero__text  { font-size: 0.8rem; max-width: 100%; }
	.site-header { padding: 0.75rem 1rem; }
	.apex-header-cta { display: none; }
	.nav-toggle { display: flex; }

	/* Cacher le nav desktop sur mobile */
	.apex-main-nav { display: none !important; }

	/* Masquer le panneau mobile natif MegaMenu */
	.mega-menu-toggle,
	#mega-menu-wrap-primary .mega-menu-toggle { display: none !important; }

	.site-header-inner { position: relative; flex-wrap: wrap; }

	/* Grilles → 1 colonne */
	.apex-grid-3      { grid-template-columns: 1fr; }
	.apex-stats-grid  { grid-template-columns: repeat(2, 1fr); }
	.apex-about-cols  { flex-direction: column; gap: 2rem; }
	.apex-about-img-col { flex: none; width: 100%; }
	.apex-page__body  { flex-direction: column; }
	.apex-page__body figure { flex: none; width: 100%; max-width: 100%; }

	.site-footer { padding: 3rem 1.5rem 0; }
	.site-footer-inner { flex-direction: column; gap: 2rem; }
}

@media (max-width: 480px) {
	.apex-hero { min-height: 65vh; }
}

/* ── LIGHTBOX ────────────────────────────────────────────────────────────── */
#apex-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
#apex-lightbox.is-open {
	display: flex;
}
.apex-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.88);
	cursor: zoom-out;
}
.apex-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 1;
	background: rgba(255,255,255,0.12);
	border: none;
	color: #fff;
	font-size: 1.4rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}
.apex-lightbox__close:hover { background: #E05A3A; }
.apex-lightbox__figure {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: min(92vw, 1100px);
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}
.apex-lightbox__figure img {
	max-width: 100%;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 4px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.5);
	cursor: default;
}
.apex-lightbox__figure figcaption {
	color: rgba(255,255,255,0.75);
	font-size: 0.85rem;
	text-align: center;
	max-width: 600px;
}

/* ── ACCESSIBILITÉ ────────────────────────────────────────────────────────── */
:focus-visible {
	outline: 2px solid #E05A3A;
	outline-offset: 3px;
}

/* ── SCROLLBAR (optionnel) ────────────────────────────────────────────────── */
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background: #E05A3A;
	border-radius: 3px;
}

/* ── PAGE DEVIS / CONTACT ─────────────────────────────────────────────────── */
.apex-contact-page {
	padding: 4rem 2rem 5rem;
}
.apex-contact-page__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.apex-contact-page__title {
	color: #E05A3A;
	margin-bottom: 2.5rem;
}
.apex-contact-page__grid {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: 3.5rem;
	align-items: start;
}

/* ── Sidebar infos ─────────────────────────────────────────────────────────── */
.apex-contact-sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: sticky;
	top: 100px;
}
.apex-contact-info-block {
	background: #F5F5F5;
	border-radius: 12px;
	padding: 1.75rem;
}
.apex-contact-info-block__title {
	font-size: 1rem !important;
	font-weight: 800 !important;
	color: #1A1A1A !important;
	margin-bottom: 1.25rem !important;
	padding-bottom: 0.5rem !important;
}
.apex-contact-info-block__title::after {
	width: 32px !important;
}
.apex-contact-info-item {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	padding: 0.875rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.apex-contact-info-item:first-of-type { padding-top: 0; }
.apex-contact-info-item:last-of-type  { border-bottom: none; padding-bottom: 0; }
.apex-contact-info-item__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #E05A3A;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}
.apex-contact-info-item__body {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.apex-contact-info-item__body strong {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	font-weight: 700;
	line-height: 1;
}
.apex-contact-info-item__body span,
.apex-contact-info-item__body a {
	font-size: 0.9rem;
	color: #1A1A1A;
	text-decoration: none;
	line-height: 1.5;
}
.apex-contact-info-item__body a:hover { color: #E05A3A; }

/* ── Carte ─────────────────────────────────────────────────────────────────── */
.apex-contact-map {
	height: 280px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.leaflet-popup-content strong {
	font-family: 'Montserrat', sans-serif;
}

/* ── Colonne formulaire ────────────────────────────────────────────────────── */
.apex-contact-form-header {
	margin-bottom: 1.75rem;
}
.apex-contact-form-heading {
	margin-bottom: 0.5rem;
}
.apex-contact-form-intro {
	color: #666;
	font-size: 0.9375rem;
	margin: 0;
}

/* ── Contact Form 7 — style ────────────────────────────────────────────────── */
.apex-contact-form-wrap .wpcf7 { margin: 0 !important; }

/* Supprimer les <br> CF7 par défaut */
.apex-contact-form-wrap .wpcf7-form br { display: none; }

/* Wrapper de chaque champ */
.apex-contact-form-wrap .wpcf7-form > p {
	margin: 0 0 1.1rem;
}

/* Labels */
.apex-contact-form-wrap .wpcf7-form label,
.apex-contact-form-wrap .wpcf7-form > p > label:first-child {
	display: block;
	font-size: 0.775rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #555;
	margin-bottom: 0.375rem;
}

/* Inputs / Select / Textarea */
.apex-contact-form-wrap .wpcf7-text,
.apex-contact-form-wrap .wpcf7-email,
.apex-contact-form-wrap .wpcf7-tel,
.apex-contact-form-wrap .wpcf7-number,
.apex-contact-form-wrap .wpcf7-select,
.apex-contact-form-wrap .wpcf7-textarea {
	display: block !important;
	width: 100% !important;
	padding: 0.7rem 1rem !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.9rem !important;
	color: #1A1A1A !important;
	background: #FFFFFF !important;
	border: 1.5px solid #DDDCDB !important;
	border-radius: 6px !important;
	transition: border-color 0.2s, box-shadow 0.2s !important;
	outline: none !important;
	-webkit-appearance: none;
	appearance: none;
}
.apex-contact-form-wrap .wpcf7-text:focus,
.apex-contact-form-wrap .wpcf7-email:focus,
.apex-contact-form-wrap .wpcf7-tel:focus,
.apex-contact-form-wrap .wpcf7-number:focus,
.apex-contact-form-wrap .wpcf7-select:focus,
.apex-contact-form-wrap .wpcf7-textarea:focus {
	border-color: #E05A3A !important;
	box-shadow: 0 0 0 3px rgba(224,90,58,0.12) !important;
}

/* Textarea */
.apex-contact-form-wrap .wpcf7-textarea {
	min-height: 130px !important;
	resize: vertical !important;
}

/* Select — flèche custom */
.apex-contact-form-wrap .wpcf7-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231A1A1A' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 1rem center !important;
	padding-right: 2.5rem !important;
	cursor: pointer !important;
}

/* File input */
.apex-contact-form-wrap .wpcf7-file {
	display: block;
	width: 100%;
	padding: 0.6rem 1rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	color: #555;
	background: #FAFAFA;
	border: 1.5px dashed #DDDCDB;
	border-radius: 6px;
	cursor: pointer;
	transition: border-color 0.2s;
}
.apex-contact-form-wrap .wpcf7-file:hover { border-color: #E05A3A; }

/* Checkboxes (prestations) */
.apex-contact-form-wrap .wpcf7-checkbox {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.4rem 1rem;
	margin-top: 0.25rem;
}
.apex-contact-form-wrap .wpcf7-checkbox .wpcf7-list-item {
	margin: 0 !important;
}
.apex-contact-form-wrap .wpcf7-checkbox .wpcf7-list-item label {
	display: flex !important;
	align-items: flex-start !important;
	gap: 0.5rem !important;
	cursor: pointer !important;
	font-size: 0.8375rem !important;
	font-weight: 500 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #333 !important;
	line-height: 1.4 !important;
}
.apex-contact-form-wrap .wpcf7-checkbox input[type="checkbox"] {
	flex-shrink: 0;
	margin-top: 2px;
	width: 15px;
	height: 15px;
	accent-color: #E05A3A;
	cursor: pointer;
}

/* Bouton submit */
.apex-contact-form-wrap .wpcf7-submit {
	display: inline-block !important;
	background: #E05A3A !important;
	color: #FFFFFF !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700 !important;
	font-size: 0.875rem !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	padding: 14px 40px !important;
	border: none !important;
	border-radius: 4px !important;
	cursor: pointer !important;
	transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s !important;
	margin-top: 0.5rem;
}
.apex-contact-form-wrap .wpcf7-submit:hover {
	background-color: #c0401a !important;
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 20px rgba(224,90,58,0.3) !important;
}

/* Messages de validation */
.apex-contact-form-wrap .wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 0.8rem;
	margin-top: 0.2rem;
	display: block;
}
.apex-contact-form-wrap .wpcf7-response-output {
	border-radius: 6px;
	padding: 0.875rem 1.25rem;
	margin-top: 1.25rem;
	font-size: 0.9rem;
}
.apex-contact-form-wrap .wpcf7-mail-sent-ok {
	border-color: #28a745 !important;
	background: #f0fff4;
	color: #1a6f2f;
}
.apex-contact-form-wrap .wpcf7-mail-sent-ng,
.apex-contact-form-wrap .wpcf7-validation-errors,
.apex-contact-form-wrap .wpcf7-spam-blocked {
	border-color: #dc3545 !important;
	background: #fff5f5;
	color: #9b1c1c;
}

/* ── Responsive contact ─────────────────────────────────────────────────────── */
@media (max-width: 960px) {
	.apex-contact-page__grid {
		grid-template-columns: 1fr;
	}
	.apex-contact-sidebar {
		position: static;
		order: 2;
	}
	.apex-contact-form-col { order: 1; }
	.apex-contact-map { height: 240px; }
	.apex-contact-page__grid .apex-contact-sidebar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
	}
}
@media (max-width: 600px) {
	.apex-contact-page { padding: 2.5rem 1rem 3rem; }
	.apex-contact-page__grid .apex-contact-sidebar {
		grid-template-columns: 1fr;
	}
	.apex-contact-map { height: 200px; }
	.apex-contact-form-wrap .wpcf7-checkbox {
		grid-template-columns: 1fr;
	}
}

/* ── FAQ ACCORDION ────────────────────────────────────────────────────────── */
.apex-faq { margin-top: 3rem; }
.apex-faq__title {
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 1.5rem;
	color: #1A1A1A;
}
.apex-faq__item {
	border-bottom: 1px solid #E8E8E8;
}
.apex-faq__item:first-of-type { border-top: 1px solid #E8E8E8; }
.apex-faq__question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	padding: 1.25rem 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #1A1A1A;
	text-align: left;
	cursor: pointer;
	gap: 1rem;
	transition: color 0.2s;
}
.apex-faq__question:hover { color: #E05A3A; }
.apex-faq__question[aria-expanded="true"] { color: #E05A3A; }
.apex-faq__icon {
	flex-shrink: 0;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
	transition: transform 0.3s;
	color: #E05A3A;
}
.apex-faq__question[aria-expanded="true"] .apex-faq__icon {
	transform: rotate(45deg);
}
.apex-faq__answer {
	overflow: hidden;
	padding: 0 0 1.25rem;
	color: #555;
	font-size: 0.9375rem;
	line-height: 1.8;
}
.apex-faq__answer[hidden] { display: none; }

/* ── BREADCRUMB / FIL D'ARIANE ────────────────────────────────────────────── */
.apex-breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 0.75rem 0;
}
.apex-breadcrumb__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
}
.apex-breadcrumb__item {
	font-size: 0.8rem;
	font-weight: 500;
	color: #888;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}
.apex-breadcrumb__link {
	color: #888;
	text-decoration: none;
	transition: color 0.2s;
}
.apex-breadcrumb__link:hover {
	color: #E05A3A;
}
.apex-breadcrumb__current {
	color: #1A1A1A;
	font-weight: 700;
}
.apex-breadcrumb__sep {
	color: #CCC;
	font-size: 1rem;
	line-height: 1;
}

@media (max-width: 768px) {
	.apex-breadcrumb {
		padding: 0 0 0.5rem 0;
	}
}
