:root{--primary:#0f3b5f;--primary-dark:#0b2e49;--bg:#f5f7fa;--bg-soft:#eef3f7;--card:#fff;--text:#1f2933;--muted:#66788a;--border:#d9e2ec;--success:#eef8f1}.geotch-page *{box-sizing:border-box}.geotch-page{color:var(--text);line-height:1.65}.geotch-page a{color:var(--primary);text-decoration:none}.geotch-page a:hover{text-decoration:underline}.geotch-container{width:min(1140px,92%);margin:0 auto}.geotch-section{padding:56px 0}.geotch-breadcrumb{background:#fff;border-bottom:1px solid var(--border);padding:12px 0;font-size:14px;color:var(--muted)}.geotch-breadcrumb nav{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.geotch-breadcrumb span{color:var(--muted)}.geotch-hero{background:linear-gradient(135deg,var(--bg) 0,var(--bg-soft) 100%);border-bottom:1px solid var(--border);padding:54px 0 48px}.geotch-hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:34px;align-items:start}.geotch-badge{display:inline-block;background:#e4edf5;color:var(--primary);padding:8px 14px;border-radius:999px;font-size:14px;font-weight:700;margin-bottom:18px}.geotch-page h1{margin:0 0 14px;font-size:42px;line-height:1.14;color:var(--primary-dark)}.geotch-lead{font-size:19px;margin:0 0 18px;max-width:780px}.geotch-sublead{margin:0 0 24px;color:var(--muted);max-width:760px}.geotch-hero-meta{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 24px}.geotch-hero-meta span{background:#fff;border:1px solid var(--border);border-radius:10px;padding:10px 14px;font-weight:700;color:var(--primary-dark)}.geotch-hero-points{list-style:none;padding:0;margin:0 0 24px;display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}.geotch-hero-points li{background:#fff;border:1px solid var(--border);border-radius:10px;padding:12px 14px;font-weight:600}.geotch-cta-row{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}.geotch-btn{display:inline-block;padding:14px 22px;border-radius:8px;font-weight:700;transition:.2s ease}.geotch-btn-primary{background:var(--primary);color:#fff!important}.geotch-btn-primary:hover{background:var(--primary-dark);text-decoration:none!important}.geotch-btn-secondary{background:#fff;color:var(--primary)!important;border:1px solid var(--primary)}.geotch-btn-secondary:hover{background:#edf4f8;text-decoration:none!important}.geotch-expert-line{color:var(--muted);font-size:15px;margin:0}.geotch-hero-card,.geotch-card,.geotch-step,.geotch-faq-item{background:#fff;border:1px solid var(--border);border-radius:14px}.geotch-hero-card{padding:26px;box-shadow:0 10px 28px rgba(15,59,95,.08)}.geotch-card{padding:26px}.geotch-step{padding:22px}.geotch-faq-item{padding:20px;margin-bottom:14px}.geotch-hero-card h2{margin:0 0 12px;font-size:24px;color:var(--primary-dark)}.geotch-hero-card p{margin:0 0 16px;color:var(--muted)}.geotch-checklist{list-style:none;padding:0;margin:0}.geotch-checklist li{padding:10px 0;border-bottom:1px solid var(--border)}.geotch-checklist li:last-child{border-bottom:none}.geotch-page h2{font-size:30px;margin:0 0 18px;color:var(--primary-dark)}.geotch-page h3{font-size:22px;margin:0 0 12px;color:var(--primary-dark)}.geotch-intro{max-width:860px;margin:0 0 28px;color:var(--muted);font-size:17px}.geotch-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px}.geotch-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.geotch-step-number{display:inline-block;width:36px;height:36px;border-radius:50%;background:var(--primary);color:#fff;text-align:center;line-height:36px;font-weight:700;margin-bottom:14px}.geotch-highlight{background:var(--success);border-left:4px solid #3a8f5f;padding:14px 16px;border-radius:8px;margin-top:18px}.geotch-contact-box{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:28px}.geotch-page form{display:grid;gap:14px;margin-top:18px}.geotch-page label{font-weight:700;display:block;margin-bottom:6px}.geotch-page input,.geotch-page textarea,.geotch-page select{width:100%;padding:12px 14px;border:1px solid #c8d2dc;border-radius:8px;font-size:16px;font-family:inherit}.geotch-page textarea{min-height:140px;resize:vertical}.geotch-small{font-size:14px;color:var(--muted)}.geotch-info-list{list-style:none;padding:0;margin:0}.geotch-info-list li{margin-bottom:12px}.geotch-schema-nav{margin-top:30px}.geotch-schema-list{list-style:none;padding:0;margin:0;display:flex;align-items:stretch;justify-content:center;gap:16px;flex-wrap:wrap}.geotch-schema-item{flex:1 1 220px;max-width:240px}.geotch-schema-link{display:block;text-decoration:none!important;height:100%}.geotch-schema-box{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:160px;height:100%;padding:18px 18px;background:#fff;border:2px solid var(--primary);border-radius:14px;text-align:center;box-shadow:0 6px 18px rgba(15,59,95,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.geotch-schema-link:hover .geotch-schema-box,.geotch-schema-link:focus .geotch-schema-box,.geotch-schema-link:focus-visible .geotch-schema-box{transform:translateY(-3px);box-shadow:0 10px 24px rgba(15,59,95,.14);background:#f8fbfd;border-color:var(--primary-dark)}.geotch-schema-link:focus,.geotch-schema-link:focus-visible{outline:0}.geotch-schema-box strong{display:block;font-size:19px;line-height:1.2;color:var(--primary-dark);margin-bottom:8px}.geotch-schema-subtitle{display:block;font-size:14px;line-height:1.3;font-weight:700;color:var(--primary);margin-bottom:8px}.geotch-schema-text{display:block;font-size:13px;line-height:1.45;color:var(--muted)}.geotch-schema-box-final{background:var(--primary);border-color:var(--primary)}.geotch-schema-box-final strong,.geotch-schema-box-final .geotch-schema-subtitle,.geotch-schema-box-final .geotch-schema-text{color:#fff}.geotch-schema-box-active{background:#0b2e49;border-color:#0b2e49;transform:scale(1.05);box-shadow:0 16px 40px rgba(0,0,0,.22)}.geotch-schema-box-active strong,.geotch-schema-box-active .geotch-schema-subtitle,.geotch-schema-box-active .geotch-schema-text{color:#fff!important}.geotch-schema-box-active::after{content:"Vous êtes ici";display:block;margin-top:10px;font-size:12px;font-weight:700;color:#fff;background:rgba(255,255,255,.15);padding:4px 8px;border-radius:6px}.geotch-schema-separator{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--primary);min-width:20px}@media (max-width:900px){.geotch-schema-list{flex-direction:column;align-items:stretch}.geotch-schema-item{max-width:none}.geotch-schema-separator{transform:rotate(90deg);min-height:24px}}@media (max-width:900px){.geotch-hero-grid,.geotch-grid-2,.geotch-steps{grid-template-columns:1fr}.geotch-page h1{font-size:34px}.geotch-hero-points{grid-template-columns:1fr}.geotch-schema-list{flex-direction:column}.geotch-schema-item{max-width:none}.geotch-schema-separator{transform:rotate(90deg)}}.geotch-schema-nav{margin-top:30px}.geotch-schema-list{list-style:none;padding:0;margin:0;display:flex;align-items:stretch;justify-content:center;gap:16px;flex-wrap:wrap}.geotch-schema-item{flex:1 1 220px;max-width:240px}.geotch-schema-link{display:block;text-decoration:none!important;height:100%}.geotch-schema-box{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:160px;height:100%;padding:18px 18px;background:#fff;border:2px solid var(--primary);border-radius:14px;text-align:center;box-shadow:0 6px 18px rgba(15,59,95,.08);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,opacity .2s ease}.geotch-schema-link:hover .geotch-schema-box,.geotch-schema-link:focus .geotch-schema-box,.geotch-schema-link:focus-visible .geotch-schema-box{transform:translateY(-3px);box-shadow:0 10px 24px rgba(15,59,95,.14);background:#f8fbfd;border-color:var(--primary-dark)}.geotch-schema-link:focus,.geotch-schema-link:focus-visible{outline:0}.geotch-schema-box strong{display:block;font-size:19px;line-height:1.2;color:var(--primary-dark);margin-bottom:8px}.geotch-schema-subtitle{display:block;font-size:14px;line-height:1.3;font-weight:700;color:var(--primary);margin-bottom:8px}.geotch-schema-text{display:block;font-size:13px;line-height:1.45;color:var(--muted)}.geotch-schema-box-final{background:var(--primary);border-color:var(--primary)}.geotch-schema-box-final strong,.geotch-schema-box-final .geotch-schema-subtitle,.geotch-schema-box-final .geotch-schema-text{color:#fff}.geotch-schema-box-active{background:#0b2e49;border-color:#0b2e49;transform:scale(1.05);box-shadow:0 16px 40px rgba(0,0,0,.22)}.geotch-schema-box-active strong,.geotch-schema-box-active .geotch-schema-subtitle,.geotch-schema-box-active .geotch-schema-text{color:#fff!important}.geotch-schema-box-active::after{content:"Vous êtes ici";display:block;margin-top:10px;font-size:12px;font-weight:700;color:#fff;background:rgba(255,255,255,.15);padding:4px 8px;border-radius:6px}.geotch-schema-separator{display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:var(--primary);min-width:20px}@media (max-width:900px){.geotch-hero-grid,.geotch-grid-2,.geotch-steps{grid-template-columns:1fr}.geotch-page h1{font-size:34px}.geotch-hero-points{grid-template-columns:1fr}.geotch-schema-list{flex-direction:column;align-items:stretch}.geotch-schema-item{max-width:none}.geotch-schema-separator{transform:rotate(90deg);min-height:24px}}.geotch-schema-hub-wrapper{display:flex;justify-content:center;margin:0 0 20px 0}.geotch-schema-hub-link{text-decoration:none!important;display:block}.geotch-schema-hub-box{max-width:340px;padding:20px 22px;text-align:center;background:linear-gradient(135deg,#0f3b5f,#0b2e49);border-radius:14px;color:#fff;box-shadow:0 10px 28px rgba(0,0,0,.20);transition:transform .2s ease,box-shadow .2s ease}.geotch-schema-hub-box strong{display:block;font-size:20px;line-height:1.2;margin-bottom:8px;color:#fff}.geotch-schema-hub-box .geotch-schema-subtitle{display:block;color:#cfe6ff;margin-bottom:8px}.geotch-schema-hub-box .geotch-schema-text{display:block;color:#fff;line-height:1.45}.geotch-schema-hub-link:hover .geotch-schema-hub-box,.geotch-schema-hub-link:focus .geotch-schema-hub-box,.geotch-schema-hub-link:focus-visible .geotch-schema-hub-box{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.28)}.geotch-schema-hub-link:focus,.geotch-schema-hub-link:focus-visible{outline:0}}