/* KalanSoft — site vitrine */
@font-face { font-family: "Jakarta"; src: url(fonts/plus-jakarta-sans-latin-400-normal.woff2) format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url(fonts/plus-jakarta-sans-latin-500-normal.woff2) format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url(fonts/plus-jakarta-sans-latin-600-normal.woff2) format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url(fonts/plus-jakarta-sans-latin-700-normal.woff2) format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Jakarta"; src: url(fonts/plus-jakarta-sans-latin-800-normal.woff2) format("woff2"); font-weight: 800; font-display: swap; }

:root {
  --bleu: #0b2a52; --bleu2: #071d3a; --bleu3: #12386a;
  --turq: #0e8f93; --turq2: #0b7478; --turq-cl: #e3f4f4;
  --or: #c9a85e; --or-cl: #f8f1e1;
  --texte: #16223a; --gris: #5b6b82; --gris2: #8795a8; --bord: #e3e8ef; --fond: #f3f6fa; --blanc: #fff;
  --wa: #1fa855;
  --r: 14px; --ombre: 0 18px 40px -18px rgba(7, 29, 58, .35);
  --max: 1160px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: "Jakarta", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color: var(--texte); background: var(--blanc); line-height: 1.6; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--turq2); }
.conteneur { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 16px; }
@media (min-width: 720px) { .conteneur { padding: 0 28px; } }

