@charset "UTF-8";*{box-sizing:border-box}html{line-height:1.2}body{margin:0;font-family:palatino,monospace;font-style:italic;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:Consolas,monospace!important;font-size:.4em!important;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:100%;border:.5rem solid #57cc8a}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{color:#fff}.post-meta>div{display:flex;align-items:center;flex-wrap:wrap;gap:.2em;font-size:.8em}.post-meta>div>.icon{margin-right:.4em}.post-content>pre,.post-content .highlight{margin:1em 0}.post-content>pre,.post-content .highlight>pre,.post-content .highlight>div{border-left:.4em solid rgba(87,204,138,.8);padding:1em}.post-content blockquote{border-left:.4em solid rgba(87,204,138,.8);margin:1em 0;padding:.5em 1em;background:#242930}.post-content blockquote p{margin:.5em 0}.post-content img{max-width:100%}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}code,pre{font-family:Palatino,times,serif}.my-header{position:fixed;top:0;left:0;width:100%;height:80px;background:#d3d3d3;display:flex;align-items:center;z-index:100;margin:0;padding:0 1em;box-sizing:border-box}body{margin:0;padding:0}.my-header-avatar{width:54px;height:75px}.my-header-title{text-align:center;flex-grow:1;font-family:palatino,palatino linotype,book antiqua,serif;font-size:18pt;color:olive}.my-header-menu{margin-right:10px;font-family:palatino,palatino linotype,book antiqua,serif;color:#6495ed}.my-header-menu-item:hover,.my-header-menu-item:focus{color:#114077}.my-container{display:flex;height:calc(100vh - 80px);flex-direction:row;margin-top:80px}.infos{width:20%;min-width:180px;background-color:#eee;overflow-y:auto;padding:1em;border-right:1px solid #ddd;box-sizing:border-box;z-index:1000;font-size:10pt;font-family:sans-serif;font-style:normal;color:#000}.info-title{text-align:center;background-color:#9acd32;color:#000}.images{flex:1;background:#ddd;overflow-y:auto;padding:1em;box-sizing:border-box}.gallery-viewer{margin:2rem auto;padding:0 1rem}.gallery-viewer .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem}.gallery-viewer img:hover{transform:scale(1.02)}.photo-viewer{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%;background:0 0;overflow:hidden;z-index:200}.photo-viewer img{max-width:98%;max-height:98%;width:auto;height:auto;object-fit:contain;display:block;margin:auto;border-radius:7px;box-shadow:0 0 24px #000c}.close-modal{font-size:2em;color:#333;margin-bottom:1em;cursor:pointer;user-select:none;background:0 0}.tooltip-pop{position:fixed;z-index:1340;background:rgba(10,10,10,.85);color:#eee;padding:3px 8px;border-radius:5px;font-size:13px;pointer-events:none;opacity:0;transition:opacity .16s;box-shadow:0 2px 7px rgba(0,0,0,.14);max-width:220px;white-space:pre-line}.person-item{cursor:pointer;transition:color .2s,background-color .2s;padding:2px 4px;border-radius:3px}.person-item:hover{color:#f60;background-color:rgba(255,102,0,.1)}