.onglets-nav{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.onglet-btn{background-color:rgba(45,184,196,.08);border:1px solid #2db8c4;border-radius:40px;color:#211452;cursor:pointer;font-weight:600;padding:.4rem 1.2rem;transition:transform .3s ease}.onglet-btn:hover{transform:scale(1.05)}.onglet-btn.active{background-color:#2db8c4;color:#fff}.onglet-carte{border-radius:40px;display:none;overflow:hidden;padding:2.5rem 1rem}.onglet-carte.active{animation:fadeIn .4s ease;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bandeau-inner{align-items:center;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.bandeau-text{flex:1 1 50%;min-width:300px}.bandeau-title{color:#211452;font-size:3rem;font-weight:700;margin-bottom:.8rem}.bandeau-description{color:#000;font-size:1rem;line-height:1.6;margin-bottom:1.2rem}.chiffre-texte-wrapper{align-items:center;background-color:#fff;border:2px solid #a3c9e2;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.2rem;max-width:fit-content;padding:1rem 1.5rem}.chiffre-icone{height:40px;object-fit:contain;width:40px}.chiffre-texte{color:#211452;font-size:1.2rem;font-weight:700;text-align:left}.bandeau-note{color:#333;font-size:.9rem}.bandeau-cta{background-color:#2eb8c4;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.bandeau-cta:hover{background-color:#2394a0}.bandeau-image{flex:1 1 50%;max-width:560px;min-width:280px;text-align:center}.bandeau-image img{display:block;height:auto;object-fit:contain;width:100%}@media (max-width:768px){.bandeau-inner{flex-direction:column;gap:1.5rem;text-align:left}.bandeau-image,.bandeau-text{flex:1 1 100%;max-width:100%}.bandeau-title{font-size:1.5rem}.bandeau-description{font-size:.95rem}.chiffre-texte{font-size:1rem}.bandeau-note{font-size:.85rem}.chiffre-icone{height:32px;width:32px}.bandeau-image{display:none}.onglets-nav{background:#fff;border-bottom:1px solid #e0e0e0;margin-bottom:1rem;overflow-x:auto;padding:.75rem 1rem;position:sticky;top:0;z-index:999;-webkit-overflow-scrolling:touch;gap:.5rem}.onglets-nav::-webkit-scrollbar{display:none}}