/* ============================================
   SSK'ARUKERA — Feuille de style globale
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Montserrat:wght@400;500;600;700&family=Oswald:wght@400;500;600;700&display=swap');

/* ---- Variables ---- */
:root {
  --navy:   #1a3558;
  --navy2:  #152238;
  --gold:   #c9a84c;
  --white:  #ffffff;
  --light:  #cdd6e3;
  --gray:   #f4f6f9;
  --text:   #1a3558;
  --radius: 8px;
  --shadow: 0 4px 24px rgba(26,53,88,.18);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---- Typography ---- */
h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; line-height: 1.2; }
.logo-text { font-family: 'Boogaloo', cursive; }

/* ============================================
   HEADER
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  box-shadow: 0 2px 16px rgba(0,0,0,.3);
  padding: 0 1.5rem;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 130px;
  gap: 1rem;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-shrink: 0;
}
.header-logo img { height: 120px; width: auto; }
.header-logo span {
  font-family: 'Boogaloo', cursive;
  font-size: 1.5rem;
  color: var(--gold);
  letter-spacing: .5px;
}

/* Nav */
.main-nav { display: flex; align-items: center; gap: .2rem; }
.main-nav a {
  color: var(--light);
  font-size: .88rem;
  font-weight: 600;
  padding: .45rem .75rem;
  border-radius: var(--radius);
  transition: background .2s, color .2s;
  white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active {
  background: rgba(201,168,76,.15);
  color: var(--gold);
}

/* CTA button */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--gold);
  color: var(--navy) !important;
  font-family: 'Oswald', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  padding: .55rem 1.1rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background .2s, transform .15s;
  white-space: nowrap;
  text-decoration: none;
}
.btn-cta:hover { background: #e0b95a; transform: translateY(-1px); }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: .4rem;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: all .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
@media (max-width: 900px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    background: var(--navy2);
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 1.5rem 1.5rem;
    gap: .2rem;
    border-top: 2px solid var(--gold);
  }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 1rem; width: 100%; padding: .6rem .8rem; }
  .hamburger { display: flex; }
  .btn-header-cta { display: none; }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  background: var(--navy2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 1rem 1.5rem 2rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(201,168,76,.10) 0%, transparent 70%);
  pointer-events: none;
}
.hero-logo { height: 420px; width: auto; margin: -6rem auto -8rem; max-width: 90vw; display: block; }
.hero h1 {
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  color: var(--gold);
  white-space: nowrap;
  margin-bottom: 0.4rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.hero p {
  color: var(--light);
  font-size: clamp(1rem, 2vw, 1.25rem);
  max-width: 620px;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-primary {
  background: var(--gold);
  color: var(--navy);
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: .85rem 2rem;
  border-radius: var(--radius);
  transition: background .2s, transform .15s;
  border: 2px solid var(--gold);
}
.btn-primary:hover { background: #e0b95a; transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--gold);
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: .85rem 2rem;
  border-radius: var(--radius);
  border: 2px solid var(--gold);
  transition: background .2s, color .2s, transform .15s;
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

/* ============================================
   BANDEAU RÉASSURANCE
   ============================================ */
.reassurance {
  background: var(--navy);
  padding: 2.5rem 1.5rem;
  border-top: 3px solid var(--gold);
}
.reassurance-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.reassurance-item {
  text-align: center;
  color: var(--light);
}
.reassurance-item .icon { font-size: 2rem; margin-bottom: .5rem; }
.reassurance-item strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  color: var(--gold);
  margin-bottom: .2rem;
}
.reassurance-item span { font-size: .85rem; }

@media (max-width: 700px) {
  .reassurance-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 400px) {
  .reassurance-grid { grid-template-columns: 1fr; }
}

/* ============================================
   SECTIONS COMMUNES
   ============================================ */
.section {
  padding: 5rem 1.5rem;
}
.section-dark {
  background: var(--navy2);
  color: var(--light);
}
.section-gray { background: var(--gray); }
.container {
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  display: inline-block;
  background: rgba(201,168,76,.18);
  color: var(--gold);
  font-family: 'Oswald', sans-serif;
  font-size: .82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 20px;
  margin-bottom: .8rem;
  border: 1px solid rgba(201,168,76,.35);
}
.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 1rem;
}
.section-dark .section-title { color: var(--white); }
.section-title span { color: var(--gold); }
.section-subtitle {
  font-size: 1.05rem;
  color: #6b7fa0;
  max-width: 640px;
  margin-bottom: 3rem;
}
.section-dark .section-subtitle { color: var(--light); opacity: .8; }

/* ============================================
   CARDS PRESTATIONS
   ============================================ */
.prestations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 900px) { .prestations-grid { grid-template-columns: 1fr; } }

