@font-face{font-family:Lato;src:url('/fonts/lato-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lato;src:url('/fonts/lato-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url('/fonts/playfair-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url('/fonts/playfair-600-italic.woff2') format('woff2');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:'Playfair Display';src:url('/fonts/playfair-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Playfair Display';src:url('/fonts/playfair-700-italic.woff2') format('woff2');font-weight:700;font-style:italic;font-display:swap}:root{--gold-primary:#D4A017;--gold-light:#F5D67B;--gold-dark:#8B6508;--gray-light:#F5F5F5;--gray-medium:#E0E0E0;--gray-dark:#424242;--text-color:#333;--link-color:#0645AD;--link-visited:#0B0080;--accent-red:#8B0000;--white:#fff;--black:#1a1a1a}*,::after,::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Lato,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6;color:var(--text-color);background:#c8c8c8}h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif}img{max-width:100%;height:auto;display:block}a{color:var(--link-color);text-decoration:underline}a:visited{color:var(--link-visited)}a:hover{color:var(--link-color);text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 15px}.header{background:#c8c8c8;border-bottom:3px solid var(--gold-primary);position:sticky;top:0;z-index:1000}.header-content{display:flex;flex-direction:column;align-items:center;padding:10px 15px;gap:10px}.logo img{max-height:70px;width:auto}.header-contact{text-align:center}.phones{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.phone{color:var(--accent-red);font-size:1.2em;font-weight:700;text-decoration:none}.phone:hover{text-decoration:underline}.horaires{font-size:.85em;color:var(--gray-dark);margin-top:5px}.nav{background:var(--gray-dark);overflow-x:auto;-webkit-overflow-scrolling:touch}.nav::-webkit-scrollbar{height:3px}.nav::-webkit-scrollbar-thumb{background:var(--gold-primary);border-radius:3px}.nav-list{display:flex;flex-wrap:nowrap;justify-content:flex-start;list-style:none;gap:0;padding:10px 0;min-width:max-content}.nav-list li a{color:var(--white);text-decoration:none;padding:6px 8px;display:block;font-size:.85em}.nav-list li a:hover{background:var(--gold-primary);color:var(--black)}.ticker{background:var(--black);color:var(--gold-light);padding:12px 0;overflow:hidden;white-space:nowrap}.ticker-content{display:inline-block;animation:ticker-scroll 30s linear infinite}.ticker-content:hover{animation-play-state:paused}@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.ticker-item{display:inline-block;padding:0 30px;font-size:1em}.ticker-item .price{color:var(--gold-primary);font-weight:700}.ticker-item .label{color:var(--white)}.hero{background:linear-gradient(135deg,var(--gray-dark) 0,var(--black) 100%);color:var(--white);padding:40px 0;text-align:center}.hero h1{font-size:1.8em;margin-bottom:10px;color:var(--gold-primary)}.hero-subtitle{font-size:1.1em;margin-bottom:20px}.hero-usp{background:rgba(255,255,255,.1);padding:20px;border-radius:8px;margin:20px 0;border-left:4px solid var(--gold-primary)}.hero-usp strong{font-size:1.2em;color:var(--gold-light);display:block;margin-bottom:10px}.hero-cta{display:flex;flex-direction:column;gap:10px;align-items:center;margin-top:20px}.btn{display:inline-block;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;text-align:center;min-width:200px}.btn-primary{background:var(--gold-primary);color:var(--black)}.btn-primary:hover{background:var(--gold-dark);color:var(--white)}.btn-secondary{background:var(--gold-primary);color:var(--black);border:2px solid var(--gold-primary)}.btn-secondary:hover{background:var(--gold-dark);color:var(--white)}.section{padding:40px 0}.section-gray{background:var(--gray-light)}.section h2{font-size:1.5em;color:var(--gray-dark);margin-bottom:20px;border-bottom:2px solid var(--gold-primary);padding-bottom:10px}.section h3{font-size:1.2em;color:var(--gray-dark);margin:15px 0 10px}.section p{margin-bottom:15px}.section ul{margin-left:20px;margin-bottom:15px}.section ul li{margin-bottom:8px}.highlight-box{background:#fff8e1;border:2px solid var(--gold-primary);padding:20px;margin:20px 0;border-radius:8px}.highlight-box h3{color:var(--accent-red);margin-top:0}.text-red{color:var(--accent-red)}.content-with-image{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:20px}.content-image img{border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.gallery-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.gallery-row img{width:100%;height:150px;object-fit:cover;border-radius:5px}.poincons-banner{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:30px;padding:25px;background:var(--white);border-radius:8px;border:2px solid var(--gold-primary);text-align:center}.poincons-image img{max-width:200px;height:auto}.poincons-text h3{color:var(--gold-dark);margin-bottom:10px}.service-img-small{width:100%;height:80px;object-fit:cover;border-radius:5px;margin:10px 0}.bureaux-photo{text-align:center;margin-bottom:30px;display:flex;flex-direction:column;align-items:center}.bureaux-photo img{max-width:600px;width:100%;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.15)}.photo-caption{font-style:italic;color:var(--gray-dark);margin-top:10px;font-size:.9em}.poincons-img{max-width:200px;margin-bottom:15px}.cotations-frame{background:var(--white);border:1px solid var(--gray-medium);margin:20px 0 5px;overflow:hidden}.cotations-frame iframe{display:block;margin-bottom:-20px}.small-text{font-size:.9em;color:var(--gray-dark)}.source-text{font-size:.75em;color:#5a5a5a;text-align:right;margin-top:-5px}.source-text a{color:#5a5a5a;text-decoration:none}.source-text a:hover{text-decoration:underline}.services-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:20px}.service-card{background:var(--white);border:1px solid var(--gray-medium);padding:20px;border-radius:8px;border-top:4px solid var(--gold-primary)}.service-card h3{margin-top:0;color:var(--gold-dark)}.service-img{width:100%;height:120px;object-fit:cover;border-radius:5px;margin-bottom:15px}.trust-grid{display:grid;grid-template-columns:1fr;gap:15px}.trust-item{background:var(--white);padding:15px;border-left:4px solid var(--gold-primary)}.confiance-layout{display:flex;flex-direction:column;gap:30px}.confiance-main{flex:1}.cotations-sidebar{background:var(--white);padding:8px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.cotations-sidebar h3{font-size:1rem;margin-bottom:5px;color:var(--gold-dark);text-align:center}.cotations-frame-small{margin-bottom:5px}.cotations-frame-small iframe{border-radius:4px}.cotations-sidebar .source-text{font-size:.7rem;margin-bottom:5px;text-align:right}.btn-small{display:inline-block;padding:8px 16px;font-size:.85rem;background:var(--gold-primary);color:var(--black);text-decoration:none;border-radius:4px}.btn-small:hover{background:var(--gold-dark)}.trust-item strong{color:var(--gold-dark);display:block;margin-bottom:5px}.visite-embed{margin:20px 0;border:2px solid var(--gold-primary)}.visite-embed iframe{display:block;width:100%}.carousel-avis{position:relative;display:flex;align-items:center;gap:10px;max-width:800px;margin:20px auto}.carousel-track-container{overflow:hidden;flex:1;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.15)}.carousel-track{display:flex;transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;max-height:700px;display:flex;justify-content:center;align-items:flex-start;background:var(--white)}.carousel-slide img{width:100%;height:auto;object-fit:contain}.carousel-slide-scrollable{overflow-y:auto;position:relative}.carousel-slide-scrollable img{width:100%;height:auto}.scroll-indicator{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.7);color:var(--white);padding:8px 16px;border-radius:20px;font-size:.85em;pointer-events:none;animation:bounce-indicator 1.5s ease-in-out infinite;z-index:10}@keyframes bounce-indicator{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-5px)}}.carousel-slide-scrollable.scrolled .scroll-indicator{opacity:0;transition:opacity .3s ease}.carousel-btn{background:var(--gold-primary);color:var(--black);border:none;width:45px;height:45px;border-radius:50%;font-size:1.2em;cursor:pointer;flex-shrink:0;transition:background .3s,transform .2s;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:var(--gold-dark);color:var(--white);transform:scale(1.1)}.carousel-btn:focus{outline:2px solid var(--gold-dark);outline-offset:2px}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:15px}.carousel-dot{width:24px;height:24px;border-radius:50%;background:var(--gray-medium);border:none;cursor:pointer;transition:background .3s,transform .2s}.carousel-dot:hover{background:var(--gold-light)}.carousel-dot.active{background:var(--gold-primary);transform:scale(1.2)}@media (max-width:599px){.carousel-btn{width:35px;height:35px;font-size:1em}.carousel-slide{max-height:500px}.scroll-indicator{font-size:.75em;padding:6px 12px}}.info-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:20px}.info-item{background:var(--white);padding:20px;border:1px solid var(--gray-medium);border-radius:8px}.legal-notice{background:#fff3e0;padding:15px;border-left:4px solid #ff9800;font-size:.9em}.pro-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:20px}.pro-content{background:var(--white);padding:20px;border-radius:8px;border-top:4px solid var(--gold-primary)}.conseils-actu-grid{display:grid;grid-template-columns:1fr;gap:30px}.conseils-box{background:var(--white);padding:25px;border-radius:8px;border-left:5px solid var(--gold-primary);text-align:center}.conseils-box h3{color:var(--gold-dark)}.actualites-box{background:var(--white);padding:20px;border-radius:8px}.actualites-box h3{margin-bottom:15px;color:var(--gray-dark)}.actualites-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:20px 0}.actualite-item{background:var(--white);padding:15px;border-left:3px solid var(--gold-primary)}.actualite-item a{font-weight:700}.actualite-item .date{display:block;font-size:.85em;color:var(--gray-dark);margin-top:5px}.contact-notice{background:#ffebee;border:1px solid #ef9a9a;padding:15px;margin-bottom:20px;border-radius:5px}.contact-grid{display:grid;grid-template-columns:1fr;gap:30px}.contact-form{background:var(--white);padding:20px;border:1px solid var(--gray-medium);border-radius:8px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:700}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid var(--gray-medium);border-radius:4px;font-size:1em}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--gold-primary)}.contact-info-wrapper{background:var(--gray-light);padding:20px;border-radius:8px}.contact-phones{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.phone-big{font-size:1.5em;font-weight:700;color:var(--accent-red);text-decoration:none;display:block}.phone-big:hover{text-decoration:underline}.contact-address,.contact-horaires{margin-bottom:20px}.contact-address h4,.contact-horaires h4{color:var(--gold-dark);margin-bottom:10px}.map-container{margin:20px 0;border:2px solid var(--gray-medium)}.map-container iframe{display:block;width:100%}.seo-zones{margin-top:20px}.seo-zones-content{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.plan-mini{display:block;max-width:120px;margin:0 auto}.plan-mini img{width:100%;border-radius:5px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.seo-zones-text{flex:1}.transport-info{display:flex;align-items:center;gap:10px;font-size:1em;margin-top:10px}.ratp-logo{width:25px;height:auto}.zones-list{column-count:1}.footer{background:#c8c8c8;color:var(--text-color);padding:40px 0 20px;border-top:3px solid var(--gold-primary)}.footer a{color:var(--link-color)}.footer-content{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:30px}.footer-logo{display:inline-block}.footer-logo img{margin-bottom:10px;border-radius:5px}.footer h4{color:var(--gray-dark);margin-bottom:15px}.footer ul{list-style:none}.footer ul li{margin-bottom:8px}.social-links{display:flex;gap:15px}.snaob-logo{max-width:150px;margin-bottom:10px}.footer-bottom{border-top:1px solid var(--gray-medium);padding-top:20px;text-align:center;font-size:.9em}.footer-access{color:var(--gray-dark);margin:10px 0}.footer-legal{font-size:.85em;opacity:.8}.cotations-frame-large{max-width:600px;margin:0 auto 20px;background:var(--white);border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden}.cotations-frame-large iframe{display:block;width:100%}.source-cotations{text-align:center;font-size:.9em;margin:15px 0;display:flex;align-items:center;justify-content:center;gap:8px}.legal-cotations{background:var(--gray-light);padding:15px 20px;border-radius:8px;font-size:.9em;text-align:center;max-width:700px;margin:20px auto 0}.legal-cotations p{margin:5px 0}.contact-sidebar{text-align:center}.phone-sidebar{display:block;font-size:1.2em;font-weight:700;color:var(--gold-dark);margin:5px 0}.horaires-sidebar{font-size:.9em;margin:15px 0}.nav-list a.active{color:var(--gold-light);font-weight:700}.section-intro{text-align:center;font-size:1.3em;margin-bottom:30px;color:var(--black)}.visite-cta{text-align:center;margin-bottom:20px}.visite-img{max-width:350px;border-radius:8px;transition:transform .3s,box-shadow .3s}.visite-img:hover{transform:scale(1.02);box-shadow:0 8px 25px rgba(0,0,0,.2)}.info-links{text-align:center;padding:20px;background:var(--gray-light);border-radius:8px}.info-links p{margin:10px 0}.info-links a{color:var(--gold-dark)}.map-container img{display:block;max-width:100%;margin:0 auto;border-radius:8px}.hero-small{padding:40px 0}.hero-small h1{font-size:2em}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{color:var(--gold-dark);margin-top:40px;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--gold-light)}.legal-content h2:first-child{margin-top:0}.legal-block{background:var(--white);padding:20px 25px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:20px}.legal-block p{margin:10px 0;line-height:1.7}.legal-block a{color:var(--gold-dark)}.legal-block a:hover{text-decoration:underline}.sitemap-intro{display:flex;flex-direction:column;gap:30px;align-items:center;margin-bottom:20px}.sitemap-grid{display:grid;grid-template-columns:1fr;gap:25px}.sitemap-category{background:var(--white);padding:20px 25px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.sitemap-category h3{color:var(--gold-dark);margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--gold-light);font-size:1.1em}.sitemap-category ul{list-style:none;padding:0;margin:0}.sitemap-category li{padding:6px 0;border-bottom:1px solid var(--gray-light)}.sitemap-category li:last-child{border-bottom:none}.sitemap-category a{color:var(--black);text-decoration:none;transition:color .2s}.sitemap-category a:hover{color:var(--gold-dark)}.text-center{text-align:center}@media (min-width:600px){.nav-list{justify-content:center}.header-content{flex-direction:row;justify-content:space-between}.header-contact{text-align:right}.hero h1{font-size:2.2em}.hero-cta{flex-direction:row;justify-content:center}.content-with-image{grid-template-columns:2fr 1fr;align-items:start}.services-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.pro-grid{grid-template-columns:repeat(2,1fr)}.conseils-actu-grid{grid-template-columns:1fr 2fr}.contact-grid{grid-template-columns:repeat(2,1fr)}.zones-list{column-count:2}.sitemap-intro{flex-direction:row;justify-content:center}.sitemap-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(2,1fr)}.poincons-banner{flex-direction:row;text-align:left;gap:30px}.poincons-image img{max-width:250px}.seo-zones-content{flex-direction:row;align-items:flex-start;gap:20px}.plan-mini{max-width:150px;margin:0}}@media (min-width:900px){.hero h1{font-size:2.5em}.section h2{font-size:1.8em}.services-grid{grid-template-columns:repeat(4,1fr)}.trust-grid{grid-template-columns:repeat(3,1fr)}.confiance-layout{flex-direction:row;align-items:flex-start}.confiance-main{flex:1}.cotations-sidebar{width:350px;flex-shrink:0;position:sticky;top:20px}.actualites-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:repeat(4,1fr)}.sitemap-grid{grid-template-columns:repeat(3,1fr)}.sitemap-grid-small{grid-template-columns:repeat(4,1fr)}.brands-grid{grid-template-columns:repeat(3,1fr)}}.brands-grid{display:grid;grid-template-columns:1fr;gap:25px}.brand-category{background:var(--white);padding:20px 25px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.brand-category h3{font-family:var(--font-heading);font-size:1.1em;color:var(--primary-color);margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid var(--gold)}.brands-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.brands-list li{margin:0}.brands-list a{display:inline-block;padding:6px 12px;background:var(--light-bg);color:var(--text-color);text-decoration:none;border-radius:4px;font-size:.9em;transition:all .2s ease}.brands-list a:hover{background:var(--gold);color:var(--white)}.brands-premium a{background:linear-gradient(135deg,var(--primary-color),#1a3a50);color:var(--white);font-weight:700;padding:8px 16px}.brands-premium a:hover{background:linear-gradient(135deg,var(--gold),#d4a93e)}.content-text-full{max-width:900px}.content-text-full h3{margin-top:30px;margin-bottom:15px;color:var(--primary-color)}.contact-sidebar{text-align:center}.phone-sidebar{display:block;font-size:1.2em;font-weight:700;color:var(--gold);margin:5px 0}.horaires-sidebar{font-size:.9em;color:#666;margin:15px 0}@media (min-width:600px){.brands-grid{grid-template-columns:repeat(2,1fr)}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(26,26,26,.97);color:var(--white);padding:15px 20px;z-index:9999;box-shadow:0 -2px 10px rgba(0,0,0,.3)}.cookie-banner.hidden{display:none}.cookie-content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:15px;align-items:center;text-align:center}.cookie-text{font-size:.9em;line-height:1.5}.cookie-text a{color:var(--gold-light)}.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.cookie-btn{padding:10px 20px;border:none;border-radius:5px;font-size:.9em;font-weight:700;cursor:pointer;min-width:120px}.cookie-btn-accept{background:var(--gold-primary);color:var(--black)}.cookie-btn-accept:hover{background:var(--gold-dark);color:var(--white)}.cookie-btn-refuse{background:var(--gray-dark);color:var(--white)}.cookie-btn-refuse:hover{background:#555}@media (min-width:600px){.cookie-content{flex-direction:row;text-align:left}.cookie-text{flex:1}}