@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:16px 40px;border-bottom:1px solid #e2e8f0;background:#fff;position:sticky;top:0;z-index:100}.navbar-brand{font-size:1.1rem;font-weight:700;color:#1e293b;z-index:101}.navbar-links{display:flex;gap:28px;list-style:none}.navbar-links a{text-decoration:none;font-size:.9rem;color:#475569;font-weight:400;transition:color .2s;white-space:nowrap}.navbar-links a.active,.navbar-links a:hover{color:#1e293b;font-weight:600}.navbar-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;z-index:101}.navbar-toggle span{display:block;height:2px;width:100%;background:#1e293b;border-radius:2px;transition:transform .25s ease,opacity .2s ease;transform-origin:center}.navbar-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:1024px){.navbar{padding:16px 28px}.navbar-links{gap:20px}.navbar-links a{font-size:.85rem}}@media(max-width:768px){.navbar{padding:14px 20px}.navbar-toggle{display:flex}.navbar-links{position:fixed;top:0;right:0;height:100vh;width:72vw;max-width:300px;background:#fff;border-left:1px solid #e2e8f0;flex-direction:column;justify-content:center;align-items:flex-start;gap:0;padding:80px 32px 40px;box-shadow:-4px 0 24px #00000012;transform:translate(100%);transition:transform .3s ease;z-index:100}.navbar-links.open{transform:translate(0)}.navbar-links li{width:100%;border-bottom:1px solid #f1f5f9}.navbar-links li:last-child{border-bottom:none}.navbar-links a{display:block;padding:16px 0;font-size:1rem;color:#475569;font-weight:500}.navbar-links a.active,.navbar-links a:hover{color:#6366f1;font-weight:700}.navbar-overlay{display:none;position:fixed;inset:0;background:#0f172a59;z-index:99}.navbar-overlay.open{display:block}}@media(max-width:400px){.navbar{padding:12px 16px}.navbar-links{width:85vw;padding:80px 24px 32px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fff;color:#1e293b}.page{min-height:100vh;background:#fff;overflow-x:hidden}.hero-section{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:60px 40px;gap:48px}.hero-left{flex:1;max-width:640px;animation:fadeInUp .7s ease both;min-width:0}.hero-right{flex-shrink:0;width:280px;display:flex;justify-content:center;align-items:center}.badge{display:inline-flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:6px 14px;font-size:.7rem;font-weight:600;color:#475569;letter-spacing:.08em;text-transform:uppercase;margin-bottom:24px}.hero-name{font-size:clamp(2.4rem,7vw,4rem);font-weight:900;line-height:1;color:#1e293b;letter-spacing:-1.5px}.hero-name-gradient{font-size:clamp(2.4rem,7vw,4rem);font-weight:900;line-height:1.05;letter-spacing:-1.5px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;white-space:nowrap}.hero-subtitle{font-size:clamp(1rem,3vw,1.35rem);font-weight:700;color:#1e293b;margin-bottom:16px;margin-top:10px}.hero-text{font-size:.95rem;line-height:1.7;color:#475569;margin-bottom:14px;max-width:580px}.social-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;margin-bottom:14px}.btn-social{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity .2s,transform .15s;white-space:nowrap}.btn-social:hover{opacity:.88;transform:translateY(-1px)}.btn-linkedin{background:#2563eb;color:#fff}.btn-email{background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff}.cta-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.btn-primary{padding:11px 26px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;transition:opacity .2s,transform .15s;white-space:nowrap}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{padding:11px 26px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;border:1.5px solid #cbd5e1;background:transparent;color:#1e293b;transition:border-color .2s,transform .15s;white-space:nowrap}.btn-secondary:hover{border-color:#94a3b8;transform:translateY(-1px)}.dev-card{width:240px;height:240px;border-radius:24px;background:linear-gradient(135deg,#4f7df5,#7c5bf5 40%,#9b59f5,#8b5cf6);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;box-shadow:0 20px 60px #6366f14d,0 8px 24px #8b5cf62e,inset 0 1px #ffffff26;position:relative;overflow:hidden}.dev-card:before{content:"";position:absolute;top:-50px;right:-50px;width:170px;height:170px;background:#ffffff0f;border-radius:50%}.dev-card:after{content:"";position:absolute;bottom:-35px;left:-35px;width:130px;height:130px;background:#ffffff0a;border-radius:50%}.card-icon-svg{position:relative;z-index:1}.card-title{font-size:1.1rem;font-weight:700;color:#fff;position:relative;z-index:1;text-align:center}.card-subtitle{font-size:.8rem;color:#ffffffbf;position:relative;z-index:1;text-align:center;margin-top:-10px}.card-glow{position:absolute;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.22) 0%,rgba(99,102,241,.08) 50%,transparent 70%);pointer-events:none;z-index:0}.hero-right-wrapper{position:relative;display:flex;align-items:center;justify-content:center;animation:fadeInUp .7s .15s ease both}.section-divider{max-width:1100px;margin:0 auto;border:none;border-top:1px solid #e2e8f0}.motivation-section{max-width:1100px;margin:0 auto;padding:60px 40px}.section-title{display:flex;align-items:center;justify-content:center;gap:10px;font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#1e293b;text-align:center;margin-bottom:40px}.heart-icon{color:#ec4899;font-size:1.6rem;line-height:1}.motivation-cards{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.motivation-card{flex:1;min-width:240px;max-width:320px;border-radius:16px;padding:26px 22px;border:1px solid transparent}.card-blue-bg{background:#eff6ff;border-color:#dbeafe}.card-purple-bg{background:#f5f3ff;border-color:#ede9fe}.card-pink-bg{background:#fdf2f8;border-color:#fce7f3}.motivation-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.icon-blue{background:linear-gradient(135deg,#3b82f6,#6366f1)}.icon-purple{background:linear-gradient(135deg,#8b5cf6,#a855f7)}.icon-pink{background:linear-gradient(135deg,#ec4899,#f43f5e)}.motivation-card-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:10px}.motivation-card-text{font-size:.875rem;line-height:1.65;color:#64748b}.parcours-section{max-width:1100px;margin:0 auto;padding:60px 40px}.section-title-dark{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#1e293b;text-align:center;margin-bottom:40px}.parcours-grid{display:flex;flex-direction:column;gap:24px}.parcours-card{display:flex;align-items:flex-start;gap:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.parcours-icon-box{flex-shrink:0;width:90px;height:90px;border-radius:14px;display:flex;align-items:center;justify-content:center}.parcours-icon-blue{background:#eff6ff}.parcours-icon-purple{background:#f5f3ff}.parcours-icon-pink{background:#fdf2f8}.parcours-text{flex:1;min-width:0}.parcours-card-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin-bottom:10px}.parcours-card-text{font-size:.875rem;line-height:1.65;color:#64748b}.chiffres-section{max-width:1100px;margin:0 auto;padding:60px 40px}.chiffres-grid{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.chiffre-card{flex:1;min-width:110px;max-width:180px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:22px 14px;text-align:center}.chiffre-value{font-size:1.8rem;font-weight:800;color:#1e293b;margin-bottom:6px}.chiffre-label{font-size:.82rem;font-weight:500;color:#64748b}.projets-section-accueil{background:#0f172a;padding:60px 40px}.projets-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:#f8fafc;text-align:center;margin-bottom:8px}.projets-subtitle{font-size:.9rem;color:#94a3b8;text-align:center;margin-bottom:36px}.projets-list-accueil{display:flex;flex-direction:column;gap:10px;max-width:640px;margin:0 auto}.projet-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-radius:12px;cursor:pointer;transition:opacity .2s}.projet-item:hover{opacity:.88}.projet-blue{background:linear-gradient(90deg,#3b82f6,#6366f1)}.projet-purple{background:linear-gradient(90deg,#7c3aed,#8b5cf6)}.projet-pink{background:linear-gradient(90deg,#ec4899,#f43f5e)}.projet-name{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:4px}.projet-stack{font-size:.78rem;color:#ffffffb8}.btn-voir-projets{padding:11px 28px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;border:1.5px solid #334155;background:transparent;color:#f1f5f9;transition:border-color .2s,background .2s}.btn-voir-projets:hover{border-color:#64748b;background:#ffffff0d}.langues-section{max-width:1100px;margin:0 auto;padding:60px 40px}.langues-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:860px;margin:0 auto}.langue-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 14px;display:flex;flex-direction:column;align-items:center;gap:8px}.langue-flag{width:64px;height:44px;border-radius:5px;overflow:hidden;border:1px solid #e2e8f0;flex-shrink:0}.langue-flag svg{width:100%;height:100%;display:block}.langue-name{font-size:.9rem;font-weight:700;color:#1e293b;text-align:center}.langue-level{font-size:.75rem;color:#64748b;text-align:center;margin-top:-4px}.langue-bar-track{height:5px;background:#f1f5f9;border-radius:9999px;overflow:hidden;width:100%}.langue-bar-fill{height:100%;border-radius:9999px}.langue-pct{font-size:.75rem;color:#64748b;text-align:right;width:100%}.langue-bar-blue{background:#3b82f6}.langue-bar-purple{background:#8b5cf6}.langue-bar-pink{background:#ec4899}.langue-bar-red{background:#ef4444}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.hero-section{padding:50px 32px;gap:36px}.hero-right{width:220px}.dev-card{width:200px;height:200px}.card-glow{width:240px;height:240px}.langues-grid{grid-template-columns:repeat(2,1fr);max-width:480px}.motivation-section,.parcours-section,.chiffres-section,.langues-section{padding:50px 32px}}@media(max-width:768px){.hero-section{flex-direction:column-reverse;align-items:center;text-align:center;padding:36px 20px 48px;gap:32px}.hero-left{max-width:100%}.hero-right{width:auto}.dev-card{width:180px;height:180px;border-radius:20px}.dev-card .card-icon-svg{width:72px;height:40px}.card-title{font-size:1rem}.card-subtitle{font-size:.75rem}.badge{font-size:.65rem}.hero-name-gradient,.hero-name{white-space:normal;word-break:break-word}.hero-text{font-size:.9rem}.social-buttons,.cta-buttons{justify-content:center}.motivation-section,.parcours-section,.chiffres-section,.langues-section,.projets-section-accueil{padding:44px 20px}.motivation-cards{flex-direction:column;align-items:center}.motivation-card{min-width:unset;max-width:100%;width:100%}.parcours-card{flex-direction:column;align-items:flex-start;padding:22px 18px;gap:16px}.parcours-card-right .parcours-icon-box{order:-1}.parcours-icon-box{width:72px;height:72px}.parcours-icon-box svg{width:32px!important;height:32px!important}.langues-grid{grid-template-columns:repeat(2,1fr);gap:12px}.langue-card{padding:20px 12px}.chiffres-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.chiffre-card{max-width:100%;flex:unset}.section-divider{margin:0 20px}}@media(max-width:400px){.hero-section{padding:28px 16px 40px}.motivation-section,.parcours-section,.chiffres-section,.langues-section,.projets-section-accueil{padding:36px 16px}.langues-grid{grid-template-columns:1fr 1fr;gap:10px}.langue-card{padding:16px 10px}.langue-flag{width:52px;height:36px}.dev-card{width:160px;height:160px}.btn-social,.btn-primary,.btn-secondary{width:100%;justify-content:center}.social-buttons,.cta-buttons{flex-direction:column;width:100%}}.projets-page{font-family:Inter,sans-serif;background:#fff;min-height:100vh;width:100%;max-width:100%;margin:0 auto;padding:60px 48px 100px;color:#1e293b}.projets-header{margin-bottom:56px}.projets-main-title{font-size:2.8rem;font-weight:900;color:#1e293b;letter-spacing:-1.5px;margin-bottom:14px;line-height:1.1}.projets-main-subtitle{font-size:.975rem;line-height:1.7;color:#64748b;max-width:600px}.projets-section{margin-bottom:64px}.projets-section+.projets-section{border-top:1px solid #e2e8f0;padding-top:56px}.section-header{display:flex;align-items:center;gap:18px;margin-bottom:32px}.section-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-icon-box{background:linear-gradient(135deg,#3b82f6,#6366f1)}.section-icon-orange{background:linear-gradient(135deg,#f59e0b,#f97316)}.section-title{font-size:1.6rem;font-weight:800;color:#1e293b;margin-bottom:3px;letter-spacing:-.5px}.section-subtitle{font-size:.85rem;color:#94a3b8;font-weight:400}.projets-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%}.projet-card{width:100%;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000f;transition:box-shadow .25s,transform .2s;display:flex;flex-direction:column}.projet-card:hover{box-shadow:0 12px 36px #0000001a;transform:translateY(-3px)}.projet-banner{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;position:relative;overflow:hidden}.projet-banner:before{content:"";position:absolute;top:-60px;right:-60px;width:240px;height:240px;background:#ffffff14;border-radius:50%;pointer-events:none}.projet-banner:after{content:"";position:absolute;bottom:-50px;left:-50px;width:180px;height:180px;background:#ffffff0f;border-radius:50%;pointer-events:none}.banner-laptop{position:relative;z-index:1;filter:drop-shadow(0 4px 14px rgba(0,0,0,.3))}.projet-banner-label{font-size:.95rem;font-weight:700;color:#fffffff2;position:relative;z-index:1;letter-spacing:.01em;text-shadow:0 1px 4px rgba(0,0,0,.15)}.projet-content{padding:28px 32px 32px;border-top:1px solid #f1f5f9;flex:1;display:flex;flex-direction:column}.projet-name{font-size:1.3rem;font-weight:800;color:#1e293b;margin-bottom:6px;letter-spacing:-.3px}.projet-tagline{font-size:.92rem;color:#475569;margin-bottom:12px;font-weight:500;line-height:1.5}.projet-description{font-size:.95rem;line-height:1.7;color:#64748b;margin-bottom:20px;flex:1}.projet-stack{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.tech-badge{padding:5px 14px;border-radius:9999px;font-size:.875rem;font-weight:500;background:#f8fafc;color:#475569;border:1px solid #e2e8f0;line-height:1}.btn-demo{display:inline-flex;align-items:center;gap:8px;padding:11px 24px;border-radius:10px;font-size:.95rem;font-weight:600;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;text-decoration:none;transition:opacity .2s,transform .15s;box-shadow:0 2px 8px #6366f14d;border:none;cursor:pointer}.btn-demo:hover{opacity:.88;transform:translateY(-1px)}.btn-demo-modal{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:10px;font-size:.88rem;font-weight:600;color:#6366f1;background:#eef2ff;border:1.5px solid #c7d2fe;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .15s;cursor:pointer}.btn-demo-modal:hover{background:#e0e7ff;border-color:#a5b4fc;color:#4f46e5;transform:translateY(-1px)}@media(max-width:640px){.projets-page{padding:32px 20px 60px}.projets-main-title{font-size:2rem}.projets-list{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:999;overflow:hidden;padding:20px;box-sizing:border-box}.modal-content{background:#fff;padding:30px;border-radius:16px;width:90%;max-width:800px;box-shadow:0 20px 60px #0003;animation:fadeIn .2s ease;max-height:85vh;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.modal-content::-webkit-scrollbar{width:5px}.modal-content::-webkit-scrollbar-track{background:transparent;border-radius:9999px}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}.modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.btn-close{margin-top:0;padding:10px 20px;border-radius:8px;border:none;background:#1e293b;color:#fff;cursor:pointer;font-size:.88rem;font-weight:600;transition:background .2s}.btn-close:hover{background:#334155}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.projet-banner svg{max-width:130px;height:auto;filter:drop-shadow(0 4px 14px rgba(0,0,0,.25));position:relative;z-index:1}.experiences-container{width:100%;padding:50px 20px;font-family:Arial,sans-serif;background-color:#f0f4f8}.experiences-container h1{font-size:2.5rem;margin-bottom:50px;color:#1e3a8a;text-align:center}.experience-cards{display:flex;flex-direction:column;gap:30px}.experience-card{display:flex;align-items:flex-start;background-color:#fff;border-radius:16px;padding:25px 40px;box-shadow:0 6px 15px #0000001a;transition:transform .3s,box-shadow .3s;width:100%}.experience-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000026}.experience-icon{flex-shrink:0;margin-right:25px;display:flex;align-items:center;justify-content:center}.experience-icon img{max-width:150px;max-height:80px;object-fit:contain}.experience-content h2{font-size:1.4rem;color:#1e40af;margin-bottom:15px}.mission{border-left:3px solid #1e40af;padding-left:15px;margin-bottom:20px}.mission h3{font-size:1.1rem;color:#333;margin:0 0 3px}.mission .date{display:block;font-size:.85rem;color:#666;margin-bottom:5px}.mission p{font-size:.95rem;color:#555;line-height:1.4}@media screen and (max-width:800px){.experience-card{flex-direction:column;align-items:center;text-align:center;padding:25px 20px}.experience-icon{margin:0 0 15px}.mission{border-left:none;padding-left:0;border-top:2px solid #1e40af;padding-top:10px;margin-top:10px}}