.presta-card {
  background: var(--navy);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(201,168,76,.25);
  box-shadow: var(--shadow);
  transition: transform .2s, border-color .2s;
}
.presta-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.presta-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.presta-card h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  color: var(--gold);
  margin-bottom: 1rem;
}
.presta-card ul { display: flex; flex-direction: column; gap: .5rem; }
.presta-card ul li {
  color: var(--light);
  font-size: .9rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.presta-card ul li::before {
  content: '▸';
  color: var(--gold);
  flex-shrink: 0;
  margin-top: .05rem;
}

/* ============================================
   ÉQUIPE
   ============================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 700px) { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  background: var(--navy);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(201,168,76,.25);
  box-shadow: var(--shadow);
}
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.2rem;
  font-family: 'Oswald', sans-serif;
  color: var(--navy);
  font-weight: 700;
}
.team-card h3 {
  font-family: 'Oswald', sans-serif;
  color: var(--white);
  font-size: 1.25rem;
  margin-bottom: .2rem;
}
.team-card .role {
  color: var(--gold);
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.team-card h4 {
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  margin: 1rem 0 .5rem;
  font-family: 'Oswald', sans-serif;
}
.team-card ul { display: flex; flex-direction: column; gap: .4rem; }
.team-card ul li {
  color: var(--light);
  font-size: .88rem;
  display: flex;
  align-items: flex-start;
  gap: .5rem;
}
.team-card ul li::before {
  content: '✓';
  color: var(--gold);
  flex-shrink: 0;
}
.team-force {
  background: var(--navy);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 2rem 2.5rem;
  max-width: 800px;
  margin: 0 auto;
  color: var(--light);
  font-size: 1.05rem;
  font-style: italic;
}
.team-force strong { color: var(--gold); font-style: normal; }

/* ============================================
   TABLEAU COMPARATIF
   ============================================ */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-table th {
  background: var(--navy2);
  color: var(--gold);
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  text-align: left;
}
.compare-table th:first-child { background: var(--navy); }
.compare-table td {
  padding: .9rem 1.5rem;
  font-size: .92rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(odd) td { background: rgba(26,53,88,.5); }
.compare-table tr:nth-child(even) td { background: rgba(21,34,56,.6); }
.compare-table td:first-child { color: var(--light); font-weight: 600; }
.compare-table td:nth-child(2) { color: #6dda8e; font-weight: 600; }
.compare-table td:nth-child(3) { color: #ff8080; }
.compare-table .col-ssk { color: var(--gold); }

/* ============================================
   AVANTAGES BLOCS
   ============================================ */
.avantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
@media (max-width: 800px) { .avantages-grid { grid-template-columns: 1fr; } }

.avantage-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  border-top: 4px solid var(--gold);
  box-shadow: 0 4px 20px rgba(26,53,88,.1);
}
.avantage-card .icon { font-size: 2.5rem; margin-bottom: 1rem; }
.avantage-card h3 {
  font-family: 'Oswald', sans-serif;
  color: var(--navy);
  font-size: 1.2rem;
  margin-bottom: .8rem;
}
.avantage-card p { color: #4a5e7a; font-size: .92rem; }

/* ============================================
   RÉGLEMENTATION
   ============================================ */
.regle-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 700px) { .regle-grid { grid-template-columns: 1fr; } }

.regle-card {
  background: var(--navy);
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid rgba(201,168,76,.2);
}
.regle-card h3 {
  font-family: 'Oswald', sans-serif;
  color: var(--gold);
  font-size: 1.1rem;
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.regle-card p { color: var(--light); font-size: .92rem; line-height: 1.7; }

.alerte-box {
  background: linear-gradient(135deg, #7b2020, #a83030);
  border-left: 5px solid #ff6b6b;
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 2rem;
  color: white;
  margin-bottom: 2.5rem;
  font-size: .95rem;
  line-height: 1.7;
}
.alerte-box strong { color: #ffcece; font-size: 1rem; }

.key-text {
  background: var(--navy);
  border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0;
  padding: 1.5rem 2rem;
  color: var(--light);
  font-style: italic;
  font-size: .95rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

/* ============================================
   FAQ
   ============================================ */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid rgba(201,168,76,.2);
}
.faq-question {
  width: 100%;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 0;
  cursor: pointer;
  text-align: left;
  gap: 1rem;
}
.faq-question span {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  color: var(--navy);
}
.section-dark .faq-question span { color: var(--white); }
.faq-question .faq-icon {
  color: var(--gold);
  font-size: 1.3rem;
  flex-shrink: 0;
  transition: transform .3s;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s;
}
.faq-answer p {
  padding-bottom: 1.2rem;
  color: #4a5e7a;
  font-size: .93rem;
  line-height: 1.7;
}
.section-dark .faq-answer p { color: var(--light); }
.faq-item.open .faq-answer { max-height: 300px; }
.faq-item.open .faq-icon { transform: rotate(45deg); }

/* ============================================
   CONTACT
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-form {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.contact-form h3 {
  font-family: 'Oswald', sans-serif;
  color: var(--navy);
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.form-group { margin-bottom: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 500px) { .form-row { grid-template-columns: 1fr; } }

label {
  display: block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: .4rem;
}
input, select, textarea {
  width: 100%;
  padding: .7rem 1rem;
  border: 1.5px solid #d1d9e8;
  border-radius: var(--radius);
  font-family: 'Montserrat', sans-serif;
  font-size: .92rem;
  color: var(--text);
  background: #fafbfd;
  transition: border-color .2s;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--navy);
}
textarea { resize: vertical; min-height: 110px; }

.radio-group { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: .4rem; }
.radio-group label {
  display: flex;
  align-items: center;
  gap: .4rem;
  cursor: pointer;
  font-weight: 500;
  font-size: .88rem;
  color: var(--text);
  margin: 0;
}
.radio-group input[type="radio"] { width: auto; }

.rgpd {
  font-size: .78rem;
  color: #8a97ac;
  margin-top: 1rem;
}

.btn-submit {
  width: 100%;
  background: var(--navy);
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  padding: .95rem;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background .2s, transform .15s;
  margin-top: .5rem;
}
.btn-submit:hover { background: var(--navy2); transform: translateY(-2px); }

/* Contact infos */
.contact-infos { display: flex; flex-direction: column; gap: 1.5rem; }

.call-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--navy);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(201,168,76,.3);
  transition: border-color .2s, transform .15s;
  text-decoration: none;
}
.call-btn:hover { border-color: var(--gold); transform: translateY(-2px); }
.call-btn .call-icon {
  width: 52px;
  height: 52px;
  background: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.call-btn .call-text strong {
  display: block;
  color: var(--gold);
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
}
.call-btn .call-text span {
  color: var(--light);
  font-size: .88rem;
}
.call-btn .call-number {
  margin-top: .2rem;
  color: var(--white);
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}
.email-block {
  background: var(--navy);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(201,168,76,.3);
}
.email-block p { color: var(--light); font-size: .9rem; margin-bottom: .5rem; }
.email-block a {
  color: var(--gold);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
}
.map-block {
  background: var(--navy);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,.2);
}
.map-block iframe {
  width: 100%;
  height: 220px;
  border: none;
  display: block;
}
.map-caption {
  padding: .8rem 1rem;
  color: var(--light);
  font-size: .82rem;
  text-align: center;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #0e1c2f;
  color: var(--light);
  padding: 3.5rem 1.5rem 1.5rem;
  border-top: 3px solid var(--gold);
}
.footer-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr;
  gap: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
  margin-bottom: 1.5rem;
}
@media (max-width: 750px) { .footer-grid { grid-template-columns: 1fr; gap: 2rem; } }

.footer-brand { display: flex; flex-direction: column; gap: .8rem; }
.footer-brand img { height: 140px; width: auto; object-fit: contain; }
.footer-brand .slogan {
  font-style: italic;
  font-size: .9rem;
  color: var(--gold);
}
.footer-brand p { font-size: .88rem; max-width: 340px; }

.footer-col h4 {
  font-family: 'Oswald', sans-serif;
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-col ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-col ul li a {
  color: var(--light);
  font-size: .88rem;
  transition: color .2s;
}
.footer-col ul li a:hover { color: var(--gold); }

.footer-contact { display: flex; flex-direction: column; gap: .7rem; }
.footer-contact-item { display: flex; align-items: center; gap: .7rem; font-size: .88rem; }
.footer-contact-item span:first-child { font-size: 1rem; }
.footer-contact-item a { color: var(--light); transition: color .2s; }
.footer-contact-item a:hover { color: var(--gold); }

.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
  font-size: .8rem;
  color: #6b7fa0;
}

/* ============================================
   PAGE HERO (interne)
   ============================================ */
.page-hero {
  background: var(--navy2);
  padding: 4rem 1.5rem 3rem;
  text-align: center;
  border-bottom: 3px solid var(--gold);
}
.page-hero .section-label { display: inline-block; margin-bottom: 1rem; }
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  margin-bottom: .8rem;
}
.page-hero h1 span { color: var(--gold); }
.page-hero p {
  color: var(--light);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ============================================
   CTA BANDE
   ============================================ */
.cta-band {
  background: var(--gold);
  padding: 3rem 1.5rem;
  text-align: center;
}
.cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--navy);
  margin-bottom: .8rem;
}
.cta-band p { color: var(--navy2); font-size: 1rem; margin-bottom: 1.8rem; }
.cta-band .btn-navy {
  background: var(--navy);
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  padding: .85rem 2.2rem;
  border-radius: var(--radius);
  border: 2px solid var(--navy);
  transition: background .2s, transform .15s;
  display: inline-block;
  margin: .4rem;
}
.cta-band .btn-navy:hover { background: var(--navy2); transform: translateY(-2px); }

/* ============================================
   PHOTO BANDE (accueil)
   ============================================ */
.photo-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: 320px;
  overflow: hidden;
}
.photo-band-item {
  position: relative;
  overflow: hidden;
}
.photo-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.photo-band-item:hover img { transform: scale(1.05); }
.photo-band-item .caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(21,34,56,.85));
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  padding: 1.2rem .8rem .6rem;
  text-align: center;
  letter-spacing: .5px;
}
@media (max-width: 700px) {
  .photo-band { grid-template-columns: 1fr; height: auto; }
  .photo-band-item { height: 220px; }
}

