*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
}

.site-header {
  background: #000;
  border-top: 2px solid #5f95d8;
  border-bottom: 2px solid #5f95d8;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 122px;
  height: auto;
  display: block;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 54px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
}

.main-nav a.active {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.instagram-link,
.footer-instagram {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.instagram-link svg,
.footer-instagram svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

.home-page {
  min-height: calc(100vh - 210px);
}

.hero {
  min-height: 650px;
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  min-height: 650px;
  background: rgba(210, 160, 160, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 90px;
}

.hero-content {
  max-width: 1100px;
  text-align: center;
  color: #000;
}

.hero-content h1 {
  margin: 0 0 52px;
  font-size: 3.1rem;
  line-height: 1.08;
  font-weight: 400;
}

.intro-text {
  margin: 0 auto 56px;
  max-width: 980px;
  font-size: 1.22rem;
  line-height: 1.6;
}

.home-buttons {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  min-height: 130px;
  padding: 24px 24px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 6px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

.site-footer {
  background: #000;
  border-top: 2px solid #5f95d8;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 48px;
  min-height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-logo {
  width: 56px;
  height: auto;
  display: block;
  object-fit: contain;
}

.copyright {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.legal-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.legal-link:hover,
.main-nav a:hover {
  opacity: 0.9;
}

@media (max-width: 1100px) {
  .header-inner {
    padding: 20px 28px;
    gap: 24px;
  }

  .main-nav {
    gap: 28px;
  }

  .hero-content h1 {
    font-size: 2.45rem;
  }

  .cta-button {
    width: 390px;
  }

  .footer-inner {
    padding: 22px 28px;
  }
}

@media (max-width: 820px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }

  .site-logo {
    width: 96px;
  }

  .hero {
    min-height: auto;
  }

  .hero-overlay {
    min-height: auto;
    padding: 54px 18px 64px;
  }

  .hero-content h1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .intro-text {
    font-size: 1.02rem;
    margin-bottom: 34px;
  }

  .home-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cta-button {
    width: 100%;
    max-width: 420px;
    min-height: 104px;
    font-size: 1rem;
  }

  .footer-inner {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    align-items: center;
  }
}

@media (max-width: 520px) {
  .main-nav a {
    font-size: 1rem;
  }

  .instagram-link,
  .footer-instagram {
    width: 30px;
    height: 30px;
  }

  .instagram-link svg,
  .footer-instagram svg {
    width: 30px;
    height: 30px;
  }

  .hero-content h1 {
    font-size: 1.55rem;
  }

  .intro-text {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .cta-button {
    padding: 20px 16px;
    min-height: 94px;
    font-size: 0.96rem;
  }

  .footer-inner {
    padding: 20px 18px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
}

/* =========================
   HEADER
========================= */

.site-header {
  background: #000;
  border-top: 2px solid #5f95d8;
  border-bottom: 2px solid #5f95d8;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 122px;
  height: auto;
  display: block;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 54px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
}

.main-nav a.active {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.instagram-link,
.footer-instagram {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.instagram-link svg,
.footer-instagram svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

/* =========================
   ACCUEIL
========================= */

.home-page {
  min-height: calc(100vh - 210px);
}

.hero {
  min-height: 650px;
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  min-height: 650px;
  background: rgba(210, 160, 160, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 90px;
}

.hero-content {
  max-width: 1100px;
  text-align: center;
  color: #000;
}

.hero-content h1 {
  margin: 0 0 52px;
  font-size: 3.1rem;
  line-height: 1.08;
  font-weight: 400;
}

.intro-text {
  margin: 0 auto 56px;
  max-width: 980px;
  font-size: 1.22rem;
  line-height: 1.6;
}

.home-buttons {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  min-height: 130px;
  padding: 24px 24px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.05rem;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 6px;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* =========================
   PAGE TEXTE
========================= */

.text-page {
  min-height: calc(100vh - 210px);
}

.text-hero {
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-overlay {
  padding: 70px 20px 90px;
}

.text-overlay-main {
  background: rgba(255, 255, 255, 0.45);
}

.text-overlay-secondary {
  background: rgba(255, 255, 255, 0.65);
}

.narrow-text-container {
  max-width: 1050px;
  margin: 0 auto;
  color: #000;
}

.page-title {
  margin: 0 0 48px;
  text-align: center;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 700;
}

.article-flow {
  max-width: 980px;
  margin: 0 auto 46px;
}

.article-flow p {
  margin: 0 0 26px;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
  color: #000;
}

.article-flow strong {
  font-weight: 700;
}

.article-flow em {
  font-style: italic;
}

.section-title {
  margin: 10px 0 42px;
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.15;
  font-weight: 700;
  color: #000;
}

.argument-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
  margin: 0 0 52px;
}

.argument-grid-spaced {
  margin-top: 40px;
}

.argument-left,
.argument-right {
  min-width: 0;
}

.argument-left p,
.argument-right p {
  margin: 0 0 24px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #000;
}

.argument-left strong,
.argument-right strong {
  font-weight: 700;
}

.argument-left em,
.argument-right em {
  font-style: italic;
}

/* =========================
   FOOTER
========================= */

.site-footer {
  background: #000;
  border-top: 2px solid #5f95d8;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 48px;
  min-height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.footer-logo {
  width: 56px;
  height: auto;
  display: block;
  object-fit: contain;
}

.copyright {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}

.legal-link {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

.legal-link:hover,
.main-nav a:hover {
  opacity: 0.9;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .header-inner {
    padding: 20px 28px;
    gap: 24px;
  }

  .main-nav {
    gap: 28px;
  }

  .hero-content h1,
  .page-title {
    font-size: 2.45rem;
  }

  .section-title {
    font-size: 2.1rem;
  }

  .cta-button {
    width: 390px;
  }

  .footer-inner {
    padding: 22px 28px;
  }

  .article-flow p,
  .argument-left p,
  .argument-right p {
    font-size: 1.03rem;
  }
}

@media (max-width: 820px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }

  .site-logo {
    width: 96px;
  }

  .hero,
  .text-hero {
    min-height: auto;
  }

  .hero-overlay,
  .text-overlay {
    min-height: auto;
    padding: 54px 18px 64px;
  }

  .hero-content h1,
  .page-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .intro-text {
    font-size: 1.02rem;
    margin-bottom: 34px;
  }

  .home-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cta-button {
    width: 100%;
    max-width: 420px;
    min-height: 104px;
    font-size: 1rem;
  }

  .section-title {
    margin-top: 0;
    font-size: 1.7rem;
    margin-bottom: 28px;
  }

  .argument-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 34px;
  }

  .article-flow {
    margin-bottom: 34px;
  }

  .article-flow p,
  .argument-left p,
  .argument-right p {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .footer-inner {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    align-items: center;
  }
}

@media (max-width: 520px) {
  .main-nav a {
    font-size: 1rem;
  }

  .instagram-link,
  .footer-instagram {
    width: 30px;
    height: 30px;
  }

  .instagram-link svg,
  .footer-instagram svg {
    width: 30px;
    height: 30px;
  }

  .hero-content h1,
  .page-title {
    font-size: 1.55rem;
  }

  .intro-text,
  .article-flow p,
  .argument-left p,
  .argument-right p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .section-title {
    font-size: 1.35rem;
    line-height: 1.2;
  }

  .cta-button {
    padding: 20px 16px;
    min-height: 94px;
    font-size: 0.96rem;
  }

  .footer-inner {
    padding: 20px 18px;
  }
}

/* =========================
   PAGE J'EXPLORE
========================= */

.explore-page {
  min-height: calc(100vh - 210px);
  background: #000;
}

.explore-hero {
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 40px 110px;
}

.explore-intro {
  text-align: center;
  color: #fff;
  margin-bottom: 110px;
}

.explore-intro h1 {
  margin: 0 0 28px;
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
}

.explore-intro p {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.45;
  font-weight: 400;
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 95px 80px;
  align-items: start;
  justify-items: center;
}

.explore-button {
  width: 100%;
  max-width: 330px;
  min-height: 160px;
  padding: 26px 20px;
  background: #d9d4c5;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.18;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.explore-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

/* =========================
   RESPONSIVE J'EXPLORE
========================= */

@media (max-width: 1250px) {
  .explore-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 60px 50px;
  }

  .explore-intro h1 {
    font-size: 2.45rem;
  }
}

@media (max-width: 900px) {
  .explore-hero {
    padding: 60px 24px 80px;
  }

  .explore-intro {
    margin-bottom: 70px;
  }

  .explore-intro h1 {
    font-size: 2rem;
  }

  .explore-intro p {
    font-size: 1.04rem;
  }

  .explore-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 34px 28px;
  }

  .explore-button {
    min-height: 145px;
  }
}

@media (max-width: 560px) {
  .explore-intro h1 {
    font-size: 1.55rem;
    line-height: 1.3;
  }

  .explore-intro p {
    font-size: 0.96rem;
    line-height: 1.5;
  }

  .explore-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .explore-button {
    max-width: 100%;
    min-height: 120px;
    font-size: 0.95rem;
    line-height: 1.18;
    padding: 22px 16px;
  }
}

/* =========================
   PAGE CONTACT
========================= */

.contact-page {
  min-height: calc(100vh - 210px);
}

.contact-hero {
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-overlay {
  background: rgba(255, 255, 255, 0.21);
  padding: 80px 20px 95px;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-title {
  margin: 0 0 70px;
  text-align: center;
  color: #fff;
  font-size: 3.05rem;
  line-height: 1.2;
  font-weight: 700;
}

.contact-form {
  max-width: 950px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 34px;
}

.form-group label {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-size: 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: 2px solid #111;
  border-radius: 6px;
  background: transparent;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  padding: 24px 24px;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #000;
  opacity: 1;
}

.form-group textarea {
  min-height: 230px;
  resize: vertical;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 360px;
  min-height: 92px;
  padding: 20px 28px;
  border: none;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

/* =========================
   RESPONSIVE CONTACT
========================= */

@media (max-width: 1100px) {
  .contact-title {
    font-size: 2.45rem;
  }
}

@media (max-width: 820px) {
  .contact-overlay {
    padding: 54px 18px 64px;
  }

  .contact-title {
    font-size: 2rem;
    margin-bottom: 42px;
  }

  .form-group {
    margin-bottom: 22px;
  }

  .form-group input,
  .form-group textarea {
    padding: 18px 18px;
    font-size: 1rem;
  }

  .form-group textarea {
    min-height: 180px;
  }

  .contact-submit {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .contact-title {
    font-size: 1.55rem;
    line-height: 1.25;
  }

  .form-group input,
  .form-group textarea {
    font-size: 0.96rem;
    padding: 16px 16px;
  }
}

.thanks-page {
  min-height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.thanks-box {
  text-align: center;
  color: #fff;
  max-width: 800px;
}

.thanks-box h1 {
  margin: 0 0 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.thanks-box p {
  margin: 0 0 30px;
  font-size: 1.1rem;
  line-height: 1.5;
}

.thanks-link {
  color: #fff;
  text-decoration: underline;
  font-size: 1.05rem;
}

/* =========================
   PAGE DONATION
========================= */

.donation-page {
  min-height: calc(100vh - 210px);
}

.donation-hero {
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.donation-overlay {
  background: rgba(255, 255, 255, 0.58);
  padding: 85px 20px 95px;
}

.donation-container {
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
}

.donation-title {
  margin: 0 0 58px;
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 400;
}

.donation-text {
  max-width: 980px;
  margin-bottom: 72px;
}

.donation-text p {
  margin: 0 0 22px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #000;
}

.donation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 92px;
  padding: 18px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.donation-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

/* =========================
   RESPONSIVE DONATION
========================= */

@media (max-width: 1100px) {
  .donation-title {
    font-size: 2.35rem;
  }

  .donation-text p {
    font-size: 1.03rem;
  }
}

@media (max-width: 820px) {
  .donation-overlay {
    padding: 54px 18px 64px;
  }

  .donation-title {
    font-size: 1.95rem;
    line-height: 1.28;
    margin-bottom: 34px;
  }

  .donation-text {
    margin-bottom: 42px;
  }

  .donation-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .donation-button {
    width: 100%;
    min-width: 0;
    min-height: 74px;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .donation-title {
    font-size: 1.55rem;
  }

  .donation-text p {
    font-size: 0.96rem;
  }
}

/* =========================
   PAGE MENTIONS LEGALES
========================= */

.legal-page {
  min-height: calc(100vh - 210px);
  background: #000;
}

.legal-hero {
  background: #000;
  padding: 95px 20px 110px;
}

.legal-container {
  max-width: 1050px;
  margin: 0 auto;
}

.legal-title {
  margin: 0 0 68px;
  text-align: center;
  color: #e8d8a8;
  font-size: 2.95rem;
  line-height: 1.2;
  font-weight: 400;
}

.legal-text {
  max-width: 820px;
  margin: 0 auto;
}

.legal-text p {
  margin: 0 0 38px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.62;
  font-weight: 400;
}

.legal-host {
  margin-top: 80px;
}

/* =========================
   RESPONSIVE MENTIONS LEGALES
========================= */

@media (max-width: 1100px) {
  .legal-title {
    font-size: 2.4rem;
  }

  .legal-text p {
    font-size: 1.03rem;
  }
}

@media (max-width: 820px) {
  .legal-hero {
    padding: 58px 18px 70px;
  }

  .legal-title {
    font-size: 2rem;
    margin-bottom: 42px;
  }

  .legal-text p {
    font-size: 1rem;
    line-height: 1.58;
    margin-bottom: 28px;
  }

  .legal-host {
    margin-top: 50px;
  }
}

@media (max-width: 520px) {
  .legal-title {
    font-size: 1.6rem;
  }

  .legal-text p {
    font-size: 0.96rem;
  }
}

/* =========================
   PAGE OFFICIERS
========================= */

.officers-page {
  min-height: calc(100vh - 210px);
}

.officers-hero {
  background: #d9d4c5;
  padding: 70px 20px 0;
}

.officers-container {
  max-width: 1400px;
  margin: 0 auto;
  color: #000;
}

.officers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px 85px;
}

.officer-card {
  min-width: 0;
}

.officer-image {
  width: 100%;
  height: 380px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin-bottom: 26px;
  background: transparent;
}

.officer-text p {
  margin: 0 0 18px;
  font-size: 1.06rem;
  line-height: 1.65;
  color: #000;
}

.officer-source {
  margin-top: 26px;
}

.officer-source em,
.officer-text em {
  font-style: italic;
}

.officers-note {
  margin-top: 70px;
  padding-bottom: 90px;
}

.officers-note p {
  margin: 0 0 12px;
  font-size: 1.03rem;
  line-height: 1.45;
  color: #000;
}

/* =========================
   RESPONSIVE OFFICIERS
========================= */

@media (max-width: 1100px) {
  .officers-grid {
    gap: 48px 42px;
  }

  .officer-image {
    height: 320px;
  }

  .officer-text p {
    font-size: 1rem;
  }
}

@media (max-width: 820px) {
  .officers-hero {
    padding: 42px 18px 0;
  }

  .officers-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .officer-image {
    height: 300px;
    margin-bottom: 20px;
  }

  .officer-text p {
    font-size: 0.98rem;
    line-height: 1.58;
    margin-bottom: 15px;
  }

  .officers-note {
    margin-top: 45px;
    padding-bottom: 60px;
  }

  .officers-note p {
    font-size: 0.96rem;
  }
}

@media (max-width: 520px) {
  .officer-image {
    height: 240px;
  }

  .officer-text p,
  .officers-note p {
    font-size: 0.94rem;
  }
}

/* =========================
   PAGE CARTES
========================= */

.cartes-page {
  min-height: calc(100vh - 210px);
}

.cartes-hero {
  background-image: url("../images/fond-accueil.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cartes-overlay {
  background: rgba(255, 255, 255, 0.45);
  padding: 130px 20px 140px;
}

.cartes-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.cartes-title {
  margin: 0 0 70px;
  color: #000;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}

.cartes-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  flex-wrap: wrap;
}

.cartes-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 92px;
  padding: 18px 28px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.cartes-button:hover {
  transform: translateY(-2px);
  opacity: 0.96;
}

/* =========================
   RESPONSIVE CARTES
========================= */

@media (max-width: 900px) {
  .cartes-overlay {
    padding: 90px 18px 100px;
  }

  .cartes-title {
    font-size: 2.2rem;
    margin-bottom: 46px;
  }

  .cartes-buttons {
    gap: 22px;
  }

  .cartes-button {
    min-width: 230px;
    min-height: 76px;
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .cartes-title {
    font-size: 1.6rem;
    line-height: 1.28;
  }

  .cartes-buttons {
    flex-direction: column;
    gap: 18px;
  }

  .cartes-button {
    width: 100%;
    min-width: 0;
  }
}

/* =========================
   PAGE CARTES HISTORIQUES
========================= */

.cartes-historiques-page {
  min-height: calc(100vh - 210px);
  background: #efefef;
}

.cartes-historiques-section {
  background: #efefef;
  padding: 85px 20px 110px;
}

.cartes-historiques-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.cartes-historiques-title {
  margin: 0 0 22px;
  color: #000;
  font-size: 2.9rem;
  line-height: 1.2;
  font-weight: 400;
}

.cartes-historiques-subtitle {
  margin: 0 0 46px;
  color: #000;
  font-size: 1.1rem;
  line-height: 1.5;
}

.history-slider {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 70px;
}

.slider-track {
  position: relative;
}

.history-slide {
  display: none;
}

.history-slide.active {
  display: block;
}

.history-slide-image {
  width: 100%;
  max-width: 690px;
  height: 360px;
  object-fit: contain;
  display: block;
  margin: 0 auto 28px;
}

.history-slide-text {
  max-width: 690px;
  margin: 0 auto;
  text-align: left;
}

.history-slide-text p {
  margin: 0 0 16px;
  color: #000;
  font-size: 1.02rem;
  line-height: 1.55;
}

.history-slide-source {
  margin-top: 34px;
}

.slider-arrow {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  color: #000;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 5;
}

.slider-arrow-left {
  left: 0;
}

.slider-arrow-right {
  right: 0;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.slider-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: #9b9b9b;
  cursor: pointer;
  padding: 0;
}

.slider-dot.active {
  background: #000;
}

/* =========================
   RESPONSIVE CARTES HISTORIQUES
========================= */

@media (max-width: 900px) {
  .cartes-historiques-section {
    padding: 60px 18px 80px;
  }

  .cartes-historiques-title {
    font-size: 2rem;
  }

  .history-slider {
    padding: 0 42px;
  }

  .history-slide-image {
    height: 280px;
  }

  .slider-arrow {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .cartes-historiques-title {
    font-size: 1.6rem;
  }

  .cartes-historiques-subtitle {
    font-size: 1rem;
  }

  .history-slider {
    padding: 0 26px;
  }

  .history-slide-image {
    height: 220px;
    margin-bottom: 22px;
  }

  .history-slide-text p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .slider-arrow {
    font-size: 2.4rem;
    top: 48%;
  }

  .slider-dot {
    width: 15px;
    height: 15px;
  }
}

/* =========================
   ZOOM IMAGES
========================= */

.zoomable-image {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 9999;
}

.image-lightbox.active {
  display: flex;
}

.lightbox-image {
  max-width: 95vw;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer; 
  }

.site-header {
  background: #000;
  border-top: 2px solid #5f95d8;
  border-bottom: 2px solid #5f95d8;
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-logo {
  width: 122px;
  height: auto;
  display: block;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 54px;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1.15rem;
  font-weight: 400;
}

.instagram-link,
.footer-instagram {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.instagram-link svg,
.footer-instagram svg {
  width: 34px;
  height: 34px;
  fill: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
}

.site-header {
  border-top: none;
  border-bottom: none;
  box-shadow: none;
}

.site-footer {
  border-top: none;
  box-shadow: none;
}

.article-flow p,
.argument-left p,
.argument-right p,
.officer-text p,
.officers-note p,
.donation-text p,
.legal-text p,
.massacre-text p,
.massacre-text blockquote,
.closing-inner p {
  text-align: justify;
  text-justify: inter-word;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {

  .header-inner {
    flex-direction: column;
    gap: 12px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  .main-nav a {
    font-size: 0.95rem;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  .slider-arrow {
    font-size: 2rem;
  }

  .video-player {
    width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .section,
  .content,
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

}

/*image responsive pour téléphone */
img {
  max-width: 100%
  height: auto;
  display: block;
  }

.slide img {
  width: 100%;
  height: auto;
  }

.slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
   }
