/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* === HOVER SUR LES LIENS === */

/* Liens du menu header */
.main-navigation a,
.menu a,
header a {
    transition: all 0.3s ease;
}

.main-navigation a:hover,
.menu a:hover,
header .menu-item a:hover {
    color: #B4D820 !important; /* Vert environnement */
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 5px;
}


/* Effet de soulignement animé (optionnel) */
.main-navigation a {
    position: relative;
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4CAF50;
    transition: width 0.3s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

/* Liens dans le contenu général */
a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #4CAF50;
}

/* Liens dans le footer */
.site-footer a {
    color: #ecf0f1;
    transition: color 0.3s ease;
}

.site-footer a:hover {
    color: #4CAF50;
}

/* Header mobile */
@media (max-width: 768px) {
    .site-header {
        padding-inline-end: 20px;
        padding-inline-start: 20px;
    }
}

/*******************************************************************/

/* ============================================================
   MAXXENS — CSS ELEMENTOR v2
   Responsive mobile-first complet
   À coller dans : Elementor > ☰ > Site Settings > Custom CSS
   OU : Apparence > Personnaliser > CSS additionnel
   ============================================================ */

/* ── POLICES ─────────────────────────────────────────────── */
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500&display=swap');*/

/* ── VARIABLES ───────────────────────────────────────────── */
:root {
  --green-deep:   #1e2606;
  --green-mid:    #2e3a08;
  --green-bright: #7a9614;
  --green-accent: #B4D820;
  --green-light:  #d8ee80;
  --cream:        #f6f7f0;
  --cream-warm:   #edeedd;
  --text-dark:    #191d04;
  --text-mid:     #4a5218;
  --px:           20px;   /* marge mobile universelle */
}

/* ── BASE ────────────────────────────────────────────────── */
html { scroll-behavior: smooth; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--text-dark);
  margin: 0; padding: 0;
  overflow-x: hidden;
}

/* Neutraliser paddings Elementor */
.maxxens-section.elementor-section > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}
.maxxens-section .elementor-widget-html { padding: 0 !important; }

/* ── UTILITAIRES ─────────────────────────────────────────── */
.mx-section-label {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-bright); margin-bottom: 0.8rem;
  display: flex; align-items: center; gap: 0.8rem;
}
.mx-section-label::after {
  content: ''; flex: 0 0 2rem; height: 1px; background: var(--green-bright);
}
.mx-h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem, 5vw, 3rem);
  font-weight: 700; line-height: 1.15; color: var(--green-deep);
  margin: 0 0 1.2rem;
}

/* ═══════════════════════════════════════════════════════════
   NAV
   ═══════════════════════════════════════════════════════════ */
nav.mxnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem var(--px);
  background: #edeedd;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(180,216,32,0.18);
}
.mxnav .nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem; font-weight: 900;
  color: var(--green-accent); letter-spacing: -0.02em;
  text-decoration: none;
}
.mxnav .nav-logo span { color: var(--cream); }

/* Menu desktop */
.mxnav .nav-links {
  display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0;
}
.mxnav .nav-links a {
  color: #2e3a08; font-size: 0.8rem;
  text-decoration: none; letter-spacing: 0.08em; text-transform: uppercase;
  transition: color 0.2s;
}
.mxnav .nav-links a:hover { color: var(--green-accent); }
.mxnav .nav-cta {
  background: var(--green-accent) !important; color: var(--green-deep) !important;
  padding: 0.45rem 1.1rem !important; font-weight: 600 !important;
}

/* Burger button (masqué sur desktop) */
.mxnav .nav-burger {
  display: none;
  flex-direction: column; gap: 5px; cursor: pointer;
  background: none; border: none; padding: 4px;
}
.mxnav .nav-burger span {
  display: block; width: 24px; height: 2px;
  background: #B4D820; transition: all 0.3s;
}

/* Menu mobile overlay — ciblé directement car hors de <nav> */
#mxMobileMenu {
  display: none;
  position: fixed;
  top: 58px; left: 0; right: 0;
  background: rgba(30,38,6,0.98);
  border-bottom: 1px solid rgba(180,216,32,0.18);
  padding: 1rem 20px 1.5rem;
  flex-direction: column;
  z-index: 999;
}
#mxMobileMenu.open {
  display: flex;
}

