@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=DM+Sans:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--noir: #0f0f0f;--blanc: #ffffff;--gris-clair: #f8f8f8;--gris-moyen: #666666;--gris-fonce: #2a2a2a;--lime: #84ff00;--cyan: #00d4ff;--rose: #ff0080;--orange: #ff6b00;--font-titre: "Playfair Display", serif;--font-corps: "DM Sans", sans-serif;--duree: .35s;--easing: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;background:var(--blanc)}body{font-family:var(--font-corps);color:var(--noir);background:var(--blanc);line-height:1.6}.proj-photographe .modal-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;border:none;border-radius:0;padding:0;background:transparent;box-shadow:none;max-width:500px;width:90%}.proj-photographe .modal-dialog::backdrop{background:#0f0f0feb;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.proj-photographe .modal-box{background:var(--blanc);border:2px solid var(--noir);padding:3.5rem 2.5rem;text-align:center}.proj-photographe .modal-box h2{font-family:var(--font-titre);font-size:1.9rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.02em}.proj-photographe .modal-box p{font-size:1rem;line-height:1.8;margin-bottom:2rem}.proj-photographe .modal-close{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--noir);color:var(--blanc);border:none;padding:.9rem 2.8rem;cursor:pointer;transition:all var(--duree) var(--easing)}.proj-photographe .modal-close:hover{background:var(--lime);color:var(--noir)}.proj-photographe .modal-close:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.proj-photographe .skip-link{position:absolute;top:-999px;left:0;background:var(--noir);color:var(--blanc);padding:8px 16px;text-decoration:none;z-index:200;font-size:1rem;font-weight:600}.proj-photographe .skip-link:focus{top:0}.proj-photographe .header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 5%;height:70px;background:var(--noir);border-bottom:2px solid var(--lime)}.proj-photographe .logo-wrap{display:flex;flex-direction:column;line-height:1}.proj-photographe .logo-nom{font-family:var(--font-titre);font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blanc)}.proj-photographe .logo-metier{font-family:var(--font-corps);font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-top:4px}.proj-photographe .header nav{display:flex;gap:3rem}.proj-photographe .nav-link{font-family:var(--font-corps);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--blanc);background:none;border:none;padding:0;cursor:pointer;text-decoration:none;transition:color var(--duree);position:relative}.proj-photographe .nav-link:after{content:"";position:absolute;bottom:-8px;left:0;width:0;height:2px;background:var(--lime);transition:width var(--duree) var(--easing)}.proj-photographe .nav-link:hover{color:var(--lime)}.proj-photographe .nav-link:hover:after{width:100%}.proj-photographe .nav-link:focus-visible{outline:2px solid var(--lime);outline-offset:4px}.proj-photographe .header-cta{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--lime);color:var(--noir);border:2px solid var(--lime);padding:.65rem 2rem;cursor:pointer;text-decoration:none;transition:all var(--duree) var(--easing)}.proj-photographe .header-cta:hover{background:var(--lime);color:var(--noir)}.proj-photographe .header-cta:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.proj-photographe .hero{margin-top:70px;position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.proj-photographe .hero-image{position:absolute;inset:0;width:100%;height:100%;margin:0}.proj-photographe .hero-image img{width:100%;height:100%;object-fit:cover;animation:heroZoom 1.2s var(--easing) forwards}@keyframes heroZoom{0%{transform:scale(1.08);opacity:0}to{transform:scale(1);opacity:1}}.proj-photographe .hero-overlay{position:relative;z-index:2;background:linear-gradient(135deg,#0f0f0fbf,#0f0f0f4d);padding:6rem 5%;text-align:center;max-width:700px;width:100%}.proj-photographe .hero-content{display:flex;flex-direction:column;gap:2rem;align-items:center}.proj-photographe .hero-titre{font-family:var(--font-titre);font-size:clamp(2.8rem,6vw,4.8rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--blanc)}.proj-photographe .hero-titre em{display:block;color:var(--lime);font-style:italic;font-weight:600}.proj-photographe .hero-desc{font-size:1.05rem;line-height:1.8;color:#ffffffe6;max-width:500px}.proj-photographe .btn-hero{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--lime);color:var(--noir);border:none;padding:1rem 3rem;cursor:pointer;text-decoration:none;transition:all var(--duree) var(--easing);width:fit-content;text-align:center}.proj-photographe .btn-hero:hover{transform:translateY(-3px);box-shadow:0 12px 24px #84ff0066}.proj-photographe .btn-hero:focus-visible{outline:2px solid var(--blanc);outline-offset:2px}.proj-photographe .stats-section{background:var(--gris-clair);padding:4rem 5%}.proj-photographe .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;list-style:none;max-width:1200px;margin:0 auto}.proj-photographe .stat-item{text-align:center;padding:2rem 1.5rem}.proj-photographe .stat-chiffre{font-family:var(--font-titre);font-size:2.8rem;font-weight:700;color:var(--noir);display:block;margin-bottom:.8rem}.proj-photographe .stat-label{font-family:var(--font-corps);font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.proj-photographe .portfolio-section{padding:6rem 5%;background:var(--blanc)}.proj-photographe .portfolio-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.5rem;gap:2rem;flex-wrap:wrap}.proj-photographe .section-titre{font-family:var(--font-titre);font-size:clamp(2rem,5vw,3.6rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--noir)}.proj-photographe .filter-buttons{display:flex;gap:1rem;list-style:none;flex-wrap:wrap}.proj-photographe .filter-btn{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:transparent;color:var(--noir);border:2px solid var(--noir);padding:.7rem 1.8rem;cursor:pointer;transition:all var(--duree) var(--easing)}.proj-photographe .filter-btn:hover{background:var(--noir);color:var(--blanc)}.proj-photographe .filter-btn.active{background:var(--lime);color:var(--noir);border-color:var(--lime)}.proj-photographe .filter-btn:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.proj-photographe .portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;list-style:none}.proj-photographe .portfolio-grid>li:nth-child(3n){grid-column:span 1}.proj-photographe .portfolio-item{opacity:0;animation:itemIn .6s var(--easing) var(--stagger) forwards}@keyframes itemIn{to{opacity:1}}.proj-photographe .portfolio-figure{position:relative;overflow:hidden;aspect-ratio:350 / 280;background:var(--gris-clair);cursor:pointer}.proj-photographe .portfolio-figure img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--easing),filter .5s var(--easing)}@media(hover:hover)and (pointer:fine){.proj-photographe .portfolio-figure:hover img{transform:scale(1.08) rotate(1deg);filter:brightness(1.15)}}.proj-photographe .portfolio-caption{position:absolute;inset:0;background:linear-gradient(to top,#0f0f0feb,#0f0f0f4d 60%);padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;color:var(--blanc);opacity:1;transition:opacity var(--duree) var(--easing)}@media(hover:hover)and (pointer:fine){.proj-photographe .portfolio-caption{opacity:0}.proj-photographe .portfolio-figure:hover .portfolio-caption{opacity:1}}.proj-photographe .portfolio-titre{font-family:var(--font-titre);font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.proj-photographe .portfolio-categorie{font-family:var(--font-corps);font-size:1rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--lime)}.proj-photographe .services-section{padding:6rem 5%;background:var(--gris-clair)}.proj-photographe .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;list-style:none;margin-top:3rem}.proj-photographe .service-card{padding:2.5rem;border:2px solid var(--noir);position:relative;overflow:hidden;transition:all var(--duree) var(--easing);display:flex;flex-direction:column;gap:1.5rem}.proj-photographe .service-card:before{content:"";position:absolute;inset:0;background:var(--noir);z-index:-1;transform:scaleY(0);transform-origin:bottom;transition:transform var(--duree) var(--easing)}@media(hover:hover)and (pointer:fine){.proj-photographe .service-card:hover:before{transform:scaleY(1)}}.proj-photographe .service-card.service-lime{--accent: var(--lime)}.proj-photographe .service-card.service-cyan{--accent: var(--cyan)}.proj-photographe .service-card.service-rose{--accent: var(--rose)}.proj-photographe .service-card.service-orange{--accent: var(--orange)}.proj-photographe .service-titre{font-family:var(--font-titre);font-size:1.4rem;font-weight:700;color:var(--noir);transition:color var(--duree) var(--easing)}@media(hover:hover)and (pointer:fine){.proj-photographe .service-card:hover .service-titre{color:var(--accent)}}.proj-photographe .service-desc{font-size:1rem;line-height:1.8;text-align:justify;transition:color var(--duree) var(--easing)}@media(hover:hover)and (pointer:fine){.proj-photographe .service-card:hover .service-desc{color:var(--blanc)}}.proj-photographe .service-cta{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:transparent;color:var(--noir);border:2px solid var(--noir);padding:.7rem 1.8rem;cursor:pointer;transition:all var(--duree) var(--easing);width:fit-content}@media(hover:hover)and (pointer:fine){.proj-photographe .service-card:hover .service-cta{background:var(--accent);border-color:var(--accent);color:var(--noir)}}.proj-photographe .testimonials-section{padding:6rem 5%;background:var(--blanc)}.proj-photographe .testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;list-style:none;margin-top:3rem}.proj-photographe .testimonial-item{border:2px solid var(--gris-clair);padding:2.5rem;transition:all var(--duree) var(--easing)}.proj-photographe .testimonial-item:hover{border-color:var(--lime);box-shadow:0 12px 28px #84ff0026}.proj-photographe .testimonial-stars{color:var(--lime);font-size:1.1rem;letter-spacing:.2rem;margin-bottom:1.2rem}.proj-photographe .testimonial-texte{font-size:1rem;line-height:1.8;margin-bottom:2rem;text-align:justify;font-style:italic}.proj-photographe .testimonial-author{display:flex;flex-direction:column;gap:.4rem}.proj-photographe .testimonial-author strong{font-family:var(--font-titre);font-size:1rem;font-weight:700;color:var(--noir)}.proj-photographe .testimonial-author span{font-size:1rem;letter-spacing:.05em}.proj-photographe .about-section{padding:6rem 5%;background:var(--gris-clair)}.proj-photographe .about-content{display:grid;grid-template-columns:1.3fr 1fr;gap:4rem}.proj-photographe .about-text{display:flex;flex-direction:column;gap:2rem}.proj-photographe .about-text p{font-size:1rem;line-height:2;text-align:justify}.proj-photographe .about-text p:first-of-type:first-letter{font-family:var(--font-titre);font-size:3.8rem;font-weight:800;color:var(--lime);float:left;line-height:.8;margin:.1em .15em 0 0}.proj-photographe .about-sidebar{display:flex;flex-direction:column;gap:2.5rem}.proj-photographe .sidebar-block{background:var(--blanc);padding:2.5rem;border:2px solid var(--noir);border-top:6px solid var(--lime);position:relative;transition:transform var(--duree) var(--easing),box-shadow var(--duree) var(--easing)}.proj-photographe .sidebar-block:nth-of-type(2){border-top-color:var(--cyan)}@media(hover:hover)and (pointer:fine){.proj-photographe .sidebar-block:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0f0f0f1f}}.proj-photographe .sidebar-block h3{font-family:var(--font-titre);font-size:1.3rem;font-weight:700;margin-bottom:1.8rem;text-transform:uppercase;letter-spacing:.08em;position:relative;padding-bottom:1rem}.proj-photographe .sidebar-block h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--lime)}.proj-photographe .sidebar-block:nth-of-type(2) h3:after{background:var(--cyan)}.proj-photographe .sidebar-block ul{list-style:none;display:flex;flex-direction:column;gap:.9rem}.proj-photographe .sidebar-block li{font-size:1rem;position:relative;padding-left:1.4rem;transition:color var(--duree) var(--easing),padding-left var(--duree) var(--easing)}.proj-photographe .sidebar-block li:before{content:"";position:absolute;left:0;top:50%;width:6px;height:6px;background:var(--lime);transform:translateY(-50%);transition:transform var(--duree) var(--easing)}.proj-photographe .sidebar-block:nth-of-type(2) li:before{background:var(--cyan)}@media(hover:hover)and (pointer:fine){.proj-photographe .sidebar-block li:hover{color:var(--noir);padding-left:1.7rem}.proj-photographe .sidebar-block li:hover:before{transform:translateY(-50%) scale(1.6)}}.proj-photographe .contact-section{padding:6rem 5%;background:var(--noir);color:var(--blanc);text-align:center}.proj-photographe .contact-section .section-titre{color:var(--blanc);margin-bottom:1.5rem}.proj-photographe .contact-desc{font-size:1.05rem;line-height:1.8;color:#ffffffd9;max-width:600px;margin:0 auto 3rem}.proj-photographe .contact-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.proj-photographe .btn-primary{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:var(--lime);color:var(--noir);border:2px solid var(--lime);padding:1rem 2.8rem;cursor:pointer;transition:all var(--duree) var(--easing);text-decoration:none;display:inline-block}.proj-photographe .btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 24px #84ff004d}.proj-photographe .btn-primary:focus-visible{outline:2px solid var(--blanc);outline-offset:2px}.proj-photographe .btn-secondary{font-family:var(--font-corps);font-size:1rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:transparent;color:var(--blanc);border:2px solid var(--blanc);padding:1rem 2.8rem;cursor:pointer;transition:all var(--duree) var(--easing);text-decoration:none;display:inline-block}.proj-photographe .btn-secondary:hover{background:var(--blanc);color:var(--noir)}.proj-photographe .btn-secondary:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.proj-photographe .contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);font-style:normal}.proj-photographe .info-item{display:flex;flex-direction:column;gap:.5rem}.proj-photographe .info-label{font-family:var(--font-corps);font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:var(--lime)}.proj-photographe .info-value{font-size:1rem;color:#ffffffe6}.proj-photographe .footer{background:#000;color:#fffc;padding:4rem 5% 2rem}.proj-photographe .footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.proj-photographe .footer-col h3{font-family:var(--font-titre);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:var(--lime);letter-spacing:.04em}.proj-photographe .footer-col p{font-size:1rem;line-height:1.8}.proj-photographe .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.8rem}.proj-photographe .footer-col ul li{font-size:1rem}.proj-photographe .footer-link{background:none;border:none;color:#fffc;font-size:1rem;padding:0;cursor:pointer;text-decoration:none;text-align:left;transition:color var(--duree)}.proj-photographe .footer-link:hover{color:var(--lime)}.proj-photographe .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;font-size:1rem;color:#ffffff80}.proj-photographe .animate-in{opacity:0;transform:translateY(20px);animation:fadeInUp .8s var(--easing) forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.proj-photographe .animate-in:nth-child(1){animation-delay:.1s}.proj-photographe .animate-in:nth-child(2){animation-delay:.2s}.proj-photographe .animate-in:nth-child(3){animation-delay:.3s}.proj-photographe .animate-in:nth-child(4){animation-delay:.4s}@media(max-width:767px){.proj-photographe .header{padding:1rem 5%;height:60px}.proj-photographe .logo-nom,.proj-photographe .logo-metier{font-size:1rem}.proj-photographe .header nav{display:none}.proj-photographe .header-cta{display:none}.proj-photographe .hero{margin-top:60px;min-height:90vh}}@supports (height: 100dvh){.proj-photographe .hero{min-height:100dvh}}@media(max-width:767px){.proj-photographe .hero-overlay{padding:3rem 5%}.proj-photographe .hero-content{gap:1.5rem}.proj-photographe .btn-hero{width:100%;padding:1rem 1.5rem}.proj-photographe .stats-section{padding:3rem 5%}.proj-photographe .stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.proj-photographe .stat-item{padding:1rem .5rem}.proj-photographe .stat-chiffre{font-size:2rem}.proj-photographe .portfolio-section{padding:3.5rem 5%}.proj-photographe .portfolio-header{flex-direction:column;align-items:flex-start;margin-bottom:2rem}.proj-photographe .filter-buttons{gap:.6rem}.proj-photographe .filter-btn{font-size:1rem;padding:.5rem 1.2rem}.proj-photographe .portfolio-grid{grid-template-columns:1fr;gap:1rem}.proj-photographe .services-section{padding:3.5rem 5%}.proj-photographe .services-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem}.proj-photographe .service-card{padding:1.8rem}.proj-photographe .testimonials-section{padding:3.5rem 5%}.proj-photographe .testimonials-grid{grid-template-columns:1fr;gap:1.2rem;margin-top:2rem}.proj-photographe .testimonial-item{padding:1.8rem}.proj-photographe .about-section{padding:3.5rem 5%}.proj-photographe .about-content{grid-template-columns:1fr;gap:2.5rem}.proj-photographe .about-text p:first-of-type:first-letter{font-size:2.8rem}.proj-photographe .sidebar-block{padding:1.8rem}.proj-photographe .contact-section{padding:3.5rem 5%}.proj-photographe .contact-cta{flex-direction:column}.proj-photographe .btn-primary,.proj-photographe .btn-secondary{width:100%;text-align:center}.proj-photographe .contact-info{grid-template-columns:1fr;gap:1.5rem;padding-top:2rem}.proj-photographe .footer{padding:3rem 5% 1.5rem}.proj-photographe .footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}}@media(min-width:768px)and (max-width:1023px){.proj-photographe .header{padding:1.2rem 4%}.proj-photographe .header nav{display:none}.proj-photographe .hero-overlay{padding:4rem 5%;max-width:600px}.proj-photographe .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.proj-photographe .portfolio-section{padding:5rem 5%}.proj-photographe .portfolio-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.proj-photographe .services-grid,.proj-photographe .testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.proj-photographe .about-content{grid-template-columns:1fr;gap:3rem}.proj-photographe .about-sidebar{flex-direction:row;gap:1.5rem}.proj-photographe .sidebar-block{flex:1}.proj-photographe .contact-info{grid-template-columns:repeat(3,1fr);gap:1.5rem}.proj-photographe .footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}}
