/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.6
	Stable tag: 3.4.6
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

body {
	background-color: #f9fafb;
	color: #111827;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.App {
	background-color: #f9fafb;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.main-content {
	flex-grow: 1;
	width: 100%;
}

.container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}

.site-header {
	background-color: #fff;
	box-shadow: 0 2px 4px #0000001a;
	display: block;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 1000;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.main-nav {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0.25rem 1.5rem;
}

.logo-img {
	display: block;
	height: auto;
	object-fit: contain;
	width: 180px;
}

.nav-links {
	display: none;
}

@media (min-width: 768px) {
	.nav-links {
		align-items: center;
		display: flex;
		gap: 1.5rem;
		list-style: none;
		margin: 0;
		padding: 0;
	}
}

.nav-links li {
	list-style: none;
	margin: 0;
	position: relative;
	padding: 0;
}

.nav-link,
.nav-links a {
	color: #374151;
	display: block;
	font-weight: 600;
	padding: 0.25rem 0;
	text-decoration: none;
	transition: color 0.3s ease;
}

.nav-link:hover,
.nav-links a:hover {
	color: teal;
}

.nav-links .sub-menu {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 12px 32px #0f172a1a;
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 240px;
	padding: 0.5rem 0;
	position: absolute;
	top: 100%;
	z-index: 1001;
}

.nav-links .sub-menu li {
	width: 100%;
}

.nav-links .sub-menu a {
	display: block;
	padding: 0.4rem 1rem;
	white-space: nowrap;
}

.nav-links li:hover > .sub-menu,
.nav-links li:focus-within > .sub-menu {
	display: block;
}

.mobile-menu-button {
	display: block;
}

.site-header .main-nav {
	max-width: 1280px;
}

.site-footer .footer-content {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.site-header .main-nav {
		flex-wrap: wrap;
		gap: 0.75rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nav-links {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
		width: 100%;
	}

	.mobile-menu-button {
		display: none;
	}
}

@media (min-width: 768px) {
	.mobile-menu-button {
		display: none;
	}
}

.burger-icon {
	color: #374151;
	height: 1.5rem;
	width: 1.5rem;
}

.site-footer {
	background-color: #1f2937;
	color: #fff;
	margin-top: 3rem;
	padding-bottom: 2rem;
	padding-top: 2rem;
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}

.site-footer:not(.dynamic-footer) {
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.site-footer .container.footer-content {
	max-width: none;
	width: 100%;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.footer-content {
	text-align: center;
}

.footer-content p {
	margin-bottom: 0.5rem;
}

.footer-contact-info {
	color: #9ca3af;
	font-size: 0.875rem;
}

.footer-partner-logo {
	display: block;
	height: auto;
	margin: 1rem auto 0.5rem;
	max-width: 520px;
	width: 100%;
}

.footer-funding-note {
	color: #9ca3af;
	font-size: 0.75rem;
	line-height: 1.4;
	margin: 0.25rem auto 0;
	max-width: 40rem;
}

.home-page {
	width: 100%;
}

.banner-section {
	height: 24rem;
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {
	.banner-section {
		height: 32rem;
	}
}

.banner-image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.banner-overlay {
	align-items: center;
	background-color: #0006;
	display: flex;
	inset: 0;
	justify-content: center;
	position: absolute;
}

.banner-title {
	color: #fff;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}

@media (min-width: 768px) {
	.banner-title {
		font-size: 3.75rem;
		line-height: 1;
	}
}

.intro-section {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

@media (min-width: 768px) {
	.intro-section {
		padding-bottom: 4rem;
		padding-top: 4rem;
	}
}

.section-title {
	color: teal;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 2.25rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.intro-content {
	color: #374151;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
}

.intro-content p {
	margin-bottom: 1rem;
}

.missions-section-home {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.missions-section-home .section-title {
	color: #34d399;
}

.missions-subtitle {
	color: #374151;
	margin-bottom: 1.5rem;
	text-align: center;
}

.missions-link-container {
	text-align: center;
}

.support-section-home {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.support-section-home .section-title {
	color: #f472b6;
}

.support-subtitle {
	color: #374151;
	margin-bottom: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
	text-align: center;
}

.donation-placeholder {
	border: 2px dashed #d1d5db;
	border-radius: 0.5rem;
	color: #374151;
	margin-left: auto;
	margin-right: auto;
	max-width: 28rem;
	padding: 2rem;
	text-align: center;
}

.donation-placeholder p {
	margin-bottom: 1rem;
}

.btn {
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	transition: opacity 0.3s ease, transform 0.2s ease;
}

.btn:hover {
	opacity: 0.8;
	transform: translateY(-1px);
}

.btn-primary {
	background-color: #34d399;
}

.btn-secondary,
.btn-accent {
	background-color: #f472b6;
}

.missions-page {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.mission-section {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	margin-bottom: 3rem;
	padding: 1.5rem;
}

.mission-title {
	color: #f472b6;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.mission-section p {
	color: #374151;
	line-height: 1.75;
}

.mission-detail-page .mission-detail {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.mission-detail-layout {
	display: grid;
	gap: 2rem;
}

@media (min-width: 1024px) {
	.mission-detail-layout {
		align-items: start;
		grid-template-columns: 240px 1fr;
	}
}

.mission-nav {
	background-color: #fff;
	border-radius: 0.75rem;
	box-shadow: 0 10px 30px #0f172a12;
	padding: 1.5rem;
	position: sticky;
	top: 5.5rem;
}

.mission-nav-title {
	color: #111827;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.mission-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mission-nav-list li {
	margin-bottom: 0.75rem;
}

.mission-nav-list a {
	color: #374151;
	font-weight: 600;
	text-decoration: none;
}

.mission-nav-list a:hover {
	color: teal;
}

.mission-detail-content h2,
.mission-detail-content h3,
.mission-detail-content h4 {
	color: #f472b6;
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 2rem;
	scroll-margin-top: 6rem;
}

.mission-detail-content ul,
.mission-detail-content ol {
	color: #374151;
	line-height: 1.75;
	margin: 1rem 0 1.5rem;
	padding-left: 1.5rem;
}

.mission-detail-content li {
	margin-bottom: 0.75rem;
}

.mission-detail-content figure {
	margin: 2rem 0;
}

.mission-detail-content img {
	border-radius: 0.5rem;
	display: block;
	height: auto;
	max-width: 100%;
}

.mission-detail-content figcaption {
	color: #6b7280;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	text-align: center;
}

.mission-back-link {
	margin-top: 2rem;
	text-align: center;
}

.missions-content h2 {
	color: #f472b6;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.missions-content p {
	color: #374151;
	line-height: 1.75;
}

.ressources-page {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.ressources-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.ressources-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.ressources-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.resource-card {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.resource-image {
	height: 12rem;
	object-fit: cover;
	width: 100%;
}

.resource-card:hover {
	box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
	transform: scale(1.05);
}

.resource-content {
	padding: 1.5rem;
}

.resource-category {
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	padding: 0.25rem 0.75rem;
}

.category-projets {
	background-color: #f472b6;
}

.resource-category.category-outils {
	background-color: #f9fafb !important;
	color: #111827;
}

.resource-category.category-references {
	background-color: #f9fafb !important;
	color: #111827;
}

.site-main.category-outils,
.site-main.category-references,
.site-main.category-outils .page-header,
.site-main.category-references .page-header,
.site-main.category-outils .page-content,
.site-main.category-references .page-content {
	background-color: #f9fafb !important;
}

.category-rapports {
	background-color: #fbbf24;
}

.category-default {
	background-color: #6b7280;
}

.resource-title {
	color: #111827;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.resource-excerpt {
	color: #374151;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.resource-link {
	color: #34d399;
	font-weight: 600;
	text-decoration: none;
}

.resource-link:hover {
	text-decoration: underline;
}

.soutenir-page {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.intro-text {
	color: #374151;
	line-height: 1.75;
	margin-bottom: 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 56rem;
	text-align: center;
}

.intro-text p {
	margin-bottom: 1rem;
}

.donation-form-container {
	background-color: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	margin-left: auto;
	margin-right: auto;
	max-width: 28rem;
	padding: 2rem;
}

.form-title {
	color: #f472b6;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	text-align: center;
}

.form-group {
	margin-bottom: 1rem;
}

.form-group label {
	color: #374151;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.form-group input[type="email"],
.form-group input[type="number"] {
	appearance: none;
	border: 1px solid #d1d5db;
	border-radius: 0.25rem;
	box-shadow: 0 1px 2px 0 #0000000d;
	color: #374151;
	line-height: 1.5;
	padding: 0.5rem 0.75rem;
	width: 100%;
}

.form-group input:focus {
	border-color: teal;
	box-shadow: 0 0 0 3px #3b82f680;
	outline: none;
}

.form-info p {
	color: #4b5563;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

.form-actions {
	text-align: center;
}

.form-footer-note {
	color: #6b7280;
	font-size: 0.75rem;
	margin-top: 1rem;
	text-align: center;
}

.autres-moyens {
	border-top: 1px solid #e5e7eb;
	color: #374151;
	line-height: 1.75;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3rem;
	max-width: 56rem;
	padding-top: 2rem;
	text-align: center;
}

.autres-moyens .section-subtitle {
	color: #111827;
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.autres-moyens p {
	margin-bottom: 1rem;
}

.bank-details {
	font-weight: 700;
}

.contact-page {
	padding-bottom: 3rem;
	padding-top: 3rem;
}

.contact-grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.contact-grid {
		align-items: start;
		grid-template-columns: repeat(2, 1fr);
	}
}

.contact-info-card {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	padding: 1.5rem;
}

.card-title {
	color: #1f2937;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.contact-address p {
	color: #374151;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

.contact-address strong {
	color: #111827;
	display: block;
	margin-bottom: 0.25rem;
}

.contact-address a {
	color: #00a5a5;
	text-decoration: none;
}

.contact-address a:hover {
	text-decoration: underline;
}

.permanences-info {
	border-top: 1px solid #e5e7eb;
	margin-top: 1.5rem;
	padding-top: 1rem;
}

.permanences-title {
	color: #1f2937;
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.permanences-info p {
	color: #374151;
	margin-bottom: 0.25rem;
}

.permanences-note {
	color: #6b7280;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

.map-card {
	border-radius: 0.5rem;
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;
	overflow: hidden;
}

.map-placeholder {
	align-items: center;
	background-color: #e5e7eb;
	border-radius: 0.5rem;
	color: #6b7280;
	display: flex;
	height: 16rem;
	justify-content: center;
}

@media (min-width: 768px) {
	.map-placeholder {
		height: 24rem;
	}
}

.page-title {
	color: teal;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 2rem;
	padding-top: 2rem;
	text-align: center;
}