/* Liens directs (fallback statique) */
#mxMobileMenu > a {
  color: rgba(240,243,218,0.85) !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 0 !important;
  border-bottom: 1px solid rgba(180,216,32,0.1) !important;
  transition: color 0.2s !important;
  display: block !important;
}
#mxMobileMenu > a:last-child { border-bottom: none !important; }
#mxMobileMenu > a:hover { color: var(--green-accent) !important; }

/* Liens via wp_nav_menu (liste <ul><li><a>) */
#mxMobileMenu ul {
  list-style: none !important;
  margin: 0 !important; padding: 0 !important;
  display: flex !important; flex-direction: column !important;
}
#mxMobileMenu ul li {
  border-bottom: 1px solid rgba(180,216,32,0.1) !important;
}
#mxMobileMenu ul li:last-child { border-bottom: none !important; }
#mxMobileMenu ul li a {
  display: block !important;
  color: rgba(240,243,218,0.85) !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 0 !important;
  transition: color 0.2s !important;
}
#mxMobileMenu ul li a:hover { color: var(--green-accent) !important; }

/* Dernier item = bouton CTA vert */
#mxMobileMenu ul li:last-child a,
#mxMobileMenu .nav-cta-m,
#mxMobileMenu ul li.nav-cta a {
  background: var(--green-accent) !important;
  color: var(--green-deep) !important;
  text-align: center !important;
  padding: 0.9rem !important;
  margin-top: 0.5rem !important;
  font-weight: 600 !important;
  border-bottom: none !important;
  display: block !important;
}

#mxMobileMenu .nav-cta-m:hover{color:#1e2606 !important}
/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.mx-hero {
  min-height: 100vh;
  background: var(--green-deep);
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.mx-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(122,150,20,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.mx-hero .hero-bg-text {
  position: absolute; bottom: -2rem; right: -1rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(6rem, 18vw, 22rem); font-weight: 900;
  color: rgba(180,216,32,0.05); line-height: 1;
  user-select: none; pointer-events: none;
}
.mx-hero .hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 4rem 5rem; z-index: 2;
}
.mx-hero .hero-tag {
  display: inline-flex; align-items: center; gap: 0.6rem;
  color: var(--green-accent); font-size: 0.75rem;
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem;
}
.mx-hero .hero-tag::before { content: ''; width: 2rem; height: 1px; background: var(--green-accent); }
.mx-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem); font-weight: 900;
  line-height: 1.1; color: var(--cream); margin-bottom: 1.5rem;
}
.mx-hero h1 em { color: var(--green-accent); font-style: normal; }
.mx-hero .hero-desc {
  font-size: 1rem; line-height: 1.7;
  color: rgba(240,243,218,0.65); max-width: 42ch; margin-bottom: 2rem;
}
.mx-hero .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--green-accent); color: var(--green-deep);
  padding: 0.85rem 1.8rem; font-size: 0.88rem; font-weight: 600;
  border: none; text-decoration: none; letter-spacing: 0.04em;
  transition: all 0.25s; display: inline-block; cursor: pointer;
}
.btn-primary:hover { background: var(--green-light); transform: translateY(-2px);color:#1e2606 }
.btn-outline {
  border: 1px solid rgba(240,243,218,0.3); color: var(--cream);
  padding: 0.85rem 1.8rem; font-size: 0.88rem;
  text-decoration: none; transition: all 0.25s; letter-spacing: 0.04em; display: inline-block;
}
.btn-outline:hover { border-color: var(--green-accent); color: var(--green-accent); }
.mx-hero .hero-right {
  display: flex; align-items: center; justify-content: center;
  padding: 8rem 4rem 4rem; z-index: 2;
}
.mx-hero .hero-visual {
  width: 100%; max-width: 420px; aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
  border: 1px solid rgba(180,216,32,0.2); position: relative; overflow: hidden;
}
.mx-hero .hero-visual::after {
  content: '♻'; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%); font-size: 8rem; opacity: 0.08;
}
.mx-hero .hero-visual-inner {
  position: absolute; inset: 2rem;
  border: 1px solid rgba(180,216,32,0.18);
  display: flex; align-items: flex-end; padding: 2rem;
}
.mx-hero .hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 900; color: var(--green-accent); line-height: 1;
}
.mx-hero .hero-stat-label { font-size: 0.85rem; color: var(--cream); opacity: 0.6; margin-top: 0.3rem; }

