.slide-out-enter-active[data-v-f19d4e3e],.slide-out-leave-active[data-v-f19d4e3e]{transition:transform .7s ease-in-out}.slide-out-enter[data-v-f19d4e3e],.slide-out-leave-to[data-v-f19d4e3e]{transform:translateY(-100%);animation:roundTransition-f19d4e3e .7s ease-in-out}.loader[data-v-f19d4e3e]{width:150%;height:120%;background:var(--color-background-primary);position:fixed;z-index:999;top:0;left:-25%;display:flex;justify-content:center;align-items:center;flex-direction:column}.loader .logo[data-v-f19d4e3e]{width:10rem;margin-bottom:5rem;filter:var(--filter-img);position:relative;bottom:10vh}.loader .loading[data-v-f19d4e3e]{width:30%;height:.2rem;position:relative;bottom:10vh}.loader .loading[data-v-f19d4e3e]:before{content:"";position:absolute;top:0;left:0;height:.2rem;background:var(--color-text-secondary);animation:loading-f19d4e3e 1s linear 1s forwards;z-index:0}.loader .loading[data-v-f19d4e3e]:after{content:"";position:absolute;top:0;left:0;height:.2rem;background:var(--color-primary);animation:loading-f19d4e3e .5s linear 2s forwards;z-index:1}@keyframes loading-f19d4e3e{0%{width:0}to{width:100%}}@keyframes roundTransition-f19d4e3e{0%{border-radius:0 0 50% 50%}60%{border-radius:0 0 50% 50%}to{border-radius:0}}#burger[data-v-eec64ba2]{position:relative;overflow:hidden;background:var(--color-primary);border-radius:50%;padding:1rem;z-index:999;align-self:center}#burger[data-v-eec64ba2]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}#burger[data-v-eec64ba2]:hover:before{animation-name:circleHover}#burger[data-v-eec64ba2]:not(:hover):before{animation-name:circleRelease}#burger .burger--active .burger__button[data-v-eec64ba2]{transform:rotate(-180deg)}#burger .burger--active .button__bar--1[data-v-eec64ba2]{transform:rotate(45deg)}#burger .burger--active .button__bar--2[data-v-eec64ba2]{opacity:0}#burger .burger--active .button__bar--3[data-v-eec64ba2]{transform:rotate(-45deg)}#burger .burger__button[data-v-eec64ba2]{position:relative;height:30px;width:32px;display:block;z-index:999;border:0;border-radius:0;background-color:transparent;pointer-events:all;transition:transform .6s cubic-bezier(.165,.84,.44,1)}#burger .burger__button:hover .button__bar--2[data-v-eec64ba2]{transform:scaleX(1)}#burger .burger__button .button__bar[data-v-eec64ba2]{background:#fff;position:absolute;top:50%;right:6px;left:6px;height:2px;width:auto;margin-top:-1px;transition:transform .6s cubic-bezier(.165,.84,.44,1),opacity .3s cubic-bezier(.165,.84,.44,1),background-color .6s cubic-bezier(.165,.84,.44,1)}#burger .burger__button .button__bar--1[data-v-eec64ba2]{transform:translateY(-6px)}#burger .burger__button .button__bar--2[data-v-eec64ba2]{transform-origin:100% 50%;transform:scaleX(.8)}#burger .burger__button .button__bar--3[data-v-eec64ba2]{transform:translateY(6px)}button[data-v-eec64ba2]{cursor:pointer}button[data-v-eec64ba2]:focus{outline:0}.no-touchevents .button__bar--2[data-v-eec64ba2]:hover{transform:scaleX(1)}.slide-enter-active[data-v-43c41594],.slide-leave-active[data-v-43c41594]{transition:transform .2s ease}.slide-enter[data-v-43c41594],.slide-leave-to[data-v-43c41594]{transform:translateX(100%);transition:all .15s ease-in 0s}.sidebar-backdrop[data-v-43c41594]{background-color:rgba(0,0,0,.5);width:100vw;height:100vh;position:fixed;top:0;right:0;cursor:pointer}.sidebar-panel[data-v-43c41594]{overflow-y:auto;background:var(--color-background-primary);position:fixed;right:0;top:0;height:100vh;z-index:998;padding:3rem 20px 2rem 20px;width:100%}@media only screen and (min-width:1024px){.sidebar-panel[data-v-43c41594]{width:60rem}}#themeToggleButton[data-v-a1e66924]{display:flex;justify-content:center;align-items:center;margin:0 2rem}#themeToggleButton .toggleContainer[data-v-a1e66924]{width:6rem;height:3rem;background:var(--color-primary);border-radius:1.5rem;position:relative;cursor:pointer}#themeToggleButton .toggleContainer .toggleBall[data-v-a1e66924]{position:absolute;top:.3rem;left:.3rem;width:2.4rem;height:2.4rem;background:var(--color-background-quaternary);border-radius:50%;transition:left .3s ease;box-shadow:var(--color-box-shadow-toggle)}#themeToggleButton .toggleContainer .toggleBall.active[data-v-a1e66924]{left:3.3rem}#themeToggleButton .toggleContainer .toggleBall .toggleIcon[data-v-a1e66924]{padding:.3rem;width:100%;height:100%;border-radius:50%;filter:var(--filter-img)}.container[data-v-01962950]{max-width:1920px;margin:auto}.container .header[data-v-01962950]{max-width:1920px;margin:auto;position:fixed;display:flex;align-items:center;width:100%;height:5vh;justify-content:space-between;padding:4rem 3.5rem;z-index:3;transition:all .2s ease-out;transform:translateZ(0)}.container .header .name[data-v-01962950]{color:var(--color-text-tertiary);font-size:1.6rem;height:inherit}.container .header .name .logo[data-v-01962950]{height:inherit;filter:var(--filter-img)}.container .header .nav[data-v-01962950]{display:flex}.container .header .nav .sidebar__menu[data-v-01962950]{text-align:left;width:100%;display:flex;flex-direction:column;height:100%;justify-content:center;align-items:flex-start;padding-left:5rem}.container .header .nav .sidebar__menu .sidebar--title[data-v-01962950]{color:var(--color-primary);margin-bottom:3rem;font-size:1.7rem}.container .header .nav .sidebar__menu ul.sidebar-panel-nav[data-v-01962950]{list-style-type:none}.container .header .nav .sidebar__menu ul.sidebar-panel-nav>li>a[data-v-01962950]{color:var(--color-text-tertiary);text-decoration:none;font-size:3rem;display:block;margin-bottom:1.5rem;padding-bottom:.5em;position:relative}.container .header .nav .sidebar__menu ul.sidebar-panel-nav>li>a[data-v-01962950]:hover:after{width:100%}.container .header .nav .sidebar__menu ul.sidebar-panel-nav>li>a[data-v-01962950]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-primary);transition:.3s ease}.container .header .nav .sidebar__boxMail[data-v-01962950]{position:absolute;bottom:5rem;left:7rem}.container .header .nav .sidebar__boxMail .sidebar__boxMail--title[data-v-01962950]{text-align:left;font-size:1.7rem;font-weight:100;margin-bottom:1rem;color:var(--color-text-tertiary)}.container .header .nav .sidebar__boxMail .sidebar__boxMail--mail[data-v-01962950]{font-size:1.7rem;color:var(--color-text-tertiary);padding-bottom:1rem;border-bottom:1px solid #bcbcbc}.container .header .nav .sidebar__boxMail .sidebar__boxMail--mail[data-v-01962950]:hover:after{width:100%;left:0}.container .header .nav .sidebar__boxMail .sidebar__boxMail--mail[data-v-01962950]:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--color-background-quaternary);transition:.3s ease}.container .header .nav .lang[data-v-01962950]{color:var(--color-text-tertiary);font-size:1.3rem;align-self:center;background:transparent;border:none;text-transform:uppercase;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:1rem;cursor:pointer;border-bottom:2px solid var(--color-primary)}.container .header .nav .lang[data-v-01962950]:hover{background:var(--color-primary);color:#fff}.container .header .nav .lang .lang__locale[data-v-01962950]{text-transform:uppercase}.container .hidden-header[data-v-01962950]{transform:translate3d(0,-100%,0)}@media only screen and (min-width:1024px){.container .header .nav .sidebar__menu[data-v-01962950]{padding-left:10rem}.container .header .nav .sidebar__menu .sidebar--title[data-v-01962950]{margin-bottom:4rem}.container .header .nav .sidebar__menu ul.sidebar-panel-nav>li>a[data-v-01962950]{margin-bottom:2.5rem}.container .header .nav .sidebar__boxMail[data-v-01962950]{left:12rem}}.slide-enter-active[data-v-e2f87422],.slide-leave-active[data-v-e2f87422]{transition:transform 20s ease-in-out}.slide-enter[data-v-e2f87422]{transform:translateY(-100%)}.slide-leave-to[data-v-e2f87422]{transform:translateY(100%)}.hero[data-v-e2f87422]{max-width:1920px;max-height:1200px;margin:auto;background:var(--color-background-primary);height:100vh;width:100%;position:relative;display:flex;align-items:center;overflow:hidden;padding:2rem}.hero__box[data-v-e2f87422]{display:flex;flex-direction:column;width:-moz-min-content;width:min-content;z-index:1}.hero__box__name[data-v-e2f87422]{display:flex;flex-direction:column;align-items:flex-start;font-size:clamp(7rem,4.3333rem + 8.3333vw,15rem);font-weight:700;text-transform:uppercase;line-height:.85;color:var(--color-text-tertiary)}.hero__box__text[data-v-e2f87422]{width:75%;line-height:1.2;font-size:1.2rem;font-weight:300;text-align:left;align-self:flex-start;color:var(--color-text-tertiary);margin-top:2rem;margin-bottom:4rem}.hero__scrollDown[data-v-e2f87422]{display:flex;flex-direction:column;align-items:center;position:absolute;bottom:0;left:0;right:0;margin-bottom:5rem;z-index:2}.hero__scrollDownIcon[data-v-e2f87422]{display:flex}.hero__scrollDownIcon span[data-v-e2f87422]{position:relative;width:3rem;height:5rem;border:2px solid var(--color-text-tertiary);border-radius:50px;box-sizing:border-box}.hero__scrollDownIcon span[data-v-e2f87422]:before{content:"";width:.8rem;height:.8rem;position:absolute;top:.8rem;right:0;left:50%;transform:translateX(-50%);background-color:var(--color-primary);border-radius:100%;animation:scrollAnimation-e2f87422 2s infinite;box-sizing:border-box}@keyframes scrollAnimation-e2f87422{0%{transform:translate(-50%);opacity:0}40%{opacity:1}80%{transform:translate(-50%,2.5rem);opacity:0}to{opacity:0}}.hero__follow[data-v-e2f87422]{position:absolute;bottom:0;right:0;margin:3.5rem;z-index:2;flex-direction:column;justify-content:center;align-items:flex-end;display:none}.hero__follow--text[data-v-e2f87422]{font-size:2rem;writing-mode:vertical-rl;text-orientation:mixed;color:var(--color-text-tertiary);width:3rem;display:flex;align-items:center}.hero__follow--text[data-v-e2f87422]:after{background-color:var(--color-background-quaternary);content:"";display:inline-block;height:5rem;position:relative;width:1px;margin:1rem 0}.hero__follow__github[data-v-e2f87422]{display:flex;align-items:center;justify-content:flex-end}.hero__follow__github[data-v-e2f87422]:before{content:"GitHub";font-size:1.6rem;color:var(--color-text-tertiary);width:0;left:0;overflow:hidden;margin-right:1rem;transition:.2s ease}.hero__follow__github[data-v-e2f87422]:hover:before{width:100%}.hero__follow__github img[data-v-e2f87422]{width:3rem;filter:var(--filter-img)}.hero__follow__linkedin[data-v-e2f87422]{display:flex;align-items:center;justify-content:flex-end}.hero__follow__linkedin[data-v-e2f87422]:before{content:"LinkedIn";font-size:1.6rem;color:var(--color-text-tertiary);width:0;left:0;overflow:hidden;margin-right:1rem;transition:.2s ease}.hero__follow__linkedin[data-v-e2f87422]:hover:before{width:100%}.hero__follow__linkedin img[data-v-e2f87422]{width:3rem;filter:var(--filter-img)}@media only screen and (min-width:768px){.hero[data-v-e2f87422]{padding:5rem}}@media only screen and (min-width:1024px){.hero[data-v-e2f87422]{padding:15rem}.hero__follow[data-v-e2f87422]{display:flex}}.about[data-v-4e281920]{max-width:1920px;max-height:-moz-fit-content;max-height:fit-content;margin:auto;display:flex;flex-direction:column;position:relative;background:var(--color-background-primary)}.about .about__box[data-v-4e281920]{width:100%;background:var(--color-secondary)}.about .about__box .about__img .about__img-content[data-v-4e281920]{width:100%;height:40rem;-o-object-fit:cover;object-fit:cover;position:relative;filter:grayscale(1);transition:.2s ease}.about .about__box .about__img .about__img-content[data-v-4e281920]:hover{filter:grayscale(0)}.about .about__infos[data-v-4e281920]{width:100%;padding:10rem 5rem;display:flex;flex-direction:column;align-items:center}.about .about__infos .about__infos-title[data-v-4e281920]{position:relative;font-size:clamp(4rem,-.2953rem + 13.4228vw,10rem);font-weight:700;color:var(--color-text-tertiary);text-transform:uppercase;margin-bottom:8rem;z-index:1}.about .about__infos .about__infos-title[data-v-4e281920]:before{content:"";position:absolute;bottom:-2rem;left:0;width:clamp(7rem,-.2953rem + 13.4228vw,10rem);height:.8rem;background:var(--color-secondary);border-radius:1rem}.about .about__infos .about__infos-description[data-v-4e281920]{font-size:1.6rem;line-height:1.2;color:var(--color-text-tertiary);font-weight:300;text-align:left}.about .about__infos .about__infos-description[data-v-4e281920]:nth-of-type(2){margin:5rem 0}.about .about__infos .about__infos-description[data-v-4e281920]:last-of-type{margin-bottom:10rem}.about .about__infos .about__infos-btn[data-v-4e281920]{position:relative;overflow:hidden;background:var(--color-primary);color:#fff;width:-moz-fit-content;width:fit-content;padding:2.4rem;font-size:2rem;border-radius:5rem;z-index:2}.about .about__infos .about__infos-btn[data-v-4e281920]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}.about .about__infos .about__infos-btn[data-v-4e281920]:hover:before{animation-name:circleHover}.about .about__infos .about__infos-btn[data-v-4e281920]:not(:hover):before{animation-name:circleRelease}.about .about__infos .about__infos-btn .about__infos-btn-content[data-v-4e281920]{display:flex;align-items:center}.about .about__infos .about__infos-btn .about__infos-btn-content img[data-v-4e281920]{filter:invert(1);margin-left:1rem}@media only screen and (min-width:768px){.about .about__box[data-v-4e281920]{flex-direction:row}}@media only screen and (min-width:1024px){.about[data-v-4e281920]{flex-direction:row;padding:0 15rem}.about[data-v-4e281920]:before{content:"About";position:absolute;top:0;left:-1rem;font-size:20rem;letter-spacing:1rem;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--color-secondary);transform:rotate(180deg);writing-mode:vertical-lr;height:100%;display:flex;justify-content:center}.about .about__box[data-v-4e281920]{width:35%}.about .about__box .about__img[data-v-4e281920]{width:130%;height:100%;display:flex;align-items:flex-end}.about .about__box .about__img .about__img-content[data-v-4e281920]{width:95%;height:80%;-o-object-position:right;object-position:right}.about .about__infos[data-v-4e281920]{width:70%;align-items:flex-start;padding:10rem 0 10rem 10rem}}@media only screen and (min-width:1280px){.about[data-v-4e281920]{max-height:1200px}}@media only screen and (min-width:1440px){.about .about__infos .about__infos-description[data-v-4e281920]{width:70%}}.process[data-v-6683b440]{max-width:1920px;margin:auto;display:flex;flex-direction:column;background:#f3f2f1;background:var(--color-background-primary);padding:10rem 5rem;overflow:hidden}.process__title[data-v-6683b440]{position:relative;font-size:clamp(4rem,-.2953rem + 13.4228vw,10rem);font-weight:700;color:var(--color-text-tertiary);text-transform:uppercase;margin-bottom:8rem;z-index:1;align-self:flex-start}.process__title[data-v-6683b440]:before{content:"";position:absolute;bottom:-2rem;left:0;width:clamp(7rem,-.2953rem + 13.4228vw,10rem);height:.8rem;background:var(--color-secondary);border-radius:1rem}.process__text[data-v-6683b440]{font-size:2rem;font-weight:300;margin-bottom:8rem;align-self:flex-start;text-align:left;line-height:1.2;color:var(--color-text-tertiary)}.process__wrapper[data-v-6683b440]{display:flex;flex-direction:column;width:100%;position:relative}.process__wrapper .arrow[data-v-6683b440]{position:absolute;bottom:-6rem;left:-1.5rem}.process__wrapper .process__step[data-v-6683b440]{text-align:left;padding-bottom:8rem;width:100%;position:relative;padding-left:3rem}.process__wrapper .process__step[data-v-6683b440]:last-of-type{padding-bottom:0}.process__wrapper .process__step__lineY[data-v-6683b440]{position:absolute;top:0;left:0;z-index:0}.process__wrapper .process__step__lineX[data-v-6683b440]{position:absolute;top:1.5rem;left:0;z-index:0}.process__wrapper .process__step__content[data-v-6683b440]{display:flex;align-items:center}.process__wrapper .process__step__content__number[data-v-6683b440]{font-size:4rem;font-weight:700;color:var(--color-text-tertiary);position:relative;width:4rem;height:4rem;background:var(--color-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center}.process__wrapper .process__step__title[data-v-6683b440]{margin-bottom:2rem;margin-top:3rem;font-size:2.4rem;font-weight:700;color:var(--color-text-tertiary)}.process__wrapper .process__step__description[data-v-6683b440]{font-size:1.6rem;line-height:1.6;color:gray}@media only screen and (min-width:768px){.process__wrapper[data-v-6683b440]{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.process__wrapper .arrow[data-v-6683b440]{left:auto;right:-1.5rem}.process__wrapper .process__step[data-v-6683b440]{width:40%;padding-left:0;padding-right:3rem}.process__wrapper .process__step__lineY[data-v-6683b440]{left:auto;right:0}}@media only screen and (min-width:1024px){.process[data-v-6683b440]{padding:15rem;position:relative}.process[data-v-6683b440]:before{content:"Process";position:absolute;top:0;right:-2rem;font-size:20rem;letter-spacing:1rem;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--color-secondary);writing-mode:vertical-lr}}@media only screen and (min-width:1280px){.process__text[data-v-6683b440]{width:60%}.process__wrapper .arrow[data-v-6683b440]{top:1rem;transform:rotate(270deg)}.process__wrapper .process__step[data-v-6683b440]{width:20%;padding-right:0;padding-bottom:0}.process__wrapper .process__step__lineY[data-v-6683b440]{left:1.5rem;right:auto}.process__wrapper .process__step__content__number[data-v-6683b440]{font-size:6rem}}.skillContent[data-v-5937ca00]{margin-top:5rem}.skillContent__list__item[data-v-5937ca00]{background:var(--color-background-quinary);border-radius:1rem;height:6rem;display:flex;font-size:1.6rem;justify-content:flex-start;align-items:center;color:var(--color-text-tertiary);font-weight:700;margin-bottom:2rem;padding:1rem 2rem;transition:background .2s ease}.skillContent__list__item[data-v-5937ca00]:last-of-type{margin-bottom:0}.skillContent__list__item[data-v-5937ca00]:hover{filter:brightness(.8)}.skillContent__list__item--icon[data-v-5937ca00]{width:auto;height:100%}.skillContent__list__item--title[data-v-5937ca00]{padding-left:2rem}@media only screen and (min-width:768px){.skillContent__list[data-v-5937ca00]{display:flex;flex-wrap:wrap;justify-content:center}.skillContent__list__item[data-v-5937ca00]{margin-right:2rem}.skillContent__list__item[data-v-5937ca00]:last-of-type{margin-right:0}}@media only screen and (min-width:1024px){.skillContent[data-v-5937ca00]{width:100%}.skillContent__list[data-v-5937ca00]{justify-content:space-around}.skillContent__list__item[data-v-5937ca00]{flex-direction:column;margin:0 0 3rem 0;width:20rem;height:100%;justify-content:center;padding:2rem}.skillContent__list__item--icon[data-v-5937ca00]{width:5rem}.skillContent__list__item--title[data-v-5937ca00]{padding:0;margin-top:2rem}}.skills[data-v-62a3036a]{max-width:1920px;margin:auto;background:var(--color-background-primary);width:100%;display:flex;flex-direction:column;justify-content:center;padding:10rem 5rem;overflow:hidden;word-break:break-word}.skills__title[data-v-62a3036a]{position:relative;font-size:clamp(4rem,-.2953rem + 13.4228vw,10rem);font-weight:700;color:var(--color-text-tertiary);text-transform:uppercase;margin-bottom:8rem;z-index:1;align-self:flex-start;z-index:0}.skills__title[data-v-62a3036a]:before{content:"";position:absolute;bottom:-2rem;left:0;width:clamp(7rem,-.2953rem + 13.4228vw,10rem);height:.8rem;background:var(--color-secondary);border-radius:1rem}.skills__description[data-v-62a3036a]{color:var(--color-text-tertiary);font-size:2rem;font-weight:300;margin-bottom:8rem;align-self:flex-start;text-align:left;line-height:1.2}.skills__tabs[data-v-62a3036a]{display:flex;flex-direction:column;width:100%}.skills__tabs__header[data-v-62a3036a]{background:var(--color-background-quinary);height:8rem;width:100%;border-radius:5rem;padding:.5rem}.skills__tabs__header .skills__tab__wrapper[data-v-62a3036a]{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%;position:relative}.skills__tabs__header .skills__tab__wrapper .skills__tab--background[data-v-62a3036a]{position:absolute;top:0;left:0;height:100%;background:var(--color-primary);border-radius:5rem;z-index:0;transition:all .2s ease}.skills__tabs__header .skills__tab__wrapper .skills__tab[data-v-62a3036a]{display:flex;align-items:center;justify-content:center;height:100%;width:50%;font-size:1.6rem;cursor:pointer;transition:all .2s ease;position:relative;color:var(--color-text-tertiary)}.skills__tabs__header .skills__tab__wrapper .skills__tab--active[data-v-62a3036a]{color:#fff;position:relative;z-index:0}.skills__tabs__header .skills__tab__wrapper .skills__tab--image[data-v-62a3036a]{width:3rem;height:3rem;filter:invert(.5)}.skills__tabs__header .skills__tab__wrapper .skills__tab--image--active[data-v-62a3036a]{filter:invert(1)}.skills__tabs__header .skills__tab__wrapper .skills__tab--title[data-v-62a3036a]{display:none}@media only screen and (min-width:768px){.skills[data-v-62a3036a]{align-items:center}.skills__tabs[data-v-62a3036a]{width:60%}.skills__tabs__header .skills__tab__wrapper .skills__tab--image[data-v-62a3036a]{display:none}.skills__tabs__header .skills__tab__wrapper .skills__tab--title[data-v-62a3036a]{display:block}}@media only screen and (min-width:1024px){.skills[data-v-62a3036a]{padding:15rem;position:relative}.skills[data-v-62a3036a]:before{content:"Skills";position:absolute;top:5rem;left:39rem;font-size:20rem;letter-spacing:1rem;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--color-secondary);z-index:0}.skills__description[data-v-62a3036a]{width:60%}.skills__tabs[data-v-62a3036a]{width:100%;align-items:center}.skills__tabs__header[data-v-62a3036a]{width:60%}}.slide-enter-active[data-v-362ed18f],.slide-leave-active[data-v-362ed18f]{transition:transform .2s ease}.slide-enter[data-v-362ed18f],.slide-leave-to[data-v-362ed18f]{transform:translateX(-100%);transition:all .15s ease-in 0s}.modal-overlay[data-v-362ed18f]{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99;background:#141517;opacity:.9;cursor:pointer}.modal-container[data-v-362ed18f]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--color-background-primary);z-index:99;overflow-x:hidden}.modal-container__close[data-v-362ed18f]{background:var(--color-primary);width:5rem;height:5rem;position:fixed;top:2rem;right:2rem;display:flex;justify-content:center;align-items:center;border-radius:50%;z-index:999;cursor:pointer}.modal-container__close .close__icon[data-v-362ed18f]{filter:invert(1);width:3rem;height:3rem}.modal-container__infos[data-v-362ed18f]{display:flex;flex-direction:column;justify-content:flex-start;text-align:left;margin:5rem}.modal-container__infos .infos__title[data-v-362ed18f]{font-size:5rem;font-weight:700;color:var(--color-text-tertiary);word-break:break-word}.modal-container__infos .infos__style[data-v-362ed18f]{font-size:1.6rem;color:var(--color-text-tertiary);margin-top:2rem}.modal-container__infos .infos__techs[data-v-362ed18f]{display:flex;margin-top:2rem}.modal-container__infos .infos__techs__item--img[data-v-362ed18f]{width:3rem;height:3rem;margin-right:.7rem;filter:var(--filterTechs)}.modal-container__infos .infos__description[data-v-362ed18f]{font-size:1.8rem;font-weight:300;color:var(--color-text-tertiary);margin-top:3rem;line-height:1.2}.modal-container__infos .infos__thumbnails[data-v-362ed18f]{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-top:5rem}.modal-container__infos .infos__thumbnails .thumbnail__item[data-v-362ed18f]{width:6rem;height:6rem;border:1px solid #141517;margin-bottom:1rem;-o-object-fit:cover;object-fit:cover;transition:.2s ease;cursor:pointer;position:relative;background-size:cover;background-position:top}.modal-container__infos .infos__thumbnails .thumbnail__item[data-v-362ed18f]:focus,.modal-container__infos .infos__thumbnails .thumbnail__item[data-v-362ed18f]:hover{border-color:var(--color-primary)}.modal-container__infos .infos__links[data-v-362ed18f]{display:flex;flex-direction:column;align-items:center;margin-top:4rem}.modal-container__infos .infos__links .links__repo[data-v-362ed18f],.modal-container__infos .infos__links .links__website[data-v-362ed18f]{background:var(--color-primary);color:#fff;width:-moz-fit-content;width:fit-content;padding:2.4rem;font-size:2rem;border-radius:5rem;z-index:2;font-size:1.6rem;padding:2rem;width:100%;display:flex;justify-content:center}.modal-container__infos .infos__links .links__repo .links__content[data-v-362ed18f],.modal-container__infos .infos__links .links__website .links__content[data-v-362ed18f]{display:flex;align-items:center}.modal-container__infos .infos__links .links__repo .links__content img[data-v-362ed18f],.modal-container__infos .infos__links .links__website .links__content img[data-v-362ed18f]{filter:invert(1);margin-left:1rem;width:3rem}.modal-container__infos .infos__links .links__website[data-v-362ed18f]{border:1px solid var(--color-primary);background:var(--color-background-primary);margin-top:2rem}.modal-container__infos .infos__links .links__website .links__content[data-v-362ed18f]{color:var(--color-primary);transition:.2s ease}.modal-container__infos .infos__links .links__website .links__content img[data-v-362ed18f]{filter:var(--filter-icon);transition:.2s ease}.modal-container__infos .infos__selected--img[data-v-362ed18f]{width:100%;height:-moz-fit-content;height:fit-content;position:relative;overflow:hidden;margin-top:5rem}.modal-container__infos .infos__selected--img img[data-v-362ed18f]{width:100%;-o-object-fit:contain;object-fit:contain}.displayNone[data-v-362ed18f]{display:none}@media only screen and (min-width:768px){.modal-container__infos .infos__links[data-v-362ed18f]{flex-direction:row}.modal-container__infos .infos__links .links__repo[data-v-362ed18f],.modal-container__infos .infos__links .links__website[data-v-362ed18f]{width:-moz-fit-content;width:fit-content}.modal-container__infos .infos__links .links__website[data-v-362ed18f]{margin-top:0;margin-left:2rem}.modal-container__infos .infos__thumbnails .thumbnail__item[data-v-362ed18f]{width:10rem;height:10rem}}@media only screen and (min-width:1024px){.modal-container[data-v-362ed18f]{position:fixed;top:0;left:0;width:50rem;height:100%;overflow:hidden}.modal-container__preview[data-v-362ed18f]{position:fixed;bottom:5rem;left:62rem;z-index:1}.modal-container__close[data-v-362ed18f]{position:relative;overflow:hidden;position:fixed;left:52rem}.modal-container__close[data-v-362ed18f]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}.modal-container__close[data-v-362ed18f]:hover:before{animation-name:circleHover}.modal-container__close[data-v-362ed18f]:not(:hover):before{animation-name:circleRelease}.modal-container__infos .infos__title[data-v-362ed18f]{font-size:6rem}.modal-container__infos .infos__selected--img[data-v-362ed18f]{width:clamp(30rem,30rem + 100*(100vw - 1024px)/256,40rem);height:auto;max-height:40rem;overflow-x:hidden;overflow-y:scroll;position:fixed;top:5rem;left:62rem;margin-top:0}.modal-container__infos .infos__selected--img .selected-image__zoom[data-v-362ed18f]{position:absolute;background-color:var(--color-primary);opacity:.8;width:6rem;height:6rem}.modal-container__infos .infos__selected--img img[data-v-362ed18f]{width:100%;-o-object-fit:contain;object-fit:contain}.modal-container__infos .infos__selected--img[data-v-362ed18f]::-webkit-scrollbar{width:.5rem}.modal-container__infos .infos__selected--img[data-v-362ed18f]::-webkit-scrollbar-thumb{background-color:var(--color-primary)}.modal-container__infos .infos__selected--img[data-v-362ed18f]::-webkit-scrollbar-track{background-color:#484848}.modal-container__infos .infos__links[data-v-362ed18f]{position:absolute;bottom:5rem;margin-top:0}.modal-container__infos .infos__links .links__repo[data-v-362ed18f],.modal-container__infos .infos__links .links__website[data-v-362ed18f]{position:relative;overflow:hidden}.modal-container__infos .infos__links .links__repo[data-v-362ed18f]:before,.modal-container__infos .infos__links .links__website[data-v-362ed18f]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}.modal-container__infos .infos__links .links__repo[data-v-362ed18f]:hover:before,.modal-container__infos .infos__links .links__website[data-v-362ed18f]:hover:before{animation-name:circleHover}.modal-container__infos .infos__links .links__repo[data-v-362ed18f]:not(:hover):before,.modal-container__infos .infos__links .links__website[data-v-362ed18f]:not(:hover):before{animation-name:circleRelease}.modal-container__infos .infos__links .links__website:hover .links__content[data-v-362ed18f]{color:#fff}.modal-container__infos .infos__links .links__website:hover img[data-v-362ed18f]{filter:invert(1)}.modal-container__infos .infos__thumbnails .thumbnail__item[data-v-362ed18f]{width:11rem;height:11rem;margin-bottom:2rem}}@media only screen and (min-width:1440px){.modal-container__preview[data-v-362ed18f]{top:5rem;left:105rem}.modal-container__infos .infos__selected--img[data-v-362ed18f]{height:auto;max-height:calc(100% - 10rem);margin-bottom:5rem}}.projects[data-v-3f3b93c6]{max-width:1920px;margin:auto;background:var(--color-background-primary);padding:10rem 5rem;display:flex;flex-direction:column;overflow:hidden}.projects__title[data-v-3f3b93c6]{position:relative;font-size:clamp(4rem,-.2953rem + 13.4228vw,10rem);font-weight:700;color:var(--color-text-tertiary);text-transform:uppercase;margin-bottom:8rem;z-index:1;align-self:flex-start}.projects__title[data-v-3f3b93c6]:before{content:"";position:absolute;bottom:-2rem;left:0;width:clamp(7rem,-.2953rem + 13.4228vw,10rem);height:.8rem;background:var(--color-secondary);border-radius:1rem}.projects__hover-content .projects__list[data-v-3f3b93c6]{display:flex;flex-wrap:wrap;justify-content:center}.projects__hover-content .projects__list .project[data-v-3f3b93c6]{display:flex;flex-direction:column;width:100%;border-bottom:1px solid var(--color-border);padding-bottom:10rem;margin-bottom:10rem;position:relative}.projects__hover-content .projects__list .project[data-v-3f3b93c6]:last-of-type{margin-bottom:0}.projects__hover-content .projects__list .project__hover--text[data-v-3f3b93c6]{display:none}.projects__hover-content .projects__list .project__infos[data-v-3f3b93c6]{text-align:left}.projects__hover-content .projects__list .project__infos--title[data-v-3f3b93c6]{font-size:clamp(4rem,-.2953rem + 13.4228vw,7rem);font-weight:700;color:var(--color-text-tertiary);margin-bottom:1.5rem}.projects__hover-content .projects__list .project__infos--detail[data-v-3f3b93c6]{display:flex;flex-direction:column}.projects__hover-content .projects__list .project__infos--detail .project__infos--style[data-v-3f3b93c6]{font-size:1.6rem;color:var(--color-text-tertiary);margin-bottom:2rem}.projects__hover-content .projects__list .project__infos--detail .project__techs[data-v-3f3b93c6]{display:flex;margin-bottom:5rem}.projects__hover-content .projects__list .project__infos--detail .project__techs .project__tech--icon[data-v-3f3b93c6]{width:3rem;height:3rem;margin-right:.7rem;filter:var(--filterTechs)}.projects__hover-content .projects__list .project__infos .project__design__phone[data-v-3f3b93c6]{display:flex;justify-content:center;position:relative;height:clamp(33rem,50vw,40rem)}.projects__hover-content .projects__list .project__infos .project__design__phone .project__background[data-v-3f3b93c6]{position:absolute;height:clamp(22rem,40vw,30rem);width:85%;background:var(--color-background-quinary);border-radius:2rem;z-index:0;box-shadow:var(--color-box-shadow-back)}.projects__hover-content .projects__list .project__infos .project__design__phone .project__background .project__presentation--img[data-v-3f3b93c6]{width:clamp(30rem,100%,35rem);position:absolute;left:-12rem;bottom:-6rem;z-index:1;filter:drop-shadow(15px 15px 20px rgba(0,0,0,.25))}.projects__hover-content .projects__list .project__infos .project__design__phone .project__background .project__presentation .project__number[data-v-3f3b93c6]{font-size:clamp(7rem,-.2953rem + 13.4228vw,13rem);font-weight:700;color:var(--color-text-tertiary);position:absolute;top:0;right:-3rem;z-index:1}.projects__hover-content .projects__list .project__infos .project__description[data-v-3f3b93c6]{font-size:1.8rem;font-weight:300;line-height:1.2;color:var(--color-text-tertiary);margin-bottom:5rem}.projects__hover-content .projects__list .project__infos .project__action[data-v-3f3b93c6]{display:flex}.projects__hover-content .projects__list .project__infos .project__action--text[data-v-3f3b93c6]{font-size:2rem;font-weight:700;color:var(--color-primary);margin-right:2rem}.projects__hover-content .projects__list .project .projects__design[data-v-3f3b93c6]{display:none}.projects .projects__button--more[data-v-3f3b93c6]{position:relative;overflow:hidden;background:var(--color-primary);color:#fff;width:-moz-fit-content;width:fit-content;padding:2.4rem;font-size:2rem;border-radius:5rem;z-index:2;align-self:center;margin-top:10rem}.projects .projects__button--more[data-v-3f3b93c6]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}.projects .projects__button--more[data-v-3f3b93c6]:hover:before{animation-name:circleHover}.projects .projects__button--more[data-v-3f3b93c6]:not(:hover):before{animation-name:circleRelease}@media only screen and (min-width:768px){.projects__hover-content .projects__list .project__infos--detail[data-v-3f3b93c6]{flex-direction:row;align-items:center;margin-bottom:5rem}.projects__hover-content .projects__list .project__infos--detail .project__infos--style[data-v-3f3b93c6]{margin-bottom:0;margin-right:1rem}.projects__hover-content .projects__list .project__infos--detail .project__techs[data-v-3f3b93c6]{margin-bottom:0}}@media only screen and (min-width:1024px){.projects[data-v-3f3b93c6]{position:relative}.projects[data-v-3f3b93c6]:before{content:"Projects";position:absolute;top:3rem;left:0;font-size:20rem;letter-spacing:1rem;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px var(--color-secondary);z-index:0;width:100%;display:flex;justify-content:center}.projects__title[data-v-3f3b93c6]{align-self:center;margin-bottom:10rem;z-index:0}.projects__hover-content .projects__list .project[data-v-3f3b93c6]{flex-direction:row;justify-content:space-between;border-bottom:none;width:100%;box-shadow:var(--color-box-shadow-project);padding:5rem;border-radius:5rem}.projects__hover-content .projects__list .project__hover[data-v-3f3b93c6]{width:0;height:0;border-radius:50%;background-color:var(--color-primary);position:absolute;transform:translate(-50%,-50%);z-index:9;cursor:pointer;display:none;justify-content:center;align-items:center;color:#fff;transition:width .3s ease-in-out,height .3s ease-in-out,left .05s linear,top .05s linear;will-change:left,top}.projects__hover-content .projects__list .project__hover--text[data-v-3f3b93c6]{display:block;font-size:1.6rem}.projects__hover-content .projects__list .project__hover[data-v-3f3b93c6]:before{content:"";position:absolute;border:2px solid transparent;border-left-color:var(--color-primary);border-right-color:var(--color-primary);width:100%;height:100%;border-radius:50%;padding:1rem;animation:rotate-3f3b93c6 3s linear infinite}@keyframes rotate-3f3b93c6{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.projects__hover-content .projects__list .project__infos[data-v-3f3b93c6]{display:flex;flex-direction:column;width:50%}.projects__hover-content .projects__list .project__infos--title[data-v-3f3b93c6]{font-size:7rem;line-height:1.2}.projects__hover-content .projects__list .project__infos .project__description[data-v-3f3b93c6]{width:75%}.projects__hover-content .projects__list .project__infos .project__design__phone[data-v-3f3b93c6]{display:none}.projects__hover-content .projects__list .project .projects__design[data-v-3f3b93c6]{display:flex;justify-content:center;position:relative;height:50rem;width:30%}.projects__hover-content .projects__list .project .projects__design .project__background[data-v-3f3b93c6]{position:absolute;height:40rem;width:85%;background:var(--color-background-quinary);border-radius:2rem;z-index:0;box-shadow:var(--color-box-shadow-back)}.projects__hover-content .projects__list .project .projects__design .project__background .project__presentation--img[data-v-3f3b93c6]{position:absolute;width:clamp(50rem,200%,65rem);left:-25rem;bottom:-10rem;z-index:1;filter:drop-shadow(15px 15px 20px rgba(0,0,0,.25))}.projects__hover-content .projects__list .project .projects__design .project__background .project__presentation .project__number[data-v-3f3b93c6]{font-size:clamp(7rem,-.2953rem + 13.4228vw,13rem);font-weight:700;color:var(--color-text-tertiary);position:absolute;top:0;right:-3rem;z-index:1}}@media only screen and (min-width:1280px){.projects[data-v-3f3b93c6]{padding:15rem}}@media only screen and (min-width:1440px){.projects__hover-content .projects__list .project .projects__design .project__background .project__presentation--img[data-v-3f3b93c6]{left:-30rem;bottom:-13rem}}.faq[data-v-24b65ccb]{max-width:1920px;margin:auto;display:flex;flex-direction:column;background:var(--color-background-quinary);padding:10rem 5rem}.faq__title[data-v-24b65ccb]{font-size:2.5rem;line-height:1.2;text-align:left;margin-bottom:5rem;color:var(--color-text-tertiary)}.faq__questionsWrapper .faq__question[data-v-24b65ccb]{text-align:left;border-bottom:1px solid rgba(39,39,39,.25);font-size:1.6rem}.faq__questionsWrapper .faq__question--text[data-v-24b65ccb]{display:flex;position:relative;align-items:center;color:gray;font-weight:700;padding:3rem 0 3rem 3rem;cursor:pointer;transition:all .2s ease}.faq__questionsWrapper .faq__question--text[data-v-24b65ccb]:before{content:url(/img/plus.73529db9.svg);position:absolute;left:0;width:1.6rem;height:1.6rem;filter:invert(29%) sepia(86%) saturate(2805%) hue-rotate(226deg) brightness(95%) contrast(92%)}.faq__questionsWrapper .faq__question--text--active[data-v-24b65ccb]{color:var(--color-text-tertiary)}.faq__questionsWrapper .faq__question--text--active[data-v-24b65ccb]:before{content:url(/img/minus.96774c0f.svg)}.faq__questionsWrapper .faq__question .faq__answer[data-v-24b65ccb]{overflow:hidden;transition:height .3s ease;height:5rem;padding-left:3rem;color:var(--color-text-tertiary);line-height:1.2}.faq__questionsWrapper .faq__question[data-v-24b65ccb]:last-of-type{border:none}@media only screen and (min-width:1024px){.faq[data-v-24b65ccb]{padding:10rem 15rem}}.contact[data-v-6699c791]{max-width:1920px;margin:auto;background:var(--color-background-primary);height:100%}.contact__content[data-v-6699c791]{max-height:-moz-fit-content;max-height:fit-content;display:flex;flex-direction:column;width:100%}.contact__content .contact__form-box[data-v-6699c791]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow:hidden;padding:10rem 5rem}.contact__content .contact__form-box .form-box__title[data-v-6699c791]{position:relative;font-size:clamp(4rem,-.2953rem + 13.4228vw,10rem);font-weight:700;color:var(--color-text-tertiary);text-transform:uppercase;margin-bottom:8rem;z-index:1}.contact__content .contact__form-box .form-box__title[data-v-6699c791]:before{content:"";position:absolute;bottom:-2rem;left:0;width:clamp(7rem,-.2953rem + 13.4228vw,10rem);height:.8rem;background:var(--color-secondary);border-radius:1rem}.contact__content .contact__form-box .form-box__wrapper[data-v-6699c791]{display:flex;flex-direction:column}.contact__content .contact__form-box .form-box__wrapper .form-box__info[data-v-6699c791]{margin-bottom:5rem;text-align:left}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__text[data-v-6699c791]{font-size:1.6rem;font-weight:300;color:var(--color-text-tertiary);line-height:1.2;margin-bottom:5rem}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box[data-v-6699c791]{margin-top:3rem}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box[data-v-6699c791]:first-of-type,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box[data-v-6699c791]:first-of-type{margin-top:0}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .details-box__heading[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .socials-box__heading[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .details-box__heading[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .socials-box__heading[data-v-6699c791]{font-size:1rem;color:var(--color-text-secondary);text-transform:uppercase}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .details-box__link[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .socials-box__link[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .details-box__link[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .socials-box__link[data-v-6699c791]{font-size:1.6rem;color:var(--color-text-tertiary);margin-top:2rem;margin-bottom:1rem;padding-bottom:1rem;width:-moz-fit-content;width:fit-content;cursor:pointer;position:relative}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .details-box__link[data-v-6699c791]:last-of-type,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .socials-box__link[data-v-6699c791]:last-of-type,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .details-box__link[data-v-6699c791]:last-of-type,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .socials-box__link[data-v-6699c791]:last-of-type{margin-top:0;margin-bottom:0}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .details-box__link[data-v-6699c791]:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .socials-box__link[data-v-6699c791]:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .details-box__link[data-v-6699c791]:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .socials-box__link[data-v-6699c791]:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--color-background-quaternary);transition:.3s ease}.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .details-box__link[data-v-6699c791]:hover:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__details-box .socials-box__link[data-v-6699c791]:hover:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .details-box__link[data-v-6699c791]:hover:before,.contact__content .contact__form-box .form-box__wrapper .form-box__info .info__socials-box .socials-box__link[data-v-6699c791]:hover:before{width:100%;left:0}.contact__content .contact__form-box .form-box__wrapper .form-box__form[data-v-6699c791]{display:flex;flex-direction:column;width:100%;margin-bottom:5rem}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]{align-self:flex-start;color:var(--color-text-tertiary);font-size:1.6rem;margin-top:3rem;margin-bottom:2rem;text-align:left}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]:first-of-type{margin-top:0}.contact__content .contact__form-box .form-box__wrapper .form-box__form input[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__form textarea[data-v-6699c791]{font-family:Inter,sans-serif;font-size:1.6rem;width:100%;border:none;background:var(--color-background-primary);border-bottom:2px solid var(--color-background-tertiary);padding-bottom:2rem;outline:none;position:relative;transition:border .2s ease}.contact__content .contact__form-box .form-box__wrapper .form-box__form input[data-v-6699c791]:focus,.contact__content .contact__form-box .form-box__wrapper .form-box__form textarea[data-v-6699c791]:focus{border-bottom:2px solid var(--color-primary)}.contact__content .contact__form-box .form-box__wrapper .form-box__form textarea[data-v-6699c791]{height:10rem;padding-top:1rem;margin-bottom:0}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button[data-v-6699c791]{position:relative;overflow:hidden;background:var(--color-primary);color:#fff;width:-moz-fit-content;width:fit-content;padding:2.4rem;font-size:2rem;border-radius:5rem;z-index:2;cursor:pointer;align-self:flex-end;margin-top:7rem}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button[data-v-6699c791]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button[data-v-6699c791]:hover:before{animation-name:circleHover}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button[data-v-6699c791]:not(:hover):before{animation-name:circleRelease}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button .button__send[data-v-6699c791]{display:flex;align-items:center}.contact__content .contact__form-box .form-box__wrapper .form-box__form .form__button .button__send .send__icon[data-v-6699c791]{filter:invert(1);margin-left:1rem}.contact__content .contact__map-box[data-v-6699c791]{width:100%;height:100vw}.contact__content .contact__map-box .map-box__map[data-v-6699c791]{position:relative;background-image:url(/img/map.52e943c2.webp);background-size:cover;height:100%}@media only screen and (min-width:768px){.contact__content .contact__form-box[data-v-6699c791]{padding:7rem}.contact__content .contact__map-box[data-v-6699c791]{height:60vw}}@media only screen and (min-width:1024px){.contact__content[data-v-6699c791]{max-height:1200px;flex-direction:row;height:100vh}.contact__content .contact__form-box[data-v-6699c791]{width:90%}.contact__content .contact__form-box .form-box__wrapper[data-v-6699c791]{width:100%;flex-direction:row-reverse}.contact__content .contact__form-box .form-box__wrapper .form-box__info[data-v-6699c791]{width:40%;padding-left:7rem;margin-bottom:0}.contact__content .contact__form-box .form-box__wrapper .form-box__form[data-v-6699c791]{width:60%;margin-bottom:0}.contact__content .contact__form-box .form-box__wrapper .form-box__form input[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791],.contact__content .contact__form-box .form-box__wrapper .form-box__form textarea[data-v-6699c791]{padding-left:3rem}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]{margin-top:2rem;margin-bottom:1rem}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]:first-of-type{margin-top:0}.contact__content .contact__map-box[data-v-6699c791]{width:50%;height:100%}.contact__content .contact__map-box .map-box__map[data-v-6699c791]{height:100%}}@media only screen and (min-width:1280px){.contact__content .contact__form-box[data-v-6699c791]{width:70%}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]{margin-top:3rem;margin-bottom:2rem}.contact__content .contact__form-box .form-box__wrapper .form-box__form label[data-v-6699c791]:first-of-type{margin-top:0}}#button[data-v-bc8fe546]{position:relative;overflow:hidden;position:fixed;right:3.5rem;bottom:3.5rem;width:6rem;height:6rem;cursor:pointer;background:var(--color-primary);border-radius:50%}#button[data-v-bc8fe546]:before{content:"";position:absolute;bottom:100%;left:50%;width:0;height:0;background-color:var(--color-primary-dark);border-radius:50%;transform:translateX(-50%);animation-duration:1s;animation-timing-function:ease;animation-fill-mode:forwards;z-index:-1}#button[data-v-bc8fe546]:hover:before{animation-name:circleHover}#button[data-v-bc8fe546]:not(:hover):before{animation-name:circleRelease}#button img[data-v-bc8fe546]{width:4rem;height:4rem;transform:rotate(180deg)!important;filter:brightness(10)}.fade-enter-active[data-v-bc8fe546],.fade-leave-active[data-v-bc8fe546]{transition:opacity .5s!important}.fade-enter[data-v-bc8fe546],.fade-leave-to[data-v-bc8fe546]{opacity:0}@media only screen and (min-width:1920px){#button[data-v-bc8fe546]{left:calc(50% + 960px - 9.5rem)}}.three-container[data-v-0381577c]{position:absolute;top:0;left:0;width:100%;height:100vh;overflow:hidden;z-index:1}.home[data-v-af888412]{height:100%}#app{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#1c1d20}:root{--color-primary:#455ce9;--color-primary-dark:#334bd3;--color-secondary:#e8c246;--color-background-primary:#fff;--color-background-secondary:#f2f2f2;--color-background-tertiary:#2f3137;--color-background-quaternary:#1c1d20;--color-background-quinary:#f2f2f2;--color-text-primary:#fff;--color-text-secondary:grey;--color-text-tertiary:#1c1d20;--color-border:#27272740;--filterTechs:initial;--color-box-shadow-back:rgba(0,0,0,.15) 15px 15px 20px -5px,hsla(0,0%,100%,.9) -15px -15px 20px 5px;--color-box-shadow-project:rgba(0,0,0,.15) 0 15px 20px -5px,hsla(0,0%,100%,.9) 0 -15px 20px 5px;--color-box-shadow-toggle:0px 0px 15px #2f3137,0px 0px 35px hsla(0,0%,100%,.45);--filter-img:invert(0);--filter-icon:invert(38%) sepia(40%) saturate(1461%) hue-rotate(202deg)}[data-theme=darkTheme]{--color-primary:#455ce9;--color-primary-dark:#334bd3;--color-secondary:#e8c246;--color-background-primary:#1c1d20;--color-background-secondary:#141517;--color-background-tertiary:#f2f2f2;--color-background-quaternary:#fff;--color-background-quinary:#2f3137;--color-text-primary:#1c1d20;--color-text-secondary:grey;--color-text-tertiary:#fff;--color-border:#27272740;--filterTechs:brightness(11);--color-box-shadow-back:rgba(14,15,16,.5) 15px 15px 20px -5px,rgba(43,44,49,.25) -15px -15px 20px 5px;--color-box-shadow-project:rgba(14,15,16,.75) 0 15px 20px -5px,rgba(28,29,32,.9) 0 -15px 20px 5px;--color-box-shadow-toggle:0px 0px 15px #f2f2f2,0px 0px 35px hsla(0,0%,100%,.45);--filter-img:invert(1);--filter-icon:invert(38%) sepia(40%) saturate(1461%) hue-rotate(202deg)}*{margin:0;padding:0;box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;vertical-align:baseline}html{font-size:62.5%}a,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}a{text-decoration:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}body::-webkit-scrollbar{width:.5rem}body::-webkit-scrollbar-thumb{background-color:var(--color-primary)}body::-webkit-scrollbar-track{background-color:var(--color-background-primary)}@keyframes circleHover{0%{top:150%;width:0;height:0}to{top:-50%;width:200%;height:200%;transform:translate(-100%,-100%)!important}}@keyframes circleRelease{0%{bottom:-50%;width:200%;height:200%;transform:translate(-100%,-100%)!important}to{bottom:150%;width:0;height:0}}@font-face{font-family:Inter;src:url(/fonts/Inter-Thin.2ec59019.ttf) format("truetype");font-weight:100;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraLight.69b43c98.ttf) format("truetype");font-weight:200;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.4e3a4b8b.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.1b761fdd.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.dde90d17.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.2a2f0a2a.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.191af3d4.ttf) format("truetype");font-weight:700;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.9c260c85.ttf) format("truetype");font-weight:800;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Black.2d3c1242.ttf) format("truetype");font-weight:900;font-display:swap}