/*
 CB06 — Création de site internet à Nice V3
 Complément du thème existant : aucune police externe et aucun style du header/footer.
*/
.cb06-web-v3,
.cb06-web-v3 *{box-sizing:border-box}
.cb06-web-v3{font-family:inherit}
.cb06-web-v3 button,.cb06-web-v3 input,.cb06-web-v3 select,.cb06-web-v3 textarea{font:inherit}
.cb06-web-v3 #offres{scroll-margin-top:150px}
.cb06-web-v3-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 34px}
.cb06-web-v3-trust>div{padding:18px;border:1px solid #dfe8f2;border-radius:18px;background:#fff}
.cb06-web-v3-trust strong,.cb06-web-v3-trust span{display:block}
.cb06-web-v3-trust strong{margin-bottom:5px;color:#10243c;font-size:1rem}
.cb06-web-v3-trust span{color:#607086;font-size:.9rem;line-height:1.5}
.cb06-web-v3-expertises{grid-template-columns:repeat(4,minmax(0,1fr))}
.cb06-web-v3-num{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;margin-bottom:16px;padding:0 11px;border-radius:13px;background:#edf5ff;color:#1267e8;font-size:.82rem}
.cb06-web-v3-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:26px 0 14px;padding:8px;border:1px solid #dce6f1;border-radius:20px;background:#f1f5f9}
.cb06-web-v3-switcher button{min-height:66px;padding:10px 16px;border:0;border-radius:14px;background:transparent;color:#53647a;cursor:pointer}
.cb06-web-v3-switcher strong,.cb06-web-v3-switcher span{display:block}
.cb06-web-v3-switcher strong{font-size:.98rem}
.cb06-web-v3-switcher span{margin-top:3px;font-size:.78rem;opacity:.78}
.cb06-web-v3-switcher button.is-active{background:#0b2d55;color:#fff;box-shadow:0 10px 25px rgba(11,45,85,.17)}
.cb06-web-v3-mode{display:flex;gap:10px;align-items:center;margin-bottom:20px;padding:14px 18px;border-left:4px solid #1267e8;border-radius:12px;background:#edf5ff;color:#183451}
.cb06-web-v3-mode strong,.cb06-web-v3-mode span{display:block}
.cb06-web-v3-mode strong{margin-right:8px}
.cb06-web-v3-mode span{color:#536b83}
.cb06-web-v3-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.cb06-web-v3-plan{position:relative;display:flex;flex-direction:column;min-width:0;padding:24px;border:1px solid #dce6f1;border-radius:22px;background:#fff;box-shadow:0 12px 35px rgba(16,36,60,.06)}
.cb06-web-v3-plan.is-recommended{border:2px solid #1267e8;box-shadow:0 18px 45px rgba(18,103,232,.13)}
.cb06-web-v3-badge{position:absolute;top:-13px;right:18px;padding:7px 12px;border-radius:999px;background:#ffd75a;color:#152944;font-size:.75rem}
.cb06-web-v3-plan header{min-height:118px;padding-bottom:18px;border-bottom:1px solid #e3eaf2}
.cb06-web-v3-plan-label{display:inline-block;margin-bottom:8px;color:#1267e8;font-size:.86rem}
.cb06-web-v3-plan h3{margin:0;color:#10243c;font-size:1.22rem;line-height:1.35}
.cb06-web-v3-price{padding:20px 0}
.cb06-web-v3-price>span{display:block;color:#66768a;font-size:.82rem}
.cb06-web-v3-price>div{display:flex;align-items:flex-end;gap:7px;margin:5px 0}
.cb06-web-v3-price strong{color:#10243c;font-size:2.15rem;line-height:1}
.cb06-web-v3-price em{padding-bottom:3px;color:#607086;font-style:normal}
.cb06-web-v3-price p{min-height:42px;margin:8px 0 0;color:#607086;font-size:.86rem;line-height:1.45}
.cb06-web-v3-price small{display:inline-block;margin-top:8px;padding:5px 9px;border-radius:999px;background:#e9f7f0;color:#147456}
.cb06-web-v3-plan-cta{width:100%;margin-bottom:21px;text-align:center}
.cb06-web-v3-included{flex:1}
.cb06-web-v3-included>strong{display:block;margin-bottom:12px;color:#10243c}
.cb06-web-v3-included ul,.cb06-web-v3-choice ul{margin:0;padding:0;list-style:none}
.cb06-web-v3-included li,.cb06-web-v3-choice li{position:relative;margin:0 0 10px;padding-left:25px;color:#53647a;line-height:1.48}
.cb06-web-v3-included li:before,.cb06-web-v3-choice li:before{content:"✓";position:absolute;left:0;top:0;color:#14835f}
.cb06-web-v3-extra{margin:18px 0 0;padding:13px 14px;border-radius:13px;background:#f4f7fa;color:#53647a;font-size:.86rem;line-height:1.5}
.cb06-web-v3-tax{margin:18px 0 0;color:#66768a;font-size:.84rem;text-align:center}
.cb06-web-v3-choice{grid-template-columns:repeat(2,minmax(0,1fr))}
.cb06-web-v3-choice article{padding:27px}
.cb06-web-v3-choice ul{margin-top:16px}
@media(max-width:1050px){
 .cb06-web-v3-expertises{grid-template-columns:repeat(2,minmax(0,1fr))}
 .cb06-web-v3-plans{grid-template-columns:1fr}
 .cb06-web-v3-plan header{min-height:0}
}
@media(max-width:760px){
 .cb06-web-v3-trust,.cb06-web-v3-expertises,.cb06-web-v3-choice{grid-template-columns:1fr}
 .cb06-web-v3-switcher{grid-template-columns:1fr}
 .cb06-web-v3-switcher button{min-height:54px}
 .cb06-web-v3-mode{display:block}
 .cb06-web-v3-mode strong{margin:0 0 4px}
 .cb06-web-v3-plan{padding:20px}
 .cb06-web-v3-price strong{font-size:1.9rem}
}