
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --red: #cc0000; --red-dark: #a80000;
  --dark: #1a1a1a; --darker: #111; --gray-dark: #2d2d2d;
  --white: #ffffff;
  --font-main: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}
body { font-family: var(--font-body); color: var(--dark); background: var(--white); overflow-x: hidden; }
a { text-decoration: none; color: inherit; cursor: pointer; }

/* PAGE SYSTEM */
.page { display: none; }
.page.active { display: block; }

/* NAVBAR */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background:  rgba(255, 255, 255, 0.749);   
  display: flex; align-items: center; padding:0 20px 0 30px; height: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-logo { display: flex; margin-left:90px; margin-right: 2rem; flex-shrink: 0; cursor: pointer; 
        /* colle à gauche */
  margin-right: 15px;}
.nav-logo-img {
  width: 70px;
  height: 70px;
  object-fit: cover; /* remplit exactement le cadre sans déformer */
  display: block;
}
.nav-logo-box::after { content: '✳'; position: absolute; top: 4px; right: 6px; font-size: 18px; opacity: 0.85; }
.nav-logo-box .bold { font-size: 14px; font-weight: 800; }

.nav-links { display: flex; align-items: center; list-style: none; 
 margin: 0 0 0 auto;   
  padding: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: block; padding: 0 12px; height: 80px; line-height: 80px;
  font-family: var(--font-main); font-size: 10.5px; font-weight: 600;
  color: var(--red); letter-spacing: 0.07em; text-transform: uppercase;
  white-space: nowrap; cursor: pointer;
  transition: color 0.2s, background 0.2s;font-weight: bold;
 
}