@keyframes mxFadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.mx-hero .hero-left > * { animation: mxFadeUp 0.7s ease both; }
.mx-hero .hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.mx-hero .hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.mx-hero .hero-left > *:nth-child(3) { animation-delay: 0.35s; }
.mx-hero .hero-left > *:nth-child(4) { animation-delay: 0.5s; }

/* ═══════════════════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════════════════ */
.mx-stats-bar {
  background: var(--green-mid);
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(180,216,32,0.2);
}
.mx-stats-bar .stat-item {
  padding: 2rem 1rem; text-align: center;
  border-right: 1px solid rgba(180,216,32,0.18);
}
.mx-stats-bar .stat-item:last-child { border-right: none; }
.mx-stats-bar .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900; color: var(--green-accent);
}
.mx-stats-bar .stat-label {
  font-size: 0.72rem; color: rgba(240,243,218,0.5);
  margin-top: 0.3rem; text-transform: uppercase; letter-spacing: 0.08em;
}

/* ═══════════════════════════════════════════════════════════
   MISSION
   ═══════════════════════════════════════════════════════════ */
.mx-mission {
  background: var(--cream);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
  padding: 6rem 4rem;
}
.mx-mission .mission-text p {
  line-height: 1.8; color: var(--text-mid); font-size: 1rem; margin-bottom: 1rem;
}
.mx-mission .mission-visual {
  background: var(--green-deep); aspect-ratio: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden;
}
.mx-mission .mission-card {
  background: var(--green-mid); padding: 1.8rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: background 0.3s;
}
.mx-mission .mission-card:hover { background: var(--green-bright); }
.mx-mission .mission-card:nth-child(2) { background: var(--green-bright); }
.mx-mission .mission-card:nth-child(3) { background: rgba(122,150,20,0.45); }
.mx-mission .mission-card-icon { font-size: 1.6rem; margin-bottom: 0.8rem; }
.mx-mission .mission-card h4 { font-size: 32px; color: var(--cream); letter-spacing: 0.05em; }

/* ═══════════════════════════════════════════════════════════
   EXPERTISE
   ═══════════════════════════════════════════════════════════ */
.mx-expertise {
  background: var(--green-deep); color: var(--cream);
  padding: 6rem 4rem;
}
.mx-expertise .mx-section-label { color: var(--green-accent); }
.mx-expertise .mx-h2 { color: var(--cream); margin-bottom: 3rem; }
.mx-expertise .expertise-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(180,216,32,0.1);
  border: 1px solid rgba(180,216,32,0.1);
}
.mx-expertise .expertise-item {
  padding: 2.5rem 2rem; background: var(--green-deep);
  transition: background 0.3s;
}
.mx-expertise .expertise-item:hover { background: var(--green-mid); }
.mx-expertise .expertise-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 900;
  color: rgba(180,216,32,0.2); line-height: 1; margin-bottom: 1rem;
}
.mx-expertise .expertise-item h3 {
  font-size: 0.92rem; color: var(--green-accent); margin-bottom: 0.7rem; font-weight: 500;
}
.mx-expertise .expertise-item p { font-size: 0.85rem; line-height: 1.6; color: rgba(240,243,218,0.55); }

/* ═══════════════════════════════════════════════════════════
   VALEURS
   ═══════════════════════════════════════════════════════════ */
.mx-valeurs { background: var(--cream-warm); padding: 6rem 4rem; }
.mx-valeurs .valeurs-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; background: rgba(30,38,6,0.08); margin-top: 3rem;
}
.mx-valeurs .valeur-item {
  background: var(--cream-warm); padding: 2.5rem; transition: background 0.3s;
}
.mx-valeurs .valeur-item:hover { background: var(--green-deep); }
.mx-valeurs .valeur-item:hover h3,
.mx-valeurs .valeur-item:hover p { color: var(--cream); }
.mx-valeurs .valeur-icon {
  width: 2.8rem; height: 2.8rem; background: var(--green-bright);
  margin-bottom: 1.2rem; display: flex; align-items: center;
  justify-content: center; color: white; font-size: 1.2rem;
}
.mx-valeurs .valeur-item h3 {
  font-size: 1rem; font-weight: 500; color: var(--green-deep);
  margin-bottom: 0.7rem; transition: color 0.3s;
}
.mx-valeurs .valeur-item p {
  font-size: 0.88rem; line-height: 1.7; color: var(--text-mid); transition: color 0.3s;
}

