@import"https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background:#f5f5f3;color:#1a1a1a;min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font:inherit}input,select,textarea{font:inherit}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:0 2rem;height:64px;transition:background .3s,box-shadow .3s}.navbar--transparent{background:transparent}.navbar--scrolled{background:#111;box-shadow:0 1px #ffffff14}.navbar-brand{font-size:1.1rem;font-weight:600;color:#fff;letter-spacing:-.01em}.navbar-menu{display:flex;align-items:center;gap:.25rem;flex:1}.nav-link{color:#ffffffbf;padding:.4rem .75rem;border-radius:6px;font-size:.9rem;transition:color .15s,background .15s}.nav-link:hover,.nav-link.active{color:#fff;background:#ffffff1a}.navbar-right{display:flex;align-items:center;gap:.75rem;margin-left:auto}.nav-username{color:#ffffffb3;font-size:.85rem}.btn-logout{color:#fff9;font-size:.85rem;padding:.35rem .75rem;border:1px solid rgba(255,255,255,.15);border-radius:6px;transition:all .15s}.btn-logout:hover{color:#fff;border-color:#fff6}.navbar-burger{display:none;flex-direction:column;gap:5px;padding:4px}.navbar-burger span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}.role-badge{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.role-admin{background:#fef3c7;color:#92400e}.role-conseil_syndical{background:#dbeafe;color:#1e40af}.role-résident{background:#f0fdf4;color:#166534}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000073,#000000a6)}.hero-content{position:relative;z-index:1;text-align:center;color:#fff;max-width:680px;padding:0 1.5rem}.hero-eyebrow{font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:#fff9;margin-bottom:1rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1rem}.hero-sub{font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{background:#fff;color:#111;padding:.75rem 1.75rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:opacity .15s}.btn-hero-primary:hover{opacity:.9}.btn-hero-secondary{border:1.5px solid rgba(255,255,255,.5);color:#fff;padding:.75rem 1.75rem;border-radius:8px;font-weight:500;font-size:.95rem;transition:border-color .15s,background .15s}.btn-hero-secondary:hover{border-color:#fff;background:#ffffff1a}.home-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;padding:4rem 2rem;max-width:1100px;margin:0 auto}.feature-card{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e5e5e5;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 20px #00000014}.feature-card--admin{border-color:#fde68a;background:#fffbeb}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:1.25rem}.feature-card button{font-size:.875rem;color:#2563eb;font-weight:500}.feature-card button:hover{text-decoration:underline}.page{max-width:900px;margin:0 auto;padding:6rem 1.5rem 3rem}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.page-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.page-subtitle{color:#666;margin-top:.25rem;font-size:.95rem}.section-title{font-size:1rem;font-weight:600;color:#444;margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.btn-primary{background:#111;color:#fff;padding:.6rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:500;transition:background .15s;white-space:nowrap}.btn-primary:hover{background:#333}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-approve{background:#166534;color:#fff;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:background .15s}.btn-approve:hover{background:#14532d}.btn-reject{background:#fff;color:#991b1b;border:1.5px solid #fca5a5;padding:.5rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .15s}.btn-reject:hover{background:#fef2f2}.btn-delete{font-size:.8rem;color:#991b1b;margin-top:.75rem}.btn-delete:hover{text-decoration:underline}.form-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.75rem;margin-bottom:2rem}.form-card h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.form-note{font-size:.85rem;color:#888;margin-bottom:1.25rem}.field{margin-bottom:1rem;display:flex;flex-direction:column;gap:.4rem}.field label{font-size:.875rem;font-weight:500;color:#333}.field input,.field select,.field textarea{border:1.5px solid #e5e5e5;border-radius:8px;padding:.6rem .875rem;font-size:.9rem;transition:border-color .15s;outline:none;background:#fff;color:#111}.field input:focus,.field select:focus,.field textarea:focus{border-color:#111}.field textarea{resize:vertical}.error{color:#991b1b;font-size:.875rem;margin-bottom:.75rem}.alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;padding:.875rem 1.25rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem}.cards-list{display:flex;flex-direction:column;gap:1rem}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.bulletin-card,.annonce-card,.validation-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.card-title{font-size:1.1rem;font-weight:600;margin-bottom:.35rem;line-height:1.3}.card-meta{font-size:.8rem;color:#888;margin-bottom:.75rem}.card-content{font-size:.9rem;color:#444;line-height:1.6;white-space:pre-wrap}.validation-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.validation-actions{display:flex;gap:.75rem;margin-top:1.25rem}.cat-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.cat-actualité{background:#dbeafe;color:#1e40af}.cat-CR_réunion{background:#f3e8ff;color:#6b21a8}.cat-autre{background:#f3f4f6;color:#374151}.cat-vente{background:#fef3c7;color:#92400e}.cat-service{background:#d1fae5;color:#065f46}.statut-badge{font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:20px}.statut-en_attente{background:#fef9c3;color:#854d0e}.statut-publiée{background:#dcfce7;color:#166534}.statut-rejetée{background:#fee2e2;color:#991b1b}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f3;padding:1.5rem}.login-card{background:#fff;border:1px solid #e5e5e5;border-radius:16px;padding:2.5rem;width:100%;max-width:400px}.login-logo{font-size:2.5rem;text-align:center;margin-bottom:1rem}.login-card h1{font-size:1.35rem;font-weight:700;text-align:center;margin-bottom:.35rem}.login-subtitle{text-align:center;color:#888;font-size:.875rem;margin-bottom:2rem}.login-card .btn-primary{width:100%;padding:.75rem;font-size:.95rem;margin-top:.5rem}.loading{color:#888;font-size:.9rem;text-align:center;padding:3rem}.empty-state{text-align:center;padding:3rem 1rem;color:#888;font-size:.95rem;background:#fff;border:1px dashed #e5e5e5;border-radius:12px}.annonces-section{margin-bottom:2.5rem}@media (max-width: 640px){.navbar-menu{display:none;flex-direction:column;align-items:flex-start;position:fixed;top:64px;right:0;bottom:0;left:0;background:#111;padding:1.5rem;gap:.5rem}.navbar-menu--open{display:flex}.navbar-right{flex-direction:column;align-items:flex-start;margin-left:0;margin-top:1rem}.navbar-burger{display:flex}.hero-title{font-size:2rem}.page{padding-top:5rem}}.section{padding:5rem 2rem}.section--alt{background:#fff}.section--dark{background:#111;color:#fff}.section-inner{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-inner--reverse{direction:rtl}.section-inner--reverse>*{direction:ltr}.section-inner--col{display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto}.section-eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#888;margin-bottom:.75rem;font-weight:600}.section-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem}.section-text p{color:#555;line-height:1.75;margin-bottom:.875rem;font-size:.95rem}.section--alt .section-text p{color:#555}.section-divider{height:1px;background:#e5e5e5;max-width:900px;margin:0 auto}.section-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:#f5f5f3;border-radius:12px;padding:1.5rem;text-align:center}.stat-card--highlight{background:#111;color:#fff}.stat-number{display:block;font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.stat-card--highlight .stat-label{color:#fff9}.map-embed{width:100%;height:280px;border:none;border-radius:12px}.map-caption{font-size:.8rem;color:#888;margin-top:.5rem;text-align:center}.neighborhood-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;width:100%;margin-top:2.5rem}.neighborhood-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.neighborhood-card:hover{box-shadow:0 4px 16px #00000012}.neighborhood-icon{font-size:1.75rem;display:block;margin-bottom:.75rem}.neighborhood-card h4{font-size:.95rem;font-weight:600;margin-bottom:.5rem}.neighborhood-card p{font-size:.85rem;color:#666;line-height:1.6}.cta-block{max-width:600px;margin:0 auto;text-align:center}.cta-block h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.cta-block p{color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.section--dark .btn-hero-primary{background:#fff;color:#111}.section--dark .btn-hero-primary:hover{opacity:.9}.site-footer{background:#0a0a0a;color:#fff6;text-align:center;padding:1.5rem;font-size:.8rem}.btn-nav-login{color:#fff;border:1.5px solid rgba(255,255,255,.4);padding:.35rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;transition:all .15s;white-space:nowrap}.btn-nav-login:hover{border-color:#fff;background:#ffffff1a}@media (max-width: 768px){.section-inner{grid-template-columns:1fr;gap:2rem}.section-inner--reverse{direction:ltr}.section-stats{grid-template-columns:1fr 1fr}.section{padding:3rem 1.25rem}}.hero-title{font-family:Bowlby One SC,sans-serif}
