@import url(https://fonts.googleapis.com/css2?family=BioRhyme:wght@200;300;400;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--text-color:#0e0e0e;--text-color-button:#fffeff;--text-muted:#9a999a;--text-ok:#1b998b;--background-color:#fafafa;--background-header-color:#efefef;--input-color:#eee;--slider-background:#dfdfdf;--slider-btn-background:#f4f5f5;--slider-btn-color:#0e0e0e;--xp-bg-color-formation:rgba(158,228,147,0.3);--xp-bg-color-pro:rgba(246,190,154,0.3);--xp-bg-color-formation-hovered:rgba(158,228,147,0.5);--xp-bg-color-pro-hovered:rgba(246,190,154,0.5);--xp-bg-color-formation-bullet:#9ee493;--xp-bg-color-pro-bullet:rgba(246,189,154,0.759);--text-font:"Space Mono"}:root,:root.dark{--accent-color:#02a9ea;--accent-color-darker:#0094ce;--link-color:#02a9ea;--navbar-height:70px;--base-font-size:62.5%;--body-font-size:1.6rem;--small-font-size:1rem;--button-font-size:1.4rem;--h1-font-size:6.5rem;--h2-font-size:4.1rem;--h3-font-size:2.54rem;--h4-font-size:1.6rem;--h5-font-size:1rem;--title-font:"BioRhyme"}:root.dark{--text-color:#fffeff;--text-color-button:#fffeff;--text-muted:#9a999a;--text-ok:#1b998b;--background-color:#0e0e0e;--background-header-color:#211e1e;--input-color:#1b1919;--slider-background:#282828;--slider-btn-background:#171515;--slider-btn-color:#fffeff;--xp-bg-color-formation:rgba(158,228,147,0.3);--xp-bg-color-pro:rgba(246,190,154,0.3);--xp-bg-color-formation-hovered:rgba(158,228,147,0.4);--xp-bg-color-pro-hovered:rgba(246,190,154,0.4);--xp-bg-color-formation-bullet:#9ee493;--xp-bg-color-pro-bullet:#f6bd9a;--text-font:"Space Mono"}@keyframes FadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:FadeIn .3s ease-in}select,select:active,select:focus{border:none;box-shadow:none;color:var(--text-color);background-color:inherit;cursor:pointer}html{font-size:var(--base-font-size);color:var(--text-color);background-color:var(--background-color)}body{font-size:var(--body-font-size);font-family:var(--text-font),sans-serif;overflow-x:hidden!important;text-overflow:hidden!important}.navbar{background-color:var(--background-color)}.space-around{justify-content:space-around}.space-between{justify-content:space-between}.h-100{height:100%}.w-100{width:100%}.w-75{width:75%}.w-50{width:50vw}.m-auto{margin:auto}.mt-auto{margin-top:auto}.text-break{white-space:pre-line}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mr-xs{margin-right:2rem}.mr-sm{margin-right:4rem}.mr-md{margin-right:6rem}.mr-lg{margin-right:8rem}.ml-xs{margin-left:2rem}.ml-sm{margin-left:4rem}.ml-md{margin-left:6rem}.ml-lg{margin-left:8rem}.mt-xs{margin-top:2rem}.mt-sm{margin-top:4rem}.mt-md{margin-top:6rem}.mt-lg{margin-top:8rem}.mb-xs{margin-bottom:2rem}.mb-sm{margin-bottom:4rem}.mb-md{margin-bottom:6rem}.mb-lg{margin-bottom:8rem}.text-start{text-align:start}.text-end{text-align:end}.text-normal{font-weight:400}.text-light{font-weight:lighter}.text-bold{font-weight:700}.font-rhyme{font-family:"BioRhyme"}.font-space{font-family:"Space Mono"}.font-size-sm{font-size:var(--small-font-size)}button{font-family:"Space Mono"}a{color:var(--text-color);text-decoration:none}#logo img{max-width:4rem;margin-right:4rem;display:flex}#logo.bigger img{max-width:5rem;margin-right:0!important}input,textarea{border:1px solid var(--slider-background);border-radius:2rem;padding:1rem;height:auto;max-height:2rem;display:flex;flex:auto;font-size:var(--body-font-size);background:var(--input-color);color:var(--text-color)}input:hover,textarea:hover{outline:none!important;background:var(--slider-background)}textarea{min-height:250px}input:focus,textarea:focus{outline:none!important;background:var(--slider-background)}input,textarea::placeholder{font-family:"Space Mono"}a:visited{color:var(--text-color)}#show-menu-container{cursor:pointer;height:2rem;display:flex;align-items:center;justify-content:center;grid-gap:40px;gap:40px}#show-menu{display:block;position:relative;width:20px;height:2px;background-color:var(--text-color);border-radius:1px;transition:transform .2s ease-in}#show-menu:before{top:-8px}#show-menu:after,#show-menu:before{transition:all .2s ease-in;position:absolute;width:100%;height:2px;content:"";background-color:var(--text-color);border-radius:1px}#show-menu:after{display:block;top:8px}#show-menu.triggered:before{transform-origin:center left;width:115%;transform:rotate(45deg)}#show-menu.triggered{background-color:var(--background-color)}#show-menu.triggered:after{transform-origin:center left;width:115%;transform:rotate(-45deg)}.container-content{padding-top:calc(var(--navbar-height) + 80px)}.input-layout{display:flex;flex-flow:column;flex:auto;text-align:start}.input-error{font-size:1.4rem;font-weight:700;color:red;margin:.5rem 1rem}@media (min-width:100px){body{padding:0!important}.text-align-left-sm{text-align:left}.container{position:relative;margin-left:0!important;margin-right:0!important}.fullscreen{min-height:calc(100vh - var(--navbar-height) - 10rem);width:auto!important;padding:2rem}.background-header{display:block;font-family:var(--title-font);position:fixed;top:0;left:50%;transform:translate(-50%);text-transform:uppercase;font-size:9rem;color:var(--background-header-color);z-index:-1}.not-found--header{position:absolute;margin:0;padding:0;text-align:center}.background-header--not-found{color:var(--text-color);font-size:var(--h1-font-size);text-transform:capitalize;font-weight:700}.gap{grid-gap:1rem;gap:1rem}#home-grid{grid-template-columns:repeat(1,1fr)!important;justify-content:center;align-items:center;grid-gap:3rem!important;gap:3rem!important}#hobbies-container{width:100%!important}#hobbies-grid{grid-template-columns:repeat(1,1fr)!important;justify-content:center;grid-gap:3rem!important;gap:3rem!important}#skill-grid{grid-template-columns:repeat(1,1fr)!important;grid-gap:7rem!important;gap:7rem!important}#contact-col{width:100%!important;grid-gap:1rem!important;gap:1rem!important}.column.center-v{justify-content:unset!important}.navbar{display:none}.navbar-mobile{position:sticky;overflow:hidden;transition:max-height .2s ease-in;flex-direction:column;padding:3.5rem;bottom:0;left:0;right:0;max-height:auto;background-color:var(--background-header-color);z-index:2}.navbar-mobile,.navbar-mobile--buttons-row{display:flex;justify-content:space-between;align-items:center}.navbar-mobile--buttons-row{margin:auto 0;width:100%}.navbar-mobile--actions{text-align:center;transition:all .5s ease-out;width:100%;overflow:hidden;max-height:0}.navbar-mobile--actions.open{max-height:500px}#navbar-mobile--grid{padding:2rem 0;align-items:center;grid-template-columns:repeat(1,1fr)!important;grid-gap:55px;gap:55px}.navbar-mobile--link{text-transform:uppercase;font-family:"BioRhyme"}.navbar-mobile--link-active{color:var(--accent-color)!important}.navbar-mobile #plus-icon{font-size:2.4rem;color:var(--text-color)}.xp--container{width:100%!important}.xp--timeline{left:-.2rem!important}.xp--content-container{width:100%!important;margin-left:2rem}.xp--container>.xp--content-container:nth-child(odd){margin-left:none;justify-content:flex-start}.xp--container>.xp--content-container:before{right:calc(100% + 1rem)!important}.xp--content .xp--content-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;text-align:left}.xp--content .xp--content-header>div{text-align:left}.xp--content{width:100%!important}.xp--date-container{display:none}.w-50{width:80vw}}@media (min-width:768px){.w-50{width:60vw}.text-align-left-sm{text-align:unset}.xp--date-container>span:first-of-type{top:1rem}.container{position:relative!important;margin-left:auto!important;margin-right:auto!important}.xp--date-container{display:flex}.fullscreen{height:auto;width:100vw;padding:calc(var(--navbar-height) + 40px) 0 0 0}.column.center-v{justify-content:center!important}#home-grid{grid-template-columns:repeat(2,1fr)!important}#hobbies-container{width:80%!important}#hobbies-grid{grid-template-columns:repeat(2,1fr)!important}#hobbies-grid>.left,#hobbies-grid>.right{text-align:start}.background-header{top:calc(var(--navbar-height) - 40px);font-size:18rem}.xp--timeline{left:calc(50% - .2rem)!important}.xp--content-container{width:50%!important;margin-left:0!important}.xp--container>.xp--content-container:nth-child(odd){margin-left:auto!important;justify-content:flex-end}.xp--container>.xp--content-container:before{right:calc(100% - 1rem)!important}.xp--container>.xp--content-container:nth-child(2n):before{right:-1rem!important}.xp--content{width:85%!important}.xp--content-dates{display:none}.xp--content .xp--content-header{display:block}}@media (min-width:992px){body{padding:0 4rem}.xp--date-container>span:first-of-type{top:calc(var(--navbar-height) + 10px)}.w-50{width:50vw}.container{max-width:980px}.fullscreen{min-height:calc(100vh - var(--navbar-height));width:100vw}.background-header{font-size:11vw}#skill-grid{grid-template-columns:repeat(3,1fr)!important;grid-gap:10rem!important;gap:10rem!important}.column.center-v{justify-content:center!important}.navbar-mobile{display:none}.navbar{z-index:999;position:fixed;left:0;right:0;height:var(--navbar-height)!important;padding:0 30px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}a.navbar--link{cursor:pointer;position:relative;transition:all .2s ease-in;text-transform:uppercase;opacity:.5;font-family:var(--title-font),serif;font-weight:400;font-size:1.6rem}.navbar--left{height:70px}.navbar--left,.navbar--right{display:flex;flex-direction:row;align-items:center}.navbar--link:not(:last-child),.navbar--right :not(:last-child){margin-right:3rem}.navbar--link:last-child{margin-left:3rem}.navbar--link:hover{opacity:1}a.navbar--link.navbar--link-active{font-weight:700;opacity:1}.navbar--link-active:after{position:absolute;content:"";top:130%;left:0;right:0;height:7px;background-color:var(--accent-color);border-radius:5px 0;opacity:1}.gap{grid-gap:2.2rem;gap:2.2rem}}@media (min-width:1400px){.container{max-width:1366px!important}.navbar{left:50%;transform:translate(-50%);width:1288px}.xp--container{width:75%!important}#hobbies-container{width:50%!important}#hobbies-grid{justify-content:space-between;align-items:center;grid-gap:10rem!important;gap:10rem!important}#contact-col{width:60%!important;grid-gap:2.2rem!important;gap:2.2rem!important}}.button{padding:.8rem 2.6rem;border-radius:2rem;border:none;text-transform:uppercase;cursor:pointer;font-size:var(--button-font-size);font-weight:bolder;transition:all .15s ease-in;background-color:var(--accent-color);color:var(--text-color-button)!important;white-space:nowrap}.button:disabled{opacity:.3!important;cursor:not-allowed!important}.button:hover{background-color:var(--accent-color-darker)}.button-outlined{border:1px solid var(--accent-color);color:var(--accent-color)!important;background-color:initial}.button-outlined:hover{color:#fff!important;background-color:var(--accent-color)}.profile-picture--container{overflow:hidden;border-radius:50%;width:210px;height:210px}.profile-picture--container img{width:100%}.center-h{text-align:center;justify-content:center;align-items:center}.center-v{margin-top:auto;margin-bottom:auto}.column.center-v{justify-content:center}.column{display:flex;flex-direction:column}.row{display:flex;flex-direction:row;align-items:center}.underlined{position:relative}.underlined:after{position:absolute;top:50%;width:110%;height:60%;left:-5%;content:"";border-radius:5px 0;background-color:var(--xp-bg-color-pro);z-index:-1}h1,h2,h3,h4,h5,h6{margin:0;font-family:"BioRhyme"}h1{font-size:var(--h1-font-size)!important}h2{font-size:var(--h2-font-size)!important}h3{font-size:var(--h3-font-size)!important}h4{font-size:var(--h4-font-size)!important}h5{font-size:var(--h5-font-size)!important}.grid-wrapper{display:grid}#home-grid{align-items:center;grid-gap:5rem}#home-grid,#skill-grid{justify-content:space-between;gap:5rem}#skill-grid{grid-template-columns:repeat(3,1fr);justify-items:flex-start;grid-gap:5rem}.grid-item{display:grid;align-items:center;grid-row-gap:1.5rem;row-gap:1.5rem;grid-template-columns:repeat(2,1fr)}.text-muted{color:var(--text-muted)}.text-ok{color:var(--text-ok);font-weight:700}.text-ok:after{content:"Ok"}.slider{position:relative;width:34px;height:22px;border-radius:11px;background-color:var(--slider-background);cursor:pointer}.slider:before{display:inline-block;transition:transform .2s ease-in;position:absolute;width:34px;height:34px;border-radius:50%;top:50%;left:50%;transform:translate(-100%,-50%);color:var(--slider-btn-color);background-color:var(--slider-btn-background);background-image:url(/static/media/sun-solid.c1e4586c.svg);background-repeat:no-repeat;background-position:50%;border:1px solid var(--slider-btn-color);content:"";backface-visibility:hidden;-moz-backface-visibility:hidden;-webkit-backface-visibility:hidden;z-index:1}.slider.active:before{transform:translateY(-50%);background-image:url(/static/media/moon-solid.974e269f.svg)}.slider.active:hover:before{transform:translateY(-50%) scale(110%)}.slider:hover:before{transform:translate(-100%,-50%) scale(110%)}.xp--container{position:relative;display:flex;flex-flow:column nowrap;min-height:500px;margin-left:auto;margin-right:auto;padding:4rem 0}.xp--timeline{position:absolute;width:.2rem;height:100%;top:0;background:linear-gradient(var(--xp-bg-color-pro-bullet),var(--xp-bg-color-formation-bullet))}.xp--content-container{position:relative;display:flex}.xp--container>.xp--content-container:not(:last-child){margin-bottom:6rem}.xp--date-container{width:85%;position:absolute;top:0;bottom:0;left:calc(100% + 3rem);flex-direction:column;justify-content:space-between;align-items:flex-start;font-family:"Source Sans Pro";font-weight:700;color:var(--text-color);text-transform:capitalize}.xp--date-container:nth-child(odd){left:calc(-100% + 3rem);align-items:flex-end}.xp--date-container>span:first-of-type{position:sticky;height:5rem}.xp--date-container>span{font-size:2rem}.xp--container>.xp--content-container:before{position:absolute;border-radius:50%;top:0;content:"";width:2.2rem;height:2.2rem}.xp--container .xp--content-container .xp--content-pro:before{background-color:var(--xp-bg-color-pro)!important}.xp--content{display:flex;flex-direction:column;justify-content:space-between;text-align:center;padding:2rem;border-radius:2rem}.xp--content-pro{transition:background .2s ease-in;background-color:var(--xp-bg-color-pro)}.xp--content-pro:hover{background-color:var(--xp-bg-color-pro-hovered)}.xp--content-pro-b,.xp--content-pro-b:before{transition:background-color .2s ease-in}.xp--content-pro-b:before{background-color:var(--xp-bg-color-pro)}.xp--content-pro-b:hover:before{background-color:var(--xp-bg-color-pro-bullet)}.xp--content-formation{transition:.2s ease-in;background-color:var(--xp-bg-color-formation)}.xp--content-formation:hover{background-color:var(--xp-bg-color-formation-hovered)}.xp--content-formation-b,.xp--content-formation-b:before{transition:background-color .2s ease-in}.xp--content-formation-b:before{background-color:var(--xp-bg-color-formation)}.xp--content-formation-b:hover:before{background-color:var(--xp-bg-color-formation-bullet)}.xp--content .xp--content-header{font-family:"BioRhyme";font-size:2rem;font-weight:700;text-transform:uppercase}.xp--content .xp--content-desc{margin:2rem 0;display:block;font-family:"Space Mono";font-size:1.6rem;text-align:start}.xp--content .xp--content-technos{align-self:flex-end;justify-content:flex-start;display:flex;flex-flow:row wrap;font-size:1.4rem;color:var(--text-color);font-weight:bolder}.xp--content .xp--content-technos>div:before{content:"#"}.xp--content .xp--content-technos>div:not(:last-child){margin-right:1rem}.xp--content .xp--content-dates{font-size:.7em;text-transform:capitalize;text-align:right!important}.xp--content .xp--content-tasks{text-align:start}.xp--legend{display:flex;flex-direction:column;position:fixed;bottom:20%;right:10%}.circle-pro{background-color:var(--xp-bg-color-pro-bullet)}.circle-formation,.circle-pro{width:14px;height:14px;border-radius:50%}.circle-formation{background-color:var(--xp-bg-color-formation-bullet)}.typed-cursor{margin-top:4rem;font-size:var(--h2-font-size);margin-left:-1rem}