/* ═══════════════════════════════════════════════════════════
   SERVICES
   ═══════════════════════════════════════════════════════════ */
.mx-services { background: var(--cream); padding: 6rem 4rem; }
.mx-services .services-intro {
  font-size: 1rem; line-height: 1.7; color: var(--text-mid);
  max-width: 65ch; margin-bottom: 3rem;
}
.mx-services .services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;
}
.mx-services .service-card {
  border: 1px solid rgba(30,38,6,0.1); padding: 2rem;
  position: relative; overflow: hidden; transition: all 0.3s;
}
.mx-services .service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--green-accent); transform: scaleX(0); transition: transform 0.3s;
}
.mx-services .service-card:hover::before { transform: scaleX(1); }
.mx-services .service-card:hover { border-color: transparent; box-shadow: 0 16px 48px rgba(30,38,6,0.1); }
.mx-services .service-emoji { font-size: 1.8rem; margin-bottom: 1.2rem; }
.mx-services .service-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.1rem;
  color: var(--green-deep); margin-bottom: 0.8rem;
}
.mx-services .service-card p { font-size: 0.87rem; line-height: 1.7; color: var(--text-mid); }

/* ═══════════════════════════════════════════════════════════
   EQUIPE
   ═══════════════════════════════════════════════════════════ */
.mx-equipe { background: var(--green-deep); padding: 6rem 4rem; }
.mx-equipe .mx-section-label { color: var(--green-accent); }
.mx-equipe .mx-h2 { color: var(--cream); margin-bottom: 0.8rem; }
.mx-equipe .equipe-intro {
  color: rgba(240,243,218,0.6); margin-bottom: 3rem;
  max-width: 60ch; font-size: 1rem; line-height: 1.7;
}
.mx-equipe .equipe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.mx-equipe .membre {
  border: 1px solid rgba(180,216,32,0.18); padding: 2.5rem;
  transition: border-color 0.3s;
}
.mx-equipe .membre:hover { border-color: var(--green-accent); }
.mx-equipe .membre-avatar {
  width: 4.5rem; height: 4.5rem; background: var(--green-mid);
  border: 2px solid var(--green-accent); margin-bottom: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 1.3rem;
  color: var(--green-accent); font-weight: 700;
}
.mx-equipe .membre h3 {
  font-family: 'Playfair Display', serif; font-size: 1.3rem;
  color: var(--cream); margin-bottom: 0.3rem;
}
.mx-equipe .membre-role {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--green-accent); margin-bottom: 1.2rem;
}
.mx-equipe .membre p {
  font-size: 0.87rem; line-height: 1.7;
  color: rgba(240,243,218,0.55); margin-bottom: 1rem;
}
.mx-equipe .membre-quote {
  border-left: 2px solid var(--green-accent); padding-left: 1rem;
  font-style: italic; font-size: 0.87rem; color: rgba(240,243,218,0.7);
}
.mx-equipe .membre-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.2rem; }
.mx-equipe .tag {
  font-size: 0.7rem; padding: 0.25rem 0.6rem;
  border: 1px solid rgba(180,216,32,0.25); color: var(--green-accent); letter-spacing: 0.06em;
}

/* ═══════════════════════════════════════════════════════════
   PARTENAIRES
   ═══════════════════════════════════════════════════════════ */
