@import "https://fonts.googleapis.com/css2?family=Playwrite+NO:wght@100..400&display=swap";:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);flex-direction:column;width:100%;min-height:100vh;display:flex}.loaderWrapper{z-index:1000;position:fixed;inset:0;overflow:hidden}.loaderContainer{--pannel-left:0%;--pannel-right:1%;position:absolute;inset:0;overflow:hidden;transform:rotate(45deg)scale(3)}.loaderContainer:before{content:"";width:50%;height:100%;left:var(--pannel-left);background-color:var(--border);box-sizing:border-box;display:flex;position:absolute;top:0%}.loaderContainer:after{content:"";width:50%;height:100%;right:var(--pannel-right);background-color:var(--border);display:flex;position:absolute;top:0%}.VDContainer{flex-direction:column;justify-content:space-between;width:12em;height:4em;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prenom{color:#fff;margin-right:auto;font-family:Playwrite NO,cursive;font-size:1.5em;position:relative}.nom{color:#fff;margin-left:auto;font-family:Playwrite NO,cursive;font-size:1.5em;position:relative}.header{z-index:10;justify-content:space-between;align-items:center;width:100%;height:4em;display:flex;position:fixed}.titleContainer{align-items:center;height:100%;padding-left:5em;display:flex}.titleContainer>span,.title{color:#fff;font-family:Playwrite NO,cursive}.headerNav{align-items:center;gap:1em;height:100%;padding-right:5em;display:flex;position:relative;right:0}.headerNav>a{color:#dcdcdc;z-index:10;text-decoration:none;transition:all .15s ease-in-out;display:inline-block;position:relative}.headerNav>a:hover{color:#fff;text-shadow:0 0 10px #feb60066}.headerNav>a:before{content:"";transform-origin:bottom;background-color:orange;width:100%;height:.2em;transition:all .3s cubic-bezier(.17,.67,.25,.98);position:absolute;bottom:0;left:0;transform:scaleX(0)rotate(3deg)}.headerNav>a:hover:before{background-color:orange;transform:scaleX(1)rotate(0)}main{width:100%;min-height:100vh}.heroSection{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;overflow:hidden}.decorations{pointer-events:none;width:100%;height:100vh;position:absolute;top:0;left:0}.decorations>.rectangle{width:95%;height:95%;position:absolute;top:2.5%;left:2.5%}.decorations>.rectangle:before{content:"";background-image:radial-gradient(80% 48%,#0000 28%,#000000bf 100%);position:fixed;inset:0}.rectangle>.top{background-image:linear-gradient(90deg,#fff3 0% 10%,#0000 10% 90%,#fff3 90%);width:100%;height:1px}.rectangle>.bottom{background-image:linear-gradient(90deg,#fff3 0% 10%,#0000 10% 90%,#fff3 90%);width:100%;height:1px;position:absolute;bottom:0}.rectangle>.left{background-image:linear-gradient(#fff3 0% 10%,#0000 10% 90%,#fff3 90%);width:1px;height:100%;position:absolute;left:0}.rectangle>.right{background-image:linear-gradient(#fff3 0% 10%,#0000 10% 90%,#fff3 90%);width:1px;height:100%;position:absolute;right:0}.rectangle>.midLine{transform-origin:50%;background-image:linear-gradient(90deg,#0000 0%,#ffffff0d 50%,#0000 100%);width:100%;height:1px;position:absolute;top:50%;left:0%}.rectangle>.line1{transform:rotate(0)scaleX(1)}.rectangle>.line2{transform:rotate(15deg)scaleX(1)}.rectangle>.line3{transform:rotate(30deg)scaleX(1.1)}.rectangle>.line5{transform:rotate(60deg)scaleX(.6)}.rectangle>.line6{transform:rotate(75deg)scaleX(.6)}.rectangle>.line7{transform:rotate(90deg)scaleX(.6)}.rectangle>.line8{transform:rotate(105deg)scaleX(.6)}.rectangle>.line9{transform:rotate(120deg)scaleX(.6)}.rectangle>.line11{transform:rotate(150deg)scaleX(1)}.rectangle>.line12{transform:rotate(165deg)scaleX(1)}.rectangle>.isoSpan{color:#fff6;letter-spacing:1px;font-size:.7em;position:absolute;bottom:5%;left:3%}.rectangle>.photoSpan{letter-spacing:1px;color:#fff6;font-size:.7em;position:absolute;bottom:5%;right:3%}.rectangle>.batterySpan{opacity:.5;width:5em;height:2em;position:absolute;top:5%;left:3%}.rectangle>.typeSpan{justify-content:space-between;gap:1em;display:flex;position:absolute;top:5%;right:3%}.typeSpan>span{border:1px solid #ffffff4d;padding:0 .5em;font-size:.8em}.leftSide,.rightSide{flex-direction:column;justify-content:space-between;gap:.2em;width:1em;height:97.5%;display:flex;position:absolute;top:.5em}.leftSide{left:.5em}.rightSide{right:.5em}.leftSide>.rectSide,.rightSide>.rectSide{border:1px solid #fff3;width:100%;height:.5em}#svgItem>svg{transition:all .15s ease-in-out}.photographSpan{letter-spacing:1px;transform:translateY(-25px)}.scrollDown{flex-direction:column;align-items:center;display:flex;position:absolute;bottom:5%;left:50%;transform:translate(-50%,-50%)}@keyframes upanddown{0%{margin-bottom:0}to{margin-bottom:.5em}}.scrollBar{background-color:#ffffff4d;width:1px;height:2em;animation:1s ease-in-out infinite alternate-reverse upanddown;position:relative;overflow:hidden}@keyframes ride{0%{top:-100%}to{top:100%}}.scrollBar:before{content:"";background-image:linear-gradient(#0000 0%,orange 100%);width:100%;height:50%;animation:3s ease-in-out infinite ride;position:absolute;top:0;left:0}.whoAmISection{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23fbfbfb' fill-opacity='0.04'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");justify-content:center;align-items:end;height:120vh;display:flex;position:relative}.whoAmISection:before{content:"";z-index:1;background-image:linear-gradient(#000000bf,#0000);width:100%;height:20vh;position:absolute;top:0;left:0}.polaroidImg{aspect-ratio:1;pointer-events:none;border:40px solid #fff;border-width:40px 10px;width:20em;height:20em;position:absolute;top:50%;left:50%;overflow:hidden;transform:scale(.5);box-shadow:0 2px 4px #0e1e251f,0 2px 16px #0e1e2552}.card2{z-index:1}.polaroidImg>img{object-fit:cover;width:100%;height:100%}.whoAmISection>.description{color:#fff;text-align:center;flex-direction:column;align-items:center;gap:1em;display:flex;position:absolute;bottom:8%}.description>span{padding:0 .5em}.description>.madeInFranceDiv{color:#ffffffe6;background-color:#030303;border-radius:10px;justify-content:space-around;align-items:center;width:13em;height:3em;display:flex;position:relative;box-shadow:0 0 35px #ffffff14}.madeInFranceDiv>.flag{background-color:var(--bg);box-sizing:border-box;border-radius:5px;width:3.1em;height:2.3em;padding:.5em;display:flex;overflow:hidden}.flag>div{flex:1;position:relative}.flag>div:first-of-type{background-color:#00f}.flag>div:nth-of-type(2){background-color:#fff}.flag>div:nth-of-type(3){background-color:red}.flagSpan{z-index:1;letter-spacing:.5px;font-weight:500;position:relative}footer{box-sizing:border-box;background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23fbfbfb' fill-opacity='0.04'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");flex-direction:column;gap:.5em;width:100%;height:auto;padding:.5em;display:flex;position:relative}.footerContent{box-sizing:border-box;background-color:#030303;border-radius:12px;justify-content:center;width:100%;height:15em;display:flex;position:relative}.leftContainer{box-sizing:border-box;min-width:25em;max-width:32.5em;height:100%;padding:1.5em;display:flex}.aboutMeContainer,.contactMeContainer{flex-direction:column;gap:1em;width:60%;padding:1em 0;display:flex}.contactMeContainer{width:100%}.aboutMeContainer>h2,.contactMeContainer>h2{color:#fff;font-weight:600}.aboutMeContainer>p,.contactMeContainer>p{font-size:.8em;line-height:1.5em}.aboutMeContainer>span{color:#ffffffe6;margin-top:-.5em;font-size:.9em;font-weight:200}.instaLink{color:#ffffffb3;border:1px solid #ffffff4d;border-radius:25px;justify-content:center;align-items:center;gap:.5em;width:fit-content;padding:.4em 1.25em;font-size:.8em;font-weight:200;text-decoration:none;display:flex}.instaLink:hover{color:#fff;border-color:#fff}.instaLink>span{align-items:center;display:flex}.qrCodeWrapper{flex-direction:column;align-items:center;width:10em;height:12em;margin-top:.5em;display:flex}.qrCodeWrapper>img{width:10em;height:10em}.qrCodeWrapper>span{color:#fff6;font-size:.8em;font-weight:600}.rightContainer{box-sizing:border-box;flex:1;min-width:20em;max-width:25em;padding:1.5em}.contactMeButton{color:#ffffffb3;background-color:#0000;border:1px solid #ffffff4d;border-radius:10px;justify-content:center;align-items:center;gap:1em;width:100%;padding:.4em 1.25em;display:flex}.contactMeButton:hover{cursor:pointer;color:#fff;border-color:#fff}.choices{box-sizing:border-box;justify-content:space-between;gap:.5em;width:100%;display:flex}.splitter{background-color:#fff3;width:100%;height:1px}.instagramButton,.linkedInButton,.emailButton{color:#ffffffb3;box-sizing:border-box;background-color:#0000;border:1px solid #ffffff4d;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.25em;padding:.5em 0;font-size:.6em;display:flex}:is(.instagramButton,.linkedInButton,.emailButton):hover{cursor:pointer;color:#fff;border-color:#fff}.footerTagContainer{justify-content:space-between;height:3em;display:flex}.authorContainer,.rightsContainer{color:#fff6;background-color:#030303;border-radius:10px;justify-content:center;align-items:center;width:20em;font-size:.75em;font-weight:400;display:flex}.authorContainer>a{color:#ffffffb3;text-decoration:none;transition:all .15s ease-in-out}.authorContainer>a:hover{color:#fff}@media screen and (width<=1000px){.decorations>.rectangle{width:90%;height:90%;top:5%;left:5%}}@media screen and (width<=850px){.polaroidImg{width:15em;height:15em}.footerContent{flex-direction:column;height:auto}.leftContainer{justify-content:space-between;width:100%;max-width:none;height:auto;padding:1.5em 3em}.rightContainer{width:100%;max-width:none;height:auto;padding:0 3em 1.5em}}@media screen and (width<=750px){.headerNav{display:none}.header{justify-content:center}.titleContainer{padding-left:0}}@media screen and (width<=660px){.polaroidImg{width:12em;height:12em}.decorations>.rectangle{width:85%;height:90%;top:5%;left:7.75%}}@media screen and (width<=600px){#svgItem>svg{transform:scale(.8)}}@media screen and (width<=540px){.polaroidImg{width:10em;height:10em}.whoAmISection{height:70vh}.whoAmISection>.polaroidImg{top:40%}}@media screen and (width<=440px){#svgItem>svg{transform:scale(.5)}.polaroidImg{width:8em;height:8em}.leftContainer{width:100%;max-width:none;height:auto;min-width:unset;flex-direction:column;justify-content:space-between;padding:1.5em}.rightContainer{width:100%;max-width:none;height:auto;min-width:unset;padding:0 1.5em 1.5em}.footerTagContainer{flex-direction:column;gap:.5em;width:100%;height:8em}.authorContainer,.rightsContainer{width:100%;height:100%}.decorations>.rectangle{width:82.5%;left:8.75%}.rectangle>.photoSpan,.rectangle>.isoSpan{bottom:2%}.rectangle>.batterySpan{left:0}}@media screen and (width<=375px){.polaroidImg{width:7em;height:7em}}