/* ============================================
   SECTION IMAGE + TEXTE (split)
   ============================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 420px;
}
.split-section.reverse { direction: rtl; }
.split-section.reverse > * { direction: ltr; }
.split-img {
  overflow: hidden;
}
.split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split-content {
  background: var(--navy2);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 800px) {
  .split-section { grid-template-columns: 1fr; }
  .split-section.reverse { direction: ltr; }
  .split-img { height: 280px; }
  .split-content { padding: 2rem 1.5rem; }
}

/* ============================================
   GALERIE RÉALISATIONS
   ============================================ */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.gallery-item.tall { grid-row: span 2; aspect-ratio: auto; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(21,34,56,.8));
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}
.gallery-item:hover .overlay { opacity: 1; }
.gallery-item .overlay span {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-size: .9rem;
  letter-spacing: .5px;
}
@media (max-width: 700px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall { grid-row: span 1; }
}
@media (max-width: 450px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* ============================================
   SECTION HERO AVEC IMAGE
   ============================================ */
.page-hero-img {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  border-bottom: 3px solid var(--gold);
}
.page-hero-img .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-hero-img .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(21,34,56,.75);
  z-index: 1;
}
.page-hero-img .hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 1.5rem 3rem;
}

/* ============================================
   JUSTIFICATION DU TEXTE
   ============================================ */
