@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--primary-color:#000000;--secondary-color:#FFFFFF;--accent-color:#E0E0E0;--gray-800:#1F2937;--gray-900:#111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background-color:var(--primary-color);color:var(--secondary-color);scroll-behavior:smooth;line-height:1.6}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}img{border-radius:.5rem;max-width:100%;height:auto}section{padding:4rem 1rem;max-width:1200px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background-color:var(--primary-color);color:var(--secondary-color);padding:1rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);position:fixed;width:100%;z-index:10;top:0}.site-header nav{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.site-logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:var(--secondary-color);letter-spacing:.1em;text-transform:uppercase;padding:.5rem;border-radius:.375rem;transition:background-color 0.3s ease}.site-logo:hover{background-color:var(--gray-800)}.main-nav{display:flex;gap:2rem;list-style:none}.main-nav a{display:flex;flex-direction:row;color:var(--secondary-color);text-decoration:none;padding:.75rem 1rem;border-radius:.375rem;transition:color 0.3s ease}.main-nav a:hover{color:var(--accent-color)}.hero-section{position:relative;background-color:var(--primary-color);color:var(--secondary-color);height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:4rem}.hero-bg{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}.hero-content{position:relative;z-index:9;padding:1.5rem;background-color:rgb(0 0 0 / .5);border-radius:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);max-width:48rem;margin:0 auto}.hero-title{font-size:3rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;font-weight:300}.hero-cta{background-color:var(--secondary-color);color:var(--primary-color);padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;text-decoration:none;display:inline-block;transition:all 0.3s ease;box-shadow:0 10px 15px -3px rgb(0 0 0 / .1)}.hero-cta:hover{background-color:#F3F4F6;transform:scale(1.05)}.section-white{background-color:var(--secondary-color);color:var(--primary-color);position:relative;z-index:10;padding:4rem 1rem}.section-black{background-color:var(--primary-color);color:var(--secondary-color);padding:4rem 1rem}.prestations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.prestation-card{background-color:var(--primary-color);color:var(--secondary-color);padding:2rem;border-radius:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25);transition:transform 0.3s ease}.section-white .prestation-card{background-color:var(--primary-color);color:var(--secondary-color)}.prestation-card:hover{transform:scale(1.05)}.prestation-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.prestation-card p{margin-bottom:1rem}.prestation-card img{width:100%;height:12rem;object-fit:cover;margin-bottom:.5rem;border-radius:.375rem}.prestation-card ul{font-size:.875rem;color:#D1D5DB;margin-top:1rem}.prestation-card li{margin-bottom:.25rem}.about-content{display:flex;flex-direction:column;gap:3rem;align-items:center}.about-image{flex:1;max-width:600px}.about-text{flex:1;text-align:center}.about-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-text p{font-size:1.125rem;line-height:1.8;margin-bottom:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.gallery-item{display:flex;flex-direction:column;align-items:center}.gallery-item img{width:100%;height:16rem;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1);transition:transform 0.3s ease;margin-bottom:.5rem}.gallery-item img:hover{transform:scale(1.05)}.contact-content{display:flex;flex-direction:column;gap:3rem}.contact-form{flex:1;background-color:var(--gray-900);padding:2rem;border-radius:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.section-black{position:relative;z-index:10}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;background-color:var(--gray-800);border:1px solid #374151;border-radius:.375rem;color:var(--secondary-color);outline:none;transition:ring 0.2s ease}.form-group input:focus,.form-group textarea:focus{outline:2px solid var(--accent-color);outline-offset:2px}.submit-btn{width:100%;background-color:var(--secondary-color);color:var(--primary-color);padding:.75rem 1.5rem;border-radius:9999px;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 6px -1px rgb(0 0 0 / .1)}.submit-btn:hover{background-color:#F3F4F6;transform:scale(1.05)}.contact-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.info-card{margin-bottom:2rem;padding:1.5rem;background-color:var(--gray-900);border-radius:.5rem;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.info-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.info-card p{margin-bottom:.5rem}.info-card a{color:var(--secondary-color);text-decoration:none}.info-card a:hover{text-decoration:underline}.map-container{width:100%;height:20rem;border-radius:.5rem;overflow:hidden;box-shadow:0 25px 50px -12px rgb(0 0 0 / .25)}.map-container iframe{border-radius:.5rem}.site-footer{background-color:var(--gray-900);color:var(--secondary-color);padding:2rem 0;text-align:center}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-brand{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.footer-links{font-size:.875rem;margin-bottom:1rem}.footer-links a{color:var(--secondary-color);text-decoration:none;padding:0 .5rem}.footer-links a:hover{text-decoration:underline}.social-links{display:flex;justify-content:center;gap:1rem}.social-links a{color:var(--secondary-color);transition:color 0.3s ease}.social-links a:hover{color:var(--accent-color)}.social-links svg{width:2rem;height:2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem}.section-subtitle{text-align:center;font-size:1.125rem;margin-bottom:3rem;max-width:48rem;margin-left:auto;margin-right:auto}@media (min-width:768px){.hero-title{font-size:2.5rem;margin-bottom:10px}.hero-subtitle{font-size:1.5rem}.main-nav{gap:2rem}.about-content{flex-direction:row}.about-text{text-align:left}.contact-content{flex-direction:row}.prestations-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.prestations-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.site-header nav{flex-direction:column}.main-nav{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}}