.app-container{display:flex;flex-direction:column;min-height:100vh}.content{flex-grow:1;padding:20px}html,body{margin:0;padding:0}.header{background-color:#0b1120;color:#fff;padding:20px 40px;display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif}.header-left{display:flex;align-items:center;gap:10px;margin-left:6rem}.header-right{display:flex;align-items:center;gap:20px;margin-right:6rem}.logo{width:50px;height:50px;object-fit:cover}.nav-links{list-style:none;display:flex;gap:25px;margin:0 20px 0 0;padding:0;font-family:Poppins,sans-serif}.nav-links a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s}.nav-links a:hover{color:#007bff}.lang-btn{background-color:transparent;border:1px solid #ffffff;border-radius:5px;cursor:pointer;padding:8px 12px;display:flex;align-items:center;justify-content:center;transition:background-color .3s,transform .3s}.lang-btn:hover{background-color:#fff;transform:scale(1.05)}.lang-icon{width:20px;height:20px;object-fit:cover;transition:transform .3s}.lang-btn:hover .lang-icon{transform:rotate(15deg)}.footer{background-color:#0b1120;color:#fff;padding:40px 20px;font-family:Arial,Helvetica,sans-serif}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;margin-left:6rem;margin-right:6rem}.footer-left h2{margin:0;font-size:24px;font-weight:700}.footer-left p{margin-top:5px;color:#cbd5e1}.footer-right a{margin-left:20px;text-decoration:none;color:#fff;transition:color .3s}.footer-right a:hover{color:#007bff}.footer hr{margin:20px 0;border-color:#1e293b;margin-left:6rem;margin-right:6rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-left:6rem;margin-right:6rem}.footer-bottom p{margin:0;color:#cbd5e1}.social-icons a{color:#fff;margin-left:15px;font-size:20px;transition:color .3s}.social-icons a:hover{color:#007bff}html,body{overflow-x:hidden}.home-hero{position:relative;min-height:100vh;display:flex;align-items:flex-start;padding-top:6rem;overflow:hidden;background:#fff;font-family:Poppins,sans-serif}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;z-index:1}.hero-container{position:absolute;top:0;left:0;z-index:1;max-width:2500px;padding:10rem 4rem}.hero-content{display:flex;flex-direction:column;gap:7rem;margin-left:0;margin-top:-8rem}@media (min-width: 768px){.hero-content{flex-direction:row;align-items:center;justify-content:space-between;margin-left:4rem}}.hero-text{max-width:600px;margin-bottom:2.5rem;color:#1f2937}.section-subtitle{color #0b1120;font-weight:600;font-size:18px;margin-bottom:16px}.hero-title{font-size:2.25rem;line-height:1.2;margin-bottom:24px}@media (min-width: 768px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.75rem}}.highlighted-name{position:relative;display:inline-block}.highlighted-name:after{content:"";position:absolute;left:0;bottom:-8px;width:33%;height:4px;background-color:#1e73e8}.hero-description{color:#4b5563;font-size:18px;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.btn-primary{background-color:#0b1120;color:#fff;padding:12px 32px;border-radius:999px;text-decoration:none;font-weight:500;transition:all .3s;box-shadow:0 10px 15px -3px #0b112066}.btn-primary:hover{background-color:#1e73e8;box-shadow:0 15px 25px -5px #1e73e899;transform:translateY(-4px)}.btn-secondary{border:1px solid #d1d5db;color:#1f2937;padding:12px 32px;border-radius:999px;text-decoration:none;font-weight:500;transition:all .3s}.btn-secondary:hover{border-color:#1e73e8;color:#1e73e8}.hero-photo{position:relative;width:256px;height:256px;margin:0 auto}@media (min-width: 768px){.hero-photo{width:320px;height:320px}}.photo-bg-circle{position:absolute;top:-24px;left:-24px;width:100%;height:100%;border-radius:50%;background-color:#1e73e8;opacity:.1;z-index:1}.photo-container{position:relative;z-index:2;width:100%;height:100%;border-radius:50%;overflow:hidden;border:4px solid white;box-shadow:0 6px 20px #00000026}.photo-container img{width:100%;height:100%;object-fit:cover}.projects-container{padding:40px;text-align:center;font-family:Arial,Helvetica,sans-serif;margin-top:-2rem}.projects-container h1{font-size:32px;margin-bottom:40px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:8px;justify-items:center}.project-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s;width:100%;max-width:400px}.project-card:hover{transform:translateY(-8px)}.project-image{position:relative;height:250px;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center}.project-icon{font-size:64px;color:#9ca3af}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#1e73e8e6;color:#fff;opacity:0;transition:opacity .3s;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center}.project-image:hover .project-overlay{opacity:1}.project-overlay h4{font-size:20px;font-weight:700;margin-bottom:10px}.project-overlay p{font-size:14px;margin-bottom:15px}.project-overlay a{background:#fff;color:#1e73e8;padding:8px 16px;border-radius:999px;text-decoration:none;font-weight:500;font-size:14px}.project-overlay a:hover{background-color:#f0f0f0}.project-content{padding:24px;text-align:left}.project-content h3{font-size:20px;font-weight:700;margin-bottom:8px}.project-content p{color:#4b5563;margin-bottom:12px;font-size:14px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tags span{background-color:#f3f4f6;color:#4b5563;padding:4px 10px;border-radius:999px;font-size:12px}.about-container{display:flex;flex-wrap:wrap;gap:2rem;padding:2rem;background-color:#f8fafc;font-family:Poppins,sans-serif;color:#1f2937}.sidebar{flex:1 1 280px;display:flex;flex-direction:column;gap:1.5rem}.main-content{flex:2 1 600px;display:flex;flex-direction:column;gap:2rem}.card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 8px 24px #0000001f}.profile-card{text-align:center}.profile-banner{background:url(/assets/background_fiche-DyR_ycBa.jpg) center/cover no-repeat;height:80px;border-top-left-radius:1rem;border-top-right-radius:1rem}.profile-avatar{width:80px;height:80px;background:url(/assets/photo_cv-BWR9iQYP.jpg) center/cover no-repeat;border-radius:50%;margin:-40px auto 0;border:4px solid white}.social-icons a{margin:0 .5rem;color:#1e3a8a;font-size:1.2rem}.contact-card ul{list-style:none;padding:0;margin:0}.contact-card li{margin:.75rem 0;display:flex;align-items:center;gap:.5rem}.skill{margin-bottom:1rem}.skill span{display:block;margin-bottom:.25rem;color:#334155;font-weight:500}.bar{background:#e2e8f0;border-radius:1rem;height:8px;overflow:hidden}.bar div{background:linear-gradient(90deg,#6a11cb,#2575fc);height:100%;border-radius:1rem}.intro h1{font-size:2rem}.highlight{color:#2575fc}.tags{margin-top:1rem}.tags span{background:#e0f2fe;color:#2563eb;padding:.25rem .75rem;border-radius:999px;margin:.25rem;display:inline-block;font-size:.85rem}.experience ul{list-style:none;padding:0}.experience li{margin-bottom:1.5rem}.experience h3{color:#1e3a8a}.experience strong{color:#0f172a}.contact-section{padding:40px;font-family:Arial,Helvetica,sans-serif;margin-left:15rem;margin-right:15rem}.contact-box{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0003}.contact-info{background-color:#7b7b7b;color:#fff;padding:30px;flex:1;display:flex;flex-direction:column;justify-content:space-between}.contact-info h2{font-size:28px;margin-bottom:15px}.contact-info p{margin-bottom:20px;line-height:1.5}.info-list{list-style:none;padding:0;margin-bottom:20px}.info-list li{margin-bottom:12px;display:flex;align-items:center}.info-list .icon{margin-right:10px}.social-icons a{color:#fff;margin-right:12px;font-size:20px;transition:opacity .3s}.social-icons a:hover{opacity:.7}.contact-form{flex:2;padding:30px;background-color:#fff}.contact-form h2{margin-bottom:20px;font-size:24px;color:#333}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{margin-bottom:15px;padding:12px;border-radius:6px;border:1px solid #ccc;font-size:16px}.contact-form button{background-color:#7b7b7b;color:#fff;padding:12px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:background .3s}.contact-form button:hover{background-color:#135fcc}@media (max-width: 768px){.contact-box{flex-direction:column}}.reco-under-construction{text-align:center;padding:100px 20px;font-family:Poppins,sans-serif}.reco-title{font-size:2.5rem;margin-bottom:10px}.reco-subtitle{font-size:1.2rem;color:#666;margin-bottom:30px}.hp-under-construction{text-align:center;padding:100px 20px;font-family:Poppins,sans-serif}.hp-title{font-size:2.5rem;margin-bottom:10px}.hp-subtitle{font-size:1.2rem;color:#666;margin-bottom:30px}.solar-under-construction{text-align:center;padding:100px 20px;font-family:Poppins,sans-serif}.solar-title{font-size:2.5rem;margin-bottom:10px}.solar-subtitle{font-size:1.2rem;color:#666;margin-bottom:30px}.construction-message{background-color:#f0f0f0;padding:30px;border-radius:12px;display:inline-block;box-shadow:0 4px 12px #0000001a}.construction-message p{font-size:1.1rem;color:#333}
