.acc-hero{position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;padding:3em 1em;overflow:hidden}.acc-hero-bg{position:absolute;inset:0;z-index:0}.acc-hero-bg img{width:100%;height:100%;object-fit:cover}.acc-hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,155,207,.85),rgba(10,111,220,.8));z-index:1}.acc-hero-content{position:relative;z-index:2;color:#fff;max-width:700px}.acc-hero-content h1{font-size:2.2em;font-weight:800;margin-bottom:.3em;text-shadow:0 2px 8px rgba(0,0,0,.2)}.acc-hero-content p{font-size:1.15em;opacity:.95;line-height:1.6}.acc-hero-badges{display:flex;gap:.8em;justify-content:center;flex-wrap:wrap;margin-top:1.2em}.acc-hero-badge{background:hsla(0,0%,100%,.2);backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.3);border-radius:100px;padding:.4em 1em;font-size:.85em;font-weight:600;color:#fff}.acc-section{max-width:1100px;margin:0 auto;padding:3em 1.5em}.acc-section-alt{background:#f7f9fc}.acc-section h2{font-size:1.6em;font-weight:800;margin-bottom:.8em;color:#1a1a2e}.acc-section h2 .acc-accent{color:var(--blue,#009bcf)}.acc-row{display:grid;grid-template-columns:1fr 1fr;gap:2.5em;align-items:center;margin:2em 0}.acc-row-reverse{direction:rtl}.acc-row-reverse>*{direction:ltr}.acc-row-img{border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.1)}.acc-row-img img{width:100%;height:300px;object-fit:cover;display:block}.acc-row-text h3{font-size:1.25em;font-weight:700;margin-bottom:.4em;color:#1a1a2e}.acc-row-text p{color:#555;line-height:1.7;font-size:.95em}.acc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5em;margin:1.5em 0}.acc-card{background:#fff;border-radius:16px;padding:2em 1.5em;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #eef1f5;transition:transform .2s,box-shadow .2s}.acc-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.1)}.acc-card-icon{font-size:2.5em;margin-bottom:.4em}.acc-card h3{font-size:1.05em;font-weight:700;margin:.3em 0;color:#1a1a2e}.acc-card p{font-size:.9em;color:#666;line-height:1.6;margin:0}.acc-tarifs{width:100%;border-collapse:separate;border-spacing:0;margin:1.5em 0;font-size:.95em;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06)}.acc-tarifs th{background:linear-gradient(135deg,#009bcf,#0a6fdc);color:#fff;padding:.9em 1.2em;text-align:left;font-weight:600}.acc-tarifs td{padding:.8em 1.2em;border-bottom:1px solid #f0f0f0;background:#fff}.acc-tarifs tr:last-child td{border-bottom:none}.acc-tarifs .acc-tarif-prix{font-weight:700;color:#009bcf;font-size:1.05em}.acc-tarifs .acc-tarif-gratuit{font-weight:700;color:#16a34a;font-size:1.05em}.acc-avantages{list-style:none;padding:0;margin:1.5em 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.8em}.acc-avantages li{padding:.7em 1em .7em 2.5em;position:relative;background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.04);border:1px solid #eef1f5;font-size:.93em;line-height:1.5}.acc-avantages li:before{content:"✓";position:absolute;left:.8em;top:.7em;color:#16a34a;font-weight:800;font-size:1.1em}.acc-boutiques{display:grid;grid-template-columns:1fr 1fr;gap:1.5em;margin:1.5em 0}.acc-boutique{background:#fff;border-radius:16px;padding:2em;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid #eef1f5;text-align:center}.acc-boutique-icon{font-size:2em;margin-bottom:.3em}.acc-boutique h3{font-size:1.1em;font-weight:700;margin:.3em 0}.acc-boutique p{font-size:.88em;color:#666;margin:.2em 0}.acc-boutique-tel{display:inline-block;margin-top:.6em;background:var(--blue,#009bcf);color:#fff;padding:.5em 1.2em;border-radius:8px;font-weight:700;text-decoration:none;font-size:.95em}.acc-cta{text-align:center;padding:3em 1.5em;background:linear-gradient(135deg,#009bcf,#0a6fdc);border-radius:20px;margin:2em auto;max-width:900px;color:#fff}.acc-cta h2{color:#fff;font-size:1.5em;margin-bottom:.3em}.acc-cta p{opacity:.9;margin-bottom:1em}.acc-cta-btn{display:inline-block;padding:.8em 2em;border-radius:10px;font-weight:700;font-size:1.05em;text-decoration:none;margin:.3em}.acc-cta-btn-white{background:#fff;color:#0a6fdc}.acc-cta-btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.6)}@media (max-width:768px){.acc-hero-content h1{font-size:1.6em}.acc-row{grid-template-columns:1fr;gap:1.5em}.acc-row-reverse{direction:ltr}.acc-avantages,.acc-boutiques{grid-template-columns:1fr}}