:root{--background: #ffffff;--foreground: hsl(214, 33%, 17%);--primary: #00bcd4;--primary-foreground: #ffffff;--secondary-foreground: #ffffff;--accent: #F4C542;--accent-foreground: #262626;--muted: #f1f5f9;--muted-foreground: #475569;--destructive: #dc2626;--destructive-foreground: #fafafa;--border: #e2e8f0;--radius: .75rem;--transition: all .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:Poppins,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;min-height:100vh}.container{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:600;color:var(--foreground);margin-bottom:.75rem}h1{font-size:2.5rem}@media (min-width: 768px){h1{font-size:4rem}}h2{font-size:2rem}@media (min-width: 768px){h2{font-size:3rem}}h3{font-size:1.75rem;margin-bottom:0rem}a{color:inherit;text-decoration:none;transition:var(--transition)}img{display:block;max-width:100%;height:auto}button{font-family:inherit;cursor:pointer;transition:var(--transition);border:none}input,textarea{font-family:inherit;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem;transition:var(--transition)}.hidden{display:none!important}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.glass-card{background:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 6px #0000001a}.neumorphic-button{padding:.75rem 1.5rem;border-radius:var(--radius);background:#f0f0f0;box-shadow:5px 5px 10px #a3b1c6,-5px -5px 10px #fff}.neumorphic-button:hover{box-shadow:inset 5px 5px 10px #a3b1c6,inset -5px -5px 10px #fff}section{padding:4rem 0}#description{background-color:var(--muted)}#concept{background:linear-gradient(to bottom,#E0F2FE,#ECFEFF)}#horaires,#galerie{background-color:var(--muted)}#paiements{background:linear-gradient(to bottom,#ECFEFF,#E0F2FE)}#contact{background:linear-gradient(to bottom,#E0F2FE,#ffffff)}.app{display:flex;flex-direction:column;min-height:100vh;background:--primary;color:var(--foreground)}.main-content{flex:1}.header{background:rgba(0,188,212,.8);color:var(--primary-foreground);padding:1rem 0;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:50}.header-container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:600;color:inherit;text-decoration:none}.logo-icon{width:3rem;height:3rem;margin-right:1rem}.nav{display:none}@media (min-width: 768px){.nav{display:flex;gap:1.5rem}}.nav-link{font-size:1.3rem;font-weight:800;color:inherit;text-decoration:none;transition:var(--transition)}.nav-link:hover{transform:translateY(-2px);color:var(--accent)}.nav-link:active{transform:translateY(1px)}.hero{position:relative;overflow:hidden;color:#fff;padding:5rem 0}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(90%)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.5) 50%,transparent)}.hero-content{position:relative;z-index:1;text-align:center;padding:0 1rem}.hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;color:var(--primary-foreground)}@media (min-width: 768px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;font-weight:300;max-width:800px;margin:0 auto 2rem;line-height:1.4}@media (min-width: 768px){.hero-subtitle{font-size:1.75rem}}.hero-buttons{display:flex;gap:1rem;justify-content:center}.btn-secondary,.btn-outline{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;transition:var(--transition);text-decoration:none}.btn-secondary{background-color:var(--accent);color:var(--accent-foreground)}.btn-secondary:hover{background-color:transparent;transform:scale(1.05);border:2px solid var(--primary);color:var(--primary)}.btn-outline{background:transparent;border:2px solid var(--accent);color:var(--accent)}.btn-outline:hover{background:var(--primary);color:var(--accent-foreground);transform:scale(1.05);border-color:var(--primary)}.btn-icon{width:1.25rem;height:1.25rem;fill:currentColor}.about{background-color:var(--muted);padding:4rem 0}.about-container{display:flex;justify-content:center}.about-card{background:rgba(255,255,255,.3);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:2rem;max-width:720px;text-align:center;box-shadow:0 4px 6px #0000001a}.about-icons{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem}.about-icon-primary,.about-icon-secondary{width:4rem;height:4rem;fill:var(--background)}.about-icon-primary,.about-icon-secondary{color:var(--accent)}.about-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1rem}@media (min-width: 768px){.about-title{font-size:2.5rem}}.about-text{color:var(--muted-foreground);font-size:1rem;line-height:1.6;margin-bottom:1rem}.concept{background:linear-gradient(to bottom,#E0F2FE,#ECFEFF);padding:4rem 0}.concept-intro{text-align:center;margin-bottom:2rem}.concept-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}@media (min-width: 768px){.concept-title{font-size:2.5rem}}.concept-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:600px;margin:0 auto;line-height:1.5}.concept-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:50px}@media (min-width: 768px){.concept-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.concept-card{padding:2rem;text-align:center;transition:box-shadow .3s ease;background-color:var(--muted)}.concept-card:hover{box-shadow:0 8px 16px #00000026;background-color:var(--background)}.concept-icon{width:3rem;height:3rem;margin:0 auto 1rem;color:var(--accent)}.concept-card-title{font-size:1.25rem;font-weight:600;color:var(--secondary);margin-bottom:.75rem}.concept-card-desc{font-size:.95rem;color:var(--muted-foreground);line-height:1.5}.hours{background-color:var(--muted);padding:4rem 0}.hours-container{display:flex;justify-content:center}.hours-card{background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:2rem;max-width:600px;text-align:center;box-shadow:0 4px 6px #0000001a}.hours-icon{width:3rem;height:3rem;color:var(--accent)}.hours-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:1.5rem}.hours-list{display:grid;gap:1.5rem;text-align:left}.hours-item{display:flex;flex-direction:column;gap:.5rem}.hours-label{font-weight:600;color:var(--secondary)}.hours-time{display:flex;align-items:center;gap:.5rem}.hours-time-icon{width:1.25rem;height:1.25rem;color:var(--accent)}.hours-note{font-size:.875rem;font-style:italic;color:var(--muted-foreground)}.hours-closed{margin-top:1rem;font-weight:600;color:var(--destructive)}.payments{background:linear-gradient(to bottom,#ECFEFF,#E0F2FE);padding:4rem 0}.payments-container{display:flex;justify-content:center}.payments-content{text-align:center}.payments-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:2rem}.payments-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:5rem}.payment-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--muted-foreground);transition:transform .3s ease}.payment-icon{width:4rem;height:4rem;color:var(--secondary)}.payment-label{font-size:1rem}.payment-ban{color:var(--destructive)}.payment-ban-text{font-weight:600}.gallery{background-color:var(--muted);padding:4rem 0}.gallery-intro{text-align:center;margin-bottom:2rem}.part-icon{width:3rem;height:3rem;color:var(--accent)}.part-title{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.gallery-subtitle{font-size:1rem;color:var(--muted-foreground);max-width:700px;margin:0 auto;line-height:1.5}.gallery-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.gallery-grid{display:none}.carousel-container{overflow:visible;position:relative;padding:1rem 0}.carousel{display:flex;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.carousel.active{cursor:grabbing}.carousel-item{flex:0 0 auto;width:300px;margin:0 .5rem;position:relative}.carousel-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius)}.carousel-desc{position:absolute;bottom:0;left:0;width:100%;opacity:0;transition:opacity .3s ease;background:rgba(0,0,0,.4);color:#fff;padding:.5rem;font-size:.9rem;border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius);text-align:center;pointer-events:none}.carousel-item:hover .carousel-desc{opacity:1}.contact{background:linear-gradient(to bottom,#ECFEFF,#FFFFFF);padding:4rem 0}.contact-container{display:flex;justify-content:center}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.contact-grid{grid-template-columns:1fr 1fr;gap:3rem}}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info-item{display:flex;gap:1rem;align-items:flex-start;background:rgba(255,255,255,.8);padding:1rem;border-radius:var(--radius);box-shadow:0 2px 4px #0000000d}.contact-icon{width:2rem;height:2rem;color:var(--accent);flex-shrink:0}.contact-info-label{font-weight:600;color:var(--secondary);margin-bottom:.25rem}.contact-info-text{color:var(--muted-foreground)}.contact-map iframe{width:100%;height:200px;border:0;border-radius:var(--radius)}.contact-form{background:rgba(255,255,255,.8);padding:2rem;border-radius:var(--radius);box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem}.contact-form-title{font-size:1.5rem;font-weight:600;color:var(--primary)}.form-label{display:flex;flex-direction:column;font-weight:500;color:var(--foreground);font-size:.9rem}.form-input,.form-textarea{margin-top:.5rem;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary)}.btn-primary{background-color:var(--primary);color:var(--primary-foreground);padding:.75rem;font-size:1rem;font-weight:600;text-align:center;border-radius:var(--radius);transition:transform .3s ease,background-color .3s ease}.btn-primary:hover{background-color:#0077b6e6;transform:translateY(-2px)}.btn-block{width:100%}.footer{background-color:#00bcd4e6;color:var(--primary-foreground);padding:2rem 0}.footer-container{text-align:center;display:flex;flex-direction:column;gap:1rem}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-logo-icon{width:2rem;height:2rem;color:var(--background)}.footer-brand-text{font-size:1.5rem;font-weight:600}.footer-tagline{font-size:.9rem;opacity:.8}.footer-social{display:flex;justify-content:center;gap:1rem}.footer-social-link{color:var(--primary-foreground);font-size:1.25rem;transition:transform .3s ease}.footer-social-link:hover{color:var(--primary)}.footer-copy{font-size:.75rem;opacity:.7}
