CINXE.COM
Φαῖνοψ — Bailly.app
<!DOCTYPE html><html lang="fr" data-astro-transition-scope="astro-tyfwoq7n-2"> <head><meta charset="utf-8"><meta name="description" content="Φαῖν·οψ, οπος (ὁ) Phænops, h. Il. 5, 152 ; 17, 312, 584. Étym. v. le préc. "><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"><meta name="generator" content="Astro v4.16.8"><!--<link rel="icon" type="image/svg+xml" href="/favicon.svg" />--><link rel="icon" href="/favicon.ico"><link rel="preload" href="/fonts/InterVariable.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/fonts/Brill-Roman.woff2" as="font" type="font/woff2" crossorigin><link rel="preload" href="/fonts/Brill-Bold.woff2" as="font" type="font/woff2" crossorigin><title>Φαῖνοψ — Bailly.app</title><script data-astro-rerun> if ( localStorage.getItem("theme") === "dark" || (!localStorage.getItem("theme") && window.matchMedia("(prefers-color-scheme: dark)").matches) ) { document.documentElement.classList.add("dark"); } else { document.documentElement.classList.remove("dark"); } window .matchMedia("(prefers-color-scheme: dark)") .addEventListener("change", ({ matches }) => { if (matches) { document.documentElement.classList.add("dark"); } else { document.documentElement.classList.remove("dark"); } }); </script><!-- colors.primary.600 --><style is:global>.astro-loading-indicator { pointer-events: none; background-color: #cf6710; position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 2px; transition: transform 300ms ease-out, opacity 150ms 150ms ease-in; transform: translate3d(0, 0, 0) scaleX(var(--progress, 0)); transform-origin: 0; } [dir="rtl"] .astro-loading-indicator { transform-origin: 100% 0; } </style><script>(function(){const className = "astro-loading-indicator"; const animationDuration = 300; const threshold = 200; (() => { let progress = 0.25 let opacity = 0 /** @type {number | undefined} */ let trickleInterval = undefined /** @type {number | undefined} */ let thresholdTimeout = undefined; const element = document.createElement("div") element.classList.add(className) element.ariaHidden = "true" /** @param {typeof progress} _progress */ const setProgress = (_progress) => { progress = _progress element.style.setProperty('--progress', String(progress)) } /** @param {typeof opacity} _opacity */ const setOpacity = (_opacity) => { opacity = _opacity element.style.setProperty('opacity', String(opacity)) } setOpacity(opacity) document.addEventListener("DOMContentLoaded", () => { document.body.prepend(element) }) document.addEventListener("astro:before-preparation", () => { thresholdTimeout = setTimeout(() => { setOpacity(1) trickleInterval = window.setInterval(() => { setProgress(progress + Math.random() * 0.03) }, animationDuration) }, threshold) }) document.addEventListener("astro:before-swap", (ev) => { if (!thresholdTimeout) { return } window.clearTimeout(thresholdTimeout) ev.newDocument.body.prepend(element) window.clearInterval(trickleInterval) trickleInterval = undefined setProgress(1) window.setTimeout(() => { setOpacity(0) }, animationDuration / 2) window.setTimeout(() => { setProgress(0.25) }, animationDuration * 2) }) })() })();</script><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><link rel="stylesheet" href="/_astro/_uri_.IUJVp6oX.css"><script type="module" src="/_astro/hoisted.DIEt9ues.js"></script><style>[data-astro-transition-scope="astro-tyfwoq7n-2"] { view-transition-name: astro-tyfwoq7n-2; }@layer astro { ::view-transition-old(astro-tyfwoq7n-2) { animation: none; opacity: 0; mix-blend-mode: normal; }::view-transition-new(astro-tyfwoq7n-2) { animation: none; mix-blend-mode: normal; }::view-transition-group(astro-tyfwoq7n-2) { animation: none } }[data-astro-transition-fallback="old"] [data-astro-transition-scope="astro-tyfwoq7n-2"], [data-astro-transition-fallback="old"][data-astro-transition-scope="astro-tyfwoq7n-2"] { animation: none; mix-blend-mode: normal; }[data-astro-transition-fallback="new"] [data-astro-transition-scope="astro-tyfwoq7n-2"], [data-astro-transition-fallback="new"][data-astro-transition-scope="astro-tyfwoq7n-2"] { animation: none; mix-blend-mode: normal; }</style></head> <body> <header id="app-header" class="fixed top-0 z-[99] h-24 w-dvw select-none border-b border-b-secondary-200 bg-white pl-[env(safe-area-inset-left)] pr-[env(safe-area-inset-right)] font-sans md:h-16 md:text-sm dark:border-b-neutral-600 dark:bg-neutral-800"> <nav aria-label="Menu principal" class="grid h-full grid-cols-12 max-md:grid-flow-row-dense md:px-3 lg:px-6"> <div class="col-span-6 flex h-12 items-center max-md:pl-3 md:col-span-2 md:h-auto xl:col-span-2"> <a href="/" class="relative -left-1.5 rounded-lg border border-transparent px-1.5 pb-0.5 pt-1 font-serif text-xl tracking-wider outline-none transition-[border-color_shadow] hover:border-neutral-300 hover:shadow-md md:pb-1 md:pt-1.5 lg:-left-3 lg:px-3 dark:duration-0 dark:hover:border-neutral-500 dark:hover:transition-[border-color_shadow]"> Bailly.app </a> <a href="/nouveautés" class="inline-flex transform-gpu items-center gap-x-1.5 rounded-full bg-teal-100 px-2 py-1.5 font-sans text-xs font-medium text-teal-800 !outline-offset-0 transition-transform duration-75 hover:scale-110 dark:bg-teal-900 dark:text-teal-200"> 🎉 </a> </div> <div class="col-span-full h-[calc(theme(height.12)-1px)] w-full place-self-center border-x-secondary-200 border-t-neutral-200 max-md:border-t md:col-span-8 md:mx-0 md:h-full md:max-w-[calc(theme(screens.sm)+theme(spacing.12))] md:border-x xl:col-span-6 dark:border-x-neutral-600 dark:border-t-neutral-600"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).only=e;window.dispatchEvent(new Event("astro:only"));})();;(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="2nvDHQ" component-url="/_astro/SearchBar.BmjqKGv3.js" component-export="default" renderer-url="/_astro/client._xdvjEOK.js" props="{"data-astro-transition-persist-props":[0,true],"data-astro-transition-persist":[0,"astro-reusqsle-3"]}" ssr="" client="only" opts="{"name":"SearchBar","value":"solid-js"}" data-astro-transition-persist="astro-reusqsle-3" data-astro-transition-persist-props></astro-island> </div> <div class="col-span-6 flex h-12 items-center justify-end gap-x-4 font-semibold max-md:pr-3 md:col-span-2 md:h-auto xl:col-span-4 xl:gap-x-7"> <!--<NavigationItem ariaLabel="Explorer" icon="BookOpen" isActive={currentPath === "/explorer"} href="/explorer" name="Explorer" />--> <a aria-label="Signets" href="/signets" class="flex items-center transition dark:transition-none dark:hover:transition duration-100 ease-in-out max-xl:h-full xl:flex-col hover:text-primary-700 focus:text-primary-700 dark:hover:text-primary-500 dark:focus:text-primary-500"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="z-20 shrink-0 relative size-6 items-center"><path stroke-linecap="round" stroke-linejoin="round" d="M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0 1 11.186 0Z"></path></svg> <span class="max-xl:hidden">Signets</span> </a> <a aria-label="Paramètres" href="/paramètres" class="flex items-center transition dark:transition-none dark:hover:transition duration-100 ease-in-out max-xl:h-full xl:flex-col hover:text-primary-700 focus:text-primary-700 dark:hover:text-primary-500 dark:focus:text-primary-500"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="z-20 shrink-0 relative size-6 items-center"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"></path></svg> <span class="max-xl:hidden">Paramètres</span> </a> <a aria-label="À propos" href="/à-propos" class="flex items-center transition dark:transition-none dark:hover:transition duration-100 ease-in-out max-xl:h-full xl:flex-col hover:text-primary-700 focus:text-primary-700 dark:hover:text-primary-500 dark:focus:text-primary-500"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="z-20 shrink-0 relative size-6 items-center"><path stroke-linecap="round" stroke-linejoin="round" d="m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z"></path></svg> <span class="max-xl:hidden">À propos</span> </a> </div> </nav> </header> <main class="mt-24 pl-[env(safe-area-inset-left)] pr-[env(safe-area-inset-right)] md:mt-16"> <div class="p-6 lg:py-12 xl:grid xl:grid-cols-12"> <div class="wl:mx-6 mx-auto w-full max-w-screen-sm xl:col-span-6 xl:col-start-3"> <script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><script>window._$HY||(e=>{let t=e=>e&&e.hasAttribute&&(e.hasAttribute("data-hk")?e:t(e.host&&e.host.nodeType?e.host:e.parentNode));["click", "input"].forEach((o=>document.addEventListener(o,(o=>{if(!e.events)return;let s=t(o.composedPath&&o.composedPath()[0]||o.target);s&&!e.completed.has(s)&&e.events.push([s,o])}))))})(_$HY={events:[],completed:new WeakSet,r:{},fe(){}});</script><!--xs--><entry-article class="py-6 text-xl md:py-12" data-entry="{"word":"Φαῖνοψ","uri":"Phainops","htmlDefinition":"<span class=\"entreea\"><span class=\"grec\">Φαῖν·οψ,</span></span> <span class=\"gens\">οπος</span>\n<span class=\"art\">(<span class=\"grec\">ὁ</span>)</span> Phænops,\n<span class=\"ital\">h.</span> <span class=\"aut\">Il.</span>\n<span class=\"refch\">5, 152 ;</span> <span class=\"refch\">17, 312,\n584</span>.\n<div class=\"etymor\"><span class=\"etiqetymor\">Étym.</span>\n<span class=\"ital\">v. le préc.</span></div>\n","excerpt":"Φαῖν·οψ, οπος (ὁ) Phænops, h. Il. 5, 152 ; 17, 312, 584. Étym. v. le préc. "}" role="article"> <header class="mb-3 flex items-center lg:mb-6"> <span class="flex flex-1 items-center"> <a href="/phainops"> <span class="lg:hidden"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="z-20 shrink-0 relative size-6 items-center"><path stroke-linecap="round" stroke-linejoin="round" d="m11.25 9-3 3m0 0 3 3m-3-3h7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg> </span> <span class="grec max-lg:hidden">φαῖνοψ</span> </a> </span> <h1 class="grec shrink-0 text-2xl lg:text-3xl leading-loose font-bold text-center"> Φαῖνοψ </h1> <span class="flex flex-1 items-center justify-end"> <a href="/phainô"> <span class="lg:hidden"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="z-20 shrink-0 relative size-6 items-center"><path stroke-linecap="round" stroke-linejoin="round" d="m12.75 15 3-3m0 0-3-3m3 3h-7.5M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg> </span> <span class="grec max-lg:hidden">φαίνω</span> </a> </span> </header> <div class=" relative p-3 lg:p-6 font-serif text-xl border rounded-lg shadow-xl bg-white border-secondary-100 dark:bg-neutral-800 dark:border-neutral-700/50 dark:shadow-neutral-950"><astro-island uid="Zzi5bH" data-solid-render-id="s0" component-url="/_astro/TagToolbar.CdydQu9T.js" component-export="default" renderer-url="/_astro/client._xdvjEOK.js" props="{"slot":[0,"toolBar"],"entry":[0,{"word":[0,"Φαῖνοψ"],"uri":[0,"Phainops"],"htmlDefinition":[0,"<span class=\"entreea\"><span class=\"grec\">Φαῖν·οψ,</span></span> <span class=\"gens\">οπος</span>\n<span class=\"art\">(<span class=\"grec\">ὁ</span>)</span> Phænops,\n<span class=\"ital\">h.</span> <span class=\"aut\">Il.</span>\n<span class=\"refch\">5, 152 ;</span> <span class=\"refch\">17, 312,\n584</span>.\n<div class=\"etymor\"><span class=\"etiqetymor\">Étym.</span>\n<span class=\"ital\">v. le préc.</span></div>\n"],"excerpt":[0,"Φαῖν·οψ, οπος (ὁ) Phænops, h. Il. 5, 152 ; 17, 312, 584. Étym. v. le préc. "]}],"data-astro-transition-persist":[0,"astro-z2gjixmd-1"]}" ssr="" client="load" opts="{"name":"TagToolbar","value":true}" data-astro-transition-persist="astro-z2gjixmd-1" await-children=""><div data-hk=s000000 class="relative -right-1 -top-1 float-right h-8 w-36 lg:-right-2 lg:-top-2"></div><!--astro:end--></astro-island><!--!$--><div class=""><span class="entreea"><span class="grec">Φαῖν·οψ,</span></span> <span class="gens">οπος</span> <span class="art">(<span class="grec">ὁ</span>)</span> Phænops, <span class="ital">h.</span> <span class="aut">Il.</span> <span class="refch">5, 152 ;</span> <span class="refch">17, 312, 584</span>. <div class="etymor"><span class="etiqetymor">Étym.</span> <span class="ital">v. le préc.</span></div> </div></div> </entry-article> </div> </div> </main> </body></html>