/* CMS stats strip + compat FundBux homepage */
.getup-fundbux-stats .company-achievements {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}
.getup-fundbux-stats .company-achievements .achievement {
	flex: 1 1 200px;
	max-width: 280px;
	padding: 1.25rem 1rem;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.getup-fundbux-stats .company-achievements .achievement h2 {
	font-size: 2rem;
	margin: 0.5rem 0;
}
.getup-fundbux-stats .company-achievements .achievement p {
	margin: 0;
	opacity: 0.85;
}
/* Formulaire mobilisation : carte et champs (labels + textarea) */
body.fundbux-home .our-camping-section .getup-mobilization-panel {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 16px;
	padding: clamp(1.25rem, 3vw, 2rem);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
body.fundbux-home .our-camping-section .getup-mobilization-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	opacity: 0.85;
	margin-bottom: 0.35rem;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input {
	position: relative;
	margin-bottom: 0;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input textarea {
	width: 100%;
	min-height: 100px;
	resize: vertical;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
	padding: 14px 16px 14px 48px;
	font-size: 1rem;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input input {
	width: 100%;
	min-height: 48px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.15);
	color: #fff;
	padding: 12px 16px 12px 48px;
	font-size: 1rem;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input textarea::placeholder,
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input input::placeholder {
	color: rgba(255, 255, 255, 0.55);
}
body.fundbux-home .our-camping-section .getup-home-mobilization-form .single-input .fal {
	left: 16px;
	opacity: 0.85;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-submit {
	border-radius: 999px;
	padding: 12px 28px;
	font-weight: 600;
	border: none;
	background: #fff;
	color: #0c4764;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body.fundbux-home .our-camping-section .getup-home-mobilization-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
	color: #062a3d;
}

/* Bénévoles — fond guilloché (sans bloc vidéo) */
body.fundbux-home .volunteer-section.getup-volunteer-network {
	background-image: none !important;
	background-color: #f4f1eb;
	color: #1a1a1a;
	position: relative;
	overflow: hidden;
}
body.fundbux-home .volunteer-section.getup-volunteer-network::before {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.55;
	background-image:
		repeating-linear-gradient(
			90deg,
			rgba(90, 74, 58, 0.07) 0px,
			rgba(90, 74, 58, 0.07) 1px,
			transparent 1px,
			transparent 14px
		),
		repeating-linear-gradient(
			0deg,
			rgba(46, 107, 62, 0.06) 0px,
			rgba(46, 107, 62, 0.06) 1px,
			transparent 1px,
			transparent 16px
		),
		repeating-linear-gradient(
			135deg,
			rgba(0, 0, 0, 0.025) 0px,
			rgba(0, 0, 0, 0.025) 1px,
			transparent 1px,
			transparent 11px
		);
}
body.fundbux-home .volunteer-section.getup-volunteer-network .container {
	position: relative;
	z-index: 1;
}
body.fundbux-home .volunteer-section.getup-volunteer-network .section-title span,
body.fundbux-home .volunteer-section.getup-volunteer-network .section-title span i {
	color: #c45d2b;
}
body.fundbux-home .volunteer-section.getup-volunteer-network .section-title h1 {
	color: #1c1917;
}

/* Section bénévoles : le thème impose du blanc sur .video-section — fond clair = titres illisibles sans ce correctif */
body.fundbux-home .video-section.volunteer-section .section-title h1 {
	color: #1c1917 !important;
}

/* Titres sections accueil — alternance par mot (spécificité élevée pour battre style FundBux .cause-section … h1 span, etc.) */
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-orange,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-orange,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-orange,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-orange,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-orange,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-orange {
	color: #e85d04 !important;
}
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-green,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-green,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-green,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-green,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-green,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-green {
	color: #1b7f5a !important;
}
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-chocolate,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-chocolate,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-chocolate,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-chocolate,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-chocolate,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-chocolate {
	color: #5c3d2e !important;
}
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-black,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-black,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-black,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-black,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-black,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-black {
	color: #141414 !important;
}
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-mauve,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-mauve,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-mauve,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-mauve,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-mauve,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-mauve {
	color: #7c3aed !important;
}
body.fundbux-home .about-us-section .section-title h1 .getup-ft-w-teal,
body.fundbux-home .cause-section.what-we-do-section .section-title h1 .getup-ft-w-teal,
body.fundbux-home .why-us-section .section-title h1 .getup-ft-w-teal,
body.fundbux-home .volunteer-section .section-title h1 .getup-ft-w-teal,
body.fundbux-home .latest-blog-section .section-title h1 .getup-ft-w-teal,
body.fundbux-home .major-partners .section-title h1 .getup-ft-w-teal {
	color: #0d9488 !important;
}

/* Pied de page footer-2 : slogan org. à la place du logo */
.footer-top-bar .footer-logo .getup-footer-brand-link {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: inherit;
}
.footer-top-bar .footer-logo .getup-footer-brand-link:hover {
	color: inherit;
	opacity: 0.92;
}
.footer-top-bar .footer-logo .getup-footer-brand-slogan {
	display: block;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.45;
	margin: 0;
	opacity: 0.95;
}

/* Bande contact (E-mail / Téléphone) : texte noir, fond clair pour contraste sur la barre foncée */
footer.footer-2 .footer-top-bar .row > .col-lg-6:has(.contact-us) {
	background-color: #ffffff;
	padding: 18px 22px;
	border-radius: 10px;
}
footer.footer-2 .footer-top-bar .contact-us .single-info .contact-info h4,
footer.footer-2 .footer-top-bar .contact-us .single-info .contact-info p {
	color: #000000 !important;
}

/* Sécurité si la bande démo paiements réapparaît dans un gabarit */
footer.footer-section.footer-2 .payoment-methods-icons {
	display: none !important;
}

/* Menu principal Fundbux : pas d’icônes réseaux (la ligne de nav garde la même hauteur) */
body.fundbux-home .header-wrap.header-box-style .menu-wrap .social-link,
body.fundbux-site .header-wrap.header-box-style .menu-wrap .social-link {
	display: none !important;
}

/* En-tête accueil & pages internes : colonne logo élargie, image plus grande ; hauteur de ligne pilotée par le bloc droit (top-bar + menu) */
@media (min-width: 992px) {
	body.fundbux-home header.header-wrap.header-box-style > .container > .row.align-items-center,
	body.fundbux-site header.header-wrap.header-box-style > .container > .row.align-items-center {
		align-items: stretch;
	}
	body.fundbux-home header.header-wrap.header-box-style > .container > .row > .col-xl-3:has(.logo),
	body.fundbux-home header.header-wrap.header-box-style > .container > .row > .col-lg-3:has(.logo),
	body.fundbux-site header.header-wrap.header-box-style > .container > .row > .col-xl-3:has(.logo),
	body.fundbux-site header.header-wrap.header-box-style > .container > .row > .col-lg-3:has(.logo) {
		display: flex;
		align-self: stretch;
		flex: 0 0 32%;
		max-width: 32%;
	}
	body.fundbux-home header.header-wrap.header-box-style > .container > .row > .col-xl-9:has(.box-wrap),
	body.fundbux-home header.header-wrap.header-box-style > .container > .row > .col-lg-9:has(.box-wrap),
	body.fundbux-site header.header-wrap.header-box-style > .container > .row > .col-xl-9:has(.box-wrap),
	body.fundbux-site header.header-wrap.header-box-style > .container > .row > .col-lg-9:has(.box-wrap) {
		flex: 0 0 68%;
		max-width: 68%;
		display: flex;
		flex-direction: column;
		align-self: stretch;
		min-height: 0;
	}
	body.fundbux-home header.header-wrap.header-box-style .logo,
	body.fundbux-site header.header-wrap.header-box-style .logo {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		box-sizing: border-box;
		padding: 14px 18px;
		min-height: 0;
	}
	body.fundbux-home header.header-wrap.header-box-style .logo a,
	body.fundbux-site header.header-wrap.header-box-style .logo a {
		display: flex;
		align-items: center;
		line-height: 0;
		max-width: 100%;
	}
	body.fundbux-home header.header-wrap.header-box-style .logo img,
	body.fundbux-site header.header-wrap.header-box-style .logo img {
		max-height: 80px;
		width: auto;
		max-width: min(100%, 320px);
		height: auto;
		object-fit: contain;
	}
	body.fundbux-home header.header-wrap.header-box-style .col-xl-9 .box-wrap,
	body.fundbux-home header.header-wrap.header-box-style .col-lg-9 .box-wrap,
	body.fundbux-site header.header-wrap.header-box-style .col-xl-9 .box-wrap,
	body.fundbux-site header.header-wrap.header-box-style .col-lg-9 .box-wrap {
		flex: 1 1 auto;
		width: 100%;
		min-height: 0;
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
	}
	body.fundbux-home header.header-wrap.header-box-style .box-wrap > .menu-wrap,
	body.fundbux-site header.header-wrap.header-box-style .box-wrap > .menu-wrap {
		flex: 1 1 auto;
		align-items: center;
		min-height: 0;
		justify-content: flex-end !important;
	}
}

/* Contenu dynamique FundBux (#getup-page-body) : pleine largeur dans main (pas de bloc centré) */
.body-wrapper.fundbux-site main #getup-page-body.getup-page-body {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: clamp(1rem, 4vw, 1.5rem);
	padding-right: clamp(1rem, 4vw, 1.5rem);
	padding-bottom: clamp(3rem, 7vw, 5.75rem);
}

.body-wrapper.fundbux-site main #getup-page-body.getup-page-body:not(.getup-page-body--replace) {
	padding-top: clamp(2.75rem, 6vw, 4.25rem);
}

/* Une seule contrainte de largeur : évite double « container » Bootstrap décalé à gauche */
.body-wrapper.fundbux-site main #getup-page-body .container {
	max-width: 100%;
}

/* Colonne principale : alignée au flux (plus de colonne étroite centrée) */
.body-wrapper.fundbux-site main #getup-page-body .details-content {
	box-sizing: border-box;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

/* Page Dons — grille formulaire + sidebar : pas de limite étroite sur la colonne principale */
.body-wrapper.fundbux-site main #getup-page-body .details-layout-wrap .details-content {
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about {
	font-size: 1.0625rem;
	line-height: 1.75;
	color: rgba(33, 37, 41, 0.92);
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about > *:first-child {
	margin-top: 0;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about > *:last-child {
	margin-bottom: 0;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about p {
	margin-bottom: 1.15em;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about .lead {
	font-size: 1.2rem;
	line-height: 1.55;
	margin-bottom: 1.5rem;
	font-weight: 500;
	color: rgba(33, 37, 41, 0.95);
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h1,
.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h2,
.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h3 {
	line-height: 1.25;
	margin-top: 1.75rem;
	margin-bottom: 0.65rem;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h1:first-child,
.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h2:first-child,
.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about h3:first-child {
	margin-top: 0;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about ul,
.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about ol {
	margin: 0 0 1.15em 0;
	padding-left: 1.35rem;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about li {
	margin-bottom: 0.45em;
}

.body-wrapper.fundbux-site main #getup-page-body .getup-brochure-about img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}

.body-wrapper.fundbux-site main #getup-page-body .details-content.getup-brochure-about {
	max-width: none;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount {
	width: 100%;
	margin-top: 1.25rem;
	margin-left: 0;
	margin-right: 0;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .row {
	margin-left: -0.75rem;
	margin-right: -0.75rem;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-main-heading {
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #15161c;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-album {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-album:last-of-type {
	border-bottom: none;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-album-title {
	font-weight: 700;
	color: #1c1917;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-thumb {
	position: relative;
	aspect-ratio: 4 / 3;
	background: rgba(15, 23, 42, 0.04);
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-thumb:hover img {
	transform: scale(1.04);
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-google-card {
	background: #fff;
}

.body-wrapper.fundbux-site main #getup-page-body #getup-site-gallery-mount .getup-site-gallery-google-title {
	font-weight: 700;
	color: #1c1917;
	line-height: 1.3;
}

/* Gabarit blog-standard : pas de colonne articles + sidebar sous le corps pour les pages brochure */
body.fundbux-site[data-page-key='mission'] main section.blog-wrapper.news-wrapper,
body.fundbux-site[data-page-key='vision'] main section.blog-wrapper.news-wrapper,
body.fundbux-site[data-page-key='objectifs'] main section.blog-wrapper.news-wrapper,
body.fundbux-site[data-page-key='interventions'] main section.blog-wrapper.news-wrapper,
body.fundbux-site[data-page-key='galerie'] main section.blog-wrapper.news-wrapper,
body.fundbux-site[data-page-key='realisations'] main section.blog-wrapper.news-wrapper,
body.fundbux-site.getup-institutional-page main section.blog-wrapper.news-wrapper {
	display: none !important;
}
