
:root{
 --navy:#07376d;--navy2:#0b559e;--blue:#1265b0;--yellow:#ffd400;--orange:#f59a23;
 --ink:#12243a;--muted:#617185;--bg:#f6f8fb;--line:#dce5ef;--white:#fff;
 --shadow:0 18px 44px rgba(5,42,83,.12);--radius:20px;--max:1200px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;color:var(--ink);line-height:1.55;background:#fff}
a{text-decoration:none;color:inherit}.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.top{position:sticky;top:0;z-index:50;background:rgba(5,45,91,.98);border-bottom:1px solid rgba(255,255,255,.12)}
.top .container{width:min(1450px,calc(100% - 32px))}
.nav{
 min-height:94px;
 display:grid;
 grid-template-columns:255px minmax(0,1fr) auto;
 align-items:center;
 gap:18px;
}
.brand{
 display:flex;
 align-items:center;
 gap:12px;
 color:#fff;
 min-width:0;
 white-space:nowrap;
}
.brand img{
 width:72px;
 height:72px;
 border-radius:8px;
 object-fit:cover;
 border:1px solid rgba(255,255,255,.55);
 flex:0 0 72px;
}
.brand strong{display:block;font-size:1.25rem;line-height:1.05;letter-spacing:.01em}
.brand span{display:block;margin-top:5px;font-size:.78rem;color:#fff;font-weight:850;letter-spacing:.02em}
.links{
 display:flex;
 align-items:center;
 justify-content:center;
 gap:14px;
 min-width:0;
 color:#fff;
 font-size:.76rem;
 font-weight:850;
 white-space:nowrap;
}
.links a{
 display:flex;
 align-items:center;
 min-height:94px;
 padding:0 2px;
 border-bottom:3px solid transparent;
}
.links a:hover,.links a.active{color:var(--yellow);border-color:var(--yellow)}
.actions{
 display:flex;
 align-items:center;
 justify-content:flex-end;
 gap:9px;
 white-space:nowrap;
}
.actions .btn{min-height:44px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 15px;border-radius:10px;font-weight:900;border:2px solid transparent;cursor:pointer}
.btn-yellow{background:var(--yellow);color:#082b55}.btn-outline{border-color:var(--yellow);color:#fff;background:transparent}.btn-blue{background:var(--blue);color:#fff}
.menu{display:none;background:none;border:0;color:#fff;font-size:1.55rem}

.hero{background:linear-gradient(118deg,#07356b,#0b4d8d 56%,#04254d);color:#fff;padding:64px 0;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;right:-120px;top:-180px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.14)}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center;position:relative;z-index:1}
.kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--yellow);font-weight:900}
.hero h1{font-size:clamp(2.8rem,5vw,5rem);line-height:.96;letter-spacing:-.05em;margin:12px 0}.hero h1 em{font-style:normal;color:var(--yellow)}
.hero .lead{font-size:1.16rem;font-weight:750;max-width:760px}.hero .sub{color:#dfeeff;max-width:760px}
.hero-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:22px}
.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:26px;box-shadow:var(--shadow)}
.hero-card .big{font-size:3.4rem;color:var(--yellow);font-weight:950;line-height:1}.hero-card h3{margin:8px 0}.hero-card p{color:#e3efff}.hero-card .proof{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.chip{background:rgba(255,255,255,.08);padding:12px;border-radius:12px;font-size:.86rem;font-weight:800}

.section{padding:68px 0}.alt{background:var(--bg)}.head{text-align:center;margin-bottom:28px}.head h2{color:var(--navy);font-size:clamp(2rem,3vw,3rem);margin:0;letter-spacing:-.03em}.head p{color:var(--muted);max-width:760px;margin:8px auto 0}
.grid{display:grid;gap:18px}.two{grid-template-columns:1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}
.panel,.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;box-shadow:0 8px 25px rgba(0,0,0,.04)}.card h3,.panel h2,.panel h3{color:var(--navy);margin-top:0}.muted{color:var(--muted)}
.icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:var(--yellow);font-size:1.4rem;margin-bottom:13px}
.checks{display:grid;gap:7px;margin:14px 0;color:#384b61}.checks span:before{content:"✓";color:var(--orange);font-weight:950;margin-right:8px}
.price{font-size:2rem;font-weight:950;color:var(--navy)}.small{font-size:.79rem;color:var(--muted)}
.offer{position:relative;overflow:hidden}.offer.featured{border:2px solid var(--orange);transform:translateY(-4px)}.ribbon{position:absolute;top:14px;right:-38px;transform:rotate(35deg);background:var(--orange);color:#fff;padding:6px 45px;font-size:.72rem;font-weight:900}
.table-wrap{overflow:auto}.compare{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line)}.compare th,.compare td{padding:12px;border-bottom:1px solid var(--line);text-align:center}.compare th{background:var(--navy);color:#fff}.compare td:first-child,.compare th:first-child{text-align:left}.compare tr:nth-child(even) td{background:#fafbfd}
.notice{background:#fff7e9;border:1px solid #ffd9a0;border-radius:16px;padding:18px}.notice strong{color:#9b5d00}
.cta{background:var(--navy);color:#fff;border-radius:24px;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{margin:0;color:#fff}.cta p{margin:5px 0 0;color:#dcecff}
.pagehero{background:linear-gradient(125deg,#07366c,#0c5cab);color:#fff;padding:54px 0}.pagehero h1{font-size:clamp(2.4rem,4vw,4.2rem);margin:0 0 10px;letter-spacing:-.045em}.pagehero p{max-width:800px;color:#e4efff}
.contact-grid{display:grid;grid-template-columns:.9fr 1.2fr;gap:22px}.contact-card{background:var(--navy);color:#fff}.contact-card h2{color:#fff}.contact-line{margin:14px 0}.contact-line a{color:#fff}
form{display:grid;gap:11px}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}label{font-weight:850;font-size:.82rem;color:var(--navy)}input,select,textarea{width:100%;padding:11px;border:1px solid #ccd7e4;border-radius:9px;font:inherit}textarea{min-height:120px}
.footer{background:#052b58;color:#dfe9f7;padding:42px 0 0}.footgrid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:24px}.footer h4{color:#fff;margin-top:0}.footer a{display:block;margin:6px 0;font-size:.88rem}.footbottom{margin-top:28px;background:var(--yellow);color:#082b55;padding:11px 0;font-weight:850;font-size:.8rem}
.mobilebar{display:none}
@media(max-width:1180px){.nav{grid-template-columns:1fr auto auto;min-height:82px}.brand img{width:62px;height:62px;flex-basis:62px}.links{display:none}.menu{display:block}.links.open{display:grid;position:absolute;top:82px;left:0;right:0;background:#06305f;padding:18px 24px}.hero-grid,.two,.contact-grid{grid-template-columns:1fr}.three{grid-template-columns:1fr}.four{grid-template-columns:repeat(2,1fr)}.footgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.top .container{width:min(var(--max),calc(100% - 20px))}.nav{grid-template-columns:1fr auto;min-height:72px;gap:10px}.brand img{width:52px;height:52px;flex-basis:52px;border-radius:7px}.brand strong{font-size:1.02rem}.brand span{font-size:.68rem}.actions{display:none}.actions .btn-outline{display:none}.hero{padding:44px 0}.four{grid-template-columns:1fr}.row{grid-template-columns:1fr}.footgrid{grid-template-columns:1fr}.mobilebar{position:fixed;bottom:0;left:0;right:0;z-index:70;display:grid;grid-template-columns:1fr 1fr;background:var(--yellow)}.mobilebar a{text-align:center;padding:12px;font-weight:950;color:#082b55}body{padding-bottom:48px}}

.legal{max-width:960px}.legal h2{color:var(--navy);margin-top:30px}.legal h3{color:var(--blue);margin-top:22px}
.legal p,.legal li{color:#34485e}.legal .todo{background:#fff2cf;border-left:5px solid var(--orange);padding:14px 16px;border-radius:8px}
.legal .box{background:var(--bg);border:1px solid var(--line);padding:18px;border-radius:14px}.legal a{color:var(--blue);text-decoration:underline}
.rgpd-note{font-size:.76rem;color:var(--muted);margin-top:8px}.rgpd-note a{color:var(--blue);text-decoration:underline}
/* Formulaire de contact avec envoi serveur */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-line{display:flex;gap:9px;align-items:flex-start;font-weight:500!important;color:var(--ink)!important}
.consent-line input{width:auto!important;margin-top:4px}
.consent-line a{color:var(--blue);text-decoration:underline}
.form-status{min-height:1.4em;margin-top:4px;font-size:.9rem;font-weight:800}
.form-status.success{padding:10px 12px;border-radius:9px;background:#e9f8ee;color:#176b35;border:1px solid #b9e6c7}
.form-status.error{padding:10px 12px;border-radius:9px;background:#fff0f0;color:#a52626;border:1px solid #f0bcbc}
button[disabled]{opacity:.65;cursor:wait}


/* --- V5 : repérage visuel des niveaux d'accompagnement --- */
.offer-ponctuel{
  background:linear-gradient(180deg,#fffaf4 0%,#fff7ed 100%);
  border-color:#f4c48b;
}
.offer-assistance{
  background:linear-gradient(180deg,#f7fbff 0%,#edf6ff 100%);
  border-color:#a9cee9;
}
.offer-serenite{
  background:linear-gradient(180deg,#f7fcf8 0%,#edf8f0 100%);
  border-color:#9ed1aa !important;
}
.offer-ponctuel h3{color:#b85d00}
.offer-assistance h3{color:#075ca8}
.offer-serenite h3{color:#23763a}
.offer-ponctuel,.offer-assistance,.offer-serenite{
  transition:transform .2s ease,box-shadow .2s ease;
}
.offer-ponctuel:hover,.offer-assistance:hover,.offer-serenite:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 30px rgba(5,42,83,.09);
}

/* Logo dans le pied de page */
.footer-brand{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.footer-logo{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.35);
  flex:0 0 72px;
}
@media(max-width:680px){
  .footer-brand{align-items:center}
  .footer-logo{width:62px;height:62px;flex-basis:62px}
}


/* --- Avis Google --- */
.google-reviews{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}
.google-review-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px 28px;
  box-shadow:0 10px 28px rgba(5,42,83,.06);
}
.google-review-main{display:flex;align-items:center;gap:18px}
.google-g{
  width:58px;height:58px;border-radius:50%;
  display:grid;place-items:center;
  background:#fff;border:1px solid #e3e8ee;
  font-size:1.65rem;font-weight:950;color:#4285f4;
  box-shadow:0 5px 16px rgba(0,0,0,.06)
}
.google-rating{font-size:2rem;font-weight:950;color:var(--navy);line-height:1}
.google-stars{letter-spacing:2px;color:#f5b400;font-size:1.3rem;margin:4px 0}
.google-count{font-size:.9rem;color:var(--muted)}
.google-review-actions{display:flex;gap:10px;flex-wrap:wrap}

/* --- Carte GPS Contact --- */
.map-card{overflow:hidden;padding:0}
.map-card iframe{display:block;width:100%;height:360px;border:0}
.map-caption{padding:18px 20px}
.map-caption h3{margin:0 0 6px;color:var(--navy)}
.map-caption p{margin:0 0 12px;color:var(--muted)}
.location-actions{display:flex;gap:10px;flex-wrap:wrap}

@media(max-width:680px){
  .google-review-card{align-items:flex-start;flex-direction:column;padding:20px}
  .google-review-actions{width:100%}
  .google-review-actions .btn{width:100%}
  .map-card iframe{height:300px}
}

/* --- Ajustements identité V5 --- */
.brand strong{
  font-size:1.55rem;
  line-height:1;
  letter-spacing:.015em;
}
.hero-card .big{
  font-size:2.25rem;
  line-height:1.05;
  letter-spacing:-.02em;
}
@media(max-width:680px){
  .brand strong{font-size:1.18rem}
  .hero-card .big{font-size:1.9rem}
}


/* Bandeau de confiance sous les offres professionnelles */
.pro-trust-band{
  margin:22px 0 6px;
  padding:18px 20px;
  border:1px solid #d7e2ec;
  border-radius:14px;
  background:#f8fbfd;
  text-align:center;
}
.pro-trust-title{
  margin:0 0 12px;
  color:#1f3344;
  font-size:1rem;
}
.pro-trust-points{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
}
.pro-trust-points span{
  display:inline-flex;
  align-items:center;
  padding:7px 11px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d8e3ec;
  font-size:.88rem;
  font-weight:700;
  color:#355069;
}
.pro-trust-points span::before{
  content:"✓";
  margin-right:6px;
  color:#1f8a4c;
  font-weight:900;
}

/* Conversion & avis clients */
.offer-conversion{margin:22px auto 0;padding:16px 18px;border-radius:14px;background:#eef6fb;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #d5e5f0}.offer-conversion div{display:flex;flex-direction:column;gap:3px}.offer-conversion strong{color:var(--navy)}.offer-conversion span{color:var(--muted);font-size:.92rem}.google-summary{display:flex;align-items:center;justify-content:center;gap:18px;margin:0 auto 20px;padding:18px 22px;background:#fff;border:1px solid #e1e7ed;border-radius:16px;box-shadow:0 6px 20px rgba(0,0,0,.05)}.google-summary .btn{margin-left:auto}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-preview{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #e1e7ed;border-radius:14px;padding:20px;box-shadow:0 5px 16px rgba(0,0,0,.04);transition:.18s ease}.review-preview:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.08)}.review-stars{color:#f5b400;letter-spacing:2px;font-size:1.1rem;margin-bottom:9px}.review-preview strong{color:var(--navy);font-size:1.05rem}.review-preview p{color:var(--muted);line-height:1.55}.review-preview span{color:var(--blue);font-weight:800;font-size:.9rem}.callback-cta{margin-top:0}@media(max-width:780px){.offer-conversion,.google-summary{flex-direction:column;align-items:flex-start}.google-summary .btn{margin-left:0;width:100%}.review-grid{grid-template-columns:1fr}.offer-conversion .btn{width:100%}}


/* Harmonisation demandée : ces six titres ont exactement la même taille
   que « Trois façons de travailler avec FLASH ». */
.pagehero h1.seo-title-same-size,
h1.seo-title-same-size {
  font-size: clamp(2rem,3vw,3rem);
  line-height: 1.15;
}
@media(max-width:720px) {
  .pagehero h1.seo-title-same-size,
  h1.seo-title-same-size {
    font-size: clamp(2rem,3vw,3rem);
  }
}


/* V8 — conversion commerciale */
.pro-problems .problem-grid .card{height:100%}
.centered-copy{max-width:900px;margin:24px auto 0;padding:18px 22px;text-align:center;background:#f8fbfd;border:1px solid #d7e2ec;border-radius:14px;color:var(--navy);font-size:1.05rem}
.conversion-strong .cta{border:2px solid rgba(245,180,0,.55)}
.service-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-links a{display:flex;align-items:center;min-height:70px;padding:16px 18px;background:#fff;border:1px solid #dce5ec;border-radius:12px;color:var(--navy);font-weight:800;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.service-links a:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.07)}
.form-intro{margin-top:-4px;color:var(--muted);line-height:1.55}
@media(max-width:780px){.service-links{grid-template-columns:1fr}}


/* V8.1 — renforcement commercial */
.centered-copy-strong{
  display:flex;
  flex-direction:column;
  gap:7px;
  border:2px solid rgba(5,45,91,.12);
  box-shadow:0 8px 24px rgba(5,45,91,.06);
}
.proof-kicker{
  color:#075ca8;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:.08em;
}
.offer-mode{
  display:inline-block;
  margin-bottom:8px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef4f8;
  color:#254760;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.06em;
}
.offer-assistance .offer-mode{
  background:#eaf4ff;
  color:#075ca8;
}
.offer-serenite .offer-mode{
  background:#eaf8ee;
  color:#23763a;
}
.thankyou-hero{text-align:center}
.thankyou-hero .hero-actions{justify-content:center}

/* V8.2 — MATÉRIEL & LOGICIELS */
.product-service-grid .card{height:100%}
@media(max-width:980px){.product-service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.product-service-grid{grid-template-columns:1fr}}


/* V8.2.1 — navigation : dégagement du nom FLASH INFORMATIQUE
   On décale légèrement le bloc des menus vers la droite sur grand écran
   et on évite tout chevauchement avec la marque. */
@media(min-width:1101px){
  .top .nav{
    column-gap:14px;
  }
  .top .brand{
    flex:0 0 auto;
    margin-right:18px;
  }
  .top .links{
    flex:1 1 auto;
    margin-left:8px;
    justify-content:flex-start;
    gap:14px;
    white-space:nowrap;
  }
  .top .actions{
    flex:0 0 auto;
    margin-left:auto;
  }
}

/* Écrans intermédiaires : réduire légèrement les espacements avant
   le passage au menu mobile afin de conserver toutes les rubriques. */
@media(min-width:981px) and (max-width:1250px){
  .top .brand{margin-right:10px}
  .top .links{margin-left:4px;gap:9px}
  .top .links a{font-size:.82rem}
}


/* V8.2.2 — CORRECTION DU CHEVAUCHEMENT DU MENU
   La marque possède une largeur réservée : le menu ne peut plus passer dessus. */
@media(min-width:1101px){
  .top .nav{
    display:grid !important;
    grid-template-columns:minmax(560px,auto) minmax(0,1fr) auto !important;
    align-items:center !important;
    column-gap:28px !important;
  }
  .top .brand{
    width:auto !important;
    min-width:560px !important;
    margin:0 !important;
    position:relative;
    z-index:2;
  }
  .top .links{
    min-width:0 !important;
    margin:0 !important;
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:18px !important;
    white-space:nowrap !important;
    position:relative;
    z-index:1;
  }
  .top .links a{
    font-size:.78rem !important;
  }
  .top .actions{
    margin-left:0 !important;
    white-space:nowrap !important;
  }
}

/* Si la largeur disponible devient insuffisante, on bascule plus tôt
   vers le menu compact plutôt que de chevaucher FLASH INFORMATIQUE. */
@media(min-width:981px) and (max-width:1450px){
  .top .nav{
    display:grid !important;
    grid-template-columns:minmax(500px,auto) minmax(0,1fr) !important;
    column-gap:22px !important;
  }
  .top .brand{
    min-width:500px !important;
    margin:0 !important;
  }
  .top .menu{
    display:block !important;
    justify-self:end;
  }
  .top .links,
  .top .actions{
    display:none !important;
  }
  .top .links.open{
    display:flex !important;
  }
}


/* V8.2.3 — MENU SOUS FLASH INFORMATIQUE
   Nouvelle disposition desktop :
   ligne 1 = logo + FLASH INFORMATIQUE / téléphone + RDV
   ligne 2 = navigation, démarrant sous le nom du magasin.
*/
@media(min-width:1101px){
  .top .nav{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    grid-template-rows:auto auto !important;
    align-items:center !important;
    column-gap:24px !important;
    row-gap:7px !important;
    padding-top:12px !important;
    padding-bottom:10px !important;
  }

  .top .brand{
    grid-column:1 / 3 !important;
    grid-row:1 !important;
    width:auto !important;
    min-width:0 !important;
    margin:0 !important;
    justify-self:start !important;
  }

  .top .actions{
    grid-column:3 !important;
    grid-row:1 !important;
    margin:0 !important;
    justify-self:end !important;
    display:flex !important;
  }

  .top .links{
    grid-column:1 / 4 !important;
    grid-row:2 !important;
    margin:0 !important;
    padding-left:calc(var(--logo-size, 72px) + 20px) !important;
    display:flex !important;
    justify-content:flex-start !important;
    align-items:center !important;
    gap:22px !important;
    white-space:nowrap !important;
    min-width:0 !important;
  }

  .top .links a{
    font-size:.82rem !important;
  }

  .top .menu{
    display:none !important;
  }
}

/* Largeur intermédiaire : même organisation sur 2 lignes,
   avec espacements réduits plutôt que superposition. */
@media(min-width:981px) and (max-width:1450px){
  .top .nav{
    display:grid !important;
    grid-template-columns:1fr auto !important;
    grid-template-rows:auto auto !important;
    column-gap:18px !important;
    row-gap:6px !important;
  }
  .top .brand{
    grid-column:1 !important;
    grid-row:1 !important;
    min-width:0 !important;
  }
  .top .actions{
    grid-column:2 !important;
    grid-row:1 !important;
    display:flex !important;
  }
  .top .links{
    grid-column:1 / 3 !important;
    grid-row:2 !important;
    display:flex !important;
    padding-left:92px !important;
    gap:14px !important;
    white-space:nowrap !important;
  }
  .top .links a{font-size:.74rem !important}
  .top .menu{display:none !important}
}


/* V8.2.4 — FLASH INFORMATIQUE : taille doublée dans le bandeau */
@media(min-width:981px){
  .top .brand strong{
    font-size:2em !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
}


/* V8.2.5 — FLASH INFORMATIQUE : taille encore doublée (x4 vs taille initiale) */
@media(min-width:981px){
  .top .brand strong{
    font-size:4em !important;
    line-height:.95 !important;
    white-space:nowrap !important;
  }
}


/* V8.2.6 — SARL DEPUIS 1987 : même style jaune que le menu actif */
.top .brand .since{
  color:var(--yellow) !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  text-shadow:none !important;
}
@media(min-width:981px){
  .top .brand .since{
    font-size:.82rem !important;
  }
}

.top .brand small,
.top .brand .since{
  color:var(--yellow) !important;
  font-weight:950 !important;
}


/* V8.2.7 — SARL DEPUIS 1987 visible en permanence sur toutes les pages */
.top .brand > div{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
.top .brand .since{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  color:var(--yellow) !important;
  font-weight:950 !important;
  text-transform:uppercase !important;
  line-height:1.15 !important;
  margin-top:5px !important;
  position:static !important;
}
@media(min-width:981px){
  .top .brand .since{font-size:.82rem !important}
}

/* V8.2.9 — avis Google authentiques */
.real-google-reviews .review-card{display:flex;flex-direction:column;gap:10px;height:100%}
.real-google-reviews .review-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.real-google-reviews .google-source{color:#5f6368;font-size:.82rem;font-weight:800}
.real-google-reviews .stars{color:#f5b400;font-weight:950;letter-spacing:.06em}
.real-google-reviews .stars span{color:#24384a;font-size:.82rem;letter-spacing:0;margin-left:6px}
.real-google-reviews .review-card p{margin:0;line-height:1.55}
.real-google-reviews .review-card small{margin-top:auto;color:#687987}


/* V8.2.10 — bouton VOIR NOS AVIS GOOGLE : contraste corrigé */
.google-reviews .btn.btn-outline{
  color:#052d5b !important;
  background:#ffffff !important;
  border:2px solid #f2c500 !important;
  font-weight:900 !important;
}
.google-reviews .btn.btn-outline:hover{
  color:#052d5b !important;
  background:#f2c500 !important;
}

/* V8.2.11 — Bloc partenaire EBP */
.ebp-panel{display:grid;grid-template-columns:240px 1fr;gap:34px;align-items:center;padding:30px;border:1px solid #dbe4ec;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(5,45,91,.07)}
.ebp-logo-wrap{display:flex;align-items:center;justify-content:center}
.ebp-logo{display:block;width:190px;max-width:100%;height:auto;border-radius:14px}
.ebp-content h2{margin-top:5px}
.ebp-products{display:flex;flex-wrap:wrap;gap:10px 22px;margin:18px 0;font-weight:900;color:#052d5b}
.ebp-price{padding:12px 14px;background:#f5f8fb;border-left:4px solid #f2c500;border-radius:8px}
.ebp-proof-brand{display:flex;align-items:center;gap:18px}
.ebp-proof-brand img{width:78px;height:78px;object-fit:cover;border-radius:10px}
.ebp-proof-brand h2{margin:0 0 6px}
.ebp-proof-brand p{margin:0}
@media(max-width:760px){
  .ebp-panel{grid-template-columns:1fr;text-align:center}
  .ebp-logo{width:150px}
  .ebp-products{justify-content:center}
  .ebp-content .hero-actions{justify-content:center}
  .ebp-proof-brand{align-items:flex-start}
}

/* V8.2.12 — ESET */
.eset-panel{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:34px;
  align-items:center;
  padding:30px;
  border:1px solid #dbe4ec;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 28px rgba(5,45,91,.07);
}
.eset-logo-wrap{display:flex;align-items:center;justify-content:center}
.eset-logo{display:block;width:210px;max-width:100%;height:auto}
.eset-content h2{margin-top:5px}
.eset-services{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 22px;
  margin:18px 0;
  font-weight:900;
  color:#052d5b;
}
.eset-price{
  padding:12px 14px;
  background:#f5f8fb;
  border-left:4px solid #f2c500;
  border-radius:8px;
}
.eset-proof-brand{display:flex;align-items:center;gap:18px}
.eset-proof-brand img{width:120px;height:auto;object-fit:contain}
.eset-proof-brand h2{margin:0 0 6px}
.eset-proof-brand p{margin:0}
@media(max-width:760px){
  .eset-panel{grid-template-columns:1fr;text-align:center}
  .eset-logo{width:180px}
  .eset-services{grid-template-columns:1fr;text-align:left}
  .eset-content .hero-actions{justify-content:center}
  .eset-proof-brand{align-items:flex-start}
}

/* V8.2.15 — partenaires + médiation CM2C */
@media(min-width:981px){
.partner-header-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}
.partner-header-btn{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #f2c500;border-radius:10px;overflow:hidden}
.partner-header-btn img{width:100%;height:100%;object-fit:contain}
}
@media(max-width:980px){
.partner-header-buttons{display:flex!important;justify-content:center;gap:8px;margin-top:8px}
.partner-header-btn{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #f2c500;border-radius:9px;overflow:hidden}
.partner-header-btn img{width:100%;height:100%;object-fit:contain}
}
.mediation-consommation{margin:20px 0;padding:24px;background:#f7f9fb;border-left:4px solid #f2c500;border-radius:10px}
.mediation-consommation h2{margin-top:0;color:#052d5b}

/* V8.3.1 — consentement Analytics */
#flash-cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:99999;max-width:980px;margin:auto;padding:16px 18px;background:#fff;border:1px solid #d9e0e7;border-left:5px solid #f2c500;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.18);display:flex;gap:18px;align-items:center;justify-content:space-between;color:#052d5b}
#flash-cookie-banner .cookie-actions{display:flex;gap:8px;flex-shrink:0}
#flash-cookie-banner button{border:1px solid #052d5b;background:#fff;color:#052d5b;border-radius:8px;padding:10px 16px;font-weight:800;cursor:pointer}
#flash-cookie-banner button.accept{background:#f2c500;border-color:#f2c500;color:#052d5b}
@media(max-width:700px){#flash-cookie-banner{flex-direction:column;align-items:stretch}#flash-cookie-banner .cookie-actions{justify-content:flex-end}}