/* ---------- En-tête ---------- */
.entete { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--bord); }
.entete .conteneur { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 16px; }
.entete .marque img { height: 36px; width: auto; }
.nav { display: none; align-items: center; gap: 4px; }
.nav a { color: var(--texte); text-decoration: none; font-weight: 600; font-size: 15px; padding: 8px 12px; border-radius: 10px; }
.nav a:hover { background: var(--fond); }
.nav a[aria-current="page"] { color: var(--turq2); }
.entete .actions { display: flex; align-items: center; gap: 8px; }
.entete .acces { display: none; }
.burger { width: 44px; height: 44px; border: 1px solid var(--bord); border-radius: 12px; background: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.burger span, .burger span::before, .burger span::after { display: block; width: 18px; height: 2px; background: var(--bleu); border-radius: 2px; position: relative; content: ""; transition: .2s; }
.burger span::before { position: absolute; top: -6px; } .burger span::after { position: absolute; top: 6px; }
.menu-ouvert .burger span { background: transparent; }
.menu-ouvert .burger span::before { top: 0; transform: rotate(45deg); } .menu-ouvert .burger span::after { top: 0; transform: rotate(-45deg); }
.menu-mobile { display: none; border-top: 1px solid var(--bord); background: #fff; padding: 8px 16px 18px; }
.menu-ouvert .menu-mobile { display: block; }
.menu-mobile a { display: block; padding: 13px 4px; font-weight: 600; color: var(--texte); text-decoration: none; border-bottom: 1px solid var(--fond); }
.menu-mobile a[aria-current="page"] { color: var(--turq2); }
.menu-mobile .bouton { margin-top: 14px; width: 100%; }
.menu-mobile .liens-acces { display: flex; gap: 10px; margin-top: 12px; }
.menu-mobile .liens-acces a { flex: 1; text-align: center; border: 1px solid var(--bord); border-radius: 10px; font-size: 14px; padding: 10px 4px; }
@media (min-width: 980px) {
  .nav { display: flex; } .burger { display: none; } .entete .acces { display: inline-flex; }
  .menu-mobile, .menu-ouvert .menu-mobile { display: none; }
}

/* ---------- Boutons ---------- */
.bouton { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font: inherit; font-weight: 700; font-size: 15.5px; line-height: 1.2; padding: 13px 22px; border-radius: 12px; text-decoration: none; border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; text-align: center; }
.bouton:hover { transform: translateY(-1px); }
.bouton svg { width: 19px; height: 19px; flex: none; }
.b-turq { background: var(--turq); color: #fff; box-shadow: 0 10px 22px -12px rgba(14,143,147,.9); }
.b-turq:hover { background: var(--turq2); }
.b-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 22px -12px rgba(31,168,85,.9); }
.b-clair { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.35); }
.b-clair:hover { background: rgba(255,255,255,.18); }
.b-contour { background: #fff; color: var(--bleu); border-color: var(--bord); }
.b-contour:hover { border-color: var(--turq); }
.b-petit { padding: 9px 14px; font-size: 14px; border-radius: 10px; }

/* ---------- Héros ---------- */
.heros { background: radial-gradient(1200px 500px at 85% -10%, rgba(14,143,147,.35), transparent 60%), linear-gradient(160deg, var(--bleu) 0%, var(--bleu2) 75%); color: #fff; padding: 56px 0 0; position: relative; overflow: hidden; }
.heros::before { content: ""; position: absolute; right: -140px; top: -160px; width: 480px; height: 480px; border-radius: 50%; border: 70px solid rgba(201,168,94,.08); }
.heros .conteneur { position: relative; }
.etiquette { display: inline-flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 700; letter-spacing: .02em; color: var(--or); background: rgba(201,168,94,.12); border: 1px solid rgba(201,168,94,.3); padding: 6px 12px; border-radius: 99px; }
.heros h1 { font-size: clamp(32px, 7.4vw, 58px); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; margin: 18px 0 16px; max-width: 820px; }
.heros h1 em { font-style: normal; color: var(--or); }
.heros .intro { font-size: clamp(16.5px, 2.2vw, 19px); color: #cfdaea; max-width: 680px; }
.heros .boutons { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.heros .garanties { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14.5px; color: #b9c8dd; }
.heros .garanties span::before { content: "✓"; color: var(--or); font-weight: 800; margin-right: 7px; }
.ecran { margin-top: 44px; border-radius: 14px 14px 0 0; overflow: hidden; background: #fff; box-shadow: 0 -10px 60px -10px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.2); border-bottom: 0; }
.ecran .barre { height: 30px; background: #e9eef5; display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.ecran .barre i { width: 10px; height: 10px; border-radius: 50%; background: #cfd7e3; }
.ecran .barre b { margin-left: 10px; font-size: 11.5px; font-weight: 600; color: var(--gris); background: #fff; border-radius: 6px; padding: 2px 10px; }
.heros-page { padding: 48px 0 44px; }
.heros-page h1 { font-size: clamp(30px, 6vw, 46px); }

/* ---------- Sections ---------- */
section.bloc { padding: 64px 0; }
@media (min-width: 720px) { section.bloc { padding: 88px 0; } }
.fond-gris { background: var(--fond); }
.fond-bleu { background: linear-gradient(160deg, var(--bleu), var(--bleu2)); color: #fff; }
.titre { max-width: 760px; margin-bottom: 36px; }
.titre.centre { margin-left: auto; margin-right: auto; text-align: center; }
.surtitre { font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--turq); margin-bottom: 10px; }
.fond-bleu .surtitre { color: var(--or); }
h2 { font-size: clamp(26px, 4.6vw, 38px); line-height: 1.15; font-weight: 800; letter-spacing: -.015em; color: var(--bleu); }
.fond-bleu h2 { color: #fff; }
.titre p { color: var(--gris); font-size: 17px; margin-top: 12px; }
.fond-bleu .titre p { color: #c6d3e6; }
h3 { font-size: 19px; line-height: 1.3; font-weight: 800; color: var(--bleu); }

/* Chiffres / bandeau de confiance */
.confiance { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--bord); border: 1px solid var(--bord); border-radius: var(--r); overflow: hidden; margin-top: -1px; }
.confiance div { background: #fff; padding: 20px 18px; }
.confiance b { display: block; font-size: 24px; font-weight: 800; color: var(--bleu); line-height: 1.1; }
.confiance span { font-size: 14px; color: var(--gris); }
@media (min-width: 820px) { .confiance { grid-template-columns: repeat(4, 1fr); } }

/* Cartes d'atouts */
.grille { display: grid; gap: 18px; }
@media (min-width: 680px) { .g2 { grid-template-columns: repeat(2, 1fr); } .g3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .g3 { grid-template-columns: repeat(3, 1fr); } .g4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 680px) and (max-width: 979px) { .g4 { grid-template-columns: repeat(2, 1fr); } }
.carte { background: #fff; border: 1px solid var(--bord); border-radius: var(--r); padding: 24px; }
.fond-gris .carte { border-color: #e6ebf2; }
.carte p { color: var(--gris); font-size: 15.5px; margin-top: 8px; }
.pastille { width: 46px; height: 46px; border-radius: 12px; background: var(--turq-cl); color: var(--turq2); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pastille svg { width: 24px; height: 24px; }
.pastille.or { background: var(--or-cl); color: #9c7a2c; }
.pastille.bleu { background: #e6ecf6; color: var(--bleu3); }

/* Rangées image + texte */
.rangee { display: grid; gap: 32px; align-items: center; }
.rangee + .rangee { margin-top: 72px; }
@media (min-width: 900px) { .rangee { grid-template-columns: 1.05fr .95fr; gap: 56px; } .rangee.inverse .visuel { order: 2; } }
.rangee .texte p { color: var(--gris); font-size: 16.5px; margin-top: 12px; }
.fond-bleu .rangee .texte p { color: #c6d3e6; }
.cadre { border-radius: var(--r); overflow: hidden; border: 1px solid var(--bord); box-shadow: var(--ombre); background: #fff; }
.points { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.points li { position: relative; padding-left: 30px; font-size: 15.5px; }
.points li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--turq-cl) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='%230b7478' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px no-repeat; }
.points li b { color: var(--bleu); }
.fond-bleu .points li { color: #dbe4f0; }
.fond-bleu .points li b { color: #fff; }
.fond-bleu .points li::before { background-color: rgba(255,255,255,.12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.5 10.5l3 3 6-7' fill='none' stroke='%23c9a85e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
.lien-fleche { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: none; margin-top: 18px; }
.lien-fleche::after { content: "→"; transition: transform .15s; }
.lien-fleche:hover::after { transform: translateX(3px); }
.fond-bleu .lien-fleche { color: var(--or); }

/* Téléphones */
.telephones { display: flex; justify-content: center; gap: 14px; }
.telephone { width: 44%; max-width: 230px; border-radius: 30px; border: 7px solid #111b2e; background: #111b2e; box-shadow: var(--ombre); overflow: hidden; flex: none; }
.telephone img { border-radius: 22px; }
.telephones .telephone:nth-child(2) { transform: translateY(28px); }
.telephones.trois .telephone { width: 31%; border-width: 5px; border-radius: 22px; }
.telephones.trois .telephone img { border-radius: 16px; }
@media (min-width: 900px) { .telephones.trois .telephone { border-width: 7px; border-radius: 30px; } .telephones.trois .telephone img { border-radius: 22px; } }

/* Modules (liste compacte) */
.modules { display: grid; gap: 12px; }
@media (min-width: 640px) { .modules { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .modules { grid-template-columns: repeat(3, 1fr); } }
.module { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 16px 18px; text-decoration: none; color: inherit; transition: border-color .15s, transform .15s; }
a.module:hover { border-color: var(--turq); transform: translateY(-1px); }
.module .pastille { width: 40px; height: 40px; margin: 0; flex: none; border-radius: 10px; }
.module .pastille svg { width: 21px; height: 21px; }
.module b { display: block; color: var(--bleu); font-size: 16px; }
.module span { display: block; color: var(--gris); font-size: 14.5px; line-height: 1.45; margin-top: 2px; }

/* Étapes */
.etapes { display: grid; gap: 18px; counter-reset: etape; }
@media (min-width: 820px) { .etapes { grid-template-columns: repeat(3, 1fr); } }
.etape { position: relative; padding: 24px; border-radius: var(--r); background: #fff; border: 1px solid var(--bord); }
.etape::before { counter-increment: etape; content: counter(etape); display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--or-cl); color: #9c7a2c; font-weight: 800; font-size: 17px; margin-bottom: 14px; }
.etape p { color: var(--gris); font-size: 15.5px; margin-top: 6px; }

/* Formules */
.formules { display: grid; gap: 18px; align-items: stretch; }
@media (min-width: 900px) { .formules { grid-template-columns: repeat(3, 1fr); } }
.formule { background: #fff; border: 1px solid var(--bord); border-radius: 18px; padding: 28px 24px; display: flex; flex-direction: column; position: relative; }
.formule.vedette { border: 2px solid var(--turq); box-shadow: 0 24px 50px -24px rgba(14,143,147,.55); }
.formule .badge { position: absolute; top: -13px; left: 24px; background: var(--turq); color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: .04em; padding: 5px 12px; border-radius: 99px; }
.formule h3 { font-size: 23px; }
.formule .pour { color: var(--gris); font-size: 15px; margin-top: 4px; }
.formule .prix { margin: 18px 0 18px; padding: 14px 0; border-top: 1px solid var(--bord); border-bottom: 1px solid var(--bord); }
.formule .prix b { font-size: 22px; font-weight: 800; color: var(--bleu); display: block; }
.formule .prix span { color: var(--gris); font-size: 14px; }
.formule ul { list-style: none; display: grid; gap: 9px; margin-bottom: 24px; flex: 1; }
.formule li { position: relative; padding-left: 28px; font-size: 15px; }
.formule li::before { content: "✓"; position: absolute; left: 4px; color: var(--turq); font-weight: 800; }
.formule li.non { color: var(--gris2); }
.formule li.non::before { content: "—"; color: #c3ccd8; }
.formule li.plus { font-weight: 700; color: var(--bleu); }
.formule .bouton { width: 100%; }
.tableau-defile { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--bord); border-radius: var(--r); background: #fff; }
table.comparatif { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.comparatif th, .comparatif td { padding: 13px 16px; border-bottom: 1px solid var(--bord); text-align: left; }
.comparatif thead th { background: var(--bleu); color: #fff; font-weight: 700; position: sticky; top: 0; }
.comparatif thead th:not(:first-child), .comparatif td:not(:first-child) { text-align: center; width: 15%; }
.comparatif tr.groupe td { background: var(--fond); font-weight: 800; color: var(--bleu); font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; }
.comparatif .o { color: var(--turq); font-weight: 800; font-size: 17px; }
.comparatif .n { color: #c3ccd8; }
.comparatif tr:last-child td { border-bottom: 0; }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 860px; }
.faq details { background: #fff; border: 1px solid var(--bord); border-radius: 12px; padding: 0 20px; }
.faq summary { cursor: pointer; list-style: none; font-weight: 700; color: var(--bleu); padding: 18px 30px 18px 0; position: relative; font-size: 16.5px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 14px; font-size: 24px; font-weight: 500; color: var(--turq); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--gris); padding: 0 0 18px; font-size: 15.5px; }

/* Appel à l'action */
.appel { background: radial-gradient(800px 300px at 90% 0%, rgba(14,143,147,.35), transparent 60%), linear-gradient(150deg, var(--bleu), var(--bleu2)); color: #fff; border-radius: 22px; padding: 40px 24px; text-align: center; }
@media (min-width: 720px) { .appel { padding: 56px 48px; } }
.appel h2 { color: #fff; }
.appel p { color: #c6d3e6; font-size: 17px; margin: 12px auto 26px; max-width: 620px; }
.appel .boutons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* Contact */
.contact-grille { display: grid; gap: 28px; }
@media (min-width: 900px) { .contact-grille { grid-template-columns: .9fr 1.1fr; gap: 40px; } }
.coordonnee { display: flex; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--bord); border-radius: var(--r); text-decoration: none; color: inherit; background: #fff; }
.coordonnee + .coordonnee { margin-top: 12px; }
a.coordonnee:hover { border-color: var(--turq); }
.coordonnee .pastille { margin: 0; flex: none; }
.coordonnee small { display: block; color: var(--gris); font-size: 13.5px; }
.coordonnee b { color: var(--bleu); font-size: 17px; word-break: break-word; }
form.formulaire { background: #fff; border: 1px solid var(--bord); border-radius: 18px; padding: 24px; box-shadow: var(--ombre); }
@media (min-width: 720px) { form.formulaire { padding: 32px; } }
.champs { display: grid; gap: 16px; }
@media (min-width: 620px) { .champs { grid-template-columns: 1fr 1fr; } .champs .large { grid-column: 1 / -1; } }
.champ label { display: block; font-weight: 700; font-size: 14.5px; color: var(--bleu); margin-bottom: 6px; }
.champ input, .champ select, .champ textarea { width: 100%; font: inherit; font-size: 16px; color: var(--texte); padding: 12px 14px; border: 1.5px solid var(--bord); border-radius: 10px; background: #fff; }
.champ input:focus, .champ select:focus, .champ textarea:focus { outline: none; border-color: var(--turq); box-shadow: 0 0 0 4px rgba(14,143,147,.12); }
.champ textarea { min-height: 110px; resize: vertical; }
.formulaire .envoyer { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.formulaire .note { font-size: 13.5px; color: var(--gris); margin-top: 12px; }

/* Pied de page */
.pied { background: var(--bleu2); color: #aebcd0; padding: 56px 0 28px; font-size: 15px; }
.pied .colonnes { display: grid; gap: 32px; }
@media (min-width: 820px) { .pied .colonnes { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.pied img { height: 34px; width: auto; margin-bottom: 14px; }
.pied h4 { color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.pied ul { list-style: none; display: grid; gap: 8px; }
.pied a { color: #d5deea; text-decoration: none; }
.pied a:hover { color: #fff; text-decoration: underline; }
.pied .bas { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 13.5px; }

/* Bouton WhatsApp flottant */
.wa-flottant { position: fixed; right: 16px; bottom: 16px; z-index: 60; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px -8px rgba(0,0,0,.4); }
.wa-flottant svg { width: 30px; height: 30px; }

/* Divers */
.centre { text-align: center; }
.mt-2 { margin-top: 20px; } .mt-3 { margin-top: 32px; } .mt-4 { margin-top: 48px; }
.ancre { scroll-margin-top: 84px; }
.pastilles-texte { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pastilles-texte span { font-size: 13.5px; font-weight: 600; color: var(--bleu3); background: #e9eff8; border-radius: 99px; padding: 5px 12px; }
.fond-bleu .pastilles-texte span { color: #dbe4f0; background: rgba(255,255,255,.1); }
.sommaire { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; margin-top: 26px; scrollbar-width: none; }
.sommaire::-webkit-scrollbar { display: none; }
.sommaire a { flex: none; font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); padding: 8px 14px; border-radius: 99px; }
.sommaire a:hover { background: rgba(255,255,255,.18); }
.encadre { border-left: 4px solid var(--or); background: var(--or-cl); padding: 16px 18px; border-radius: 0 12px 12px 0; color: #5c4a1e; font-size: 15.5px; }
.visible-lg { display: none; } @media (min-width: 900px) { .visible-lg { display: block; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }
.heros .intro + .garanties { margin-top: 22px; }