.nav-links > li > a:hover { color: #fff; background: rgba(204,0,0,0.28); }
.nav-links > li > a .fa-caret-down { font-size: 10px; margin-left: 4px; }

.dropdown-menu {
  display: none; position: absolute; top: 80px; left: 0;
  background: #fff; min-width: 240px;
  border-top: 3px solid var(--red);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15); z-index: 100;
}
.dropdown-menu li { border-bottom: 1px solid #f0f0f0; }
.dropdown-menu li a {
  display: block; padding: 14px 20px;
  font-family: var(--font-main); font-size: 11px; font-weight: 500;
  color: #333; text-transform: none; letter-spacing: 0.02em;
  transition: color 0.2s;
}
.dropdown-menu li:first-child { background: #f9f9f9; }
.dropdown-menu li:first-child a { font-weight: 700; color: #111; }
.dropdown-menu li a:hover { color: var(--red); }
.has-dropdown:hover .dropdown-menu { display: block; }

.nav-search { margin-left: 16px; 
  flex-shrink: 0;
  color:   var(--dark); font-size: 16px; cursor: pointer; padding: 0 8px; }
.nav-search:hover { color:red ; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; margin-left: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: black; }
 
/* SEARCH OVERLAY */
.search-overlay { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,0.85); align-items: center; justify-content: center; }
.search-overlay.open { display: flex; }
.search-box { display: flex; width: 600px; max-width: 90vw; }
.search-box input { flex: 1; padding: 16px 24px; font-size: 16px; background: #fff; border: none; outline: none; }
.search-box button { background: var(--red); border: none; padding: 0 24px; color: #fff; font-size: 18px; cursor: pointer; }

/* INNER PAGE WRAPPER */
.page-hero { height: 400px; background: #bbb center/cover no-repeat; position: relative; margin-top: 80px; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.4); }
.inner { max-width: 1200px; margin: 0 auto; padding: 0 60px; }

/* SECTION TITLES */
/* ADS PAGE */
.ads-text { padding: 30px 0 30px; }
.ads-text p { 
  font-size: 15px; line-height: 1.9; color: #444; 
  margin-bottom: 28px; 
  max-width: 860px;
}
.ads-text p strong { color: var(--red); }

.ads-blockquote { 
  border-left: 4px solid var(--red); 
  padding: 28px 36px; 
  background: linear-gradient(135deg, #fff5f5, #fafafa);
  margin: 40px 0; 
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(204,0,0,0.07);
}
.ads-blockquote p { 
  font-style: italic; font-size: 15.5px; 
  color: #555; line-height: 1.9; margin: 0; 
}

/* MOT DU PRÉSIDENT */
.president-intro {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: flex-start;
  margin-bottom: 40px;
}
.president-photo {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-top: 4px solid var(--red);
}
.president-intro-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 20px;
   text-align: justify;
}
.president-body {
  margin-top: 10px;
}
.president-body p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 24px;
   text-align: justify;
}
.president-signature {
  margin: 50px 0 60px;
  padding: 24px 32px;
  border-left: 4px solid var(--red);
  background: #fafafa;
}
.president-signature p {
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0 0 4px;
}
.president-signature span {
  font-size: 13px;
  color: #888;
  font-family: var(--font-main);
  letter-spacing: 0.05em;
}
/* LISTE MOT DU PRÉSIDENT */
.president-list {
  list-style: none;
  margin: 24px 0 32px 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.president-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  padding-left: 28px;
  position: relative;
    text-align: justify;
}
.president-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--red);
  border-radius: 50%;
  background: transparent;
}

@media (max-width: 768px) {
  .president-intro {
    grid-template-columns: 1fr;
  }
  .president-photo {
    max-width: 240px;
  }
}

.section-title-red {
  font-family: var(--font-main); font-size: 16px; font-weight: 700;
  color: var(--red); text-transform: uppercase; letter-spacing: 0.1em;
  padding: 50px 0 16px; border-bottom: 1px solid #e0e0e0; margin-bottom: 40px;
  display: flex; align-items: center; gap: 12px;
}
.bureau-subtitle {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 500;
  color: #5f5e5e;
  letter-spacing: 0.05em;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 6px;
}
.bureau-header .section-title-red {
  border-bottom: none;
  margin-bottom: 6px;
  padding-bottom: 0;
}
.bureau-header {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
  padding-bottom: 16px;
  padding-top: 50px;
}
.bureau-header .bureau-subtitle {
  margin: 0;
  padding: 0;
}
.section-title-red::before {
  content: '';
  display: inline-block;
  width: 4px; height: 20px;
  background: var(--red);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ADS PAGE */
.ads-text { padding: 10px 0 30px; }
.ads-text p { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 24px; }
.ads-text p strong { color: #222; }
.ads-blockquote { border-left: 4px solid var(--red); padding: 20px 28px; background: #f9f9f9; margin: 30px 0; }
.ads-blockquote p { font-style: italic; font-size: 15px; color: #444; line-height: 1.8; margin: 0; }

/* MEMBERS TABLE */
.members-table { width: 100%; border-collapse: collapse; margin: 20px 0 60px; }
.members-table thead th {
  font-family: var(--font-main); font-size: 12px; font-weight: 700;
  color: var(--red); text-align: center; padding: 20px 40px;
  border-bottom: 2px solid #e8e8e8;
  letter-spacing: 0.12em; text-transform: uppercase;
}
.members-table tbody td {
  text-align: center; padding: 18px 40px;
  font-size: 13.5px; color: #555; font-family: var(--font-body);
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s, color 0.2s;
}
.members-table tbody td:first-child {
  color: #333; font-weight: 600;
}
.members-table tbody tr:nth-child(odd) { background: #fafafa; }
.members-table tbody tr:hover td {
  background: #fff5f5; color: #cc0000;
}
.members-table tbody tr:first-child td { font-weight: 700; font-size: 14px; }

 
/* Doc buttons */
.ads-content-row {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 48px;
  align-items: start;
  padding: 10px 0 30px;
 
}

.ads-doc-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 30px;
  position: sticky;
  top: 100px;
}

.ads-doc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  border: 1.5px solid var(--red);
  border-radius: 6px;
  padding: 14px 18px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
  max-width: 220px;
  flex: 1;
  width: 100%;
}

.ads-doc-btn:hover {
  background: var(--red);
  color: #fff;
}

@media (max-width: 768px) {
  .ads-content-row {
    grid-template-columns: 1fr;
  }
  .ads-doc-col {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    padding-top: 0;
  }
  .ads-doc-btn {
    flex: 1;
    min-width: 140px;
  }
}
.ads-doc-btn:hover {
  background: var(--red);
  color: #fff;
}

/* ═══ HOME PAGE ═══ */
.hero {
  position: relative; width: 100%; height: 100vh; min-height: 600px;
  background: #666 center/cover no-repeat;
  display: flex; align-items: flex-end; padding-bottom: 80px; margin-top: 80px;
}
.hero {
    height: 100vh; /* prend toute la hauteur écran */
    
    background-image: url("images/aceuil.png"); /* ton image */
    background-size: cover;       /* 🔥 remplit toute la zone */
    background-position: center;  /* centre l’image */
    background-repeat: no-repeat;

    position: relative;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.52)); }
.hero-content {
  position: absolute;
  bottom: 80px;
  left: 60px;
  z-index: 2;
}

.hero-content h1 {
  font-family: var(--font-main);
  font-size: 72px;
  font-weight: 800;
  color: red;
  margin: 0;
  text-shadow: 2px 2px 5px black;
}
.hero-content h1 {
    color: var(--red);
    text-shadow: 2px 2px 5px black;
}
.hero-content p {
    color: white;
    text-shadow: 2px 2px 5px black;
}

.hero-content p {
  font-family: var(--font-main);
  font-size: 20px;
  color: white;
  margin-top: 10px;
  text-shadow: 2px 2px 5px black;
}
.hero-partners {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background: transparent;
  padding: 8px 16px;
  gap:5px;
}
.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-left: 1px solid #ddd;
  height: 70px;
  overflow: hidden;
}
.partner-item:first-child { border-left: none; }
.partner-item img {
  height: 70px;
  width: 140px;
  display: block;
  object-fit: cover;
}
.partner-item:first-child img {
  height: 70px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}
.partner-item p {
  font-size: 10px;
  margin: 0;
  line-height: 1.2;
}
.partner-item .p-label { font-size: 9px; color: #555; line-height: 1.4; }
.hero-content { position: relative; z-index: 1; padding-left: 60px; }
.hero-content h1 { font-family: var(--font-main); font-size: 72px; font-weight: 800; color: var(--red); line-height: 1; }
.hero-content p { font-family: var(--font-main); font-size: 20px; font-weight: bold; color: #fff; margin-top: 10px; line-height: 1.5; text-shadow: 0 1px 4px rgba(0,0,0,0.5); }

/* ACTION */
/* NOS ACTIONS */
.actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0 60px;
}
.action-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.action-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.13);
}
.action-item-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}
.action-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.action-item:hover .action-item-img img {
  transform: scale(1.06);
}

