:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0;text-align:left}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{display:block;transition:opacity .3s ease}.logo a:hover{opacity:.8}.logo img{height:50px;width:auto}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;font-size:.9rem;letter-spacing:.5px;transition:color .3s ease;position:relative}.nav a:hover{color:#d4af37}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#d4af37;transition:width .3s ease}.nav a:hover:after{width:100%}.lang-btn{background:none;border:2px solid #d4af37;color:#d4af37;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:4px;margin-left:1rem}.lang-btn:hover{background:#d4af37;color:#000}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:2px;background:#fff;margin:3px 0;transition:.3s}@media(max-width:768px){.nav{position:fixed;top:80px;left:0;right:0;background:#000000f2;flex-direction:column;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}.menu-toggle{display:flex}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.video-background video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;z-index:-1}.hero-content{position:relative;text-align:center;color:#fff;z-index:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero-bg-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.hero-bg-image img{width:600px;height:auto;opacity:.8;filter:brightness(0) invert(1)}.hero-text{position:relative;z-index:2}.hero-text h1{font-family:Playfair Display,serif;font-size:5rem;font-weight:400;margin-bottom:2rem;letter-spacing:3px;color:#fff;text-shadow:0 4px 8px rgba(0,0,0,.3);line-height:1.1}.typewriter{margin:2rem 0;height:60px;display:flex;align-items:center;justify-content:center}.typewriter-text{font-size:1.8rem;font-weight:400;color:#fff;font-style:italic;letter-spacing:1px;position:relative;overflow:hidden;white-space:nowrap;width:0;animation:typing 12s infinite steps(20,end)}.typewriter-text:before{content:"";animation:typewriter-content 12s infinite}.typewriter-text:after{content:"";display:none}@keyframes typing{0%,2%{width:0}3%,5%{width:1ch}6%,8%{width:2ch}9%,11%{width:3ch}12%,14%{width:4ch}15%,17%{width:5ch}18%,20%{width:6ch}21%,23%{width:7ch}24%,26%{width:8ch}27%,29%{width:9ch}30%,32%{width:10ch}33%,35%{width:11ch}36%,38%{width:12ch}39%,41%{width:13ch}42%,45%{width:13ch}46%,47%{width:12ch}48%,49%{width:11ch}50%,51%{width:10ch}52%,53%{width:9ch}54%,55%{width:8ch}56%,57%{width:7ch}58%,59%{width:6ch}60%,61%{width:5ch}62%,63%{width:4ch}64%,65%{width:3ch}66%,67%{width:2ch}68%,69%{width:1ch}70%,72%{width:0}73%,75%{width:1ch}76%,78%{width:2ch}79%,81%{width:3ch}82%,84%{width:4ch}85%,87%{width:5ch}88%,90%{width:6ch}91%,93%{width:7ch}94%,96%{width:8ch}97%,98%{width:8ch}99%{width:7ch}to{width:0}}@keyframes typewriter-content{0%,75%{content:"Paris, France"}76%,to{content:"Dubaï, EAU"}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){.hero-text h1{font-size:2.5rem}.hero-bg-image img{width:400px}}.about{padding:8rem 0;background:#f8f8f8}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.about-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-bg-image img{width:100%;height:100%;object-fit:contain;opacity:.9}.about-title{position:relative;z-index:2;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:400;color:#333;text-align:center;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:2px}.about-text h3{font-size:1.8rem;font-weight:400;margin-bottom:2rem;color:#333}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#666}.btn-primary{background:#d4af37;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;font-weight:500;border-radius:5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary a{color:#fff;text-decoration:none}.btn-primary:hover{background:#b8941f;transform:translateY(-2px);box-shadow:0 10px 20px #d4af374d}@media(max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-title{font-size:2.5rem}.about-text h3{font-size:1.5rem}}.expertise{padding:8rem 0;background:#000}.expertise h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#fff;text-transform:uppercase;letter-spacing:3px;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative}.expertise h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.expertise-grid{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.expertise-card{background:#ffffff1a;padding:2rem;border-radius:10px;text-align:center;transition:all .3s ease;border:1px solid rgba(212,175,55,.3);flex:1;min-width:180px;max-width:200px}.expertise-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #d4af3733;border-color:#d4af37}.expertise-icon{margin-bottom:1.5rem}.expertise-icon img{width:60px;height:60px;object-fit:contain}.expertise-card h3{font-size:1.1rem;font-weight:400;margin-bottom:1rem;color:#fff;line-height:1.3}.expertise-card p{color:#ccc;line-height:1.6;font-size:.9rem}@media(max-width:768px){.expertise-grid{flex-direction:column;align-items:center}.expertise-card{max-width:300px}.expertise h2{font-size:2rem}}.history{padding:8rem 0;background:#1a1a1a;color:#fff}.history h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;text-transform:uppercase;letter-spacing:3px;color:#fff;position:relative}.history h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.history-content{max-width:800px;margin:0 auto}.history-text p{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:#ccc}.highlight-box{background:#d4af371a;border-left:4px solid #d4af37;padding:2rem;margin:3rem 0;border-radius:5px}.highlight-box p{margin:0;color:#fff;font-size:1.2rem}.highlight-box strong{color:#d4af37}@media(max-width:768px){.history h2{font-size:2rem}.history-text p{font-size:1rem}.highlight-box{padding:1.5rem}}.partners{padding:8rem 0;background:#fff}.partners h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#333;text-transform:uppercase;letter-spacing:3px;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.partners h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.slideshow-container{position:relative;max-width:800px;margin:0 auto;background:#f8f8f8;border-radius:15px;padding:3rem;box-shadow:0 10px 30px #0000001a}.partner-slide{text-align:center;min-height:300px;display:flex;flex-direction:column;justify-content:center}.partner-logo{margin-bottom:2rem}.partner-logo img{max-width:200px;height:200px;margin:0 auto;border-radius:50%;object-fit:cover;border:3px solid #d4af37;box-shadow:0 10px 20px #0000001a}.partner-description p{font-size:1.1rem;line-height:1.8;color:#666}.slide-btn{position:absolute;top:50%;transform:translateY(-50%);background:#d4af37cc;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;z-index:1}.slide-btn:hover{background:#d4af37;transform:translateY(-50%) scale(1.1)}.prev{left:-25px}.next{right:-25px}.slide-indicators{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#ccc;cursor:pointer;transition:all .3s ease}.indicator.active{background:#d4af37;transform:scale(1.2)}@media(max-width:768px){.partners h2{font-size:2rem}.slideshow-container{padding:2rem;margin:0 1rem}.partner-logo img{max-width:150px;height:150px}.slide-btn{width:40px;height:40px;font-size:1.2rem}.prev{left:-20px}.next{right:-20px}}.contact{padding:8rem 0;background:#f8f8f8}.contact h2{text-align:center;font-family:Playfair Display,serif;font-size:3rem;font-weight:400;margin-bottom:4rem;color:#333;text-transform:uppercase;letter-spacing:3px;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.contact h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:#d4af37}.contact-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;min-height:400px}.contact-column{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.contact-profile{background:url(/assets/OB%20AVOCATE.png) center/cover;position:relative;color:#fff}.contact-profile:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.contact-profile .profile-info{position:relative;z-index:2}.profile-info h3{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff;letter-spacing:1px;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:glow 2s ease-in-out infinite alternate}@keyframes glow{0%{text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 10px rgba(212,175,55,.3)}to{text-shadow:2px 2px 4px rgba(0,0,0,.5),0 0 20px rgba(212,175,55,.6),0 0 30px rgba(212,175,55,.4)}}.profile-info p{font-size:1rem;color:#ccc;margin:0}.contact-email{background:#1a1a1a;color:#fff}.contact-linkedin{background:url(/assets/Bureau%20OB.png) center/cover;position:relative;color:#fff}.contact-linkedin:before{content:"";position:absolute;inset:0;background:#0009;z-index:1}.contact-linkedin .contact-item{position:relative;z-index:2}.contact-item{display:flex;flex-direction:column;align-items:center;gap:1rem}.icon-img{width:100px;height:100px;margin-bottom:.5rem;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.icon-img:hover{transform:scale(1.1);opacity:.8}.contact-item a{color:inherit;text-decoration:none;font-size:1.1rem;font-weight:500;transition:opacity .3s ease}.contact-item a:hover{opacity:.8}@media(max-width:768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact h2{font-size:2rem}.contact-column{min-height:200px}}.legal-overlay{position:fixed;inset:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem}.legal-modal{background:#fff;border-radius:10px;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #0000004d}.close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#666;z-index:1}.close-btn:hover{color:#d4af37}.legal-content{padding:4rem 3rem 3rem}.legal-content h2{color:#333;font-size:2rem;margin-bottom:1rem;text-align:center}.subtitle{text-align:center;color:#666;font-style:italic;margin-bottom:2rem}.legal-content h3{color:#d4af37;font-size:1.2rem;margin:2rem 0 1rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.legal-content p{color:#666;line-height:1.6;margin-bottom:1rem}.info-block{background:#f8f8f8;padding:1.5rem;border-radius:5px;margin:1rem 0}.info-block p{margin-bottom:.5rem}.legal-content ul{color:#666;margin-left:2rem}.legal-content li{margin-bottom:.5rem}.company-info{background:#d4af371a;padding:1.5rem;border-left:4px solid #d4af37;margin:2rem 0;border-radius:5px}.contact-info{background:#1a1a1a;color:#fff;padding:2rem;border-radius:10px;margin-top:2rem;text-align:center}.contact-info p{color:#fff;margin-bottom:.5rem}@media(max-width:768px){.legal-overlay{padding:1rem}.legal-content{padding:3rem 2rem 2rem}.legal-content h2{font-size:1.5rem}}.footer{background:#000;color:#fff;padding:3rem 0 2rem}.footer-content{text-align:center;display:flex;flex-direction:column;gap:2rem}.back-to-top{background:transparent;border:2px solid #d4af37;color:#d4af37;padding:1rem 2rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;align-self:center}.back-to-top:hover{background:#d4af37;color:#000}.footer-links button{background:none;border:none;color:#ccc;text-decoration:none;font-size:.9rem;cursor:pointer;transition:color .3s ease}.footer-links button:hover{color:#d4af37}.copyright p{color:#666;font-size:.9rem;margin:0}@media(max-width:768px){.footer{padding:2rem 0 1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}html{scroll-behavior:smooth}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8941f}