/* ---- Justification globale ---- */
p,
li,
.team-force,
.key-text,
.alerte-box,
.section-subtitle,
.reassurance-item span,
.footer-brand p {
  text-align: justify;
}

/* Exceptions : éléments centrés par design */
.hero p,
.hero-content p,
.page-hero p,
.page-hero-img .hero-content p,
.cta-band p,
.text-center,
.text-center p,
.text-center li,
.reassurance-item,
[style*="text-align:center"] p,
[style*="text-align: center"] p {
  text-align: center;
}

/* ============================================
   UTILITIES
   ============================================ */
.text-gold { color: var(--gold); }
.text-center { text-align: center; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.mt-2 { margin-top: 2rem; }

/* ============================================
   RESPONSIVE — GRILLES INLINE
   ============================================ */

/* Grille image + texte (SS4 intro) */
.presta-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 700px) {
  .presta-split { grid-template-columns: 1fr; }
  .presta-split .presta-split-img { height: 220px !important; }
}

/* Grille TCE (3 colonnes) */
.tce-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
@media (max-width: 800px) {
  .tce-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .tce-grid { grid-template-columns: 1fr; }
}

/* Grille réhabilitation (2 colonnes) */
.rehab-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 600px) {
  .rehab-grid { grid-template-columns: 1fr; }
}

/* ============================================
   RESPONSIVE — HERO ACCUEIL
   ============================================ */
@media (max-width: 600px) {
  .hero-logo { height: 280px; margin: -3rem auto -5rem; }
  .hero h1 { white-space: normal; font-size: clamp(1.2rem, 5vw, 1.8rem); }
  .hero p { font-size: .95rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .hero-btns a { width: 100%; text-align: center; }
}

/* ============================================
   RESPONSIVE — DIVERS
   ============================================ */
@media (max-width: 700px) {
  /* Valeurs de cartes dans equipe */
  .team-card ul li { text-align: left; }
  /* Section subtitle centré sur mobile */
  .section-subtitle { text-align: center; }
  /* Split content padding réduit */
  .split-content { padding: 1.5rem 1.2rem; }
  /* Sections */
  .section { padding: 3rem 1rem; }
  .container { padding: 0 1rem; }
  /* CTA band */
  .cta-band { padding: 2.5rem 1rem; }
  .cta-band h2 { font-size: 1.4rem; }
  /* Page hero img */
  .page-hero-img { min-height: 260px; }
  .page-hero-img .hero-content { padding: 2.5rem 1rem 2rem; }
}