/* HOVER INFO OVERLAY */
.action-hover-info {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 20, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 24px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.action-item:hover .action-hover-info {
  opacity: 1;
}
.action-hover-info h4 {
  display: none;
}
.action-hover-info p {
  display: none;
}
.action-hover-btn {
  display: inline-block;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;

  background: var(--red);
  color: #fff;

  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;

  text-transform: uppercase;
  letter-spacing: 0.08em;

  padding: 8px 20px;
  border-radius: 30px;

  cursor: pointer;
  transition: background 0.2s;
}
.action-hover-btn:hover { background: var(--red-dark); }

.action-item-body {
  padding: 18px 20px;
  border-top: 3px solid var(--red);
  background: #fff;
}
.action-item-body h3 {
  font-family: var(--font-main);
  font-size: 11.5px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .actions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .actions-grid { grid-template-columns: 1fr; }
}
/* NOS VALEURS */
/* NOS VALEURS */
.valeurs-section { background: #f9f9f9; padding: 80px 0;  }
.home-section-title {
  font-family: var(--font-main); font-size: 20px; font-weight: 700;
  color: var(--red); text-transform: uppercase; letter-spacing: 0.1em;
  padding: 0 40px 16px; border-bottom: 1px solid #e0e0e0;
  max-width: 1200px; margin: 0 auto 50px;
  text-align: center;
}
.valeurs-grid {
  max-width: 1200px; margin: 0 auto; padding: 0 40px;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 30px;
}
.valeur-card {
  display: flex; flex-direction: column;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s;
}
.valeur-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(204,0,0,0.1);
}
.valeur-img {
  width: 100%; height: 240px;
  position: relative; overflow: hidden;
}
.valeur-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.valeur-card:hover .valeur-img img {
  transform: scale(1.05);
}
.valeur-img-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(30,30,30,0.82);
  color: #fff; font-family: var(--font-main);
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.14em;
  padding: 14px 16px; text-align: center;
}
.valeur-text {
  padding: 24px 24px 28px;
  font-size: 14.5px;
  font-weight: 500;
  color: #444;
  line-height: 1.85;
  flex: 1;
  text-align: justify;
  border-top: 3px solid var(--red);
}

