@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;background:#05A820;padding:.18rem 1.7rem;min-height:62px;box-shadow:0 0 #0000004d;position:sticky;top:0;z-index:1000}.logo img{height:62px}.nav-links{display:flex;gap:1.1rem}.nav-links a{text-decoration:none;color:#fff;font-weight:700;font-size:.97rem;font-family:Inter,Roboto,Arial,sans-serif;padding:.45rem 1.1rem;border-radius:5px;transition:background .16s,color .14s}.nav-links a:hover{background:#FFD70099;color:#fff}.burger{display:none;flex-direction:column;cursor:pointer;margin-left:1.5rem;z-index:1100}.bar{width:28px;height:4px;background-color:#222;margin:4px 0;border-radius:3px;transition:all .3s}@media (max-width: 768px){.nav-links{position:absolute;top:70px;left:0;width:100vw;background-color:#05a820;flex-direction:column;align-items:center;padding:1rem 0;display:none;box-shadow:0 3px 12px #0003;z-index:999}.nav-links.open,.burger{display:flex}}.agentpage-wrapper{min-height:100vh;width:100vw;padding:2.4rem 0 3.2rem;background:linear-gradient(180deg,#F7FCF7 80%,#F7FCF7 10%);font-family:Montserrat,sans-serif;color:#f4f4f4;overflow-x:hidden}.agent-vehicles-title{margin:2.3rem 0 1rem;font-size:1.55rem;color:gold;text-align:center;font-weight:700;text-shadow:0 1px 8px #111b}.agent-vehicles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem;justify-content:center;margin-bottom:1.8rem}@media (max-width: 1050px){.agent-vehicles-grid{grid-template-columns:repeat(2,1fr);gap:.3rem}}@media (max-width: 768px){.agent-vehicles-grid{grid-template-columns:1fr;gap:.2rem}}@media (max-width: 450px){.agent-vehicles-grid{grid-template-columns:1fr;gap:.5rem}}.agent-vehicle-card{background:#fff;border-radius:18px;box-shadow:0 6px 24px #56ab2f29,0 2px 8px #0002;overflow:hidden;width:100%;min-width:0;max-width:340px;margin:0;transition:transform .25s,box-shadow .25s;border:1px solid #ede7da;display:flex;flex-direction:column;align-items:center;color:#232526;text-decoration:none;position:relative;padding-bottom:.9rem}.agent-vehicle-card .img-filter{filter:grayscale(.7) blur(1.5px);opacity:.85;transition:filter .2s,opacity .2s}.agent-vehicle-card .statut-badge{position:absolute;top:12px;left:12px;background:rgba(44,44,44,.85);color:#fff;font-size:.98rem;font-weight:600;padding:.18em .7em;border-radius:8px;z-index:3;box-shadow:0 2px 8px #23252622;letter-spacing:.5px;opacity:.97;pointer-events:none}.agent-vehicle-card .statut-offre{background:linear-gradient(90deg,#FFD700 60%,#232526 120%);color:#232526}.agent-vehicle-card .statut-vendu{background:linear-gradient(90deg,#56ab2f 60%,#232526 120%);color:#fff}.agent-vehicle-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 16px 32px #56ab2f38,0 2px 12px #0003;border-color:#56ab2f}.vehicle-img{width:100%;height:150px;object-fit:cover;border-bottom:2px solid #e7e2d7;display:block;background:#fff}.agent-vehicle-info{padding:1.1rem .7rem 1rem;text-align:center;width:100%}.agent-vehicle-info h4{margin:.5rem 0 .05rem;font-size:1.18rem;color:#232526;font-weight:700;text-shadow:none;padding-left:.7rem;padding-right:.7rem}.veh-details{margin:.15rem 0 .3rem;color:#232526;font-size:.97rem}.veh-prix{color:#56ab2f;font-weight:700;font-size:1.15rem;margin-bottom:.5rem;letter-spacing:1px;text-shadow:none}.cta-container{text-align:center;margin-top:.7rem}.btn-filled{background:linear-gradient(90deg,#FFD700 60%,#20be63 120%);color:#232526;padding:.7rem 2rem;border-radius:30px;font-weight:700;text-decoration:none;font-size:1.11rem;transition:background .18s,color .18s;display:inline-block;border:none;box-shadow:0 2px 12px #ffd70022;margin-top:.2rem}.btn-filled:hover{background:linear-gradient(90deg,#20be63 20%,#FFD700 100%);color:#fff;box-shadow:0 2px 24px #ffd70033}.agentpage-loading,.no-vehicles{color:gold;font-size:1.2rem;margin:2.7rem 0;text-align:center}@media (max-width: 900px){.agent-vehicles-grid{flex-direction:column;align-items:center;gap:1.3rem}.agent-vehicle-card{min-width:0;max-width:97vw;margin:0}}@media (max-width: 600px){.agent-vehicle-card{min-width:0;max-width:100vw;margin:0;border-radius:10px;padding-bottom:.5rem}}.agent-card-compact{padding:1rem 1.2rem!important;min-height:120px!important;max-height:170px;display:flex;flex-direction:column;justify-content:center}.agent-header-compact{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:700px;margin:0 auto;padding:0 1.5rem;background:none;box-shadow:none}.agent-header-media{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:flex-start;gap:2rem}.agent-header-avatar-wrapper{display:flex;align-items:center;justify-content:center}.agent-header-avatar{width:85px;height:85px;border-radius:50%;border:3px solid var(--color-green, #2ecc40);object-fit:cover;background:#fff}.agent-header-info{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1}.agent-header-name{font-size:2rem;font-weight:700;color:var(--color-title, #222);margin:0;line-height:1.1}.agent-header-secteur-badge{display:inline-block;background:var(--color-green-light, #eafaf1);color:var(--color-green, #2ecc40);font-size:1rem;font-weight:600;border-radius:1rem;padding:.2em .8em;margin-top:.2em}.agent-header-contact{display:flex;flex-direction:row;gap:1.5rem;font-size:1rem;color:var(--color-text, #444);margin-top:.2em}.agent-header-phone a,.agent-header-email a{color:inherit;text-decoration:none;font-size:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.agent-header-compact-home{background:#fff;border-radius:18px;box-shadow:0 2px 12px #56ab2f17;max-width:700px;margin:1.2rem auto 0;padding:1.7rem 2.2rem 1.2rem;display:flex;flex-direction:column;align-items:center;border:1px solid #ede7da}.agent-header-media-home{display:flex;flex-direction:row;align-items:center;width:100%;gap:2.2rem}.agent-header-avatar-home{width:110px;height:110px;border-radius:50%;border:3px solid #56ab2f;object-fit:cover;background:#fff}.agent-header-info-home{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1}.agent-header-name-home{font-size:2rem;font-weight:700;color:#232526;margin:0;line-height:1.1}.agent-header-secteur-badge-home{display:inline-block;background:none;color:#56ab2f;font-size:1rem;font-weight:600;border-radius:1rem;padding:.2em .8em;margin-top:.2em;font-style:italic}.agent-header-contact-home{display:flex;flex-direction:row;gap:1.5rem;font-size:1rem;color:#444;margin-top:.2em}.agent-header-phone-home a,.agent-header-email-home a{color:inherit;text-decoration:none;font-size:1rem}.agent-header-icon-home{font-size:1.1em;vertical-align:middle;margin-right:.2em}@media (max-width: 600px){.agent-header-media{flex-direction:column;align-items:center;gap:1rem}.agent-header-info{align-items:center;text-align:center}.agent-header-contact{flex-direction:column;gap:.5rem;align-items:center}.agent-header-compact-home{padding:1.1rem .7rem}.agent-header-media-home{flex-direction:column;align-items:center;gap:1rem}.agent-header-info-home{align-items:center;text-align:center}.agent-header-contact-home{flex-direction:column;gap:.5rem;align-items:center}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.critair-badge[data-critair="1"]{background:#a97cc5;color:#fff;border-color:#a97cc5}.critair-badge[data-critair="2"]{background:#ffe44e;color:#181818;border-color:#ffe44e}.critair-badge[data-critair="3"]{background:#ffb54e;color:#181818;border-color:#ffb54e}.critair-badge[data-critair="4"]{background:#b54e7c;color:#fff;border-color:#b54e7c}.critair-badge[data-critair="5"]{background:#7c7c7c;color:#fff;border-color:#7c7c7c}.critair-badge[data-critair=E]{background:#4ec47c;color:#fff;border-color:#4ec47c}.infos-cles-container{background:#fff;border:1px solid #e3e3e3;border-radius:16px;box-shadow:0 2px 12px #00000012;padding:2rem 1.5rem 1.5rem;margin:2rem auto 2.5rem;max-width:900px}.infos-cles-list{display:grid;grid-template-columns:1fr;gap:1.2rem 2.2rem;margin:1.5rem 0 0}@media (min-width: 600px){.infos-cles-list{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.infos-cles-list{grid-template-columns:1fr 1fr 1fr}}.infos-cles-item{display:block;min-width:0;height:4.2em;box-sizing:border-box;padding:.5em 0}.infos-cles-label{font-size:.98rem;color:#888;font-weight:500;margin-bottom:3px;letter-spacing:.01em;min-height:1.2em;display:block;text-align:left}.infos-cles-value{font-size:1.13rem;font-weight:700;color:#181818;line-height:1.3;min-height:1.5em;display:block;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:0;padding-left:0}.critair-badge{display:inline-block;vertical-align:baseline;width:2.1em;height:2.1em;border-radius:50%;background:#e6d6fa;color:#6c2eb7;font-weight:700;font-size:1.1em;box-shadow:0 1px 4px #6c2eb714;border:1.5px solid #d1b6f3;text-align:center;line-height:2.1em}.localisation-value{display:inline-flex;align-items:baseline;gap:.5em;margin-left:0;padding-left:0}.icon-pin{display:inline-block;width:1.1em;height:1.1em;background:url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 2C6.686 2 4 4.686 4 8c0 4.25 5.25 9.25 5.48 9.47a.75.75 0 0 0 1.04 0C10.75 17.25 16 12.25 16 8c0-3.314-2.686-6-6-6zm0 10.5A2.5 2.5 0 1 1 10 5.5a2.5 2.5 0 0 1 0 5z" fill="%23888"/></svg>') no-repeat center center;background-size:contain;vertical-align:baseline;margin-left:0;padding-left:0}.infos-cles-link-wrapper{margin-top:2.2rem;text-align:right}.infos-cles-link{font-size:1.05rem;color:#6c2eb7;font-weight:600;text-decoration:underline;transition:color .18s}.infos-cles-link:focus,.infos-cles-link:hover{color:#4b1a7a;outline:none}.vehiclepage-wrapper{min-height:100vh;width:100vw;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%);font-family:Montserrat,sans-serif;color:#f4f4f4;padding:2.1rem 0 2.5rem;overflow-x:hidden}.photo-agent-wrapper{display:flex;flex-wrap:wrap;gap:3.5rem;justify-content:center;align-items:flex-start;margin-bottom:1.7rem;width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.gallery-part{flex:2.5;min-width:0;max-width:100vw;background:transparent;border-radius:8px;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:stretch;border:none!important;justify-content:center}.photo-container{width:100%;margin:0;padding:0}.main-swiper-modern{width:100%;max-width:820px;height:auto;min-height:340px;border-radius:14px;box-shadow:none;background:transparent;border:none!important}.photo-slide-img{width:100%;max-width:820px;max-height:440px;object-fit:cover;object-position:center;border-radius:14px;background:transparent;margin:0 auto;display:block;box-shadow:none;border:none!important}.thumb-container{margin-top:10px}.thumbs-swiper-modern{width:100%;max-width:420px}.thumbs-swiper-modern .swiper-slide{width:72px!important;height:48px!important;opacity:.7;cursor:pointer}.thumbs-swiper-modern .swiper-slide-thumb-active{opacity:1;border:2px solid #ffffff}.thumb-img-modern{width:100%;height:100%;object-fit:cover;border-radius:6px;background:#232526}.agent-hero-card{background:#fff;border-radius:18px;box-shadow:0 2px 12px #56ab2f17;margin:0 auto 2.2rem;max-width:370px;padding:2.7rem 1.2rem 2.2rem;text-align:center;border:1px solid #ede7da;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;flex-direction:column;align-items:center}.agent-hero-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 10px 24px #56ab2f1f,0 2px 6px #0002;border-color:#56ab2f}.agent-avatar{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #05A820;margin-bottom:.8rem;background:#fff}.agent-title{font-size:1.18rem;color:#232526;font-weight:700;text-shadow:none;margin:0 0 .6rem;padding-left:.7rem;padding-right:.7rem}.agent-nom{color:#232526}.agent-secteur{margin:.5rem 0 1rem;color:#232526;font-size:.89rem;background:#fff;border-radius:8px;display:inline-block;padding:.18em .7em;border:1px solid #e7e2d7;box-shadow:0 2px 8px #56ab2f22;min-width:70px;text-align:center;opacity:.97}.agent-contact{margin:1.2rem 0 0;font-size:1.1rem;color:#232526}.agent-contact .tel-link,.agent-contact .mail-link{color:#232526;font-weight:700;font-size:1.1rem;text-decoration:none!important;background:none!important;border:none!important}.bloc-general-modern{background:#fff;padding:2rem 1.2rem 1.5rem;border-radius:17px;box-shadow:0 2px 12px #56ab2f17;margin-bottom:2.3rem;border:1px solid #ede7da}.vehicle-title{font-size:2.1rem;color:#232526;margin-bottom:.3rem;font-weight:700;text-shadow:none;letter-spacing:.2px}.vehicle-price{position:absolute;bottom:10px;right:12px;background:#fff;color:#56ab2f;font-weight:700;font-size:1.08rem;padding:.18em .7em;border-radius:8px;box-shadow:0 2px 8px #56ab2f22;z-index:2;border:1px solid #e7e2d7;min-width:70px;text-align:center;opacity:.97}.vehicle-price-value,.vehicle-price-euro{color:#56ab2f;font-weight:700;font-size:inherit}.vehicle-details-grid{display:flex;flex-wrap:wrap;gap:.18rem 1.2rem;font-size:1.08rem;color:#232526;margin-bottom:.7rem}.vehicle-details-grid div{background:none;padding:.1rem .2rem;border-radius:0;box-shadow:none;color:#232526;font-weight:700;border:none;margin-bottom:.08rem;display:flex;align-items:baseline}.vehicle-details-grid strong{color:#888;font-weight:700;margin-right:.3em;font-size:.97em}.vehicle-details-grid span{color:#232526;font-weight:700;font-size:.97em}.afficher-plus-btn{background:linear-gradient(90deg,#FFD700 60%,#56ab2f 120%);color:#232526;padding:.5rem 1.2rem;border-radius:18px;font-weight:700;text-decoration:none;font-size:1rem;transition:background .23s,color .23s;display:inline-block;margin-top:.7rem;border:none;box-shadow:0 2px 12px #ffd70022;cursor:pointer}.afficher-plus-btn:hover{background:linear-gradient(90deg,#56ab2f 20%,#FFD700 100%);color:#fff;box-shadow:0 2px 24px #ffd70033}.bloc-title{font-size:1.6rem;color:#05a820;margin-bottom:1rem;font-weight:700;text-shadow:none}.commentaire-essai{margin-top:1.1rem;font-size:1rem;color:#fff}.commentaire-essai p{background:#232526cc;padding:.9rem 1.2rem;border-radius:9px;margin-top:.5rem;color:#f4f4f4;font-size:1rem}.historique-entretien,.equipements-options{margin-top:1.1rem;font-size:1rem;color:#fff}.historique-entretien ul,.equipements-options ul{list-style:none;padding:0;margin:.5rem 0 0}.historique-entretien li,.equipements-options li{background:#232526b7;padding:.77rem 1rem;border-radius:9px;margin-bottom:.4rem;box-shadow:0 1px 3px #0002;color:#f4f4f4;font-size:.97rem}.timeline-entretien{list-style:none;margin:1.2rem 0 0;padding:0;position:relative;display:flex;flex-direction:column;align-items:center}.timeline-entretien:before{content:"";position:absolute;left:17px;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#05A820 0%,#e3e3e3 100%);border-radius:2px;z-index:0}.timeline-step{display:flex;align-items:flex-start;margin-bottom:2.1rem;position:relative;min-height:64px;width:100%}.timeline-dot{width:18px;height:18px;background:#05A820;border-radius:50%;margin-right:1.1rem;margin-top:.2rem;box-shadow:0 2px 12px #05a82055;flex-shrink:0;z-index:2}.timeline-connector{display:none}.timeline-content{background:#fff;border-radius:16px;box-shadow:0 4px 18px #0001;border:1px solid #e3e3e3;padding:1.1rem 1.5rem;min-width:220px;max-width:320px;display:flex;flex-direction:column;gap:.25em;position:relative;transition:box-shadow .18s;margin-left:.5rem;margin-right:.5rem}.timeline-content:focus{outline:2px solid #05A820;box-shadow:0 0 0 2px #05a82033}.timeline-header{display:flex;align-items:center;gap:.7em;margin-bottom:4px}.timeline-date{font-size:1.13rem;color:#181818;font-weight:600}.timeline-km{font-size:1.01rem;color:#05a820;background:#e6fae6;border-radius:999px;border:1px solid #b2e8b2;padding:.13em .9em;font-weight:600;margin-left:.2em}.timeline-type{display:flex;align-items:center;gap:.5em;font-size:1.04rem;color:#888;margin-bottom:2px}.timeline-desc{font-size:1.07rem;color:#232526;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.timeline-badge{margin-top:.3em;display:inline-block}.badge-constructeur{background:#e6f0fa;color:#1976d2;border-radius:999px;padding:.1em .8em;font-size:.97em;font-weight:600;border:1px solid #90caf9}.badge-garage{background:#fff3e6;color:#ff9800;border-radius:999px;padding:.1em .8em;font-size:.97em;font-weight:600;border:1px solid #ffd699}.timeline-icon{font-size:1.1em;color:#888;vertical-align:middle}.timeline-left .timeline-content{margin-left:.5rem;margin-right:auto}.timeline-right .timeline-content{margin-left:auto;margin-right:.5rem}@media (max-width: 700px){.timeline-content{max-width:98vw;min-width:0;margin-left:.5rem;margin-right:.5rem;border-radius:12px;padding:1rem .7rem}.timeline-left .timeline-content,.timeline-right .timeline-content{margin-left:.5rem;margin-right:.5rem}.equipements-list-responsive{display:flex!important;flex-direction:column!important;gap:.5rem;width:100%;align-items:flex-start}.infos-cles-value{font-size:1.08rem;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;word-break:break-word!important;min-width:0;max-width:100%;line-height:1.35;padding-right:0}}.timeline-empty{color:#888;font-size:1.08rem;margin-top:1.2rem;text-align:center}@media (max-width: 700px){.infos-cles-container ul[style*="columns:2"]{columns:1!important;-webkit-columns:1!important;-moz-columns:1!important;font-size:1rem;gap:.5rem;list-style:none;padding-left:0}.infos-cles-container ul[style*="columns:2"] li{width:100%;margin-bottom:.3em;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;word-break:break-word!important}.infos-cles-container div[style*="line-height:1.7"]{line-height:1.35!important;font-size:1rem;word-break:break-word;white-space:normal}}.controle-technique-etat{margin:2rem 0}.controle-cards-wrapper{display:flex;flex-wrap:wrap;gap:1.2rem;background:#f8fafc;border-radius:1rem;box-shadow:0 2px 12px #00000012;padding:2rem 1rem;justify-content:center}.controle-card{min-width:160px;flex:1 1 160px;background:#fff;border-radius:.8rem;box-shadow:0 1px 6px #0000000f;padding:1.2rem 1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-bottom:.5rem}.controle-label{font-size:1rem;color:#222;margin-bottom:.5rem;font-weight:500}.controle-value{font-size:1.3rem;font-weight:700;color:#111}@media (min-width: 700px){.controle-cards-wrapper{flex-wrap:nowrap;flex-direction:row;gap:1.5rem;padding:2rem}.controle-card{margin-bottom:0}.pneu-card{order:1}.plaquette-card{order:2}}@media (max-width: 699px){.controle-cards-wrapper{flex-direction:column;gap:1rem;padding:1.2rem .5rem}.controle-card{min-width:unset;width:100%}}.side-cards-wrapper{width:260px;min-width:220px;max-width:260px;display:flex;flex-direction:column;gap:.3rem;align-items:center}@media (max-width: 700px){.vehicle-recap-card{max-width:100vw;min-width:0;padding:1rem .7rem;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}.side-cards-wrapper{width:100%;min-width:0;max-width:100%;display:flex;flex-direction:column;gap:.7rem;align-items:center;margin-top:0;justify-content:center}.vehicle-recap-card{margin-left:auto;margin-right:auto;max-width:400px;width:100%}}.vehicle-recap-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #0000000a;padding:1rem;text-align:center;max-width:900px;width:100%;border:none;color:#222;display:flex;flex-direction:column;margin:2rem auto 2.5rem;align-items:center}.vehicle-recap-pneus-card{display:grid;grid-template-areas:"plaquettes-av plaquettes-av plaquettes-av" "av-g schema av-d" "ar-g schema ar-d" "plaquettes-ar plaquettes-ar plaquettes-ar";grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto auto auto auto;gap:1.2rem 1.2rem;position:relative;width:100%;max-width:480px;margin:2rem auto;align-items:center;justify-items:center}} .pneus-center{grid-area:schema;display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.pneus-plaquettes-av{grid-area:plaquettes-av;justify-self:center;margin-bottom:-.5rem}.pneus-plaquettes-ar{grid-area:plaquettes-ar;justify-self:center;margin-top:-.5rem}.pneus-schema-img{gap:.7rem;font-size:1.05rem;color:#222;margin:.5rem 0 .7rem;justify-content:center;flex-wrap:wrap}.pneus-schema-img .pneus-corner{color:#111!important;background:#fff;border-radius:1rem;box-shadow:0 2px 12px #00000014;padding:.7rem .5rem;font-size:1rem;min-width:90px;max-width:130px;min-height:48px;max-height:80px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;border:1px solid #f3f3f3}.pneus-schema-img .pneus-corner span{color:#111!important}.pneus-schema-img .pneus-av-g{grid-area:av-g}.pneus-schema-img .pneus-av-d{grid-area:av-d}.pneus-schema-img .pneus-ar-g{grid-area:ar-g}.pneus-schema-img .pneus-ar-d{grid-area:ar-d}.pneus-schema-img .pneus-value{display:block;font-weight:700;font-size:clamp(1rem,2.2vw,1.3rem);margin-top:clamp(.2rem,.5vw,.5rem);color:#111!important}.pneus-schema-img .pneus-corner span,.pneus-schema-img .pneus-corner strong,.pneus-schema-img .pneus-value{color:#111!important;z-index:2}.pneus-schema-img .vehicle-recap-header{color:#111!important;width:100%;text-align:center;margin-bottom:.5rem}.pneus-schema-img .vehicle-recap-title{font-size:1.25rem}@media (max-width: 700px){.pneus-schema-img .vehicle-recap-pneus-card{max-width:98vw;grid-template-areas:"plaquettes-av" "av-g" "schema" "av-d" "ar-g" "ar-d" "plaquettes-ar";grid-template-columns:1fr;grid-template-rows:repeat(7,auto);gap:1rem 0;justify-items:center;align-items:center}.pneus-schema-img .pneus-schema-img{width:120px;height:120px;margin:0 auto}.pneus-schema-img .pneus-corner{font-size:.95rem;min-width:80px;max-width:100%;min-height:38px;max-height:60px;padding:.5rem .3rem;margin:.2rem 0}.pneus-schema-img .pneus-plaquettes-av,.pneus-schema-img .pneus-plaquettes-ar{margin:.2rem 0}}.vehicle-recap-infos-item{color:#222;font-weight:400;display:inline-block;padding:0 .2rem}.vehicle-recap-list{list-style:none;padding:0;margin:0}.vehicle-recap-list li{margin-bottom:1rem;font-size:1rem;display:flex;gap:1.2rem;align-items:flex-start}.vehicle-recap-label{color:#555;font-weight:500;margin-bottom:.2rem}.vehicle-recap-value{color:#222;font-weight:600;margin-bottom:.2rem}.vehicle-recap-price{margin-top:1rem;text-align:left}.vehicle-recap-price span{display:inline-block;color:#22c55e;font-weight:700;font-size:2rem;padding:.1rem 0;border-radius:0;background:none;box-shadow:none}@media (max-width: 700px){.vehicle-recap-pneus-card{max-width:98vw;grid-template-columns:1fr 2fr 1fr;grid-template-rows:auto 2fr auto;gap:.7rem 1.2rem}.vehicle-recap-list li{margin-bottom:1.3rem;gap:1.5rem}.pneus-schema-img{width:120px;height:120px}.pneus-corner{font-size:.85rem;min-width:60px;max-width:90px;min-height:30px;max-height:50px;padding:.5rem .3rem}}body{font-family:sans-serif}img{max-width:100%;height:auto}body{margin:0;font-family:Montserrat,sans-serif;background:white;min-height:100vh}.mentions-page{max-width:800px;margin:2rem auto;padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 10px #0000001a;font-family:Montserrat,sans-serif;color:#333}.mentions-page h1{text-align:center;margin-bottom:2rem;color:#2c3e50}.mentions-page section{margin-bottom:1.5rem}.mentions-page h2{color:#2c3e50;margin-bottom:.5rem}.mentions-page p{line-height:1.6}footer{background-color:gold;color:#fff;text-align:center;padding:1rem;font-size:.9rem;margin-top:auto;width:100%}footer a{color:gold;text-decoration:none}.chip-header{display:flex;align-items:center;justify-content:center;gap:.7em;margin-bottom:.5em;font-size:2rem;font-weight:700;position:relative;z-index:1}.chip-title{background:#fff;border:2px solid #00c800;border-radius:2em;padding:.25em 1.2em;font-size:1.1em;font-weight:700;color:#222;box-shadow:0 2px 8px #00c8000a;display:inline-block;position:relative}.chip-bold{font-weight:900;color:#222}.chip-badge{background:#00c800;color:#fff;font-weight:700;border-radius:1em;padding:.2em 1em;font-size:.95em;margin-left:-.7em;border:2px solid #00c800;box-shadow:0 2px 8px #00c80014;position:relative;z-index:2}.section-subtitle{text-align:center;font-size:1.1rem;color:#555;margin-bottom:1.2em;font-weight:400}@media (max-width: 600px){.chip-header{font-size:1.2rem;flex-direction:column;gap:.3em}.chip-title{font-size:1em;padding:.2em .7em}.chip-badge{font-size:.9em;padding:.15em .7em;margin-left:0}}body{margin:0;font-family:Montserrat,sans-serif;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%);color:#232526}.home-wrapper{min-height:100vh;width:100vw;overflow-x:hidden;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%)}.hero-section{position:relative;overflow:hidden;background:linear-gradient(rgba(245,236,220,.85),rgba(245,236,220,.85));color:#232526;text-align:center;padding:8rem 2rem 10rem;width:100%;max-width:100vw;box-shadow:0 8px 24px #56ab2f14;border-bottom-left-radius:80px;border-bottom-right-radius:80px;margin:0 auto}.hero-content h1{font-size:3.2rem;margin-bottom:1.2rem;font-weight:700;color:#fff;text-shadow:0 2px 8px #23252633}.hero-content p{font-size:1.3rem;max-width:650px;margin:0 auto;line-height:1.5;color:#fff;text-shadow:0 2px 8px #23252622}.recent-vehicles-section{margin:0;padding:2.2rem 0 1.5rem;width:100vw;max-width:100vw;background:none;text-align:center;border-radius:0;box-shadow:none}.section-title{font-size:2.1rem;color:#232526;margin-bottom:1rem;text-shadow:none;font-weight:700;display:flex;justify-content:center;align-items:center;gap:.8rem}.section-subtitle{text-align:center;font-size:1.1rem;font-weight:500;color:#222;opacity:.75;margin-bottom:2.2rem;line-height:1.5}.vehicule-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;width:100vw;max-width:100vw;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;align-items:stretch}.vehicule-card-home{background:#fff;border-radius:18px;box-shadow:0 2px 12px #56ab2f17;overflow:hidden;width:100%;min-width:0;max-width:100%;margin:0;transition:transform .25s,box-shadow .25s;border:1px solid #ede7da;display:flex;flex-direction:column;position:relative;padding-bottom:.9rem;align-items:stretch}.vehicule-card-home:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 10px 24px #56ab2f1f,0 2px 6px #0002;border-color:#56ab2f}.vehicule-card-home-img-wrapper{position:relative;width:100%;height:200px;min-height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center}.vehicule-card-home-img-wrapper .img-filter{filter:grayscale(.7) blur(1.5px);opacity:.85;transition:filter .2s,opacity .2s}.vehicule-card-home-img-wrapper .statut-badge{position:absolute;top:12px;left:12px;background:rgba(44,44,44,.85);color:#fff;font-size:.98rem;font-weight:600;padding:.18em .7em;border-radius:8px;z-index:3;box-shadow:0 2px 8px #23252622;letter-spacing:.5px;opacity:.97;pointer-events:none}.vehicule-card-home-img-wrapper .statut-offre{background:linear-gradient(90deg,#FFD700 60%,#232526 120%);color:#232526}.vehicule-card-home-img-wrapper .statut-vendu{background:linear-gradient(90deg,#56ab2f 60%,#232526 120%);color:#fff}.vehicule-card-home img{width:100%;height:100%;object-fit:cover;border-bottom:2px solid #e7e2d7;display:block}.vehicule-card-home h4{min-height:1.5em;margin:.5rem 0 .05rem;font-size:1.18rem;color:#232526;font-weight:700;text-shadow:none;padding-left:.7rem;padding-right:.7rem;display:flex;align-items:center;justify-content:center}.vehicule-card-home p{min-height:1.2em;margin:.12rem 0;color:#232526;font-size:.89rem;padding-left:.7rem;padding-right:.7rem;display:flex;align-items:center;justify-content:center}.vehicule-card-home .vehicule-details{font-size:.75rem;color:#232526;display:flex;justify-content:center;align-items:center;gap:.7em;padding:.3em .5rem 0;border-top:1px solid #f0f0f0;margin-top:.3em;flex-wrap:wrap;text-align:center;min-height:1.2em}.vehicule-card-home .vehicule-detail{display:flex;align-items:center;gap:.09em;font-size:.78rem;color:#232526;white-space:nowrap;min-width:80px;justify-content:center}.vehicule-card-home .vehicule-detail-emoji{font-size:.95em;margin-right:.09em;vertical-align:middle}.prix-badge{position:absolute;bottom:10px;right:12px;background:#fff;color:#56ab2f;font-weight:700;font-size:1.08rem;padding:.18em .7em;border-radius:8px;box-shadow:0 2px 8px #56ab2f22;z-index:2;border:1px solid #e7e2d7;min-width:70px;text-align:center;opacity:.97}.vehicule-type-line{min-height:1.2em;margin:.12rem 0;color:#232526;font-size:.95rem;padding-left:.7rem;padding-right:.7rem;display:flex;align-items:center;justify-content:center;gap:.5em;font-style:italic}.vehicule-type-line span{min-width:60px;text-align:center}.btn-filled{background:linear-gradient(90deg,#FFD700 60%,#56ab2f 120%);color:#232526;padding:.8rem 2rem;border-radius:30px;font-weight:700;text-decoration:none;font-size:1.15rem;transition:background .23s,color .23s;display:inline-block;margin-top:1.3rem;border:none;box-shadow:0 2px 12px #ffd70022}.btn-filled:hover{background:linear-gradient(90deg,#56ab2f 20%,#FFD700 100%);color:#fff;box-shadow:0 2px 24px #ffd70033}.features{margin:0 auto;padding:3.2rem 1rem;text-align:center;background:none;max-width:1200px;border-radius:0;margin-bottom:3rem;box-shadow:none}.features .section-title{margin-bottom:2.7rem;color:#56ab2f;text-shadow:none}.feature{margin-bottom:2.7rem;background:#fff;border-radius:16px;padding:2.2rem 2rem 1.2rem;display:inline-block;width:46%;min-width:300px;margin:.7rem 1.2%;box-shadow:0 2px 12px #ede7da;vertical-align:top}.feature .emoji{font-size:2.5rem;margin-bottom:.9rem;display:block;filter:drop-shadow(0 3px 7px #FFD70088)}.feature h3{font-size:1.34rem;margin-bottom:.6rem;color:#56ab2f;font-weight:700;text-shadow:none}.feature p{font-size:1.07rem;color:#232526;max-width:420px;margin:0 auto;line-height:1.65}.caractif-why-section{margin:3rem 0 2rem;padding:2rem 0;background:none}.caractif-why-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.5rem}.caractif-why-subtitle{text-align:center;font-size:1.2rem;font-weight:500;margin-bottom:.25rem}.caractif-why-baseline{text-align:center;font-size:.95rem;color:#666;margin-bottom:2rem}.caractif-why-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.caractif-why-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #00000012;padding:1.5rem 1.2rem;transition:box-shadow .2s;border:1px solid #f2f2f2}.caractif-why-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;text-align:left;display:flex;align-items:center;gap:.5em}.caractif-why-card .web{display:block}.caractif-why-card .mobile{display:none}.caractif-why-encart{width:100%;background:#f8f9fa;border-radius:1rem;box-shadow:0 1px 8px #0000000a;padding:1.5rem 1.2rem;margin-top:.5rem;border:1px solid #eaeaea}.caractif-why-encart h3{text-align:left;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5em}.caractif-engagements-section{margin:3rem 0 2rem;padding:2rem 0;background:none}.caractif-engagements-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.5rem}.caractif-engagements-subtitle{text-align:center;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.caractif-engagements-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.caractif-engagements-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #00000012;padding:1.5rem 1.2rem;transition:box-shadow .2s;border:1px solid #f2f2f2;min-height:160px;display:flex;flex-direction:column;justify-content:flex-start}.caractif-engagements-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;text-align:left;display:flex;align-items:center;gap:.5em}.caractif-engagements-card .web{display:block}.caractif-engagements-card .mobile{display:none}.caractif-results-section{margin:3rem 0 2rem;padding:2rem 0;background:none}.caractif-results-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:.5rem}.caractif-results-subtitle{text-align:center;font-size:1.2rem;font-weight:500;margin-bottom:2rem}.caractif-results-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.caractif-results-card{background:#fff;border-radius:1rem;box-shadow:0 2px 12px #00000012;padding:1.5rem 1.2rem;transition:box-shadow .2s;border:1px solid #f2f2f2;min-height:140px;display:flex;flex-direction:column;justify-content:flex-start}.caractif-results-card h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem;text-align:left;display:flex;align-items:center;gap:.5em}.caractif-results-card .web{display:block}.caractif-results-card .mobile{display:none}.caractif-results-encart{width:100%;background:#f8f9fa;border-radius:1rem;box-shadow:none;padding:1.5rem 1.2rem;margin-top:.5rem;border:1px solid #eaeaea}.caractif-results-encart h3{text-align:left;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;display:flex;align-items:center;gap:.5em}.caractif-results-encart ul{padding-left:1.2em;margin:.5em 0 0}.caractif-results-encart li{margin-bottom:.5em;font-size:1rem}.caractif-results-notes{text-align:left;margin-top:.5em;color:#666}.caractif-results-notes small{font-size:.92em}@media (min-width: 600px){.caractif-why-cards,.caractif-engagements-cards,.caractif-results-cards{grid-template-columns:1fr 1fr}}@media (min-width: 900px){.caractif-why-cards,.caractif-results-cards{grid-template-columns:1fr 1fr 1fr}}@media (min-width: 1200px){.caractif-why-cards,.caractif-engagements-cards{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width: 500px){.caractif-why-card .web{display:none}.caractif-why-card .mobile{display:block;font-size:.98rem;color:#444}.caractif-engagements-card .web{display:none}.caractif-engagements-card .mobile{display:block;font-size:.98rem;color:#444}.caractif-results-card .web{display:none}.caractif-results-card .mobile{display:block;font-size:.98rem;color:#444}}.section-surface{background:var(--surface-subtle, #f6f8f7);max-width:1100px;margin:2.5rem auto;border-radius:1.5rem;box-shadow:0 2px 12px #0000000a;padding:3.2rem 1.5rem;position:relative}.section-divider{width:100%;height:1px;background:rgba(80,80,80,.13);margin:0 auto 2.5rem}.chip-header{display:inline-flex;align-items:center;gap:.7em;background:var(--accent-light, #eaf7ee);border:1px solid var(--accent, #2ecc40);border-radius:999px;box-shadow:0 1px 4px #00000012,0 1px #fff inset;padding:.5em 1.3em;font-weight:700;font-size:1.25rem;letter-spacing:.04em;margin:0 auto .7em;position:relative}.chip-header .chip-icon{display:flex;align-items:center;justify-content:center;width:2.2em;height:2.2em;border-radius:50%;background:var(--accent-xlight, #eaf7ee);border:1px solid var(--accent, #2ecc40);box-shadow:0 1px 4px #00000012;font-size:1.3em}.chip-header .chip-badge{background:var(--accent, #2ecc40);color:#fff;font-size:.85em;border-radius:999px;padding:.2em .7em;margin-left:.7em;font-weight:600}.info-cards{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.2rem}.info-card{background:#fff;border-radius:1.2rem;border:1px solid #e2e6e3;border-top:4px solid var(--accent, #2ecc40);box-shadow:0 2px 12px #00000012;padding:2rem 1.3rem;display:flex;flex-direction:column;min-height:180px;transition:box-shadow .2s,border-color .2s,transform .2s;gap:.7em}.info-card:hover,.info-card:focus{box-shadow:0 6px 24px #2ecc4021;border-color:var(--accent, #2ecc40);transform:translateY(-2px);outline:2px solid var(--accent, #2ecc40)}.info-card .card-icon{width:42px;height:42px;border-radius:50%;background:var(--accent-xlight, #eaf7ee);display:flex;align-items:center;justify-content:center;font-size:1.5em;margin-bottom:.5em;border:1px solid var(--accent, #2ecc40)}.info-card h3{font-size:1.08rem;font-weight:700;margin-bottom:.4em;color:#222;letter-spacing:.02em}.info-card p{color:#222;opacity:.9;font-size:1rem;line-height:1.5;max-width:70ch}.callout{background:var(--accent-xlight, #eaf7ee);border:1px solid var(--accent, #2ecc40);border-radius:1.2rem;box-shadow:0 1px 8px #2ecc4012;padding:1.5rem 1.2rem 1.2rem;position:relative;margin-top:1.2rem}.callout .callout-icon{width:38px;height:38px;border-radius:50%;background:var(--accent-xlight, #eaf7ee);display:flex;align-items:center;justify-content:center;font-size:1.3em;border:1px solid var(--accent, #2ecc40);margin-bottom:.5em}.callout .callout-badge{position:absolute;top:.7em;right:1.2em;background:var(--accent, #2ecc40);color:#fff;font-size:.85em;border-radius:999px;padding:.2em .7em;font-weight:600}.callout h3{font-size:1.08rem;font-weight:700;margin-bottom:.4em;color:#222}.callout p{color:#222;opacity:.9;font-size:1rem;line-height:1.5}.step-strip{display:flex;gap:.5em;margin-top:.7em;margin-bottom:.2em;justify-content:flex-start}.step-dot{width:18px;height:7px;border-radius:6px;background:#e2e6e3;border:1px solid var(--accent, #2ecc40);opacity:.7}.step-dot.active{background:var(--accent, #2ecc40);opacity:1}.stat-card{background:#fff;border-radius:1.2rem;border:1px solid #e2e6e3;border-top:4px solid var(--accent, #2ecc40);box-shadow:0 2px 12px #00000012;padding:2rem 1.3rem;display:flex;flex-direction:column;min-height:180px;align-items:flex-start;gap:.7em}.stat-card .stat-icon{width:42px;height:42px;border-radius:50%;background:var(--accent-xlight, #eaf7ee);display:flex;align-items:center;justify-content:center;font-size:1.5em;margin-bottom:.5em;border:1px solid var(--accent, #2ecc40)}.stat-card .stat-value{font-size:2.2rem;font-family:var(--font-display, "Inter", sans-serif);font-weight:800;color:var(--accent, #2ecc40);margin-bottom:.2em}.stat-card .stat-label{font-size:1rem;color:#222;opacity:.8;margin-bottom:.5em}.stat-card p{color:#222;opacity:.9;font-size:1rem;line-height:1.5;max-width:70ch}.comparatif-table{background:#f8f9fa;border-radius:1.2rem;border:1px solid #e2e6e3;box-shadow:none;padding:1.5rem 1.2rem;margin-top:.5rem;margin-bottom:.7rem;position:relative}.comparatif-banner{position:absolute;top:-1.2em;left:50%;transform:translate(-50%);background:var(--accent-light, #eaf7ee);color:var(--accent, #2ecc40);font-size:.95em;border-radius:999px;padding:.2em 1em;font-weight:600;border:1px solid var(--accent, #2ecc40);box-shadow:0 1px 4px #00000012}.comparatif-table-row{display:flex;gap:2em;align-items:flex-start;margin-bottom:.7em}.comparatif-col{flex:1;display:flex;align-items:flex-start;gap:.7em}.comparatif-col .comparatif-icon{width:32px;height:32px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2em;border:1px solid #e2e6e3}.comparatif-col strong{font-weight:700;color:#222}.comparatif-col p{color:#222;opacity:.9;font-size:1rem;line-height:1.5;margin:0}.results-notes{text-align:left;margin-top:.5em;color:#666;font-size:.92em;opacity:.7}@media (max-width: 1050px){.vehicule-cards-container{grid-template-columns:repeat(2,1fr);gap:.9rem;width:100vw;max-width:100vw;padding:0;align-items:stretch}.vehicule-card-home{min-width:0;max-width:100vw;margin:0}.feature{width:90%;min-width:unset}.features{padding:2rem .3rem}.recent-vehicles-section{padding:2rem 0}}@media (max-width: 768px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.section-title{font-size:1.7rem}.vehicule-cards-container{grid-template-columns:1fr;gap:.7rem;width:100vw;max-width:100vw;padding:0;align-items:stretch}.vehicule-card-home{min-width:0;max-width:100vw;margin:0}}@media (max-width: 450px){.features,.recent-vehicles-section{border-radius:12px;padding:1.3rem 0}.feature{border-radius:10px;padding:1.4rem .3rem}.vehicule-cards-container{grid-template-columns:1fr;gap:.5rem;width:100vw;max-width:100vw;padding:0;align-items:stretch}.vehicule-card-home{min-width:0;max-width:100vw;margin:0}}html,body{overflow-x:hidden!important;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%)}*{box-sizing:border-box}.vendre-page{padding:2rem;max-width:1100px;margin:0 auto;text-align:center;font-family:Montserrat,sans-serif;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%)}body{margin:0;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%);min-height:100vh}.vendre-page h1{font-size:2.8rem;color:#000;margin-bottom:1rem}.intro-text{font-size:1.2rem;color:#05a820;max-width:800px;margin:0 auto 2.5rem;line-height:1.6}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2.5rem}.advantage-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.advantage-card:hover{transform:translateY(-5px)}.advantage-card .emoji{font-size:2.5rem;margin-bottom:.8rem;display:block}.advantage-card h3{color:#2c3e50;margin-bottom:.5rem}.advantage-card p{color:#555;font-size:1rem;line-height:1.5}.info-section{background:#f8f8f8;border-radius:10px;padding:1.5rem;margin-bottom:2.5rem;box-shadow:0 2px 6px #0000001a}.info-section p{margin:.8rem 0;color:#2c3e50;font-weight:500}.contact-button{background-color:gold;border:none;padding:.9rem 2rem;border-radius:50px;font-weight:700;cursor:pointer;font-size:1.1rem;transition:background .3s}.contact-button:hover{background-color:gold}@media (max-width: 768px){.vendre-page h1{font-size:2rem}.intro-text{font-size:1rem}.advantage-card{padding:1rem}}.vehicules-wrapper{min-height:100vh;width:100vw;background:linear-gradient(180deg,#F7FCF7 70%,#F7FCF7 100%);font-family:Montserrat,sans-serif;color:#f7fcf7;padding:2.2rem 0 3.1rem;overflow-x:hidden}.catalogue-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:280px 1fr;align-items:start;gap:1.2rem;padding:0 12px}.filter-panel{background:#fff;padding:1.4rem 1.1rem 1.1rem;border-radius:18px;box-shadow:0 6px 24px #56ab2f29,0 2px 8px #0002;border:1px solid #ede7da;position:sticky;top:20px;height:fit-content;color:#232526}.filter-panel h3{margin-bottom:1.2rem;color:#56ab2f;font-weight:700;font-size:1.25rem;text-shadow:none;letter-spacing:.5px}.filter-panel select,.filter-panel input{width:100%;margin-bottom:1rem;padding:.59rem .9rem;border-radius:8px;border:1.2px solid #ede7da;background:#F7FCF7;color:#232526;font-size:1.05rem;font-family:inherit;outline:none;transition:border .14s,box-shadow .14s;box-shadow:0 1px 6px #ede7da44}.filter-panel select:focus,.filter-panel input:focus{border:1.8px solid #56ab2f;box-shadow:0 2px 12px #56ab2f22}.vehicules-intro{font-size:1.8rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#2c3e50}.vehicules-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.2rem;align-content:start}.vehicule-card{background:#1c1d21;border-radius:17px;box-shadow:0 4px 20px #00000036;overflow:hidden;width:100%;max-width:100%;text-align:center;padding:1.4rem .7rem 1.1rem;border:2.1px solid #000000;transition:transform .23s,box-shadow .18s,border-color .18s;cursor:pointer;color:inherit}.vehicule-card:hover{transform:translateY(-8px) scale(1.03);border-color:#05a820;box-shadow:0 12px 30px #20be6355,0 2px 8px #0007}.vehicule-card img{width:100%;height:155px;object-fit:cover;border-radius:9px;margin-bottom:.8rem;border-bottom:2.5px solid #000000;background:#232526}.vehicule-card img .img-filter{filter:grayscale(.7) blur(1.5px);opacity:.85;transition:filter .2s,opacity .2s}.vehicule-card img .statut-badge{position:absolute;top:12px;left:12px;background:rgba(44,44,44,.85);color:#fff;font-size:.98rem;font-weight:600;padding:.18em .7em;border-radius:8px;z-index:3;box-shadow:0 2px 8px #23252622;letter-spacing:.5px;opacity:.97;pointer-events:none}.vehicule-card img .statut-offre{background:linear-gradient(90deg,#FFD700 60%,#232526 120%);color:#232526}.vehicule-card img .statut-vendu{background:linear-gradient(90deg,#56ab2f 60%,#232526 120%);color:#fff}.vehicule-title{font-size:1.5rem;margin:.2rem 0 1rem;color:#fff;font-weight:700;text-shadow:0 2px 9px #000b;letter-spacing:.5px}.vehicule-prix{color:#05a820;font-weight:700;font-size:1.6rem;margin:.8rem 0 .5rem;letter-spacing:1px;text-shadow:0 2px 8px #000b}.vehicule-euro{color:#05a820;font-weight:700;font-size:1.4rem}.vehicule-annee,.vehicule-km,.vehicule-energy,.vehicule-boite{color:#c7c7c7;font-size:1.01rem;margin:.17rem 0 0}.vehicule-annee b,.vehicule-km b,.vehicule-energy b,.vehicule-boite b{color:#f4f4f4;font-weight:600}.no-vehicules{color:gold;font-size:1.2rem;margin-top:2.2rem;width:100%;text-align:center}.filters-burger,.filters-close,.filters-backdrop{display:none}@media (max-width: 1050px){.catalogue-container{grid-template-columns:1fr}.filters-burger{display:inline-flex;align-items:center;gap:.5rem;margin-left:12px;margin-bottom:8px}.filter-panel{position:fixed;top:0;left:0;bottom:0;width:82vw;max-width:360px;height:100vh;border-radius:0;border-right:2px solid #F7FCF7;transform:translate(-100%);transition:transform .3s ease;z-index:60;margin:0}.filter-panel.open{transform:translate(0)}.filters-close{display:inline-flex;margin-bottom:1rem}.filters-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.35);z-index:50}.vehicules-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.8rem}}@media (max-width: 500px){.vehicule-card,.filter-panel{border-radius:7px;padding:.7rem .2rem 1rem}}.admin-rows-container{display:flex;flex-direction:row;align-items:stretch;justify-content:center;max-width:900px;margin:0 auto 2.2rem;gap:2.2rem;width:100%}@media (max-width: 1024px){.admin-rows-container{flex-direction:column;max-width:98vw;gap:1.1rem;padding:0 .2rem}}.admin-row.admin-row-vertical{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;background:none;box-shadow:none;border-radius:0;padding:.7rem .7rem 1.1rem;min-height:120px;max-width:100%}.admin-row-avatar.admin-row-avatar-large{width:86px;height:86px;border-radius:50%;object-fit:cover;border:3.5px solid #05A820;margin-bottom:.7rem;background:#fff;flex-shrink:0}.admin-row-info.admin-row-info-vertical{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.13rem;width:100%}.admin-row-nom.admin-row-nom-large{font-weight:700;font-size:1.32rem;color:#232526;margin-bottom:.09rem;text-align:center}.admin-row-role.admin-row-role-small{font-weight:400;font-size:.98rem;color:#56ab2f;font-style:italic;text-align:center}@media (max-width: 1024px){.admin-rows-container{flex-direction:column;max-width:98vw;gap:1.1rem;padding:0 .2rem}.admin-row.admin-row-vertical{min-height:100px;padding:.5rem .1rem .9rem}.admin-row-avatar.admin-row-avatar-large{width:68px;height:68px;margin-bottom:.5rem}.admin-row-nom.admin-row-nom-large{font-size:1.13rem}.admin-row-role.admin-row-role-small{font-size:.91rem}}@media (max-width: 500px){.admin-rows-container{max-width:99vw;padding:0 .04rem;gap:.7rem}.admin-row.admin-row-vertical{min-height:80px;padding:.2rem .01rem .5rem}.admin-row-avatar.admin-row-avatar-large{width:48px;height:48px;margin-bottom:.3rem}.admin-row-nom.admin-row-nom-large{font-size:.99rem}.admin-row-role.admin-row-role-small{font-size:.81rem}}@media (max-width: 768px){.admin-rows-container{max-width:98vw;padding:0 .2rem}.admin-row{min-height:44px;padding:.2rem .1rem}.admin-row-avatar{width:38px;height:38px;margin-right:.7rem}.admin-row-nom{font-size:1.07rem}.admin-row-role{font-size:.97rem}}@media (max-width: 500px){.admin-rows-container{max-width:99vw;padding:0 .04rem;gap:.7rem}.admin-row{min-height:38px;padding:.1rem .01rem}.admin-row-avatar{width:32px;height:32px;margin-right:.5rem}.admin-row-nom{font-size:.99rem}.admin-row-role{font-size:.91rem}}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:0}.equipe-page-wrapper{min-height:100vh;width:100vw;background:linear-gradient(180deg,#F7FCF7 80%,#F7FCF7 10%);font-family:Montserrat,sans-serif;color:#f4f4f4;padding:2.5rem 0;overflow-x:hidden}.equipe-title{font-size:2.1rem;color:#232526;text-shadow:0 2px 9px #2229;font-weight:700;margin-top:2.2rem;margin-bottom:1.2rem;text-align:center;letter-spacing:.5px}.equipe-title-centered{text-align:center;margin-left:auto;margin-right:auto;display:block}.equipe-search-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:2.1rem;margin-top:.2rem}.equipe-search-input{font-size:1.08rem;padding:.7rem 1.2rem;border-radius:14px;border:1.6px solid #ede7da;background:#fff;color:#232526;font-family:inherit;outline:none;box-shadow:0 2px 8px #56ab2f22;margin:.2rem 0 .7rem;width:100%;max-width:420px;transition:border .18s,box-shadow .18s}.equipe-search-input:focus{border:1.8px solid #56ab2f;box-shadow:0 2px 16px #56ab2f33}@media (max-width: 768px){.equipe-search-input{max-width:98vw;width:100%}}.equipe-empty{color:#232526;font-size:1.08rem;font-weight:500;margin:2.2rem auto 1.2rem;text-align:center;opacity:.7;letter-spacing:.1px}.equipe-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;width:100vw;max-width:1200px;margin:0 auto 2.5rem;padding:0;box-sizing:border-box;overflow-x:hidden}@media (max-width: 1050px){.equipe-cards-container{grid-template-columns:repeat(2,1fr);gap:.9rem;max-width:100vw;padding:0}}@media (max-width: 768px){.equipe-cards-container{grid-template-columns:1fr;gap:.7rem;max-width:100vw;padding:0}}@media (max-width: 450px){.equipe-cards-container{border-radius:12px;padding:1.3rem 0;grid-template-columns:1fr;gap:.5rem;max-width:100vw;padding:0}}.equipe-card{background:#fff;border-radius:18px;box-shadow:0 2px 12px #56ab2f17;overflow:hidden;width:100%;min-width:0;max-width:100%;margin:0;transition:transform .25s,box-shadow .25s;border:1px solid #ede7da;display:flex;flex-direction:column;align-items:center;position:relative;padding:2.2rem 1rem 1.5rem}.equipe-card:hover,.equipe-card:focus{transform:translateY(-7px) scale(1.02);box-shadow:0 10px 24px #56ab2f1f,0 2px 6px #0002;border-color:#56ab2f;outline:none}.equipe-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3.5px solid #05A820;margin-bottom:.7rem;background:#fff}.equipe-name{color:#232526;font-weight:700;font-size:1.18rem;margin-bottom:.19rem;text-align:center}.equipe-role{color:#56ab2f;font-size:1rem;margin-bottom:.5rem;background:#f7fcf7;padding:.2rem .9rem;border-radius:8px;display:inline-block;text-align:center}.equipe-contact{margin-top:.7rem;font-size:1.05rem;color:#232526;display:flex;flex-direction:column;gap:.2rem;align-items:center}.equipe-phone,.equipe-email{color:#232526;font-weight:500;font-size:1.05rem;text-decoration:none;background:none;border:none}.no-agents{color:gold;font-size:1.2rem;margin-top:2.2rem;width:100%;text-align:center}.contact-page{max-width:900px;margin:4rem auto;padding:2rem;background:white;border-radius:12px;box-shadow:0 4px 10px #0000001a;text-align:center;font-family:Montserrat,sans-serif}.contact-page h1{color:#2c3e50;margin-bottom:1rem}.intro-text{font-size:1.1rem;color:#555;margin-bottom:2rem}.contact-options{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.contact-card{background:#f8f8f8;border-radius:10px;padding:1.5rem;width:300px;box-shadow:0 2px 6px #0000001a;text-align:center}.contact-card h2{color:#2c3e50;margin-bottom:1rem}.contact-card p{color:#555;font-size:1rem;margin-bottom:1rem}.contact-card button{background-color:#05a820;background:linear-gradient(90deg,#FFD700 60%,#56ab2f 120%);border:none;padding:.5rem 1.5rem;border-radius:50px;font-weight:700;cursor:pointer;transition:transform .2s ease}.contact-card button:hover{transform:scale(1.05)}.contact-card strong{display:block;margin-top:1rem;color:#2c3e50}