.mx-partenaires { background: var(--cream-warm); text-align: center; padding: 6rem 4rem; }
.mx-partenaires .partenaires-sub { color: var(--text-mid); margin-bottom: 2.5rem; }
.mx-partenaires .partenaires-logos {
  display: flex; justify-content: center; align-items: center;
  gap: 2rem; flex-wrap: wrap;
  padding: 2rem 0;
  border-top: 1px solid rgba(30,38,6,0.1);
  border-bottom: 1px solid rgba(30,38,6,0.1);
}
.mx-partenaires .partner-placeholder {
  width: 120px; height: 50px; background: rgba(30,38,6,0.07);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; color: rgba(30,38,6,0.3);
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════
   CONTACT
   ═══════════════════════════════════════════════════════════ */
.mx-contact {
  background: var(--green-deep); color: var(--cream);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: start;
  padding: 6rem 4rem;
}
.mx-contact .mx-section-label { color: var(--green-accent); }
.mx-contact .mx-h2 { color: var(--cream); margin-bottom: 1.2rem; }
.mx-contact .contact-desc {
  color: rgba(240,243,218,0.6); line-height: 1.7; margin-bottom: 2rem; font-size: 1rem;
}
.mx-contact .contact-info { display: flex; flex-direction: column; gap: 0.8rem; }
.mx-contact .contact-info-item {
  display: flex; align-items: center; gap: 1rem;
  color: rgba(240,243,218,0.7); font-size: 0.9rem;
}
.mx-contact .contact-info-icon {
  width: 2rem; height: 2rem; background: var(--green-mid);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mx-contact .contact-form { flex-direction: column; gap: 0.9rem; }
.mx-contact .form-group { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.mx-contact .contact-form input,
.mx-contact .contact-form textarea,
.mx-contact .contact-form select {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(180,216,32,0.2);
  color: var(--cream); padding: 0.9rem 1rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem;
  outline: none; transition: border-color 0.2s; width: 100%;
}
.mx-contact .contact-form input::placeholder,
.mx-contact .contact-form textarea::placeholder { color: rgba(240,243,218,0.3); }
.mx-contact .contact-form input:focus,
.mx-contact .contact-form textarea:focus,
.mx-contact .contact-form select:focus { border-color: var(--green-accent); }
.mx-contact .contact-form textarea { resize: vertical; min-height: 120px; }
.mx-contact .contact-form option { background: var(--green-deep); }
.mx-contact .contact-form .btn-primary { align-self: flex-start; }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
footer.mx-footer {
  background: #080d01; color: rgba(240,243,218,0.4);
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 4rem; font-size: 0.78rem; gap: 1.5rem; flex-wrap: wrap;
}

/* Logo WordPress : inversion pour être visible sur fond noir + teinte verte */
footer.mx-footer .footer-logo img {
  filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(30deg);
  max-width: 150px; height: auto; display: block;
}

/* Icônes réseaux sociaux */
footer.mx-footer .footer-social {
  display: flex; align-items: center; gap: 1.2rem;
}
footer.mx-footer .footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 2.2rem; height: 2.2rem;
  border: 1px solid rgba(180,216,32,0.25);
  color: rgba(240,243,218,0.5) !important;
  text-decoration: none;
  transition: all 0.2s;
}
footer.mx-footer .footer-social a:hover {
  border-color: var(--green-accent);
  color: var(--green-accent) !important;
  background: rgba(180,216,32,0.08);
}

footer.mx-footer a { color: rgba(240,243,218,0.4); text-decoration: none; }
footer.mx-footer a:hover { color: var(--green-accent); }
footer.mx-footer .footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — TABLETTE  (≤ 1024px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .mx-hero .hero-left { padding: 8rem 3rem 5rem; }
  .mx-hero .hero-right { padding: 8rem 2rem 4rem; }
  .mx-mission { padding: 5rem 3rem; gap: 3rem; }
  .mx-expertise { padding: 5rem 3rem; }
  .mx-expertise .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .mx-valeurs { padding: 5rem 3rem; }
  .mx-services { padding: 5rem 3rem; }
  .mx-services .services-grid { grid-template-columns: repeat(2, 1fr); }
  .mx-equipe { padding: 5rem 3rem; }
  .mx-contact { padding: 5rem 3rem; gap: 3rem; }
  .mx-partenaires { padding: 5rem 3rem; }
  footer.mx-footer { padding: 1.5rem 3rem; }
  .mx-mission .mission-card h4 {font-size: 18px;}
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE  (≤ 768px)
   Tout en colonne unique, padding 20px, boxes 100%
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* NAV mobile */
  .mxnav { padding: 0.9rem var(--px); }
  .mxnav .nav-links { display: none; }
  .mxnav .nav-burger { display: flex; }

  /* HERO mobile */
  .mx-hero {
    grid-template-columns: 1fr;
    min-height: auto; padding-bottom: 0;
  }
  .mx-hero .hero-right { display: none; }
  .mx-hero .hero-left {
    padding: 7rem var(--px) 3.5rem;
    min-height: 100vh;
  }
  .mx-hero h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .mx-hero .hero-desc { font-size: 0.95rem; max-width: 100%; }
  .mx-hero .hero-actions { flex-direction: column; align-items: flex-start; }
  .mx-hero .hero-actions .btn-primary,
  .mx-hero .hero-actions .btn-outline { width: 100%; text-align: center; }

  /* STATS BAR mobile */
  .mx-stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .mx-stats-bar .stat-item {
    padding: 1.4rem var(--px);
    border-right: 1px solid rgba(180,216,32,0.18);
    border-bottom: 1px solid rgba(180,216,32,0.18);
  }
  .mx-stats-bar .stat-item:nth-child(2n) { border-right: none; }
  .mx-stats-bar .stat-item:nth-child(3),
  .mx-stats-bar .stat-item:nth-child(4) { border-bottom: none; }
  .mx-stats-bar .stat-num { font-size: 1.7rem; }
  .mx-stats-bar .stat-label { font-size: 0.65rem; }

  /* MISSION mobile */
  .mx-mission {
    grid-template-columns: 1fr;
    padding: 3.5rem var(--px); gap: 2rem;
  }
  .mx-mission .mission-visual {
    aspect-ratio: auto;
    grid-template-columns: 1fr 1fr;
  }
  .mx-mission .mission-card { padding: 1.4rem; }
  .mx-h2 { font-size: clamp(1.5rem, 7vw, 2rem); }

  /* EXPERTISE mobile */
  .mx-expertise { padding: 3.5rem var(--px); }
  .mx-expertise .expertise-grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }
  .mx-expertise .expertise-item { padding: 2rem var(--px); width: 100%; }
  .mx-expertise .expertise-num { font-size: 2.2rem; }

  /* VALEURS mobile */
  .mx-valeurs { padding: 3.5rem var(--px); }
  .mx-valeurs .valeurs-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }
  .mx-valeurs .valeur-item { padding: 2rem var(--px); width: 100%; }

  /* SERVICES mobile */
  .mx-services { padding: 3.5rem var(--px); }
  .mx-services .services-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mx-services .service-card { padding: 1.8rem var(--px); width: 100%; }
  .mx-services .services-intro { font-size: 0.95rem; }

  /* EQUIPE mobile */
  .mx-equipe { padding: 3.5rem var(--px); }
  .mx-equipe .equipe-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .mx-equipe .membre { padding: 2rem var(--px); width: 100%; }
  .mx-equipe .equipe-intro { font-size: 0.95rem; }

  /* PARTENAIRES mobile */
  .mx-partenaires { padding: 3.5rem var(--px); }
  .mx-partenaires .partenaires-logos { gap: 1rem; }
  .mx-partenaires .partner-placeholder { width: calc(50% - 0.5rem); }

  /* CONTACT mobile */
  .mx-contact {
    grid-template-columns: 1fr;
    padding: 3.5rem var(--px); gap: 2.5rem;
  }
  .mx-contact .form-group {
    grid-template-columns: 1fr;
  }
  .mx-contact .contact-form .btn-primary { width: 100%; text-align: center; }

  /* FOOTER mobile */
  footer.mx-footer {
    flex-direction: column; text-align: center;
    padding: 2rem var(--px); gap: 1.2rem;
  }
  footer.mx-footer .footer-links { justify-content: center; }
  footer.mx-footer .footer-social { justify-content: center; }

  /* Utilitaires mobile */
  .mx-section-label { font-size: 0.68rem; }
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — PETIT MOBILE  (≤ 400px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 400px) {
  :root { --px: 16px; }
  .mx-hero h1 { font-size: 1.8rem; }
  .mx-stats-bar { grid-template-columns: 1fr 1fr; }
  .mx-partenaires .partner-placeholder { width: 100%; }
  .mx-equipe .membre-tags { gap: 0.3rem; }
  .mx-equipe .tag { font-size: 0.65rem; padding: 0.2rem 0.5rem; }
}

/* ── RESPONSIVE NAV (ajout final) ───────────────────────── */
@media (max-width: 768px) {
  .mxnav .nav-links  { display: none !important; }
  .mxnav .nav-burger { display: flex !important; }
}
@media (min-width: 769px) {
  #mxMobileMenu      { display: none !important; }
  .mxnav .nav-burger { display: none !important; }
}