/* LETTRE */
.lettre-section { position: relative; min-height: 380px;background: #777 center/cover no-repeat;
background-size: cover;
background-position: center;; display: flex; align-items: center; }
.lettre-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.38); }
.lettre-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 340px 1fr; align-items: center; width: 100%; }
.lettre-card { background: var(--dark); opacity: 0.8; padding: 40px 36px; color: #fff; }
.lettre-card h2 { font-family: var(--font-main); font-size: 22px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.lettre-card h4 { font-family: var(--font-main); font-size: 13px; font-weight: 600; margin-bottom: 20px; opacity: 0.9; }
.lettre-card p { font-size: 13px; line-height: 1.7; opacity: 0.88; margin-bottom: 24px; }
.lettre-hero-text { padding-left: 60px; }
.lettre-hero-text h1 { font-family: var(--font-main); font-size: 64px; font-weight: 800; color: var(--red); line-height: 1.05; text-shadow: 0 2px 12px rgba(0,0,0,0.4); }
.lettre-hero-text p { font-family: var(--font-main); font-size: 20px; font-weight: 300; color: #fff; margin-top: 8px; }

/* ICONS */
.icons-row { padding: 50px 40px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; gap: 100px; align-items: center; }
.icon-item { text-align: center; cursor: pointer; }
.icon-item .icon-wrap { width: 70px; height: 70px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; }
.icon-item .icon-wrap i { font-size: 44px; color: var(--red); }
.icon-item span { font-family: var(--font-main); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #555; }

/* NEWSLETTER */
.newsletter-section { position: relative; min-height: 220px; background: #666 center/cover no-repeat; display: flex; align-items: center; }
.newsletter-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.newsletter-inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 40px; }
.newsletter-left { background: var(--red); padding: 36px 28px; text-align: center; }
.newsletter-left h2 { font-family: var(--font-main); font-size: 22px; font-weight: 800; color: #fff; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 16px; }
.newsletter-left p { color: rgba(255,255,255,0.85); font-size: 13px; margin-bottom: 16px; }
.newsletter-right h3 { font-family: var(--font-main); font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 20px; }
.nl-row { display: flex; gap: 12px; margin-bottom: 12px; }
.nl-row input, .nl-full input { flex: 1; padding: 12px 16px; border: none; background: rgba(255,255,255,0.95); font-family: var(--font-body); font-size: 13px; color: #333; outline: none; }
.nl-full { display: flex; gap: 12px; align-items: center; }
.nl-full input { flex: 1; }

/* FOOTER */
footer { background: var(--gray-dark); color: rgba(255,255,255,0.75); padding: 60px 0 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; padding: 0 40px; display: grid; grid-template-columns: 1fr 1fr 280px; gap: 40px; }.footer-col h4 { font-family: var(--font-main); font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 18px; }
.member-form input, .member-form select { display: block; width: 100%; padding: 9px 12px; margin-bottom: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); font-family: var(--font-body); font-size: 12px; outline: none; }
.member-form select option { background: #333; }
.captcha-box { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); padding: 8px 12px; font-family: monospace; letter-spacing: 0.2em; color: rgba(255,255,255,0.6); font-size: 16px; margin-bottom: 12px; }
.footer-links a { display: block; font-size: 13px; color: rgba(255,255,255,0.65); padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,0.08); transition: color 0.2s; }
.footer-links a:hover { color: #fff; }
.f-contact p { font-size: 12.5px; display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; line-height: 1.5; color: rgba(255,255,255,0.7); }
.f-contact p i { color: var(--red); margin-top: 2px; flex-shrink: 0; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a { width: 34px; height: 34px; background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 14px; border-radius: 2px; transition: background 0.2s, color 0.2s; }
.footer-social a:hover { background: var(--red); color: #fff; }
.footer-bottom { max-width: 1200px; margin: 40px auto 0; padding: 20px 40px 0; border-top: 1px solid rgba(255,255,255,0.1); font-size: 11.5px; color: rgba(255,255,255,0.4); text-align: center; }

/* BUTTONS */
.btn-red { display: inline-block; margin-top: 22px; background: var(--red); color: #fff; font-family: var(--font-main); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; padding: 12px 32px; border-radius: 30px; cursor: pointer; border: none; transition: background 0.2s; }
.btn-red:hover { background: var(--red-dark); }
.btn-sm { display: inline-block; margin-top: 14px; background: var(--red); color: #fff; font-family: var(--font-main); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 10px 26px; border-radius: 30px; cursor: pointer; transition: background 0.2s; }
.btn-sm:hover { background: var(--red-dark); }
.btn-outline { display: inline-block; border: 1px solid rgba(255,255,255,0.7); color: #fff; font-family: var(--font-main); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 9px 24px; border-radius: 30px; cursor: pointer; transition: background 0.2s; }
.btn-outline:hover { background: rgba(255,255,255,0.15); }

/* RESPONSIVE */
@media (max-width: 1100px) { .nav-links > li > a { padding: 0 9px; font-size: 10px; } }
@media (max-width: 920px) {
  .hamburger { display: flex; }
  .nav-links { display: none; position: absolute; top: 80px; left: 0; right: 0; background: #111; flex-direction: column; }
  .nav-links.open { display: flex; }
  .nav-links > li > a { height: auto; line-height: 1; padding: 14px 24px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .valeurs-grid { grid-template-columns: 1fr; }
  .lettre-inner { grid-template-columns: 1fr; }
  .lettre-hero-text { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; }
  .hero-partners { display: none; }
  .hero-content h1 { font-size: 48px; }
  .action-row { flex-direction: column; }
  .action-title-box { margin-left: 0; margin-top: 4px; }
}
@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; }
  .icons-row { flex-direction: column; gap: 40px; }
  .hero-content { padding-left: 24px; }
  .inner { padding: 0 24px; }
}
@media (max-width: 768px) {
  .inner { padding: 0 28px; }
}
   

/* NOS ACTIONS*/
.actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px 0 60px;
}
.action-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.action-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
.action-item-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.action-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.action-item:hover .action-item-img img {
  transform: scale(1.05);
}
.action-item-body {
  padding: 20px;
  border-top: 3px solid var(--red);
}
.action-item-body h3 {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.action-item-body p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 920px) {
  .actions-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .actions-grid { grid-template-columns: 1fr; }
}
/* ACTION DETAIL PAGE */
.action-detail-body {
  max-width: 860px;
  margin: 0 auto;
}
.action-detail-body p {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 24px;
  text-align: justify;
}
.action-detail-body p strong {
  color: var(--red);
}
.action-detail-quote {
  border-left: 4px solid var(--red);
  padding: 28px 36px;
  background: linear-gradient(135deg, #fff5f5, #fafafa);
  margin: 40px 0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(204,0,0,0.07);
  text-align: center;
}
.action-detail-quote p {
  font-size: 16px;
  font-style: italic;
  color: #444;
  margin: 0;
}
.action-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px 0 20px;
}
.action-detail-tags span {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-left: 3px solid var(--red);
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 600;
  color: #444;
  padding: 6px 16px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── NOTRE ACTIVITÉ — Style A ── */
.activite-intro {
  font-family: var(--font-main);
  font-size: 15px; color: #555;
  margin: 0 0 32px;
  padding: 16px 22px;
  border-left: 4px solid var(--red);
  background: #fafafa;
}

.act-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 60px;
}

.act-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .2s, transform .2s;
}
.act-row:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transform: translateX(4px);
}
.act-row--dark { border-color: #ccc; }

.act-row-num {
  background: var(--red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
  padding: 20px 0;
}

.act-row-num span {
  font-family: var(--font-main);
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.act-row-num small {
  font-family: var(--font-main);
  font-size: 9px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.act-row-body {
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.act-row-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.act-row-title {
  font-family: var(--font-main);
  font-size:14px;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.act-row-text {
  font-family: var(--font-main);
  font-size: 14px;
  color: #555;
  line-height: 1.8;
   

}

@media (max-width: 600px) {
  .act-row { grid-template-columns: 60px 1fr; }
  .act-row-num span { font-size: 18px; }
  .act-row-body { padding: 14px 16px; gap: 10px; }
}
/* ══ PHOTOTHÈQUE ══ */
.ph-filter-bar {
  display: flex; gap: 10px;
  margin-bottom: 32px; flex-wrap: wrap;
}
.ph-filter-btn {
  font-family: var(--font-main); font-size: 11px;
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; padding: 8px 20px;
  border-radius: 30px; border: 1.5px solid #ddd;
  background: #fff; color: #666;
  cursor: pointer; transition: all .2s;
}
.ph-filter-btn:hover,
.ph-filter-btn.active {
  background: var(--red); color: #fff;
  border-color: var(--red);
}

.ph-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; margin-bottom: 60px;
}
.ph-card {
  position: relative; border-radius: 10px;
  overflow: hidden; cursor: pointer;
  aspect-ratio: 4/3; background: #eee;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: box-shadow .3s;
}
.ph-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.18); }
.ph-card img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s ease;
}
.ph-card:hover img { transform: scale(1.06); }

.ph-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, transparent 55%);
  opacity: 0; transition: opacity .3s;
}
.ph-card:hover .ph-overlay { opacity: 1; }

.ph-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 14px 16px;
  transform: translateY(6px);
  transition: transform .3s;
}
.ph-card:hover .ph-info { transform: translateY(0); }

.ph-title {
  font-family: var(--font-main); font-size: 12px;
  font-weight: 700; color: #fff;
  line-height: 1.45; margin-bottom: 5px;
}
.ph-count {
  font-family: var(--font-main); font-size: 11px;
  color: rgba(255,255,255,0.75);
  display: flex; align-items: center; gap: 6px;
}

.ph-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--red); color: #fff;
  font-family: var(--font-main); font-size: 9px;
  font-weight: 700; padding: 4px 12px;
  border-radius: 20px; text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ── Lightbox ── */
.ph-lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.92); z-index: 9999;
  align-items: center; justify-content: center;
}
.ph-lightbox.open { display: flex; }
.ph-lightbox-inner {
  position: relative; max-width: 88vw; max-height: 88vh;
  display: flex; flex-direction: column; align-items: center;
}
.ph-lightbox-inner img {
  max-width: 100%; max-height: 78vh;
  border-radius: 6px; display: block;
}
.ph-lb-caption {
  color: rgba(255,255,255,0.85);
  font-family: var(--font-main); font-size: 13px;
  margin-top: 14px; text-align: center;
  max-width: 600px; line-height: 1.5;
}
.ph-lb-close, .ph-lb-prev, .ph-lb-next {
  position: absolute; background: rgba(255,255,255,0.12);
  border: none; color: #fff; cursor: pointer;
  border-radius: 50%; width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; transition: background .2s;
}
.ph-lb-close:hover, .ph-lb-prev:hover, .ph-lb-next:hover {
  background: var(--red);
}
.ph-lb-close { top: -20px; right: -20px; }
.ph-lb-prev { left: -60px; top: 50%; transform: translateY(-50%); }
.ph-lb-next { right: -60px; top: 50%; transform: translateY(-50%); }

@media (max-width: 768px) {
  .ph-grid { grid-template-columns: 1fr 1fr; }
  .ph-lb-prev { left: -44px; }
  .ph-lb-next { right: -44px; }
}
@media (max-width: 480px) {
  .ph-grid { grid-template-columns: 1fr; }
}
/* ══ HOME — NOUVELLES SECTIONS ══ */

/* Qui sommes-nous */
.home-about {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; gap: 60px;
  max-width: 1200px; margin: 0 auto;
  padding: 80px 60px;
}
.home-about-img { border-radius: 8px; overflow: hidden; height: 320px; }
.home-about-img img { width: 100%; height: 100%; object-fit: cover; }
.home-about-tag {
  font-family: var(--font-main); font-size: 10px;
  font-weight: 800; color: var(--red);
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 12px;
}
.home-about-text h2 {
  font-family: var(--font-main); font-size: 28px;
  font-weight: 800; color: #111; line-height: 1.3; margin-bottom: 18px;
}
.home-about-text h2 span { color: var(--red); }
.home-about-text p {
  font-size: 14px; color: #555; line-height: 1.85; margin-bottom: 24px;
}

/* Sections génériques */
.home-section { padding: 60px 0 0; }

 

/* Actualités */
.home-news-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 24px; max-width: 1200px; margin: 0 auto 36px;
  padding: 0 60px;
}
.home-news-main {
  position: relative; border-radius: 10px;
  overflow: hidden; height: 420px; cursor: pointer;
}
.home-news-main img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.home-news-main:hover img { transform: scale(1.04); }
.home-news-main-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, transparent 55%);
}
.home-news-main-info {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 24px;
}
.home-news-tag {
  display: inline-block; background: var(--red); color: #fff;
  font-family: var(--font-main); font-size: 9px; font-weight: 700;
  padding: 4px 12px; border-radius: 20px;
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 10px;
}
.home-news-tag--dark { background: rgba(0,0,0,0.55); margin-bottom: 6px; width:100px; }
.home-news-main-title {
  font-family: var(--font-main); font-size: 16px;
  font-weight: 700; color: #fff; line-height: 1.45; margin-bottom: 8px;
}
.home-news-main-date {
  font-family: var(--font-main); font-size: 10px;
  color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.08em;
}

