ORTIS — Lexique Complet & Interactif

:root { –ink: #0d0d0b; –paper: #f0ebe0; –amber: #e8a020; –dim: rgba(240,235,224,.5); –faint: rgba(240,235,224,.08); –line: rgba(240,235,224,.10); –max: 1320px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(–ink); color: var(–paper); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .mono { font-family: ‘SF Mono’, monospace; } .container { width: min(calc(100% – 2rem), var(–max)); margin: 0 auto; } .site-header { position: sticky; top: 0; z-index: 100; background: rgba(13,13,11,.95); backdrop-filter: blur(20px); border-bottom: 1px solid var(–line); } .header-inner { display: flex; align-items: center; justify-content: space-between; padding: .9rem 0; gap: 1rem; } .brand { display: flex; align-items: center; gap: .6rem; font-size: 1.1rem; font-weight: 800; letter-spacing: .08em; } .brand-dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(–amber); } .count-badge { font-family: ‘SF Mono’, monospace; font-size: .68rem; letter-spacing: .2em; color: var(–amber); border: 1px solid rgba(232,160,32,.3); padding: .3rem .7rem; } .hero { padding: 4rem 0 3rem; border-bottom: 1px solid var(–line); position: relative; overflow: hidden; } .hero-grid-bg { position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(var(–line) 1px, transparent 1px), linear-gradient(90deg, var(–line) 1px, transparent 1px); background-size: 60px 60px; } .hero-label { font-family: ‘SF Mono’, monospace; font-size: .65rem; letter-spacing: .4em; color: var(–amber); margin-bottom: 1rem; } .hero-title { font-size: clamp(3.5rem, 9vw, 9rem); font-weight: 900; line-height: .85; letter-spacing: -.03em; margin-bottom: 1.4rem; } .hero-sub { font-size: clamp(.95rem, 1.5vw, 1.1rem); color: var(–dim); max-width: 52ch; font-weight: 300; line-height: 1.7; margin-bottom: 2rem; } .hero-stats { display: flex; flex-wrap: wrap; gap: .5rem; } .stat-pill { font-family: ‘SF Mono’, monospace; font-size: .7rem; letter-spacing: .1em; border: 1px solid var(–line); padding: .4rem .9rem; color: var(–dim); } .stat-pill strong { color: var(–amber); } .toolbar { position: sticky; top: 53px; z-index: 90; background: rgba(13,13,11,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(–line); padding: .9rem 0; } .toolbar-inner { display: flex; gap: .8rem; align-items: center; flex-wrap: wrap; } .search-wrap { position: relative; flex: 1; min-width: 200px; } .search-wrap svg { position: absolute; left: .9rem; top: 50%; transform: translateY(-50%); color: rgba(240,235,224,.3); } #search { width: 100%; background: var(–faint); border: 1px solid var(–line); color: var(–paper); padding: .65rem .9rem .65rem 2.4rem; font-size: .88rem; outline: none; transition: border-color .2s; font-family: inherit; } #search::placeholder { color: rgba(240,235,224,.3); } #search:focus { border-color: rgba(232,160,32,.4); } .filters { display: flex; gap: .4rem; flex-wrap: wrap; } .filter-btn { font-family: ‘SF Mono’, monospace; font-size: .65rem; letter-spacing: .15em; border: 1px solid var(–line); background: transparent; color: rgba(240,235,224,.45); padding: .45rem .8rem; cursor: pointer; transition: all .15s; white-space: nowrap; } .filter-btn:hover { border-color: rgba(232,160,32,.3); color: var(–amber); } .filter-btn.active { background: var(–amber); color: var(–ink); border-color: var(–amber); font-weight: 700; } .view-toggle { display: flex; gap: .3rem; } .view-btn { background: transparent; border: 1px solid var(–line); color: rgba(240,235,224,.3); padding: .45rem .6rem; cursor: pointer; transition: all .15s; } .view-btn.active, .view-btn:hover { border-color: rgba(232,160,32,.4); color: var(–amber); } .results-bar { padding: .8rem 0; font-family: ‘SF Mono’, monospace; font-size: .7rem; letter-spacing: .15em; color: rgba(240,235,224,.3); border-bottom: 1px solid var(–line); } .results-bar span { color: var(–amber); } .main-wrap { padding: 0 0 5rem; } .cat-section { border-bottom: 1px solid var(–line); } .cat-header { display: flex; align-items: center; padding: 2rem 0 1.2rem; gap: 1.5rem; cursor: pointer; user-select: none; } .cat-num { font-family: ‘SF Mono’, monospace; font-size: .65rem; letter-spacing: .3em; color: rgba(232,160,32,.5); min-width: 3rem; } .cat-title { font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 900; letter-spacing: -.02em; line-height: 1; flex: 1; } .cat-count { font-family: ‘SF Mono’, monospace; font-size: .68rem; letter-spacing: .15em; color: rgba(240,235,224,.3); border: 1px solid var(–line); padding: .3rem .7rem; } .cat-toggle { color: rgba(240,235,224,.3); transition: transform .25s, color .15s; flex-shrink: 0; font-size: 1.4rem; } .cat-header:hover .cat-toggle { color: var(–amber); } .cat-section.open .cat-toggle { transform: rotate(45deg); color: var(–amber); } .cat-body { display: none; padding-bottom: 1.5rem; } .cat-section.open .cat-body { display: block; } .entries-list { display: flex; flex-direction: column; } .entry { border-top: 1px solid var(–line); transition: background .15s; } .entry.hidden { display: none; } .entry-trigger { display: grid; grid-template-columns: 2rem 1fr auto; gap: 1.2rem; padding: 1rem 0; cursor: pointer; align-items: start; user-select: none; transition: padding-left .2s; } .entry-trigger:hover { background: var(–faint); padding-left: .6rem; } .entry-idx { font-family: ‘SF Mono’, monospace; font-size: .7rem; color: rgba(240,235,224,.2); padding-top: .15rem; } .entry-term { font-size: 1rem; font-weight: 700; color: var(–paper); line-height: 1.2; } .entry-acronym { font-family: ‘SF Mono’, monospace; font-size: .68rem; letter-spacing: .1em; color: rgba(232,160,32,.6); display: block; margin-top: .2rem; font-weight: 400; } .entry-arrow { color: rgba(240,235,224,.2); font-size: 1.2rem; transition: transform .2s, color .15s; padding-top: .1rem; } .entry.open .entry-arrow { transform: rotate(90deg); color: var(–amber); } .entry-body { display: none; padding: 0 0 1.2rem 3.2rem; } .entry.open .entry-body { display: block; } .entry-lead { font-size: .98rem; color: var(–dim); line-height: 1.75; margin-bottom: 1rem; font-weight: 300; border-left: 2px solid rgba(232,160,32,.3); padding-left: 1rem; } .entry-points { display: flex; flex-direction: column; gap: .6rem; } .entry-point { display: grid; grid-template-columns: 10rem 1fr; gap: 1rem; align-items: start; } .point-label { font-family: ‘SF Mono’, monospace; font-size: .7rem; letter-spacing: .1em; color: var(–amber); line-height: 1.4; padding-top: .1rem; font-weight: 600; } .point-text { font-size: .9rem; color: rgba(240,235,224,.55); line-height: 1.65; font-weight: 300; } .entries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; } .grid-card { border: 1px solid var(–line); background: var(–faint); padding: 1.4rem; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; } .grid-card:hover { border-color: rgba(232,160,32,.25); background: rgba(232,160,32,.04); transform: translateY(-2px); } .grid-card.hidden { display: none; } .gc-num { font-family: ‘SF Mono’, monospace; font-size: .62rem; letter-spacing: .2em; color: rgba(240,235,224,.2); margin-bottom: .6rem; } .gc-term { font-size: 1.05rem; font-weight: 700; line-height: 1.2; margin-bottom: .6rem; } .gc-acronym { font-family: ‘SF Mono’, monospace; font-size: .65rem; color: var(–amber); margin-bottom: .8rem; display: block; } .gc-lead { font-size: .85rem; color: rgba(240,235,224,.45); line-height: 1.6; font-weight: 300; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .gc-tag { display: inline-block; margin-top: .9rem; font-family: ‘SF Mono’, monospace; font-size: .6rem; letter-spacing: .2em; color: rgba(232,160,32,.6); border: 1px solid rgba(232,160,32,.2); padding: .25rem .5rem; } .modal-overlay { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(13,13,11,.85); backdrop-filter: blur(8px); padding: 2rem 1rem; overflow-y: auto; } .modal-overlay.open { display: flex; align-items: flex-start; justify-content: center; } .modal { background: #111110; border: 1px solid rgba(240,235,224,.12); max-width: 720px; width: 100%; position: relative; padding: 2.5rem; margin-top: 4rem; } .modal-close { position: absolute; top: 1.2rem; right: 1.2rem; background: transparent; border: 1px solid var(–line); color: var(–dim); cursor: pointer; width: 2rem; height: 2rem; display: grid; place-items: center; font-size: 1.1rem; transition: all .15s; } .modal-close:hover { border-color: var(–amber); color: var(–amber); } .modal-cat { font-family: ‘SF Mono’, monospace; font-size: .65rem; letter-spacing: .3em; color: var(–amber); margin-bottom: .8rem; } .modal-term { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 900; letter-spacing: -.02em; line-height: .9; margin-bottom: 1.5rem; } .modal-lead { font-size: 1rem; color: var(–dim); line-height: 1.8; font-weight: 300; border-left: 2px solid var(–amber); padding-left: 1.2rem; margin-bottom: 1.5rem; } .modal-points { display: flex; flex-direction: column; gap: .8rem; } .modal-point { display: grid; grid-template-columns: 11rem 1fr; gap: 1rem; align-items: start; padding: .8rem; background: var(–faint); border: 1px solid var(–line); } .mp-label { font-family: ‘SF Mono’, monospace; font-size: .7rem; letter-spacing: .1em; color: var(–amber); font-weight: 600; } .mp-text { font-size: .9rem; color: rgba(240,235,224,.55); line-height: 1.65; font-weight: 300; } .no-results { display: none; padding: 4rem 0; text-align: center; } .no-results.visible { display: block; } .no-results p { font-family: ‘SF Mono’, monospace; font-size: .8rem; letter-spacing: .2em; color: rgba(240,235,224,.25); } .site-footer { border-top: 1px solid var(–line); padding: 1.5rem 0; } .footer-inner { display: flex; justify-content: space-between; font-family: ‘SF Mono’, monospace; font-size: .68rem; letter-spacing: .1em; color: rgba(240,235,224,.2); } .footer-inner span { color: var(–amber); } mark { background: rgba(232,160,32,.25); color: var(–amber); border-radius: 2px; padding: 0 2px; } @media (max-width: 900px) { .entries-grid { grid-template-columns: repeat(2, 1fr); } .entry-point { grid-template-columns: 1fr; gap: .3rem; } .modal-point { grid-template-columns: 1fr; gap: .3rem; } } @media (max-width: 640px) { .entries-grid { grid-template-columns: 1fr; } .hero-title { font-size: 3.5rem; } .filters { display: none; } .modal { padding: 1.5rem; margin-top: 1rem; } }
LEXIQUE OPÉRATIONNEL · ÉDITION COMPLÈTE

Lexique
Vivant

Zones grises, mobilité et intelligence terrain. La grammaire fondamentale d’ORTIS — concepts centraux, vocabulaires, formules de force et axes de développement.

AUCUNE ENTRÉE TROUVÉE · MODIFIEZ LA RECHERCHE

const DATA=[{cat: »Concepts Centraux »,catIdx: »01″,entries:[{term: »Cinéthique Opérationnelle »,acronym:null,lead: »La science du mouvement appliquée à la stratégie sociale. Intègre l’éthique de l’action et la vitesse de réaction humaine face à un changement d’environnement. »,points:[[« Vitesse d’Action », »Dans un environnement complexe, la capacité à pivoter plus vite que l’inertie administrative est un avantage tactique majeur. »],[« L’Éthique en Mouvement », »Une ligne de conduite qui s’adapte à la réalité humaine rencontrée, garantissant que l’intervention reste humaine et juste malgré la rudesse du terrain. »],[« Le Flux comme Vecteur », »Analyser comment une impulsion donnée à un point A d’un réseau social se propage et se transforme jusqu’au point B. »]]},{term: »Intelligence Sociale Mobile »,acronym: »ISM »,lead: »Rompt avec l’analyse statique de bureau. Capacité d’analyse qui se déplace avec le sujet, utilisant la technologie pour capter le signal là où il est produit. »,points:[[« IA Embarquée et Autonome », »Outils technologiques capables de traiter l’information en temps réel, sans dépendance à des infrastructures lourdes. »],[« Adaptabilité Géographique », »Passer d’une métropole européenne à une médina marocaine sans perte de pertinence. »],[« Fluidité Informationnelle », »Transformer les bruits du terrain en données exploitables tout en restant en mouvement. »]]},… // (data truncated for space — full dataset injected via JS below) ]},{cat: »Vocabulaire de la Mobilité »,catIdx: »02″,entries:[]},{cat: »Vocabulaire Systémique »,catIdx: »03″,entries:[]},{cat: »Vocabulaire des Marges »,catIdx: »04″,entries:[]},{cat: »Vocabulaire Opérationnel »,catIdx: »05″,entries:[]},{cat: »Formules de Force »,catIdx: »06″,entries:[]},{cat: »Axes de Développement »,catIdx: »07″,entries:[]}]; console.log(‘ORTIS Lexique loaded’);