
:root{
  --navy:#0D2B5C; --navy2:#071A36; --orange:#FF6600; --teal:#3F8E9B;
  --cream:#FBF6EF; --paper:#FFFDF9; --ink:#18233A; --muted:#5E6A7B; --line:#E6DED4;
  --shadow:0 20px 50px rgba(13,43,92,.10); --radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.container{width:min(1200px,calc(100% - 42px));margin:auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,253,249,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(13,43,92,.08)}
.nav{min-height:82px;display:flex;align-items:center;gap:24px}.brand img{width:205px}
.navlinks{margin-left:auto;display:flex;gap:22px;align-items:center;font-size:13px;font-weight:900}
.navlinks a{padding:25px 0;position:relative;text-align:center;line-height:1.15}.navlinks small{display:block;color:var(--orange);font-size:11px;margin-top:3px}
.navlinks a:hover{color:var(--orange)}.menu{display:none;margin-left:auto;background:none;border:0;font-size:28px;color:var(--navy)}
.hero{padding:48px 0 42px}.hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}
.kicker{font-size:12px;font-weight:950;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:15px}
.hero-title .fr,.hero-title .en{font-size:clamp(38px,4.4vw,58px);font-weight:950;letter-spacing:-.045em;line-height:.98;margin:0}
.hero-title .fr{color:var(--navy)}.hero-title .en{color:var(--orange);margin-top:8px}
.hero-title .space{height:10px}
.slogan-pair{margin:20px 0 16px}.slogan-fr,.slogan-en{font-size:20px;font-weight:900;font-style:italic;line-height:1.25}
.slogan-fr{color:var(--navy)}.slogan-en{color:var(--orange);margin-top:4px}
.bi-copy{margin:20px 0}.bi-copy p{font-size:15px;margin:8px 0;max-width:700px}.bi-copy .fr{color:#37465c}.bi-copy .en{color:#37465c}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:900;border:1px solid transparent}.btn-primary{background:var(--navy);color:white}.btn-secondary{background:white;border-color:var(--orange);color:var(--orange)}
.hero-image{position:relative}.hero-image img{border-radius:30px;box-shadow:var(--shadow)}.chip{position:absolute;right:16px;bottom:16px;background:rgba(255,255,255,.94);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900;color:var(--navy)}
.band{background:linear-gradient(135deg,var(--navy2),#0C3B77);color:white;padding:34px 0}.band-grid{display:grid;grid-template-columns:repeat(4,1fr)}.band-item{padding:4px 24px;border-right:1px solid rgba(255,255,255,.2)}.band-item:last-child{border-right:0}.band-item b{display:block;font-size:14px}.band-item span{display:block;font-size:12px;color:#d4e2f0;margin-top:3px}
.section{padding:66px 0}.soft{background:var(--cream)}
.section-head{text-align:center;max-width:850px;margin:0 auto 45px}.section-head .fr,.section-head .en{font-size:clamp(29px,3.3vw,40px);font-weight:950;line-height:1.05;margin:0}.section-head .fr{color:var(--navy)}.section-head .en{color:var(--orange);margin-top:5px}.section-head p{font-size:15px;color:var(--muted)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 9px 28px rgba(13,43,92,.06)}.card img{width:100%;height:100%;object-fit:contain;object-position:center;background:#F8F3EC}.card-body{padding:25px}
.bi-heading .fr,.bi-heading .en{font-size:20px;font-weight:950;line-height:1.1;margin:0}.bi-heading .fr{color:var(--navy)}.bi-heading .en{color:var(--orange);margin-top:3px}
.card p{font-size:14.5px;color:var(--muted)}.link{color:var(--orange);font-weight:900;font-size:13px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.visual img{border-radius:26px;box-shadow:var(--shadow)}
.pills{display:flex;flex-wrap:wrap;gap:9px;padding:0;list-style:none}.pills li{background:white;border:1px solid #D9E1E9;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:850;color:var(--navy)}
.callout{background:linear-gradient(120deg,#fff5ec,#f7efe6);border:1px solid #efdfd1;border-radius:26px;padding:32px;display:flex;justify-content:space-between;align-items:center;gap:22px}
.callout .fr,.callout .en{font-size:23px;font-weight:950;line-height:1.1}.callout .fr{color:var(--navy)}.callout .en{color:var(--orange);margin-top:4px}
.page-hero{padding:54px 0 36px;background:linear-gradient(180deg,#fff,#faf5ef)}.page-hero .container{max-width:930px;text-align:center}
.page-title .fr,.page-title .en{font-size:clamp(34px,4vw,50px);font-weight:950;line-height:1.02;margin:0}.page-title .fr{color:var(--navy)}.page-title .en{color:var(--orange);margin-top:5px}
.page-hero p{font-size:15px;color:var(--muted);margin:8px 0}.content{max-width:920px;margin:auto}
.content-title .fr,.content-title .en{font-size:28px;font-weight:950;line-height:1.08;margin:0}.content-title .fr{color:var(--navy)}.content-title .en{color:var(--orange);margin-top:3px}
.block{margin-top:42px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.info{background:white;border:1px solid var(--line);border-radius:20px;padding:24px}.info p{font-size:14.5px;color:var(--muted)}
.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project{background:white;border:1px solid var(--line);border-radius:22px;overflow:hidden}.project img{width:100%;height:100%;object-fit:contain;object-position:center;background:#F8F3EC}.project .body{padding:22px}.project p{font-size:14.5px;color:var(--muted)}
.notice{background:#EEF7F8;border-left:4px solid var(--teal);padding:16px 18px;border-radius:12px;color:#315661}
.contactbox{background:white;border:1px solid var(--line);border-radius:26px;padding:34px;box-shadow:var(--shadow)}.mail{font-size:clamp(24px,4vw,36px);font-weight:950;color:var(--navy);word-break:break-word}
.form{display:grid;gap:12px;margin-top:24px}.form input,.form textarea{padding:14px 15px;border:1px solid #CAD3DE;border-radius:12px;font:inherit}.form textarea{min-height:160px}
.footer{background:linear-gradient(130deg,#071A34,#0D3A73);color:white;padding:50px 0 18px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:44px}.footer-logo{width:215px}.footer p,.footer a{color:#D9E5F1}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:36px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:13px}.footer-links{display:flex;gap:18px;flex-wrap:wrap}
@media(max-width:900px){.navlinks{display:none;position:absolute;top:82px;left:0;right:0;background:white;padding:18px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.navlinks.open{display:flex}.menu{display:block}.hero-grid,.split,.footer-grid{grid-template-columns:1fr}.hero-image{order:-1}.cards,.projects{grid-template-columns:1fr}.band-grid{grid-template-columns:repeat(2,1fr);gap:16px}.band-item:nth-child(2){border-right:0}.grid2{grid-template-columns:1fr}}
@media(max-width:560px){.container{width:min(100% - 26px,1200px)}.brand img{width:160px}.hero{padding-top:34px}.hero-title .fr,.hero-title .en{font-size:46px}.slogan-fr,.slogan-en{font-size:21px}.band-grid{grid-template-columns:1fr}.band-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.16);padding:13px 0}.section{padding:62px 0}.callout{align-items:flex-start;flex-direction:column}}

/* Correctif v2 : proportions et hiérarchie plus sobres */
.section.soft .visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:0;
}
.section.soft .visual img{
  width:100%;
  max-width:440px;
  height:auto;
  max-height:360px;
  object-fit:contain;
  object-position:center;
}
.hero-image img{
  width:100%;
  max-height:610px;
  object-fit:contain;
  background:#FBF6EF;
}
.fr,.en{font-size:inherit}
.bi-copy .fr,.bi-copy .en{font-size:15px;line-height:1.55}
@media(max-width:560px){
  .hero-title .fr,.hero-title .en{font-size:38px}
  .slogan-fr,.slogan-en{font-size:18px}
  .section{padding:50px 0}
  .section.soft .visual img{max-width:330px;max-height:280px}
}

/* Correctif v3 : aucune image coupée dans les cartes */
.card-media{
  height:240px;
  background:#F8F3EC;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.card-media img,
.full-image img,
.card > img,
.project > img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center !important;
  background:#F8F3EC;
}
.card > img{height:240px !important;}
.project > img{height:220px !important;}
@media(max-width:560px){
  .card-media,.card > img{height:210px !important;}
  .project > img{height:200px !important;}
}

/* v4 — illustrations propres, nettes et plus discrètes */
.project{
  display:flex;
  flex-direction:column;
}
.project > img{
  width:100% !important;
  height:165px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:16px 18px 8px;
  background:#FBF6EF !important;
}
.section.soft .visual{
  padding:10px;
}
.section.soft .visual img,
.visual img[src*="concept-clean.svg"]{
  width:100% !important;
  max-width:340px !important;
  height:auto !important;
  max-height:270px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:auto;
  box-shadow:none !important;
  border-radius:20px;
}
.card-media,
.card > img{
  background:#FBF6EF !important;
}
.footer-logo{
  background:#FFFDF9;
  padding:10px 14px;
  border-radius:14px;
  width:190px !important;
}
@media(max-width:900px){
  .project > img{height:180px !important;}
  .section.soft .visual img,
  .visual img[src*="concept-clean.svg"]{max-width:300px !important;max-height:240px !important;}
}
@media(max-width:560px){
  .project > img{height:155px !important;padding:12px;}
  .section.soft .visual img,
  .visual img[src*="concept-clean.svg"]{max-width:260px !important;max-height:210px !important;}
}

/* Maquette validée : images réalistes propres, jamais coupées */
.hero-image img{
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9;
  box-shadow:none;
}
.card > img,
.card-media img,
.project > img,
.visual img{
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
}
.card > img,
.card-media{
  height:230px !important;
}
.project > img{
  height:190px !important;
  padding:8px 12px !important;
}
.section.soft .visual img,
.visual img[src*="signature-insulated"]{
  width:100% !important;
  max-width:420px !important;
  height:auto !important;
  max-height:300px !important;
  margin:auto;
  box-shadow:none !important;
}
.bi-copy .en,
.card p .en,
.page-hero .en-copy,
.project .en-copy{
  color:#FF6600 !important;
}
.en,
.bi-copy p.en{
  color:#FF6600;
}
.bi-copy p.en{
  font-size:15px !important;
  line-height:1.55 !important;
}
.bi-copy p.fr{
  font-size:15px !important;
  line-height:1.55 !important;
}
@media(max-width:560px){
  .card > img,.card-media{height:200px !important;}
  .project > img{height:170px !important;}
  .section.soft .visual img,
  .visual img[src*="signature-insulated"]{max-width:320px !important;max-height:240px !important;}
}

/* ===== VERSION FINALE — MAQUETTE VALIDÉE ===== */

/* français navy / anglais orange, même poids et même taille */
.hero-title .fr,
.hero-title .en,
.page-title .fr,
.page-title .en,
.section-head .fr,
.section-head .en,
.content-title .fr,
.content-title .en,
.bi-heading .fr,
.bi-heading .en,
.callout .fr,
.callout .en{
  font-weight:950 !important;
}
.hero-title .fr,
.hero-title .en{
  font-size:clamp(38px,4.4vw,58px) !important;
  line-height:1.02 !important;
}
.page-title .fr,
.page-title .en{
  font-size:clamp(34px,4vw,50px) !important;
  line-height:1.04 !important;
}
.section-head .fr,
.section-head .en{
  font-size:clamp(29px,3.3vw,40px) !important;
  line-height:1.06 !important;
}
.content-title .fr,
.content-title .en{
  font-size:28px !important;
  line-height:1.08 !important;
}
.bi-heading .fr,
.bi-heading .en{
  font-size:20px !important;
  line-height:1.1 !important;
}
.fr{color:#0D2B5C !important;}
.en{color:#FF6600 !important;}

/* anglais du corps en orange, même taille que le français */
.bi-copy p.fr,
.bi-copy p.en{
  font-size:15px !important;
  line-height:1.55 !important;
  margin:8px 0 !important;
}
.bi-copy p.fr{color:#37465C !important;}
.bi-copy p.en{color:#FF6600 !important;}

/* Images : jamais coupées */
.hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-image img{
  width:100% !important;
  max-width:760px !important;
  height:auto !important;
  max-height:560px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
  border-radius:24px !important;
  box-shadow:none !important;
}
.card > img,
.card-media img,
.project > img,
.visual img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
}
.card > img,
.card-media{
  height:220px !important;
}
.project > img{
  height:190px !important;
  padding:10px !important;
  background:#FFFDF9 !important;
}
.section.soft .visual,
.visual{
  display:flex;
  justify-content:center;
  align-items:center;
}
.section.soft .visual img,
.visual img[src*="signature-final"],
.visual img[src*="concept-final"]{
  width:100% !important;
  max-width:390px !important;
  height:auto !important;
  max-height:280px !important;
  object-fit:contain !important;
  margin:auto !important;
  box-shadow:none !important;
  border-radius:18px !important;
}

/* Logo footer sur fond jaune clair */
.footer-logo{
  width:190px !important;
  background:#FFF0C9 !important;
  padding:12px 16px !important;
  border-radius:14px !important;
}

/* Menu bilingue sobre */
.navlinks a{
  font-size:13px !important;
}
.navlinks small{
  color:#FF6600 !important;
  font-size:11px !important;
}

/* Mobile */
@media(max-width:560px){
  .hero-title .fr,
  .hero-title .en{font-size:36px !important;}
  .page-title .fr,
  .page-title .en{font-size:32px !important;}
  .card > img,.card-media{height:200px !important;}
  .project > img{height:170px !important;}
  .hero-image img{max-width:100% !important;max-height:440px !important;}
  .section.soft .visual img,
  .visual img[src*="signature-final"],
  .visual img[src*="concept-final"]{max-width:300px !important;max-height:230px !important;}
}

/* ===== CORRECTION RAPIDE — GRANDES IMAGES / LOGO FOOTER / MISE EN PAGE ===== */

/* HERO */
.hero{
  padding:52px 0 46px !important;
}
.hero-grid{
  grid-template-columns:.82fr 1.18fr !important;
  gap:34px !important;
}
.hero-image img{
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  max-height:640px !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* PAGE NOS KITS */
.cards{
  gap:26px !important;
}
.card{
  overflow:hidden !important;
}
.card > img,
.card-media{
  height:300px !important;
}
.card > img,
.card-media img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
  padding:6px !important;
}
.card-body{
  padding:24px 26px 28px !important;
}

/* CONCEPT + SIGNATURE : image vraiment visible */
.split{
  grid-template-columns:1fr 1fr !important;
  gap:42px !important;
}
.visual{
  min-height:360px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.visual img,
.section.soft .visual img,
.visual img[src*="signature-final"],
.visual img[src*="concept-final"]{
  width:100% !important;
  max-width:560px !important;
  height:auto !important;
  max-height:410px !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:22px !important;
  box-shadow:0 14px 34px rgba(13,43,92,.08) !important;
  background:#FFFDF9 !important;
}

/* FUTURS PROJETS : images nettement plus grandes */
.projects{
  gap:26px !important;
}
.project > img{
  width:100% !important;
  height:270px !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:8px 10px !important;
  background:#FFFDF9 !important;
}
.project .body{
  padding:22px 24px 26px !important;
}

/* Logo footer à gauche et bien visible */
.footer-grid{
  grid-template-columns:1.4fr .8fr .8fr !important;
  align-items:start !important;
}
.footer-grid > div:first-child{
  text-align:left !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
.footer-logo{
  width:230px !important;
  max-width:230px !important;
  margin:0 0 16px 0 !important;
  background:#FFF0C9 !important;
  padding:12px 16px !important;
  border-radius:14px !important;
  display:block !important;
}

/* Titres anglais toujours orange, même taille */
.hero-title .fr,.hero-title .en,
.page-title .fr,.page-title .en,
.section-head .fr,.section-head .en,
.content-title .fr,.content-title .en,
.bi-heading .fr,.bi-heading .en{
  font-size:inherit !important;
}
.hero-title .fr,.hero-title .en{
  font-size:clamp(38px,4.4vw,58px) !important;
}
.page-title .fr,.page-title .en{
  font-size:clamp(34px,4vw,50px) !important;
}
.section-head .fr,.section-head .en{
  font-size:clamp(30px,3.4vw,42px) !important;
}
.content-title .fr,.content-title .en{
  font-size:30px !important;
}
.bi-heading .fr,.bi-heading .en{
  font-size:21px !important;
}
.en{color:#FF6600 !important;}
.fr{color:#0D2B5C !important;}

/* Mobile */
@media(max-width:900px){
  .hero-grid,.split{grid-template-columns:1fr !important;}
  .visual{min-height:0 !important;}
  .card > img,.card-media{height:280px !important;}
  .project > img{height:250px !important;}
  .footer-grid{grid-template-columns:1fr !important;}
}
@media(max-width:560px){
  .hero-image img{max-height:480px !important;}
  .card > img,.card-media{height:240px !important;}
  .project > img{height:220px !important;}
  .visual img,
  .section.soft .visual img,
  .visual img[src*="signature-final"],
  .visual img[src*="concept-final"]{
    max-width:100% !important;
    max-height:330px !important;
  }
  .footer-logo{width:210px !important;}
}

/* ===== URGENT FIX: IMAGES GRANDES, PROPRES, VISIBLES ===== */

/* Accueil hero */
.hero-image{
  width:100% !important;
}
.hero-image img{
  width:100% !important;
  max-width:820px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:24px !important;
}

/* Cartes produits : images réellement grandes */
.card > img,
.card-media{
  width:100% !important;
  height:310px !important;
  padding:0 !important;
  background:#FFFDF9 !important;
}
.card > img,
.card-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
}

/* Concept / Signature : visuel large à gauche */
.split .visual{
  min-height:410px !important;
}
.split .visual img,
.section.soft .visual img,
.visual img[src*="signature-large"]{
  width:100% !important;
  max-width:620px !important;
  height:auto !important;
  max-height:430px !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 auto !important;
  border-radius:24px !important;
  box-shadow:0 14px 34px rgba(13,43,92,.10) !important;
}

/* Futurs projets : grandes images pleine largeur */
.project > img{
  width:100% !important;
  height:250px !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
  background:#FFFDF9 !important;
}

/* Footer : logo visible à gauche */
.footer-grid{
  grid-template-columns:1.35fr .8fr .8fr !important;
}
.footer-grid > div:first-child{
  align-items:flex-start !important;
  text-align:left !important;
}
.footer-logo{
  width:235px !important;
  max-width:235px !important;
  margin:0 0 16px 0 !important;
  background:#FFF0C9 !important;
  padding:12px 16px !important;
  border-radius:14px !important;
}

/* Mobile */
@media(max-width:900px){
  .card > img,.card-media{height:300px !important;}
  .project > img{height:240px !important;}
  .split .visual img,
  .section.soft .visual img,
  .visual img[src*="signature-large"]{
    max-width:560px !important;
    max-height:none !important;
  }
}
@media(max-width:560px){
  .card > img,.card-media{height:240px !important;}
  .project > img{height:210px !important;}
  .hero-image img{max-width:100% !important;}
}

/* ===== v5 — séparations propres du hero + logo footer lisible ===== */

/* Les 3 visuels de la page d'accueil sont séparés et légèrement réduits */
.hero-products-grid{
  display:grid !important;
  grid-template-columns:1.08fr .94fr 1fr !important;
  gap:16px !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:780px !important;
  margin-left:auto !important;
}
.hero-product-card{
  background:#FFFDF9 !important;
  border:1px solid #E9DED2 !important;
  border-radius:22px !important;
  padding:10px !important;
  min-height:310px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-shadow:0 10px 28px rgba(13,43,92,.06) !important;
}
.hero-product-card img{
  width:100% !important;
  height:100% !important;
  max-height:300px !important;
  object-fit:contain !important;
  object-position:center !important;
  border-radius:14px !important;
  background:#FFFDF9 !important;
}

/* Footer : bloc clair autour du logo pour garantir sa lisibilité */
.footer-brand-block{
  background:#FFF2CC !important;
  border-radius:18px !important;
  padding:18px 20px !important;
  width:max-content !important;
  max-width:100% !important;
  box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
}
.footer-brand-block .footer-logo{
  width:220px !important;
  max-width:100% !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 0 12px 0 !important;
}
.footer-brand-block p{
  margin:0 !important;
  color:#0D2B5C !important;
}
.footer-brand-block p strong{
  color:#0D2B5C !important;
}
.footer-brand-block p strong[style]{
  color:#FF6600 !important;
}

@media(max-width:900px){
  .hero-products-grid{
    max-width:100% !important;
    gap:12px !important;
  }
  .hero-product-card{
    min-height:250px !important;
  }
  .hero-product-card img{
    max-height:240px !important;
  }
}

@media(max-width:650px){
  .hero-products-grid{
    grid-template-columns:1fr !important;
  }
  .hero-product-card{
    min-height:220px !important;
  }
  .hero-product-card img{
    max-height:210px !important;
  }
}

/* ===== ACCUEIL : 3 IMAGES SIMPLES CÔTE À CÔTE ===== */
.hero-three-images{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:10px !important;
  width:100% !important;
  max-width:680px !important;
  align-items:center !important;
  margin-left:auto !important;
  background:transparent !important;
}
.hero-three-images img{
  display:block !important;
  width:100% !important;
  height:205px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
  border:1px solid #E3D8CC !important;
  border-radius:12px !important;
  padding:5px !important;
  box-shadow:none !important;
}

/* Neutralise l'ancien système de grandes cartes */
.hero-three-images .hero-product-card{
  display:none !important;
}




/* ===== ACCUEIL : 3 VIGNETTES PRODUITS ===== */
.hero-three-images{
  display:grid !important;
  grid-template-columns:repeat(3, 1fr) !important;
  gap:14px !important;
  width:100% !important;
  max-width:690px !important;
  margin-left:auto !important;
  align-items:stretch !important;
}
.hero-three-images img{
  width:100% !important;
  height:215px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
  border:1px solid #E5D9CC !important;
  border-radius:18px !important;
  padding:9px !important;
  box-shadow:0 5px 15px rgba(13,43,92,.05) !important;
  box-sizing:border-box !important;
}


/* ===== v6 FIX — HERO ACCUEIL CLEAN, TROIS VIGNETTES ===== */
.hero-vignettes{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100% !important;
  max-width:700px !important;
  margin-left:auto !important;
  align-self:center !important;
}
.hero-vignette{
  margin:0 !important;
  height:220px !important;
  background:#FFFDF9 !important;
  border:1px solid #E2D8CC !important;
  border-radius:16px !important;
  padding:7px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 5px 14px rgba(13,43,92,.05) !important;
}
.hero-vignette img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:10px !important;
  background:#FFFDF9 !important;
  box-shadow:none !important;
}



.home-navigation{padding:58px 0!important}.home-nav-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1040px;margin:0 auto}.home-nav-card{display:grid;grid-template-columns:46% 54%;min-height:285px;text-decoration:none!important;color:inherit!important;background:#fff;border:1px solid #e5d9cc;border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(13,43,92,.07)}.home-nav-visual{background:#fffaf4;display:flex;align-items:center;justify-content:center;padding:14px}.home-nav-visual img{width:100%;height:100%;max-height:255px;object-fit:contain;object-position:center;border-radius:15px}.home-nav-content{padding:32px 28px;display:flex;flex-direction:column;justify-content:center}.home-nav-content .fr,.home-nav-content .en{font-size:30px!important;line-height:1.03!important;font-weight:950!important}.home-nav-content .fr{color:#0D2B5C!important}.home-nav-content .en{color:#FF6600!important;margin-top:4px}.home-nav-content p{margin:18px 0 20px;font-size:15px;line-height:1.55;color:#4b5b70}.home-nav-content span{font-size:14px;font-weight:850;color:#FF6600}@media(max-width:520px){.home-nav-card{grid-template-columns:1fr}.home-nav-visual{height:220px}.home-nav-content{padding:24px}}
/* ===== v8 — PETITES VIGNETTES ACCUEIL, RIEN DE MASSIF ===== */
.home-navigation{
  padding:34px 0 !important;
}
.home-mini-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  gap:18px !important;
  max-width:760px !important;
  margin:0 auto !important;
}
.home-mini-card{
  display:flex !important;
  align-items:center !important;
  gap:15px !important;
  min-height:118px !important;
  padding:12px 16px !important;
  background:#FFFDF9 !important;
  border:1px solid #E4D9CE !important;
  border-radius:16px !important;
  box-shadow:0 5px 14px rgba(13,43,92,.05) !important;
  text-decoration:none !important;
}
.home-mini-thumb{
  flex:0 0 125px !important;
  width:125px !important;
  height:92px !important;
  background:#FFF7EE !important;
  border-radius:12px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.home-mini-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  margin:0 !important;
  padding:0 !important;
}
.home-mini-text{
  min-width:0 !important;
}
.home-mini-text .fr,
.home-mini-text .en{
  font-weight:950 !important;
  line-height:1.05 !important;
  font-size:22px !important;
}
.home-mini-text .fr{color:#0D2B5C !important;}
.home-mini-text .en{color:#FF6600 !important;margin-top:3px !important;}
.home-mini-text span{
  display:block !important;
  margin-top:12px !important;
  color:#FF6600 !important;
  font-size:13px !important;
  font-weight:850 !important;
}

@media(max-width:420px){
  .home-mini-card{
    gap:11px !important;
    padding:10px 12px !important;
  }
  .home-mini-thumb{
    flex-basis:105px !important;
    width:105px !important;
    height:80px !important;
  }
  .home-mini-text .fr,
  .home-mini-text .en{
    font-size:19px !important;
  }
}

/* ===== v9 — DEUX VRAIES PETITES VIGNETTES ===== */
.home-navigation{padding:24px 0 !important;}
.home-mini-grid{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:18px !important;
  max-width:560px !important;
  margin:0 auto !important;
}
.home-mini-card{
  display:flex !important;
  align-items:center !important;
  width:270px !important;
  min-height:104px !important;
  height:104px !important;
  padding:8px 10px !important;
  gap:10px !important;
  background:#FFFDF9 !important;
  border:1px solid #E4D9CE !important;
  border-radius:14px !important;
  box-shadow:none !important;
}
.home-mini-thumb{
  flex:0 0 88px !important;
  width:88px !important;
  height:82px !important;
  border-radius:10px !important;
  overflow:hidden !important;
  background:#FFF6EC !important;
}
.home-mini-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  padding:0 !important;
  margin:0 !important;
}
.home-mini-text{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}
.home-mini-text .fr,
.home-mini-text .en{
  font-size:16px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  margin:0 !important;
}
.home-mini-text .fr{color:#0D2B5C !important;}
.home-mini-text .en{color:#FF6600 !important;margin-top:3px !important;}
.home-mini-text span{
  margin-top:7px !important;
  font-size:11px !important;
  line-height:1.1 !important;
  color:#FF6600 !important;
  font-weight:800 !important;
}


/* Semantic page heading for search engines and accessibility; visual titles remain unchanged. */
.seo-h1{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}

/* ===== V13 MOBILE CLEANUP ===== */

/* Desktop/default: keep existing look */
.hero-vignettes,
.hero-three-images{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
  max-width:690px !important;
  margin-left:auto !important;
  visibility:visible !important;
  opacity:1 !important;
}
.hero-vignettes figure,
.hero-vignette{
  margin:0 !important;
}
.hero-vignettes img,
.hero-three-images img,
.hero-vignette img{
  display:block !important;
  width:100% !important;
  height:210px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#FFFDF9 !important;
  border:1px solid #E3D8CC !important;
  border-radius:14px !important;
  padding:5px !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* The two navigation mini-cards */
.home-mini-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px !important;
  max-width:760px !important;
  margin:0 auto !important;
  visibility:visible !important;
  opacity:1 !important;
}
.home-mini-card{
  display:flex !important;
  align-items:center !important;
  gap:14px !important;
  min-height:112px !important;
  padding:11px 14px !important;
  background:#FFFDF9 !important;
  border:1px solid #E4D9CE !important;
  border-radius:15px !important;
  box-shadow:0 4px 12px rgba(13,43,92,.05) !important;
  visibility:visible !important;
  opacity:1 !important;
}
.home-mini-thumb{
  flex:0 0 116px !important;
  width:116px !important;
  height:84px !important;
  overflow:hidden !important;
  border-radius:11px !important;
  background:#FFF7EE !important;
}
.home-mini-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}
.home-mini-text .fr,
.home-mini-text .en{
  font-size:20px !important;
  line-height:1.05 !important;
  font-weight:950 !important;
}
.home-mini-text .fr{color:#0D2B5C !important;}
.home-mini-text .en{color:#FF6600 !important;margin-top:2px !important;}
.home-mini-text span{
  display:block !important;
  margin-top:8px !important;
  font-size:12px !important;
  color:#FF6600 !important;
  font-weight:850 !important;
}

/* Tablet */
@media(max-width:900px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
  .hero-vignettes,
  .hero-three-images{
    order:2 !important;
    max-width:680px !important;
    margin:22px auto 0 !important;
    gap:8px !important;
  }
  .hero-vignettes img,
  .hero-three-images img,
  .hero-vignette img{
    height:185px !important;
  }
  .home-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:680px !important;
    gap:12px !important;
  }
  .home-mini-card{
    min-height:104px !important;
    padding:10px 12px !important;
  }
  .home-mini-thumb{
    flex-basis:104px !important;
    width:104px !important;
    height:78px !important;
  }
}

/* Phone */
@media(max-width:650px){
  .hero{
    padding-top:28px !important;
  }
  .hero-vignettes,
  .hero-three-images{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:5px !important;
    width:100% !important;
    max-width:100% !important;
    margin:18px auto 0 !important;
  }
  .hero-vignettes img,
  .hero-three-images img,
  .hero-vignette img{
    height:118px !important;
    padding:3px !important;
    border-radius:8px !important;
  }

  .home-navigation{
    padding:24px 0 !important;
  }
  .home-mini-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
    max-width:100% !important;
  }
  .home-mini-card{
    display:flex !important;
    width:100% !important;
    min-height:96px !important;
    padding:9px 10px !important;
    gap:10px !important;
  }
  .home-mini-thumb{
    flex:0 0 94px !important;
    width:94px !important;
    height:72px !important;
  }
  .home-mini-text .fr,
  .home-mini-text .en{
    font-size:18px !important;
  }
  .home-mini-text span{
    font-size:11px !important;
    margin-top:6px !important;
  }
}

/* Small phone */
@media(max-width:420px){
  .hero-vignettes img,
  .hero-three-images img,
  .hero-vignette img{
    height:102px !important;
  }
  .home-mini-thumb{
    flex-basis:86px !important;
    width:86px !important;
    height:66px !important;
  }
  .home-mini-text .fr,
  .home-mini-text .en{
    font-size:17px !important;
  }
}
