*{box-sizing:border-box}dd,dl,figure,h1,h2,h3,h4,h5,input,p{margin:0;padding:0}a{text-decoration:none}h1,h2{font-weight:700}.counter span{background-color:#000;color:#fff;display:inline-block;height:100%;margin-right:3px;padding-top:.5rem;text-align:center;width:30px}dd,dt{display:inline}dd span{vertical-align:middle}.btn,input{background-color:#e7e7e7;border:4px solid #333;color:#333;display:inline-block;font-family:Fivo Sans;font-size:1rem;height:100%;padding:0 10px;position:relative;transition-duration:.4s;white-space:normal;z-index:999}.btn:active,.btn:hover,input:active,input:hover{background-color:#333;color:#e7e7e7;cursor:pointer}.btn:active,input:active{transform:translateY(8px)}.simple{display:flex;flex-direction:column;justify-content:center}time{text-transform:capitalize}.clickable{cursor:pointer}body{overflow-x:hidden}#author-component a,#title-component a{color:#000}#author-component a:hover,#title-component a:hover{color:red}#title-component h1 a{text-transform:uppercase}#title-component p{font-family:"Inria Serif"}#author-component a{color:#000;text-align:center}@media(max-width:767px)and (orientation:portrait){#author-component a{text-align:left}}#head-component h2{text-align:center;text-transform:uppercase}#header-component div p{background-color:red;border-radius:25px;color:#fff}#header-component>div:last-of-type time{text-align:center}@-webkit-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}#week-component h2{color:red;text-shadow:2px 2px #000}#week-component h3{font-family:"Inria Serif";font-weight:400}#km-total-component>div,#km-week-component>div{overflow:hidden}#timeline-component{position:relative}#timeline-component #travel{background:#333;position:relative}#timeline-component #travel span{background-color:#fff;background-image:linear-gradient(180deg,#fff,red);border-radius:20px;box-shadow:2px 2px 5px #000;display:block;overflow:hidden;position:relative}#timeline-component #travel span:after{-webkit-animation:load 1s ease-in-out infinite;animation:load 1s ease-in-out infinite;background-image:linear-gradient(-45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);background-size:50px 50px;border-radius:20px;content:"";overflow:hidden;position:absolute;z-index:1}#timeline-component>p{color:#fff;font-weight:700;position:absolute;text-shadow:2px 2px #000;z-index:999}@-webkit-keyframes load{0%{background-position:0 0}to{background-position:50px 50px}}@keyframes load{0%{background-position:0 0}to{background-position:50px 50px}}#duo-component>div{background-color:#fff380}.marquee{overflow:hidden;white-space:nowrap}.marquee p{-webkit-animation:marquee 15s linear infinite;animation:marquee 15s linear infinite;display:inline-block;will-change:transform}#textb p,#textd p{color:#fff}#textb{background-color:#000!important}#textb .marquee p{-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite}#textd{background-color:#333!important}@-webkit-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes marquee-reverse{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes marquee-reverse{0%{transform:translate(-100%)}to{transform:translate(0)}}#msg-component .btn{text-align:center}#clubs-component dd{vertical-align:middle}#graph-component svg{background-color:#e7e7e7;height:100%;width:100%}#graph-component svg *{vector-effect:non-scaling-stroke}#graph-component svg text{fill:#000;dominant-baseline:middle;text-anchor:middle;font-size:.8rem}#graph-component svg .texty text{text-anchor:end}#graph-component svg .line{stroke:#000;stroke-width:2px}#graph-component svg .line-dot{stroke:gray;stroke-dasharray:2;stroke-width:1px}#graph-component svg .legendx{transform:rotate(90deg);transform-origin:0 0}#graph-component svg rect{fill:red}#graph-component svg .curve{stroke:red;fill:none;stroke-width:4px;stroke-linecap:round}#location-component dt{text-transform:capitalize}#location-component dd{vertical-align:middle}#location-component #small-map{background-color:#e7e7e7}#misc-component>div:first-of-type{border-bottom:4px solid #000}#misc-component>div:first-of-type>div:first-of-type img{-webkit-animation:rotate 10s linear infinite;animation:rotate 10s linear infinite}#misc-component>div:first-of-type>div:last-of-type{background-color:#addfff}#misc-component p{text-align:center}@-webkit-keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}#week-imgs-component figure{background-color:#000}#week-imgs-component img,#week-imgs-component video{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}#week-imgs-component figcaption{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#infos-component marquee>div{border-right:2px solid #000;display:inline-block}#infos-component>div:first-of-type{background-color:#000}#infos-component>div:last-of-type{background-color:#fff}#infos-component h1{color:#fff}#ceremony>div:first-of-type{background-color:red;border-bottom:none;border-right:4px solid #000}#ceremony>div:first-of-type h4{text-align:center}@media(min-width:1200px){#ceremony>div:first-of-type{border-bottom:4px solid #000;border-right:none}}#program{background-color:#fff380!important;overflow-y:auto}#schema{background-color:#000}#schema h4{background-color:#fff;font-weight:400;text-align:center}#schema .card{position:relative}#schema .cardface{-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:hide;animation-name:hide;-webkit-animation-timing-function:linear;animation-timing-function:linear;position:absolute}#schema .cardface~img{transform:scaleX(-1)}@-webkit-keyframes hide{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes hide{0%,50%{opacity:1}51%,to{opacity:0}}@-webkit-keyframes flip{0%{transform:rotateY(0deg)}25%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}75%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}@keyframes flip{0%{transform:rotateY(0deg)}25%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}75%{transform:rotateY(180deg)}to{transform:rotateY(1turn)}}#post ul{list-style:none}#post .content>div:first-of-type,#post h5{font-family:"Inria Serif"}#post #wanderings a{color:#000;cursor:pointer}#post #wanderings li.opened a h4,#post #wanderings li:focus a h4,#post #wanderings li:hover a h4{background-color:#000;color:#fff}#post #post-head .picto,#post #post-head>div{text-align:center}#post #post-head h5{font-weight:400}#post #post-body li.handover-post .wandering-post-link{background-color:red}#post #post-body li .wandering-post-link{color:#000;display:block;text-align:center;width:100%}#post #post-body li .wandering-post-link:hover,#post #post-body li:not(.handover-post).opened .wandering-post-link,#post #post-body li:not(.handover-post).wandering-post-link:focus{background-color:#000;color:#fff}#post #post-body .content .text{overflow-y:auto}#post #post-body .content .gallery{overflow-x:hidden;overflow-y:auto}@media(min-width:992px){#post #post-body .content .gallery{overflow-x:auto;overflow-y:hidden}}#post #post-body .content .video{width:100%}@media(min-width:640px){#post #post-body .content .video{min-width:640px}}#post li:not(.opened) .content-container,.popup-container{display:none}.with-popup .popup-container{background-color:#ffffff75;height:100vh;margin-top:-100vh;padding:5rem;position:sticky;top:0;width:100vw;z-index:9998}@media(max-width:767px){.with-popup .popup-container{padding:1rem}}.with-popup .popup-container,.with-popup .popup-container *{box-sizing:border-box}.with-popup .popup-container .popup{background-color:#fff;border:4px solid #000;max-height:100%;max-width:100%;overflow:auto;padding:2rem;position:relative}.with-popup .popup-container .popup .cross{border-bottom:4px solid #000;border-left:4px solid #000;height:2rem;line-height:1.75rem;position:absolute;right:0;text-align:center;top:0;width:2rem}.with-popup .popup-container .popup .cross:hover{cursor:pointer}.with-popup .popup-container .popup p{line-height:1.25rem;margin-bottom:1rem}.with-popup .popup-container .popup h2{margin-bottom:1rem}.with-popup .popup-container .popup img,.with-popup .popup-container .popup video{display:block;max-height:calc(100vh - 14rem - 4px);max-width:calc(100vw - 14rem - 4px)}@media(max-width:767px){.with-popup .popup-container .popup img,.with-popup .popup-container .popup video{max-height:calc(100vh - 6rem - 4px);max-width:calc(100vw - 6rem - 4px)}}.with-popup.popup-img #popup-img,.with-popup.popup-live #popup-live,.with-popup.popup-project #popup-project{align-items:center;display:flex;flex-direction:row;justify-content:center}@media(min-width:768px){#popup-project .popup{padding:3rem}}#popup-project p{font-size:1.25rem;line-height:1.5rem;text-align:center}#popup-project p:not(:last-of-type){margin-bottom:2.5rem}#arrow{display:none;height:100%;position:absolute;right:0;z-index:1000}#arrow p{color:red;font-family:sans-serif;font-size:10rem}.jump{-webkit-animation:jump 5s linear;animation:jump 5s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media(min-width:1200px){.jump{align-items:center;display:flex!important}}@-webkit-keyframes jump{0%{bottom:0}10%{bottom:0}20%{bottom:-100px}30%{bottom:100px}40%{bottom:-100px}50%{bottom:100px}60%{bottom:-100px}70%{bottom:100px}80%{bottom:-100px}90%{bottom:0;visibility:visible}to{bottom:0;visibility:hidden}}@keyframes jump{0%{bottom:0}10%{bottom:0}20%{bottom:-100px}30%{bottom:100px}40%{bottom:-100px}50%{bottom:100px}60%{bottom:-100px}70%{bottom:100px}80%{bottom:-100px}90%{bottom:0;visibility:visible}to{bottom:0;visibility:hidden}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1);will-change:transform}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078a8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{background:hsla(0,0%,100%,.5);border:2px dotted #38f}.leaflet-container{font:12px/1.5 Helvetica Neue,Arial,Helvetica,sans-serif}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px rgba(0,0,0,.65)}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px rgba(0,0,0,.4)}.leaflet-control-layers-toggle{background-image:url(/dist/vendors-imgs/layers.png);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/dist/vendors-imgs/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers-expanded .leaflet-control-layers-toggle,.leaflet-control-layers .leaflet-control-layers-list{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/dist/vendors-imgs/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fff;background:hsla(0,0%,100%,.5);border:2px solid #777;border-top:none;box-sizing:border-box;font-size:11px;line-height:1.1;overflow:hidden;padding:2px 5px 1px;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid rgba(0,0,0,.2)}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{line-height:1.4;margin:13px 19px}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.4);color:#333}.leaflet-container a.leaflet-popup-close-button{background:transparent;border:none;color:#c3c3c3;font:16px/14px Tahoma,Verdana,sans-serif;font-weight:700;height:14px;padding:4px 4px 0 0;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:18px}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{border-bottom:1px solid #ddd;border-top:1px solid #ddd;overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:transparent;border:6px solid transparent;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}#map #compass,#map #compass-container{background-color:#fff;position:absolute;z-index:999}#map #compass{border-radius:50px}#map #compass p{font-weight:700}#map #compass>div{align-items:center;border-radius:50px;display:flex;flex-direction:row;justify-content:center;z-index:999}#map #compass>div>div{position:absolute}#map #compass>div>div:first-child,#map #compass>div>div:nth-child(2){text-align:center;width:100%}#map #compass>div>div:first-child{margin-top:5px;top:0}#map #compass>div>div:nth-child(2){bottom:0;margin-bottom:3px}#map #compass>div>div:nth-child(3),#map #compass>div>div:nth-child(4){align-items:center;display:flex;flex-direction:row;height:100%}#map #compass>div>div:nth-child(3){left:0;margin-left:7px}#map #compass>div>div:nth-child(4){margin-right:7px;right:0}#map .leaflet-control-zoom{border:none;display:flex;flex-direction:row;margin:0}#map .leaflet-control-zoom a{align-items:center;border:4px solid #000;border-bottom:none;border-radius:0;border-right:none;box-sizing:content-box;display:flex;flex-direction:row;height:30px;justify-content:center;width:30px}@media(min-width:1200px){#map .leaflet-control-zoom a{height:3vh;width:3vh}}#map .leaflet-control-attribution{display:none}#map svg#compass-pin{position:absolute}#map svg#compass-pin path{fill:red!important}.leaflet-container{background-color:#e7e7e7;font:inherit}.leaflet-popup-content-wrapper{border:4px solid #000;border-radius:0;box-shadow:none;color:#000;padding:0}.leaflet-popup-content{margin:0}.leaflet-popup-content h4{background-color:red;color:#fff;padding:.25rem .5rem}.leaflet-popup-content h4.wandering{background-color:#000}.leaflet-popup-content .popup-content{padding:0 .5rem}.leaflet-popup-content .card{min-width:250px;padding:.5rem}.leaflet-popup-content .btn{margin-top:.5rem;width:100%}.leaflet-popup-content p{margin:0}.leaflet-popup-tip{background-color:#000;box-shadow:none}main,section:not(:last-of-type){border:2px solid #000}@media(max-width:1200px){main{border-bottom:none}section{border-top:none}}main{background-color:#000;display:grid;grid-template-columns:repeat(6,16.6666666667%);height:auto;width:100%}main>:not(#arrow){background-color:#fff}main>:not(#arrow):not(#infos-component){border:2px solid #000}main>#infos-component{border-right:2px solid #000;border-top:2px solid #000}main>div>div:not(:last-of-type){border-bottom:4px solid #000}main{grid-template-areas:"title    title    title    title    author   author   " "title    title    title    title    author   author   " "texta    texta    texta    texta    texta    texta    " "head     head     head     head     head     head     " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "tkm      tkm      tkm      tkm      tkm      tkm      " "time     time     time     time     time     time     " "textc    textc    textc    textc    textc    textc    " "clubs    clubs    clubs    clubs    clubs    clubs    " "graph    graph    graph    graph    graph    graph    " "graph    graph    graph    graph    graph    graph    " "graph    graph    graph    graph    graph    graph    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "week     week     week     week     week     week     " "week     week     week     week     week     week     " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "speed    speed    speed    speed    speed    speed    " "textb    textb    textb    textb    textb    textb    " "user     user     user     user     user     user" "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "infos    infos    infos    infos    infos    infos    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    ";grid-template-rows:repeat(47,75px)}main #compass>div{border:4px solid #000}@media(min-width:1200px){main{grid-template-columns:repeat(11,9.0909090909%);grid-template-rows:repeat(20,5vh);height:100vh}main>#infos-component{border:2px solid #000}main{grid-template-areas:"title  title  title  author head   head   head   week   week   week   week " "title  title  title  author head   head   head   week   week   week   week " "title  title  title  author head   head   head   week   week   week   week " "tkm    tkm    tkm    tkm    map    map    map    map    map    texta  texta" "time   time   time   schem  map    map    map    map    map    duo    duo  " "clubs  clubs  clubs  schem  map    map    map    map    map    duo    duo  " "graph  graph  graph  schem  map    map    map    map    map    duo    duo  " "graph  graph  graph  schem  map    map    map    map    map    duo    duo  " "graph  graph  graph  schem  map    map    map    map    map    duo    duo  " "graph  graph  graph  schem  map    map    map    map    map    speed  speed" "graph  graph  graph  schem  map    map    map    map    map    textb  textb" "graph  graph  graph  schem  map    map    map    map    map    album  album" "graph  graph  graph  schem  map    map    map    map    map    album  album" "user   user   user   schem  map    map    map    map    map    album  album" "loc    loc    textc  textc  map    map    map    map    map    album  album" "loc    loc    misc   misc   map    map    map    map    map    album  album" "loc    loc    misc   misc   map    map    map    map    map    album  album" "loc    loc    misc   misc   map    map    map    map    map    album  album" "loc    loc    misc   misc   map    map    map    map    map    album  album" "infos  infos  infos  infos  infos  infos  infos  infos  infos  infos  infos"}}@media(max-width:767px)and (orientation:portrait){main{grid-template-areas:"title    title    title    title    title    title    " "title    title    title    title    title    title    " "author   author   author   author   author   author   " "texta    texta    texta    texta    texta    texta    " "head     head     head     head     head     head     " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "map      map      map      map      map      map      " "tkm      tkm      tkm      tkm      tkm      tkm      " "time     time     time     time     time     time     " "textc    textc    textc    textc    textc    textc    " "clubs    clubs    clubs    clubs    clubs    clubs    " "graph    graph    graph    graph    graph    graph    " "graph    graph    graph    graph    graph    graph    " "graph    graph    graph    graph    graph    graph    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "schem    schem    schem    schem    schem    schem    " "week     week     week     week     week     week     " "week     week     week     week     week     week     " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "duo      duo      duo      duo      duo      duo      " "speed    speed    speed    speed    speed    speed    " "textb    textb    textb    textb    textb    textb    " "user     user     user     user     user     user" "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "loc      loc      loc      loc      loc      loc      " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "album    album    album    album    album    album    " "infos    infos    infos    infos    infos    infos    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    " "misc     misc     misc     misc     misc     misc    ";grid-template-rows:repeat(48,75px)}}section:last-of-type{padding:10px;text-align:center}section:last-of-type dl,section:last-of-type dl a{display:inline}section:last-of-type dl a{color:red}section:last-of-type #show-more{display:inline}section:last-of-type #show-more.hide{display:none}section:last-of-type input{margin-left:10px}section:last-of-type input.hide{display:none}.box-col{display:flex;flex-direction:column;justify-content:space-between}.box-col>div{align-items:center;display:flex;flex-direction:row;height:100%}.pad-left{padding-left:10px}.pad-right{padding-right:10px}.pad{padding:10px}#title-component{grid-area:title}#title-component>div{align-items:center;display:flex;flex-direction:column;justify-content:center}#title-component>div p{line-height:1.25rem}#title-component>div *{text-align:center}@media(min-width:1200px){#title-component>div{align-items:flex-start}#title-component>div *{text-align:left}}#title-component>div h1 a{font-size:2.75rem}#title-component>div p{font-size:1rem}@media(min-width:1200px)and (max-width:1300px){#title-component>div h1 a{font-size:2.5rem}#title-component>div p{font-size:1rem}}@media(max-width:767px),(min-width:1300px)and (max-width:1680px){#title-component>div h1 a{font-size:2rem}#title-component>div p{font-size:1rem}}#author-component{grid-area:author}#author-component>div{align-items:center;display:flex;flex-direction:row;justify-content:center}#author-component a{font-size:2rem}@media(max-width:767px)and (orientation:portrait),(min-width:1200px)and (max-width:1680px){#author-component a{font-size:1.5rem}}#head-component{align-items:center;display:flex;flex-direction:row;grid-area:head;justify-content:center}#head-component h2{font-size:2rem}@media(max-width:767px)and (orientation:portrait){#head-component h2{font-size:1.5rem}}#header-component{grid-area:header}@media(max-width:1200px){#header-component{align-items:center;display:flex;flex-direction:row;justify-content:space-around}#header-component div{justify-content:center;width:50%}#header-component div:first-of-type{border-bottom:none;border-right:4px solid #000}}@media(max-width:767px)and (orientation:portrait){#header-component div{padding:10px}#header-component div:first-of-type{flex-direction:column;justify-content:space-between}}#week-component{grid-area:week}#week-component>div:first-of-type{justify-content:space-between}#week-component h2{font-size:2.5rem}@media(max-width:767px),(min-width:1200px)and (max-width:1680px){#week-component h2{font-size:2rem}}#week-component h3{font-size:2rem}@media(max-width:767px),(min-width:1200px)and (max-width:1680px){#week-component h3{font-size:1.5rem}}#km-total-component>div,#km-week-component>div{height:100%}#km-total-component dl,#km-week-component dl{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;height:100%}@media(min-width:1200px){#km-total-component dl,#km-week-component dl{flex-wrap:nowrap}}#km-total-component dd,#km-week-component dd{font-size:2.5rem;margin-left:3px}#km-total-component{grid-area:tkm}@media(min-width:1200px)and (max-width:1530px){#km-total-component dt{width:40%}#km-total-component dd{width:60%}}#km-week-component{grid-area:wkm}@media(min-width:1200px)and (max-width:1530px){#km-week-component dt{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;width:30%}#km-week-component dd{width:70%}}#timeline-component{align-items:center;display:flex;flex-direction:row;grid-area:time;width:100%}#timeline-component #travel{height:100%;padding:10px;width:100%}#timeline-component #travel span{height:100%;width:0}#timeline-component #travel span:after{bottom:0;left:0;right:0;top:0}#timeline-component>p{padding-right:20px;right:0}#map-component{grid-area:map}#map-component #map{height:100%}#map-component #map #compass-container{align-items:center;border-bottom:4px solid #000;border-left:4px solid #000;display:flex;flex-direction:row;height:100px;justify-content:center;right:0;width:100px}#map-component #map #compass>div{height:60px;width:60px}#duo-component{grid-area:duo}#duo-component>div{height:50%}#duo-component div>div:first-of-type{height:100%;width:25%}#duo-component div>div:last-of-type{width:75%}#duo-component img,#duo-component video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}#duo-component dd,#duo-component dt,#duo-component h4,#duo-component p{font-size:1.25rem}@media(min-width:1200px)and (max-height:900px){#duo-component dd,#duo-component dt,#duo-component h4,#duo-component p{font-size:1rem}}#duo-component dt{line-height:1.25rem}#duo-component #guest,#duo-component #juggling{align-items:flex-start}#duo-component #guest dl{display:flex;flex-direction:row}.marquee{width:100%}.marquee p{padding-left:100%}.marquee p span.line-through{text-decoration:line-through}.banner p{font-size:1.5rem}@media(min-width:1200px){#texta p{-webkit-animation:marquee-reverse 15s linear infinite;animation:marquee-reverse 15s linear infinite;padding-left:-100%}}#texta{grid-area:texta}#textb{grid-area:textb}#textc{grid-area:textc}#textd{grid-area:textd}#msg-component{grid-area:msg;height:100%;position:relative;right:0;top:0}#msg-component .btn{width:100%}#clubs-component{grid-area:clubs}#clubs-component dl{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}#clubs-component dt{margin-left:10px}#clubs-component dd{font-size:2.5rem;margin-right:10px}@media(min-width:1200px)and (max-width:1530px){#clubs-component dt{width:45%}#clubs-component dd{width:55%}}#speed-component{grid-area:speed}#speed-component>div div:first-of-type{align-items:baseline;display:flex;overflow:hidden}#speed-component>div div:first-of-type dt{white-space:nowrap}#graph-component{grid-area:graph}#location-component span,#user-location-component span{font-size:2rem}@media(min-width:1200px)and (max-width:1620px){#location-component span,#user-location-component span{font-size:1.25rem}}@media(min-width:1200px){#location-component .row,#user-location-component .row{height:5vh}}#user-location-component{grid-area:user}#user-location-component>div,#user-location-component>div>div{align-items:center;display:flex;flex-direction:row}#user-location-component .row{height:100%}#location-component{display:flex;flex-direction:column;grid-area:loc;max-height:100%}#location-component #small-map{height:100%;width:100%}#location-component #satellite{align-items:center;display:flex;flex-direction:row}#misc-component{grid-area:misc}#misc-component video{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}#week-imgs-component{grid-area:album}#week-imgs-component figure{display:flex;flex-direction:column;height:100%;max-width:100%}#week-imgs-component img,#week-imgs-component video{height:100%;width:100%}#week-imgs-component div{height:10%;padding:0 20px 0 10px}#infos-component{grid-area:infos}#infos-component,#infos-component>div{align-items:center;display:flex;flex-direction:row}#infos-component>div{height:100%;justify-content:center}#infos-component h1{padding:10px}#infos-component>div:first-of-type{width:15%}@media(min-width:1200px){#infos-component>div:first-of-type{width:7%}}@media(max-width:767px)and (orientation:portrait){#infos-component>div:first-of-type{width:30%}}#infos-component>div:last-of-type{width:85%}@media(min-width:1200px){#infos-component>div:last-of-type{width:93%}}@media(max-width:767px)and (orientation:portrait){#infos-component>div:last-of-type{width:70%}}#infos-component .marquee p{font-size:2rem}#schema{align-items:center;display:flex;flex-direction:column;grid-area:schem;justify-content:center;width:100%}#schema .scene{perspective:800px}#schema .scene,#schema .scene .card{height:100%;width:100%}@media(min-width:1200px){#schema .scene .card{background-color:#fff}}#schema .scene .cardface{z-index:999}#schema .scene img{height:100%;width:100%}#post{display:block;grid-area:post}#post ul{margin:0;padding:0}#post>div{border:2px solid #000}#post #post-head h4,#post #post-head h5,#post #post-head p,#post .content-container h5,#post .wandering-post-link{font-size:1.5rem}#post #wanderings{width:100%}#post #wanderings ul li:not(:last-of-type){border-bottom:4px solid #000}#post #wanderings ul h4{font-size:1.5rem}@media(min-width:1200px)and (max-width:1480px){#post #wanderings ul h4{text-align:center}}#post #post-container{width:100%}#post #post-head{border-bottom:4px solid #000;display:flex;flex-direction:column}#post #post-head>div{width:100%}#post #post-head>div:first-of-type{border-bottom:4px solid #000;border-right:none}#post #post-head>div:last-of-type{display:flex;flex-direction:column}#post #post-head>div:last-of-type div{width:100%}#post #post-head>div:last-of-type div:not(:first-of-type){border-left:none}@media(min-width:1200px){#post{align-items:stretch;display:flex;flex-direction:row;justify-content:space-between}#post #wanderings{width:10%}#post #post-container{width:90%}}@media(min-width:992px){#post #post-head{display:flex;flex-direction:row;justify-content:space-between}#post #post-head>div:first-of-type{border-bottom:none;border-right:4px solid #000;width:30%}#post #post-head>div:last-of-type{display:flex;flex-direction:row;width:70%}#post #post-head>div:last-of-type>div:not(:first-of-type){border-left:4px solid #000}}#post #post-body ul{width:100%}#post #post-body .content,#post #post-body .content-container,#post #post-body>ul>li:not(:first-of-type){border-top:4px solid #000}#post #post-body .content{display:block;height:auto}#post #post-body .content .text{border-right:none;width:100%}#post #post-body .content .text h1,#post #post-body .content .text h2,#post #post-body .content .text h3,#post #post-body .content .text ol,#post #post-body .content .text p,#post #post-body .content .text ul{line-height:1.25rem;margin-bottom:20px}#post #post-body .content .text h2{font-size:1.25rem;font-weight:400;text-transform:uppercase}#post #post-body .content .text h3{font-size:1.25rem}#post #post-body .content .text h4{font-size:1rem}#post #post-body .content .text ul{list-style-type:disc}#post #post-body .content .text ol,#post #post-body .content .text ul{padding-left:1rem}#post #post-body .content .text blockquote,#post #post-body .content .text em,#post #post-body .content .text i{font-style:italic}#post #post-body .content .text strong{font-weight:700}#post #post-body .content .text a{color:red}@media(min-width:992px){#post #post-body .content{display:flex;flex-direction:row;height:500px}#post #post-body .content .text{border-right:4px solid #000;width:30%}}#post #post-body .content .gallery{display:block;height:auto;width:100%}#post #post-body .content .gallery figure{display:flex;flex-direction:column;height:100%}#post #post-body .content .gallery figure:first-of-type{border-top:4px solid #000}#post #post-body .content .gallery img,#post #post-body .content .gallery video{max-height:100%;max-width:100%}@media(min-width:992px){#post #post-body .content .gallery{display:flex;flex-direction:row;height:100%;width:70%}#post #post-body .content .gallery figure:first-of-type{border-top:none}#post #post-body .content .gallery img,#post #post-body .content .gallery video{height:100%;max-height:none;max-width:none;width:auto}}#post #post-body .content .full-width{border-right:none;width:100%}#qrcode{border:4px solid #000;box-sizing:content-box;height:calc(15vh - 4px);position:absolute;right:0;top:0;z-index:1000}@font-face{font-family:Fivo Sans;font-style:normal;font-weight:400;src:url(/dist/fonts/fivo_sans_regular.woff2) format("woff2")}@font-face{font-family:Fivo Sans;font-style:normal;font-weight:600;src:url(/dist/fonts/fivo_sans_bold.woff2) format("woff2")}@font-face{font-family:"Inria Serif";font-style:normal;font-weight:400;src:url(/dist/fonts/inria_serif_regular.woff2) format("woff2")}@font-face{font-family:"Inria Serif";font-style:italic;font-weight:400;src:url(/dist/fonts/inria_serif_italic.woff2) format("woff2")}@font-face{font-family:"Inria Serif";font-style:normal;font-weight:600;src:url(/dist/fonts/inria_serif_bold.woff2) format("woff2")}@font-face{font-family:"Inria Serif";font-style:italic;font-weight:600;src:url(/dist/fonts/inria_serif_bold_italic.woff2) format("woff2")}:root{font-family:Fivo Sans;font-size:1em}body,html{margin:0;padding:0}[hidden]{display:none!important}
/*# sourceMappingURL=app.css.map*/