.home-news-side {
  display: flex; flex-direction: column; gap: 14px;
}
.home-news-small {
  display: flex; gap: 0; border-radius: 8px;
  overflow: hidden; border: 1px solid #eee;
  cursor: pointer; transition: box-shadow .2s;
  height: 95px;
}
.home-news-small:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.home-news-small img {
  width: 110px; flex-shrink: 0;
  object-fit: cover;
}
.home-news-small-body {
  padding: 10px 14px;
  display: flex; flex-direction: column; justify-content: center;
  background: #fff;
}
.home-news-small-title {
  font-family: var(--font-main); font-size: 11.5px;
  font-weight: 700; color: #111; line-height: 1.4; margin-bottom: 4px;
}
.home-news-small-date {
  font-family: var(--font-main); font-size: 9px;
  color: #999; text-transform: uppercase; letter-spacing: 0.08em;
}

/* Bouton outline rouge */
.btn-home-outline {
  display: inline-block; padding: 11px 28px;
  border: 2px solid var(--red); color: var(--red);
  font-family: var(--font-main); font-size: 11px;
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; border-radius: 30px;
  transition: all .2s; cursor: pointer; text-decoration: none;
}
.btn-home-outline:hover { background: var(--red); color: #fff; }

/* Responsive */
@media (max-width: 920px) {
  .home-about { grid-template-columns: 1fr; padding: 50px 24px; }
  .home-actions-grid { grid-template-columns: 1fr 1fr; padding: 0 24px; }
  .home-gal-grid { grid-template-columns: repeat(2,1fr); padding: 0 24px; }
  .home-news-grid { grid-template-columns: 1fr; padding: 0 24px; }
  .home-news-main { height: 300px; }
}
@media (max-width: 600px) {
  .home-actions-grid { grid-template-columns: 1fr; }
  .home-news-small img { width: 80px; }
}
/* ══ HOME DOCUMENTS ══ */
.home-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto 36px;
  padding: 0 60px;
}
.home-doc-card {
  background: #f7f7f7 ;
  border: 1px solid #e8e8e8;
 /* border-top: 4px solid var(--red);*/
  border-radius: 6px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: box-shadow .2s, transform .2s;
}
.home-doc-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.home-doc-card--more {
  background: var(--red);
  border-top-color: #a80000;
}
.home-doc-icon {
  font-size: 36px;
  color: var(--red);
}
.home-doc-name {
  font-family: var(--font-main);
  font-size: 12px;
  font-weight: 800;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.home-doc-cat {
  font-family: var(--font-main);
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.home-doc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  background: var(--red);
  color: #fff;
  font-family: var(--font-main);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 8px 18px;
  border-radius: 30px;
  text-decoration: none;
  transition: background .2s;
}
.home-doc-btn:hover { background: #a80000; }
.home-doc-btn--white {
  background: #fff;
  color: var(--red);
}
.home-doc-btn--white:hover { background: #f0e0e0; }

@media (max-width: 920px) {
  .home-docs-grid { grid-template-columns: repeat(2,1fr); padding: 0 24px; }
}
@media (max-width: 600px) {
  .home-docs-grid { grid-template-columns: 1fr; }
}
/* ══ VIDÉOTHÈQUE ══ */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 60px;
}

.video-grid:has(.video-card:only-child) {
  grid-template-columns: 1fr;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow .25s, transform .25s;
}
.video-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.video-title {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  padding: 14px 18px;
  background: var(--red);
}

.video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
}
.video-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-desc {
  padding: 16px 18px;
  font-family: var(--font-main);
  font-size: 16px;
  color:  black;
  line-height: 1.75;
  border-top: 3px solid var(--red);
   
}
 

@media (max-width: 768px) {
  .video-grid { grid-template-columns: 1fr; }
}
/* ══ SEARCH AMÉLIORÉ ══ */
.search-overlay {
  display: none; position: fixed; inset: 0; z-index: 2000;
  background: rgba(0,0,0,0.88);
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 120px;
}
.search-overlay.open { display: flex; }

.search-box {
  display: flex; width: 640px; max-width: 90vw;
  border-radius: 8px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.search-box input {
  flex: 1; padding: 18px 24px;
  font-size: 16px; font-family: var(--font-main);
  background: #fff; border: none; outline: none; color: #111;
}
.search-box button {
  background: var(--red); border: none;
  padding: 0 28px; color: #fff;
  font-size: 18px; cursor: pointer;
  transition: background .2s;
}
.search-box button:hover { background: #a80000; }

.search-results {
  width: 640px; max-width: 90vw;
  margin-top: 12px;
  max-height: 60vh;
  overflow-y: auto;
  border-radius: 8px;
  background: #fff;
}

.search-loading, .search-empty {
  padding: 28px; text-align: center;
  font-family: var(--font-main); font-size: 13px; color: #888;
}

.search-count {
  padding: 12px 20px;
  font-family: var(--font-main); font-size: 11px;
  color: #999; text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #f0f0f0;
}
.search-count strong { color: var(--red); }

.search-result-item {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 20px;
  border-bottom: 1px solid #f5f5f5;
  text-decoration: none;
  transition: background .15s;
  cursor: pointer;
}
.search-result-item:hover { background: #fff5f5; }
.search-result-item:last-child { border-bottom: none; }

.search-result-icon {
  width: 36px; height: 36px;
  background: #f5f5f5; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: 14px; flex-shrink: 0;
}
.search-result-title {
  font-family: var(--font-main); font-size: 13px;
  font-weight: 700; color: #111; margin-bottom: 3px;
}
.search-result-title mark {
  background: rgba(204,0,0,0.15);
  color: var(--red); border-radius: 2px; padding: 0 2px;
}
.search-result-url { display: none; }
.search-result-arrow {
  margin-left: auto; color: #ccc; font-size: 12px; flex-shrink: 0;
  transition: color .15s, transform .15s;
}
.search-result-item:hover .search-result-arrow {
  color: var(--red); transform: translateX(3px);
}
@media (max-width: 920px) {

  .has-dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-menu {
    display: none;
    position: static;
    top: auto; left: auto;
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-left: 3px solid var(--red);
    margin-left: 16px;
    min-width: auto;
    background: transparent; /* ← fond transparent */
  }

  .has-dropdown.open .dropdown-menu {
    display: block;
  }

  .dropdown-menu li {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    background: transparent !important; /* ← supprime le fond blanc */
  }

  .dropdown-menu li:first-child {
    background: transparent !important;
  }

  .dropdown-menu li a {
    padding: 12px 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.75) !important; /* ← texte blanc */
    background: transparent !important;
    height: auto;
    line-height: 1.4;
  }

  .dropdown-menu li a:hover {
    color: #fff !important;
    background: rgba(204,0,0,0.2) !important;
  }

  .dropdown-menu li small {
    color: rgba(255,255,255,0.45) !important;
  }
}
@media (max-width: 920px) {
  /* Actions : bouton toujours visible */
  .action-hover-info {
    opacity: 1;
  }

  /* Photos : overlay toujours visible */
  .ph-card .ph-overlay {
    opacity: 1;
  }
  .ph-card .ph-info {
    transform: translateY(0);
  }

  /* Valeurs : effet scale désactivé */
  .valeur-card:hover {
    transform: none;
  }

  /* Actions grid : pas de translateY */
  .action-item:hover {
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding-left: 24px;
    padding-right: 24px;
    bottom: 40px;
  }

  .hero-content h1 {
    font-size: 38px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
  }

  .hero-content p {
    font-size: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.9);
    line-height: 1.6;
  }

  .hero-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.70));
  }
}