:root{--primary: #6096D6;--primary-700: #4F82BD;--bg: #D4D0BE;--text: #545247;--muted: #6b7280}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Arial;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:600}.btn:hover{background:var(--primary-700)}.grid{display:grid;gap:1rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.card{border:1px solid #c8c8c8;border-radius:.75rem;overflow:hidden;background:#fff}.header{position:sticky;top:0;background:var(--bg);border-bottom:1px solid #bfbbaa;z-index:50}.logo{display:flex;align-items:center;gap:.5rem;font-weight:700}.hero{padding-top:1.5rem;text-align:center;padding-bottom:.5rem}.hero h1{font-size:1.5rem;margin:0 0 .5rem}.hero p{color:var(--muted);margin:0}.searchbar{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.searchbar input,.searchbar select{padding:.75rem;border:1px solid #aaa;border-radius:.5rem;min-width:200px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:2rem 0 1rem}.footer{border-top:1px solid #bfbbaa;padding:2rem 0;color:var(--muted);margin-top:3rem}.form{display:grid;gap:.75rem}.form input,.form textarea,.form select{padding:.75rem;border:1px solid #aaa;border-radius:.5rem}.badge{background:#dfe9f5;color:#2c3e50;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:600}.small{font-size:.875rem;color:var(--muted)}.nav-list{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.hamburger{display:none}@media(max-width:768px){.nav-list{display:none}.hamburger{display:inline-flex}}.menu-button{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:8px}.menu-button-row{display:flex;align-items:center;gap:6px}.menu-button-bar{width:35px;height:4px;background:#545247;border-radius:3px}.topbar{width:100%;background:var(--bg);border-bottom:1px solid rgba(0,0,0,.1)}.topbar-inner{max-width:1100px;margin:0;padding:.25rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-block{display:flex;flex-direction:row;align-items:center;gap:1rem;white-space:nowrap}.contact-block a{color:inherit;text-decoration:none}.lang-switch{display:flex;gap:.5rem}.lang-btn{padding:.35rem .6rem;border-radius:.5rem;border:1px solid #bfbbaa;background:#fff;color:#111827;cursor:pointer;font-weight:600}.lang-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.logo-banner{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:var(--primary);padding-top:.25rem;padding-bottom:.25rem;display:flex;justify-content:center;align-items:center}.logo-banner-link img{width:140px;height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.08))}.logo-banner-link:hover img{opacity:.92}.mobile-menu-wrapper{position:relative}.mobile-dropdown{position:absolute;top:100%;left:0;margin-top:8px;width:240px;z-index:9999;pointer-events:auto}.mobile-dropdown .card{margin:0}.single-nav{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:var(--primary)}.single-nav a,.single-nav span,.single-nav button{color:#545247}.lang-btn{background:#fff!important;color:#111!important}.lang-btn.active{background:#4f82bd!important;color:#fff!important}.single-nav-inner{width:100%;margin:0 auto;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;white-space:nowrap}.contact-inline{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;line-height:1.2}.nav-right{display:flex;align-items:center;gap:1rem}.nav-left{display:flex;left:0;top:0}html{scroll-behavior:smooth}.annonce-image{width:100%;max-height:500px;object-fit:contain;background:#d4d0be;border-radius:10px}.key-svg{display:flex;align-items:center;height:4.5rem;transform:translateY(4px)}.logo-banner-img{display:block;background:var(--primary);clip-path:inset(2px);width:400px;height:auto;margin:0 auto}.navbar-logo{width:140px;height:auto}.highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.5rem}.highlight-grid label{display:flex;flex-direction:column;font-weight:600;color:#545247}.highlight-grid input,.highlight-grid select{margin-top:.35rem;padding:.65rem;border-radius:.45rem;border:1px solid #aaa;font-size:.95rem}.garage-cell{display:flex;align-items:center;gap:.8rem;margin-top:1.8rem}.switch{position:relative;width:42px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#bbb;transition:.3s;border-radius:20px}.slider:before{content:"";position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s}.switch input:checked+.slider{background:#6096d6}.switch input:checked+.slider:before{transform:translate(20px)}.highlight-submit-wrapper{display:flex;justify-content:center;margin-top:2rem}.margin-top{margin-top:2rem}.card{background:var(--bg);border:1px solid rgba(0,0,0,.1);border-radius:.75rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card img{width:100%;height:180px;object-fit:cover}.card .content{padding:1rem}.card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000026}@media(max-width:768px){html,body{overflow-x:hidden}header,.header{padding:.4rem .6rem}.header-top,.top-bar{padding:.25rem .5rem;font-size:.8rem;gap:.6rem}.header-top img,.header-top svg{width:14px;height:14px}.logo-banner,.logo-container{padding:.5rem 0}.logo-banner-img{width:140px;height:auto}.menu-toggle,.burger,.hamburger{font-size:1.3rem;color:#545247;padding:.3rem}h1{font-size:1.6rem;margin-top:1.2rem}h2{font-size:1.4rem}.grid-3,.highlight-grid{grid-template-columns:1fr}.single-nav{padding:10px 12px}.single-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap}.nav-right .nav-list,.nav-right .btn-action{display:none}.nav-right{display:flex;align-items:center;gap:10px}.navbar-logo{width:42px;height:auto}.contact-inline{display:flex;flex-direction:column;gap:2px;font-size:.85rem;line-height:1.1}.contact-inline a{white-space:nowrap}.mobile-menu-wrapper{display:flex;align-items:center}.mobile-dropdown{position:absolute;top:60px;left:12px;z-index:1000}}.annonce-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem;background:#ffffff59;border:1px solid rgba(0,0,0,.08);border-radius:1rem;margin-bottom:1.5rem}.annonce-hero h1{font-size:2.2rem;margin:0 0 .25rem;line-height:1.2}.annonce-hero .city{font-size:1rem;color:var(--muted)}.annonce-price{text-align:right}.annonce-price .price{font-size:2.1rem;font-weight:700;color:var(--text)}.annonce-price .statut{display:inline-block;margin-top:.4rem;padding:.35rem .8rem;border-radius:999px;font-size:.85rem;font-weight:600}.statut.vente{background:#6096d626;color:var(--primary-700)}.statut.location{background:#6096d614;color:var(--primary)}.annonce-highlights{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.annonce-highlight{background:#ffffff80;border:1px solid rgba(0,0,0,.08);padding:.6rem .9rem;border-radius:.6rem;font-weight:600;font-size:.9rem}.photo-gallery{width:100%;max-height:75vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg)}.photo-gallery img{width:100%;height:auto;max-height:75vh;object-fit:contain}.photo-gallery img{height:400px;max-height:75vh;object-fit:contain!important;background:var(--bg)}.photo-gallery{display:flex;flex-direction:column;align-items:center}.photo-image-wrapper{width:100%;text-align:center}.photo-image-wrapper img{width:100%;max-height:520px;object-fit:contain;border-radius:12px;background:var(--bg)}.photo-controls{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:.75rem 0}.video-wrapper{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:12px;overflow:hidden}.video-wrapper video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.images-admin{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.image-item{position:relative}.image-item img{width:100%;height:120px;object-fit:cover;border-radius:8px;background:#f3f3f3}.mobile-dropdown{left:6px;right:6px;border-radius:10px}.mobile-dropdown{padding-top:4px;padding-bottom:4px}.mobile-dropdown .card,.mobile-dropdown .content{padding-top:0;padding-bottom:0}.mobile-dropdown a{padding-top:8px;padding-bottom:8px}.mobile-dropdown li{list-style:none}.mobile-dropdown li a{display:block;padding:8px 14px;color:#444;text-decoration:none;border-radius:6px;transition:background-color .2s ease,color .2s ease}.mobile-dropdown li a:hover{background-color:#6495ed26;color:#1e4fd8}.services-container{max-width:1100px;margin:0 auto;padding:3rem 1.5rem;color:#545247}.services-title{text-align:center;font-size:2.6rem;font-weight:700;margin-bottom:2rem;color:#545247}.services-intro{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.7;text-align:center;color:#545247}.services-list{list-style:none;padding:0;margin:0}.service-item{padding:2rem 0;margin-bottom:2.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.service-item h3{margin-bottom:1rem;font-size:1.4rem;color:#545247}.service-item p{font-size:1.05rem;line-height:1.7;margin-bottom:1rem;color:#545247}.service-item ul{margin:1rem 0 1.5rem 1.2rem}.service-item ul li{margin-bottom:.5rem;list-style:disc;color:#545247}.services-conclusion{max-width:800px;margin:3rem auto 0;text-align:center;font-size:1.1rem;font-weight:500;color:#545247}html,body{width:100%;overflow-x:hidden}*{box-sizing:border-box}footer,.footer,.site-footer{width:100%;max-width:100%}footer *{max-width:100%}.footer-columns,.footer-inner,.footer-content{display:flex}.footer-columns>*,.footer-inner>*,.footer-content>*{min-width:0}.footer-brand{display:flex;align-items:center;gap:10px;max-width:100%}.footer-brand strong{white-space:normal;overflow-wrap:anywhere}.header,.topbar{background:var(--primary)!important;border:none!important}.single-nav{border:none!important;box-shadow:none!important}.carousel-section{margin:3rem auto;max-width:1400px;padding:0 1rem}.carousel-title{font-size:2.2rem;font-weight:700;color:#545247;margin-bottom:1rem}.carousel-wrapper{position:relative;display:flex;align-items:center}.carousel{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding:.5rem;scrollbar-width:none}.carousel::-webkit-scrollbar{display:none}.carousel-card{min-width:280px;max-width:280px;background:#d4d0be;border-radius:1rem;overflow:hidden;box-shadow:0 6px 15px #00000014;transition:transform .25s ease,box-shadow .25s ease}.carousel-card:hover{transform:scale(1.05);box-shadow:0 12px 25px #00000026}.carousel-card img{width:100%;height:170px;object-fit:cover}.carousel-card h4{font-size:1.1rem;font-weight:700;color:#545247;margin:.75rem}.carousel-card p{color:#6b6b6b;margin:0 .75rem 1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#545247;border:none;color:#fff;font-size:2.5rem;padding:.3rem .9rem;border-radius:50%;cursor:pointer;z-index:10;transition:background .25s ease,transform .25s}.carousel-btn:hover{background:#6096d6;transform:translateY(-50%) scale(1.15)}.carousel-btn.left{left:-100px}.carousel-btn.right{right:-100px}
