*{margin:0;padding:0}body{height:100vh;background:#262626;color:#e5e5e5;font-family:outfit}footer{width:100%;height:50px;background:linear-gradient(264deg,#0a005d -5.09%,#3a8def 109.05%);display:flex;align-items:center;justify-content:center}.navbar{position:fixed;top:0;right:-270px;height:100vh;width:240px;background:linear-gradient(180deg,#3a8def 30%,#0a005d);display:flex;flex-direction:column;align-items:center;padding:40px 0 20px;box-shadow:-2px 0 12px #00000014;z-index:200;transition:right .35s cubic-bezier(.77,0,.18,1)}.navbar-right.open{right:0}.navbar-logo img{width:120px;margin-bottom:40px}.nav-menu{display:flex;flex-direction:column;align-items:flex-start;gap:30px;list-style:none;padding:0;width:100%}.nav-menu li{width:100%}.nav-menu a{display:block;width:100%;padding:12px 32px;color:#e5e5e5;text-decoration:none;font-size:18px;border-radius:8px;transition:background .2s,color .2s}.nav-menu a:hover{background:#d1d1d144;color:#262626}.navbar-toggle{position:fixed;bottom:32px;right:32px;width:84px;height:84px;background:#0a005d;border:none;border-radius:50%;box-shadow:0 2px 12px #0003;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:300;cursor:pointer;transition:all .4s}.navbar-toggle:hover{background:#3a8def}.navbar-toggle-bar{width:28px;height:4px;background:#fff;margin:3px 0;border-radius:2px;transition:.3s}.navbar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000040;z-index:150}@media (max-width: 900px){.navbar{width:80vw;min-width:180px;max-width:320px;padding:20px 0 10px;right:-100vw;left:auto;transition:right .35s cubic-bezier(.77,0,.18,1)}.navbar-right.open{right:0}.navbar-toggle{bottom:2%;right:10%;transform:translate(50%);width:64px;height:64px}.navbar-toggle-bar{width:32px;height:5px}}.navbar-toggle{z-index:400}.profil{display:flex;align-items:center;flex-direction:column;gap:35px;position:relative}.profil img{width:450px;height:auto;margin-top:75px}.profil h1{text-align:center;width:70%;font-size:55px;font-weight:600}.profil h1 span{font-size:90px;background:linear-gradient(270deg,#3a8def 35%,#acd68b,#f9bc2f 65%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.profil p{width:80%;text-align:center;font-size:24px;line-height:40px}.profil-action-bar{display:flex;align-items:center;gap:25px;font-size:24px;font-weight:500;margin-bottom:50px}.profil-action-bar a{text-decoration:none;color:#e5e5e5;position:relative;width:150px}.profil-boutton{padding:25px 45px;border-radius:50px;border:2px solid #e5e5e5;cursor:pointer;text-align:center;transform:1s}.profil-boutton:hover{scale:1.05;background:linear-gradient(264deg,#0a005d -5.09%,#3a8def 109.05%);border:2px solid rgb(130,168,238)}.bubble-toast{position:absolute;left:120%;top:-30px;transform:translate(-50%);background:#3a8def;color:#fff;padding:8px 18px;border-radius:20px;font-size:26px;box-shadow:0 2px 8px #00000026;opacity:0;width:max-content;max-width:300px;animation:bubbleIn .3s forwards,bubbleOut .5s 1.5s forwards;pointer-events:none;z-index:10}@keyframes bubbleIn{to{opacity:1;top:-60px}}@keyframes bubbleOut{to{opacity:0;top:-80px}}.profil-stage-bubble{position:absolute;left:1160px;top:100px;background:#f9bc2f;color:#23233a;padding:18px 28px;border-radius:32px 32px 32px 0;font-size:1.25em;font-weight:600;box-shadow:0 4px 24px #0002;z-index:2;animation:stage-bounce 4s infinite;display:flex;flex-direction:column;align-items:flex-start;min-width:260px;max-width:360px;border:2px solid #fff4}@keyframes stage-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.profil-stage-bubble span{font-size:.95em;font-weight:400;margin-top:4px;color:#23233a;opacity:.85}@media (max-width: 900px){.profil img{width:180px;margin-top:30px}.profil h1{width:95%;font-size:28px}.profil h1 span{font-size:38px}.profil p{width:95%;font-size:16px;line-height:28px}.profil-action-bar{flex-direction:column;gap:15px;font-size:16px;margin-bottom:20px}.profil-boutton{padding:14px 20px;font-size:16px}.bubble-toast{left:50%;top:-30px;font-size:16px;padding:6px 12px;max-width:90vw;white-space:pre-line;text-align:center}.profil-stage-bubble{left:62%;top:10px;font-size:.95em;padding:10px 14px;min-width:0;max-width:90vw;border-radius:18px 18px 18px 0;box-shadow:0 2px 12px #0002;align-items:flex-start}}.parcours-container{width:100%;max-width:1100px;margin:40px auto 80px;display:flex;flex-direction:column;align-items:center;background:#242424;border-radius:24px;box-shadow:0 4px 32px #0002}.parcours-title{font-size:42px;margin-bottom:60px;letter-spacing:2px;text-align:center}.timeline{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;min-height:400px;margin-bottom:10px}.timeline-line{position:absolute;left:50%;top:0;width:6px;height:94%;background:linear-gradient(180deg,#f9bc2f,#acd68b,#3a8def);transform:translate(-50%);z-index:0;border-radius:3px}.timeline-item{position:relative;display:flex;align-items:center;min-height:120px;margin-bottom:60px;z-index:1;width:100%}.timeline-item.left{justify-content:flex-end;flex-direction:row}.timeline-item.right{justify-content:flex-start;flex-direction:row}.timeline-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;width:36px;height:36px;border-radius:50%;border:4px solid #fff;transition:transform .3s;box-shadow:0 0 0 4px #0008}.timeline-dot:hover{transform:translate(-50%,-50%) scale(1.15)}.timeline-content{background:#222;padding:32px 48px;border-radius:24px;min-width:340px;max-width:420px;border-left:8px solid;box-shadow:0 6px 32px #0003;transition:box-shadow .3s;position:relative;z-index:2;font-size:22px;transition:all 1.8s ease}.timeline-content:hover{transform:scale(1.2);background:#e5e5e5;color:#262626}.timeline-item.left .timeline-content{margin-right:-25px;text-align:left;border-left:8px solid;border-right:none}.timeline-item.right .timeline-content{margin-left:-25px;text-align:left;border-left:none;border-right:8px solid}.timeline-item.left .timeline-content:hover{margin-right:80px}.timeline-item.right .timeline-content:hover{margin-left:80px}@media (max-width: 900px){.parcours-container{max-width:100vw;margin:10px 0 20px}.parcours-title{font-size:24px;margin-bottom:18px}.timeline{min-height:0;margin-bottom:10px}.timeline-line{left:50%;width:4px;height:98%;background:linear-gradient(180deg,#f9bc2f,#acd68b,#3a8def)}.timeline-item,.timeline-item.left,.timeline-item.right{width:100%;left:0!important;flex-direction:column!important;align-items:center!important;justify-content:center;min-height:unset;margin-bottom:28px;position:relative}.timeline-dot{position:absolute;left:50%!important;top:0!important;transform:translate(-50%)!important;margin-bottom:0;margin-top:0;width:18px;height:18px;z-index:2}.timeline-content,.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{margin:38px 0 0!important;text-align:center!important;border-left:4px solid;border-right:none;min-width:0!important;max-width:98vw!important;width:90vw!important;font-size:15px!important;padding:12px 6px!important;border-radius:14px!important;box-shadow:0 2px 10px #0002!important;word-break:break-word;background:#222!important;color:#e5e5e5!important;transition:all 1.8s ease}.timeline-content h3{font-size:18px!important;margin-bottom:6px!important}.timeline-content p{font-size:14px!important}.timeline-content:hover{transform:scale(1.05)!important;background:#e5e5e5!important;color:#262626!important}}@media (max-width: 500px){.parcours-container{padding:8px 2vw;border-radius:12px;margin:8px 0 12px}.parcours-title{font-size:15px;margin-bottom:8px}.timeline-content,.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{font-size:12px!important;padding:6px 2px!important;border-radius:8px!important;min-width:0!important;max-width:98vw!important;width:96vw!important}.timeline-content h3{font-size:13px!important;margin-bottom:2px!important}.timeline-content p{font-size:11px!important}.timeline-dot{width:12px;height:12px}}.about-container{width:100%;max-width:1100px;margin:40px auto 20px;display:flex;flex-direction:column;align-items:center;background:#242424;border-radius:24px;box-shadow:0 4px 32px #0002;padding:40px 20px}.about-title{font-size:42px;margin-bottom:24px;letter-spacing:2px;text-align:center;color:#e5e5e5}.about-desc{font-size:22px;text-align:center;margin-bottom:40px;color:#e5e5e5}.about-section{width:100%;margin-bottom:32px}.about-section h2{font-size:28px;margin-bottom:18px;color:#f9bc2f;text-align:center;letter-spacing:1px}.about-logos{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.about-logo-item{flex:0 0 22%;max-width:120px;min-width:100px;display:flex;flex-direction:column;align-items:center;gap:10px;background:#181818;border-radius:16px;padding:18px 24px;box-shadow:0 2px 12px #0003;transition:transform .2s,box-shadow .2s}.about-logo-item:hover{transform:scale(1.08);box-shadow:0 4px 24px #f9bc2f}.about-logo-item img{width:56px;height:56px;object-fit:contain}.about-logo-item span{font-size:18px;color:#e5e5e5;margin-top:6px}.about-softskill-badge{display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s,filter .2s;cursor:pointer;outline:none;filter:brightness(1);box-shadow:0 2px 12px #0003}.about-softskill-badge:hover,.about-softskill-badge:focus{transform:scale(1.08) translateY(-2px);box-shadow:0 4px 24px #f9bc2f,0 0 0 3px #fff2;filter:brightness(1.08)}.softskill-desc-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:#1e1e2873;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:999;animation:popupFadeIn .2s}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}.softskill-desc-content{position:relative;background:linear-gradient(135deg,#23233a 80%,#f9bc2f55);border-radius:22px;padding:38px 32px 28px;box-shadow:0 8px 40px #f9bc2f,0 2px 12px #0008;color:#e5e5e5;min-width:260px;max-width:90vw;text-align:center;animation:popupIn .25s cubic-bezier(.77,0,.18,1)}@keyframes popupIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.softskill-desc-content h3{margin-bottom:14px;color:#f9bc2f;font-size:1.7em}.softskill-desc-content p{font-size:1.15em;margin-bottom:0}.softskill-close-btn{position:absolute;top:14px;right:18px;background:none;border:none;color:#f9bc2f;font-size:2em;cursor:pointer;transition:color .2s;z-index:2;line-height:1}.softskill-close-btn:hover{color:#e5e5e5}@media (max-width: 900px){.about-container{padding:18px 2vw}.about-title{font-size:28px}.about-desc{font-size:15px}.about-section h2{font-size:18px}.about-logo-item{flex-basis:45%;max-width:80px}.about-logo-item img{width:36px;height:36px}.about-logo-item span{font-size:13px}}@media (max-width: 500px){.about-container{padding:10px 2vw;border-radius:12px}.about-title{font-size:18px;margin-bottom:10px}.about-desc{font-size:12px;margin-bottom:18px}.about-section h2{font-size:15px;margin-bottom:8px}.about-logo-item{flex-basis:100%;max-width:90vw;min-width:0;padding:10px 8px;border-radius:10px;gap:4px}.about-logo-item img{width:28px;height:28px}.about-logo-item span{font-size:10px}.softskill-desc-content{padding:18px 8px 14px;min-width:0;max-width:96vw;font-size:.95em}.softskill-desc-content h3{font-size:1.1em}.softskill-desc-content p{font-size:.95em}.about-logos{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;justify-items:center}.about-logo-item{max-width:100%;min-width:0;width:98%;padding:10px 4px;border-radius:10px;gap:4px;justify-content:center;align-items:center}}.projects-container{width:100%;max-width:1100px;margin:20px auto 100px;background:#242424;border-radius:24px;box-shadow:0 4px 32px #0002;padding:40px 20px;display:flex;flex-direction:column;align-items:center}.projects-title{font-size:42px;margin-bottom:42px;color:#e5e5e5;text-align:center;letter-spacing:2px}.projects-list{width:100%;display:flex;flex-direction:column;gap:28px}.project-card{background:#181818;border-radius:18px;box-shadow:0 2px 12px #0003;overflow:hidden;transition:box-shadow .2s}.project-card.open{box-shadow:0 6px 32px #3a8def55,0 2px 12px #0008}.project-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:22px 32px;font-size:1.4em;font-weight:600;color:#e5e5e5;background:linear-gradient(90deg,#3a8def22,#f9bc2f22);-webkit-user-select:none;user-select:none;transition:background .2s}.project-header:hover{background:linear-gradient(90deg,#3a8def55,#f9bc2f55)}.project-toggle{font-size:1.2em;color:#f9bc2f;margin-left:18px}.project-content{overflow:hidden;transition:max-height .4s cubic-bezier(.77,0,.18,1);background:#23233a;display:flex;flex-direction:row;gap:32px;padding:0 32px 32px}.project-card:not(.open) .project-content{padding:0 32px}.project-media{flex:1 1 260px;display:flex;align-items:flex-start;justify-content:center;min-width:220px;max-width:320px;margin-top:24px}.project-media img,.project-media video{width:100%;max-width:320px;border-radius:12px;box-shadow:0 2px 12px #0006;background:#111}.project-desc{flex:2 1 400px;display:flex;flex-direction:column;justify-content:flex-start;margin-top:24px;color:#e5e5e5;font-size:1.1em;gap:18px}.project-techno{display:flex;flex-wrap:wrap;gap:12px}.project-tech-badge{background:#022650;color:#fff;border-radius:16px;padding:6px 16px;font-size:1em;font-weight:500;box-shadow:0 2px 8px #0002}.project-repo-link{margin-top:10px;display:inline-block;background:#f9bc2f;color:#23233a;border-radius:8px;padding:8px 18px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 2px 8px #0002}.project-repo-link:hover{background:#3a8def;color:#fff}.carousel-wrapper{position:relative;width:100%;max-width:600px;margin:0 auto 40px;display:flex;align-items:center;justify-content:center;min-height:480px}.carousel-track{width:100%;height:100%;display:flex;overflow:hidden;position:relative}.carousel-card{min-width:100%;max-width:100%;position:absolute;top:0;left:0}.carousel-btn{background:#3a8def;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2em;cursor:pointer;z-index:3;transition:background .2s,color .2s,transform .2s;display:flex;align-items:center;justify-content:center;margin:0 12px;box-shadow:0 2px 8px #0002}.carousel-btn:hover{background:#f9bc2f;color:#23233a;transform:scale(1.1)}.carousel-btn.left{left:0}.carousel-btn.right{right:0}.slider-wrapper{position:relative;width:100%;max-width:1000px;margin:0 auto 40px;display:flex;align-items:center;justify-content:center;min-height:600px;overflow:visible}.slider-track{display:flex;width:100%;height:100%}.slider-card{position:absolute;top:0;left:50%;width:80vw;max-width:600px;min-width:340px;min-height:600px;max-height:700px;opacity:0;transform:translate(-50%) scale(.7);transition:transform .5s cubic-bezier(.77,0,.18,1),opacity .35s cubic-bezier(.77,0,.18,1),box-shadow .25s;background:#181818;border-radius:18px;display:flex;flex-direction:column;align-items:center;pointer-events:none;box-shadow:0 2px 12px #0003;z-index:1;padding-bottom:40px}.slider-card.active{opacity:1;transform:translate(-50%) scale(1);pointer-events:auto;z-index:3;box-shadow:0 0 62px #e5e5e59c}.slider-card.popin-animate{animation:popin .64s cubic-bezier(.77,0,.18,1)}@keyframes popin{0%{transform:translate(-50%) scale(.96);opacity:.85}60%{transform:translate(-50%) scale(1.03);opacity:1}to{transform:translate(-50%) scale(1);opacity:1}}.slider-card.prev{opacity:1;transform:translate(-120%) scale(.88);z-index:2;pointer-events:auto}.slider-card.next{opacity:1;transform:translate(20%) scale(.88);z-index:2;pointer-events:auto}.slider-card:not(.active):not(.prev):not(.next){display:none!important}.slider-card.hidden{display:none}.slider-media{width:100%;display:flex;align-items:center;justify-content:center;margin-top:24px}.slider-media img,.slider-media video{width:90%;max-width:320px;border-radius:12px;box-shadow:0 2px 12px #0006;background:#111}.slider-content{width:90%;margin:18px auto 0;color:#e5e5e5;font-size:1.1em;display:flex;flex-direction:column;align-items:center;gap:18px}.slider-content h3{color:#f9bc2f;font-size:1.5em;margin-bottom:8px}.slider-techno{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.slider-tech-badge{background:#23233a;border-radius:16px;padding:6px 10px;display:flex;align-items:center;box-shadow:0 2px 8px #0002}.slider-repo-link{margin-top:10px;display:inline-block;background:#f9bc2f;color:#23233a;border-radius:8px;padding:8px 18px;font-weight:600;text-decoration:none;transition:background .2s,color .2s;box-shadow:0 2px 8px #0002}.slider-repo-link:hover{background:#3a8def;color:#fff}.slider-btn{background:#3a8def;color:#fff;border:none;border-radius:50%;width:48px;height:48px;font-size:2em;cursor:pointer;z-index:3;transition:background .2s,color .2s,transform .2s;display:flex;align-items:center;justify-content:center;margin:0 12px;box-shadow:0 2px 8px #0002}.slider-btn:hover{background:#f9bc2f;color:#23233a;transform:scale(1.1)}@media (max-width: 900px){.projects-container{padding:18px 2vw;padding-top:0;padding-bottom:220px}.projects-title{font-size:28px}.project-header{font-size:1em;padding:14px 12px}.project-content{flex-direction:column;gap:12px;padding:0 12px 18px}.project-media{margin-top:12px;min-width:0;max-width:100vw}.project-desc{margin-top:8px;font-size:.98em}.carousel-wrapper,.slider-wrapper{min-height:340px;max-width:98vw}.slider-card{padding-bottom:10px}.slider-content{font-size:.98em}}.contact-container{width:100%;max-width:800px;margin:40px auto 60px;background:#242424;border-radius:24px;box-shadow:0 4px 32px #0002;padding:40px 20px;display:flex;flex-direction:column;align-items:center}.contact-title{font-size:42px;margin-bottom:18px;color:#e5e5e5;text-align:center;letter-spacing:2px}.contact-desc{font-size:20px;color:#e5e5e5;margin-bottom:28px;width:120%;text-align:center}.contact-list{width:100%;display:flex;flex-direction:column;gap:22px}.contact-item{display:flex;align-items:center;background:#181818;border-radius:14px;padding:18px 24px;box-shadow:0 2px 12px #0003;gap:18px;font-size:1.15em;position:relative}.contact-icon{font-size:1.5em;margin-right:8px}.contact-link{color:#f9bc2f;text-decoration:none;font-weight:600;word-break:break-all;transition:color .2s}.contact-link:hover{color:#3a8def;text-decoration:underline}.contact-copy-btn{margin-left:auto;background:#3a8def;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-size:1.2em;cursor:pointer;transition:background .2s,color .2s}.contact-copy-btn:hover{background:#f9bc2f;color:#23233a}.copied-bubble{position:absolute;right:60px;top:50%;transform:translateY(-150%) translate(135%);background:#3a8def;color:#fff;padding:5px 16px;border-radius:16px;font-size:1em;font-weight:600;box-shadow:0 2px 8px #0003;animation:fadeInOut 1.2s;pointer-events:none;z-index:10}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-150%) translate(135%) scale(.9)}20%{opacity:1;transform:translateY(-150%) translate(135%) scale(1)}80%{opacity:1;transform:translateY(-150%) translate(135%) scale(1)}to{opacity:0;transform:translateY(-150%) translate(135%) scale(.9)}}@media (max-width: 900px){.contact-container{padding:18px 2vw;max-width:98vw}.contact-title{font-size:24px}.contact-desc{font-size:15px}.contact-item{font-size:1em;padding:12px 8px}}@media (max-width: 500px){.contact-container{padding:10px 2vw;border-radius:12px;margin:10px auto 20px}.contact-title{font-size:16px;margin-bottom:6px}.contact-desc{font-size:11px;margin-bottom:10px;width:100%}.contact-list{gap:10px}.contact-item{font-size:.95em;padding:8px 4px;border-radius:8px;gap:8px}.contact-icon{font-size:1.1em;margin-right:4px}.contact-link{font-size:.95em;word-break:break-all}.contact-copy-btn{font-size:1em;padding:4px 8px;border-radius:6px}.copied-bubble{right:10px;top:0;transform:translateY(-120%) translate(0);font-size:.85em;padding:3px 8px;border-radius:10px}}
