*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%}body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,picture,video,canvas{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}body{font-family:system-ui,-apple-system,sans-serif;font-size:16px;color:#000;background:#fff;line-height:1.5}h1,h2,h3{font-weight:600;line-height:1.2}.header{position:sticky;top:0;z-index:100;background:#111;border-bottom:1px solid #fff3f3;transition:all .3s ease}.header.is-scrolled{box-shadow:0 4px 20px rgba(0,0,0,.08);padding-block:.5rem}.header .header-warning{color:red;font-weight:bold}.header .header-inner{display:flex;align-items:center;justify-content:space-between;padding-block:1rem}.header .logo img{max-height:30px;width:auto}@media(min-width: 768px){.header .logo img{max-height:40px;width:auto}}.header .burger{width:30px;height:20px;position:relative;background:none;border:none;cursor:pointer;z-index:200}.header .burger span{position:absolute;left:0;width:100%;height:2px;background:#fff;transition:transform .4s cubic-bezier(0.77, 0, 0.18, 1),opacity .3s}.header .burger span:nth-child(1){top:0}.header .burger span:nth-child(2){bottom:0}.header .burger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.header .burger.active span:nth-child(2){transform:translateY(-9px) rotate(-45deg)}.header .nav{display:none}.header .nav ul{display:flex;gap:16px;margin:0;padding:0;list-style:none}.header .nav a{color:#fff;text-decoration:none;position:relative;transition:300ms}.header .nav a:hover{font-weight:bold}.header .nav a::after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background-color:#d4e6ff;transition:300ms}.header .nav a:hover::after{width:100%}.header .nav .current-menu-item>a,.header .nav .current-menu-parent>a{font-weight:600;color:#d4e6ff}.header .nav .current-menu-item>a::after,.header .nav .current-menu-parent>a::after{width:100%}.header .mobile-menu{position:fixed;inset:0;background:#111;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .4s ease,transform .5s cubic-bezier(0.77, 0, 0.18, 1);z-index:150}.header .mobile-menu.open{opacity:1;pointer-events:all;transform:translateY(0)}.header .mobile-menu .mobile-menu-inner{text-align:center;display:flex;flex-direction:column;gap:40px}.header .mobile-menu .mobile-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.header .mobile-menu .mobile-nav a{font-size:2rem;color:#fff;text-decoration:none;font-weight:500;transition:.3s}.header .mobile-menu .mobile-nav a:hover{color:#d4e6ff}.header .mobile-menu .mobile-extra{font-size:.9rem;color:#aaa}.header .mobile-menu .mobile-extra p{margin:4px 0}.no-scroll{overflow:hidden}@media(min-width: 768px){.header .burger{display:none}.header .nav{display:block}.header .mobile-menu{display:none}}.footer{margin-top:4rem;padding:3rem 0 2rem;background:#111;color:#fff}.footer a{color:inherit;text-decoration:none;transition:.2s}.footer a:hover{color:#ccc}.footer__grid{display:grid;gap:2rem}@media(min-width: 768px){.footer__grid{grid-template-columns:repeat(3, 1fr)}}.footer__col{display:flex;flex-direction:column;gap:1rem}.footer__logo img{max-width:250px;height:auto}.footer__title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.footer__contact{font-size:.85rem;color:#ccc}.footer__contact p{margin:0}.footer__nav ul{display:flex;flex-direction:column;gap:.4rem}.footer__nav ul li{list-style:none}.footer__nav a{font-size:.85rem;color:#ccc}.footer__nav a:hover{color:#fff}.footer__hours{font-size:.85rem;color:#ccc}.footer__hours p{margin:.2rem 0}.footer__socials{display:flex;gap:1rem;margin-top:.5rem}.footer__socials a{font-size:.85rem;color:#ccc;position:relative}.footer__socials a:hover{color:#fff}.footer__socials a::after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:#fff;transition:width .2s ease}.footer__socials a:hover::after{width:100%}.footer__bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;font-size:.8rem;color:#777}@media(max-width: 768px){.footer__bottom{flex-direction:column;gap:.5rem}}.container{width:90%;max-width:1200px;margin-inline:auto}.container--wide{max-width:1400px}.container--full{width:100%;max-width:100%;padding-inline:2rem}.form{max-width:600px}.form__group{display:flex;flex-direction:column;gap:.4rem}.form__row{display:grid;gap:1rem}@media(min-width: 768px){.form__row{grid-template-columns:1fr 1fr}}.form__label{font-size:.85rem;color:#555}.form__input,.form__textarea{width:100%;padding:.8rem;border:1px solid #ddd;font-size:.9rem;transition:.2s;background:#fff}.form__input:focus,.form__textarea:focus{outline:none;border-color:#000}.form__textarea{min-height:120px;resize:vertical}.form__submit{margin-top:1rem;padding:.9rem 1.2rem;background:#000;color:#fff;border:none;cursor:pointer;transition:.2s;font-size:.9rem}.form__submit:hover{background:#333}.wpcf7{max-width:600px}.wpcf7 form{display:flex;flex-direction:column;gap:1rem}.wpcf7 p{display:flex;flex-direction:column;gap:.4rem;margin:0}.wpcf7 input,.wpcf7 textarea{width:100%;padding:.8rem;border:1px solid #ddd;font-size:.9rem;background:#fff;transition:.2s}.wpcf7 input:focus,.wpcf7 textarea:focus{outline:none;border-color:#000}.wpcf7 textarea{min-height:120px;resize:vertical}.wpcf7 input[type=submit]{margin-top:1rem;padding:.9rem 1.2rem;background:#000;color:#fff;border:none;cursor:pointer;transition:.2s}.wpcf7 input[type=submit]:hover{background:#333}.wpcf7-response-output{margin-top:1rem;padding:.8rem;font-size:.85rem}.wpcf7-mail-sent-ok{border:1px solid #28a745;color:#28a745}.wpcf7-validation-errors{border:1px solid #dc3545;color:#dc3545}.card{border:1px solid #eee;padding:16px}.card h2{margin-bottom:8px}.vehicules-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.vehicules-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.vehicules-grid{grid-template-columns:repeat(3, 1fr)}}.vehicule-card{border:1px solid #eee;background:#fff;display:flex;flex-direction:column;transition:.2s ease;position:relative}.vehicule-card:hover{transform:translateY(-4px)}.vehicule-card__image{aspect-ratio:16/9;overflow:hidden;background:#f5f5f5}.vehicule-card__image img{width:100%;height:100%;object-fit:cover;display:block}.vehicule-card__content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.vehicule-card__title{font-size:1.1rem;font-weight:600}.vehicule-card__subtitle{font-size:.9rem;color:#666}.vehicule-card__infos{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:#444}.vehicule-card__infos li{background:#f5f5f5;padding:2px 6px}.vehicule-card__footer{margin-top:12px;display:flex;justify-content:space-between;align-items:center}.vehicule-card__prix{font-size:1.2rem;font-weight:bold}.vehicule-card__link{font-size:.85rem;background-color:#1d4ed8;border:1px solid rgba(0,0,0,0);color:#fff;text-decoration:none;padding:6px 10px;border-radius:4px;transition:300ms}.vehicule-card__link:hover{border:1px solid #1d4ed8;background:rgba(0,0,0,0);color:#1d4ed8}.badge{position:absolute;top:10px;left:10px;padding:4px 8px;font-size:.75rem;color:#fff}.badge--sold{font-weight:bold;background:#f59e0b}.vehicule-detail{margin-top:3rem}.vehicule-detail__badge{display:inline-block;padding:4px 8px;font-weight:bold;background:#f59e0b;align-self:flex-start;color:#fff}.vehicule-detail__grid{display:grid;gap:2rem}@media(min-width: 768px){.vehicule-detail__grid{grid-template-columns:1fr 1fr;align-items:start}}.vehicule-detail__media{aspect-ratio:16/9;overflow:hidden}.vehicule-detail__media img{width:100%;height:100%;object-fit:contain}.vehicule-detail__content{display:flex;flex-direction:column;gap:1rem}.vehicule-detail__title{font-size:1.8rem;font-weight:600}.vehicule-detail__subtitle{color:#666}.vehicule-detail__prix{font-size:1.6rem;font-weight:bold}.vehicule-detail__infos{display:grid;gap:.5rem}.vehicule-detail__infos li{font-size:.95rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.vehicule-detail__infos li strong{color:#f59e0b}.vehicule-detail__cta{margin-top:1rem;display:inline-block;padding:.8rem 1.2rem;background:#000;color:#fff;text-decoration:none;font-size:.9rem;transition:.2s}.vehicule-detail__cta:hover{background:#333}.vehicule-detail__contact{margin-top:4rem}.vehicule-detail__contact-title{margin-bottom:1rem}/*# sourceMappingURL=main.css.map */
