*{box-sizing:border-box}.navbar{background-color:#392f3e;box-shadow:0 2px 8px #0000004d;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:60px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{cursor:pointer;gap:.8rem}.navbar-logo img{border-radius:8px;box-shadow:0 0 8px #ffffff4d;height:40px;width:auto}.navbar-logo h1{font-size:1.4rem;font-weight:700;-webkit-user-select:none;user-select:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links li a{color:#fff;font-weight:600;padding:8px 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-links li a:after{background-color:#facc15;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links li a:focus,.nav-links li a:hover{color:#facc15}.nav-links li a:focus:after,.nav-links li a:hover:after{width:100%}.hamburger{cursor:pointer;display:none;flex-direction:column;height:22px;justify-content:space-around;width:28px;z-index:1000}.hamburger .bar{background-color:#fff;border-radius:3px;height:3px;transform-origin:1px;transition:all .3s ease;width:100%}.hamburger.open .bar:first-child{transform:rotate(45deg)}.hamburger.open .bar:nth-child(2){opacity:0}.hamburger.open .bar:nth-child(3){transform:rotate(-45deg)}@media (max-width:768px){.nav-links{background-color:#392f3e;box-shadow:-2px 0 12px #0000004d;flex-direction:column;gap:1.5rem;height:calc(100vh - 60px);padding-left:2rem;padding-top:2rem;position:fixed;right:0;top:60px;transform:translateX(100%);transition:transform .3s ease;width:220px}.nav-links.open{transform:translateX(0)}.hamburger{display:flex}}.site-footer{background-color:#15141a;color:#f0f0f0;font-size:.95rem;padding:2rem 1rem}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-brand h2{color:#f8b500;font-size:1.4rem;margin:0 0 .5rem}.footer-contact a,.footer-links a{color:#ddd;text-decoration:none}.footer-contact a:hover,.footer-links a:hover{text-decoration:underline}.footer-links ul{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.5rem}.footer-bottom{border-top:1px solid #333;font-size:.85rem;margin-top:2rem;padding-top:1rem;text-align:center}.scroll-to-top{background-color:#f8b500;border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 10px #0000004d;color:#000;cursor:pointer;font-size:24px;height:50px;opacity:0;pointer-events:none;position:fixed;right:30px;transform:translateY(20px);transition:opacity .4s ease,transform .3s ease;width:50px;z-index:999}.scroll-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{background-color:#e0a000}.home-wrapper{background-color:#f9f9f9;color:#222;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;margin:0;padding:0}.hero-parallax{align-items:center;background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;height:60vh;justify-content:center;position:relative;text-align:center}.overlay-parallax{background-color:#00000080;border-radius:12px;max-width:600px;padding:2rem}.hero-logo{margin-bottom:1rem;max-width:120px}.hero-parallax h1{font-size:3rem;margin-bottom:.25rem}.hero-parallax h2{font-size:1.8rem;margin-bottom:.5rem}.hero-parallax p{font-size:1.2rem;font-weight:500}.section-container{margin:3rem auto;max-width:900px;padding:0 1rem}.services{border-radius:12px;box-shadow:0 0 15px #00000040;color:#fff;overflow:hidden;position:relative}.services h2{font-size:2rem;margin-bottom:1.5rem;text-align:center}.services-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));list-style:none;margin:0;padding:0}.service-item{align-items:center;background-color:#ffffff26;border-radius:8px;box-shadow:inset 0 0 5px #ffffff4d;display:flex;font-size:1.1rem;padding:.75rem 1rem}.service-icon{color:gold;font-size:1.8rem;margin-right:.75rem}.localisation h2{color:#333;font-size:2rem;margin-bottom:1.5rem;text-align:center}.localisation-images{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.localisation-images figure{margin:0;max-width:280px;text-align:center}.localisation-images img{border-radius:12px;box-shadow:0 4px 8px #0000001a;height:180px;object-fit:cover;width:280px}.localisation-images figcaption{color:#555;font-weight:600;margin-top:.5rem}.contact-rapide{margin:3rem auto 5rem;text-align:center}.contact-rapide h2{font-size:2rem;margin-bottom:1rem}.btn-secondary{animation:pulse 2.5s infinite;background:linear-gradient(45deg,#1db954,#1ed760);border-radius:50px;box-shadow:0 8px 15px #1db95466;color:#fff;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;letter-spacing:1px;overflow:hidden;padding:.85rem 2rem;position:relative;text-decoration:none;transition:all .3s ease;-webkit-user-select:none;user-select:none}.btn-secondary:focus,.btn-secondary:hover{background:linear-gradient(45deg,#1ed760,#1db954);box-shadow:0 12px 20px #1ed76099;outline:none;transform:scale(1.05)}@keyframes pulse{0%,to{box-shadow:0 0 10px #1db95480}50%{box-shadow:0 0 20px #1db954}}@media (max-width:600px){.services-list{grid-template-columns:1fr}.localisation-images{align-items:center;flex-direction:column}}:root{--fond-section:#15141a;--texte-clair:#f0f0f0;--accent:#d4af37;--champ-bg:#1c1b23}.contact-page{background-color:#15141a;background-color:var(--fond-section);color:#f0f0f0;color:var(--texte-clair);padding:3rem 2rem}.contact-page h2{color:#d4af37;color:var(--accent);margin-bottom:2rem;text-align:center}.contact-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-form{display:flex;flex:1 1;flex-direction:column;gap:1rem;max-width:400px;min-width:280px}.contact-form input,.contact-form textarea{background-color:#1c1b23;background-color:var(--champ-bg);border:none;border-radius:5px;color:#f0f0f0;color:var(--texte-clair);padding:.75rem}.contact-form button{background-color:#d4af37;background-color:var(--accent);border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:700;padding:.75rem;transition:.3s}.contact-form button:hover{background-color:gold}.contact-infos{flex:1 1;max-width:400px;min-width:280px}.contact-infos h3{color:#d4af37;color:var(--accent);margin-bottom:.5rem}.contact-infos p a{color:#f0f0f0;color:var(--texte-clair);text-decoration:none}.contact-infos p a:hover{text-decoration:underline}.propos-wrapper{font-family:Arial,sans-serif;margin:auto;max-width:900px;padding:2rem}.propos-hero{background-color:#f8f8f8;border-radius:1rem;box-shadow:0 0 10px #0000001a;padding:2rem;text-align:center}.propos-hero h1{font-size:2rem;margin-bottom:.5rem}.propos-hero p{color:#555}.propos-content{line-height:1.7;margin-top:2rem}.propos-content h2{color:#333;margin-top:1.5rem}.propos-content ul{margin-top:.5rem;padding-left:1.2rem}.propos-content ul li{margin-bottom:.5rem}.propos-content a{color:#1d72b8;text-decoration:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.60901e8f.css.map*/