.ivd-offres__forfaits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch}@media(max-width:900px){.ivd-offres__forfaits{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ivd-offres__forfaits{grid-template-columns:1fr}}.ivd-offres__forfait{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius);padding:26px 24px;display:flex;flex-direction:column;gap:8px;position:relative;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,border-color .25s}.ivd-offres__forfait:hover{transform:translateY(-4px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.3)}.ivd-offres__forfait--popular{border-color:rgba(var(--ivd-accent-rgb),.45)}.ivd-offres__forfait--popular:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:var(--ivd-grad-btn);border-radius:var(--ivd-radius) var(--ivd-radius) 0 0}.ivd-offres__forfait-flag{position:absolute;top:14px;right:14px;background:var(--ivd-accent);color:#fff;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 12px;border-radius:999px;white-space:nowrap;box-shadow:0 4px 12px rgba(var(--ivd-accent-rgb),.3)}.ivd-offres__forfait-icon{width:38px;height:38px;border-radius:11px;background:var(--ivd-pill-bg);display:flex;align-items:center;justify-content:center;margin-bottom:2px}.ivd-offres__forfait-icon svg{width:18px;height:18px;stroke:var(--ivd-accent);fill:none}.ivd-offres__forfait-title{font-size:16.5px;font-weight:800;color:var(--ivd-text);letter-spacing:-.01em;line-height:1.3;margin:0}.ivd-offres__forfait-subtitle{font-size:12.5px;color:var(--ivd-muted);line-height:1.5;margin:0;flex:1}.ivd-offres__forfait-price{display:flex;flex-direction:column;gap:2px;margin-top:8px;padding-top:12px;border-top:1px solid var(--ivd-border)}.ivd-offres__forfait-price-amount{font-size:30px;font-weight:900;color:var(--ivd-text);letter-spacing:-.03em;line-height:1.05;font-variant-numeric:tabular-nums}.ivd-offres__forfait-price-label{font-size:12px;font-weight:600;color:var(--ivd-muted)}.ivd-offres__forfait-suivi{font-size:12.5px;font-weight:700;color:var(--ivd-accent);line-height:1.4;margin:4px 0 0}.ivd-offres__know{margin:24px auto 0;max-width:720px;background:var(--ivd-pill-bg);border:1px solid rgba(var(--ivd-accent-rgb),.15);border-radius:16px;padding:20px 24px}.ivd-offres__know-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--ivd-accent);margin:0 0 10px}.ivd-offres__know-title svg{width:17px;height:17px;stroke:var(--ivd-accent);fill:none;flex-shrink:0}.ivd-offres__know-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ivd-offres__know-item{font-size:13.5px;font-weight:600;color:var(--ivd-text);line-height:1.6;padding:8px 0}.ivd-offres__know-item+.ivd-offres__know-item{border-top:1px solid rgba(var(--ivd-accent-rgb),.12)}.ivd-offres__forfaits-cta{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:24px}.ivd-offres__forfaits-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 28px;border-radius:999px;background:var(--ivd-accent);color:#fff;font-size:15px;font-weight:800;text-decoration:none;box-shadow:0 4px 14px rgba(var(--ivd-accent-rgb),.25);transition:transform .2s,box-shadow .2s}.ivd-offres__forfaits-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--ivd-accent-rgb),.35)}.ivd-offres__forfaits-cta-btn svg{width:15px;height:15px;flex-shrink:0}.ivd-offres__forfaits-cta-note{font-size:12.5px;color:var(--ivd-muted);margin:0;text-align:center}@media(max-width:640px){.ivd-offres__forfaits-cta-btn{width:100%}.ivd-offres__know{padding:18px}}.ivd-offres__calc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.ivd-offres__calc-grid{grid-template-columns:1fr}}.ivd-offres__calc-card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius);padding:26px 24px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.ivd-offres__calc-card:hover{transform:translateY(-3px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.25)}.ivd-offres__calc-card:before{content:"";position:absolute;top:0;left:0;width:48%;height:2px;background:linear-gradient(90deg,rgba(var(--ivd-accent-rgb),.4),transparent)}.ivd-offres__calc-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--ivd-pill-bg);color:var(--ivd-accent);font-size:15px;font-weight:900}.ivd-offres__calc-title{font-size:16px;font-weight:800;color:var(--ivd-text);letter-spacing:-.01em;margin:0}.ivd-offres__calc-text{font-size:13.5px;color:var(--ivd-muted);line-height:1.65;margin:0}.ivd-offres__receive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.ivd-offres__receive-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.ivd-offres__receive-grid{grid-template-columns:1fr}}.ivd-offres__receive-item{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:14px;font-size:14px;font-weight:600;color:var(--ivd-text);line-height:1.5;transition:border-color .2s,box-shadow .2s,transform .2s}.ivd-offres__receive-item:hover{border-color:rgba(var(--ivd-accent-rgb),.3);box-shadow:var(--ivd-shadow);transform:translateY(-2px)}.ivd-offres__receive-check{width:22px;height:22px;border-radius:50%;background:var(--ivd-pill-bg);border:1px solid rgba(var(--ivd-accent-rgb),.2);position:relative;flex-shrink:0;margin-top:1px}.ivd-offres__receive-check:after{content:"";position:absolute;left:7px;top:4px;width:5px;height:9px;border-right:2px solid var(--ivd-accent);border-bottom:2px solid var(--ivd-accent);transform:rotate(35deg)}.ivd-offres__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ivd-offres__tag{display:inline-flex;align-items:center;padding:9px 18px;border-radius:999px;background:var(--ivd-surface);color:var(--ivd-text);border:1.5px solid var(--ivd-border);font-size:14px;font-weight:600;transition:border-color .2s,background .2s,color .2s,transform .2s;cursor:default}.ivd-offres__tag:hover{border-color:var(--ivd-accent);background:var(--ivd-pill-bg);color:var(--ivd-accent);transform:translateY(-2px)}.ivd-offres__tags-link{display:block;width:fit-content;margin:22px auto 0;font-size:14.5px;font-weight:700;color:var(--ivd-accent);text-decoration:none;border-bottom:1.5px solid rgba(var(--ivd-accent-rgb),.3);padding-bottom:2px;transition:border-color .2s,color .2s}.ivd-offres__tags-link:hover{color:var(--ivd-accent-dark);border-color:var(--ivd-accent-dark)}.ivd-offres__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;list-style:none;margin:0;padding:0;counter-reset:none}.ivd-offres__step{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius);padding:24px 20px;position:relative;transition:transform .25s,box-shadow .25s,border-color .25s}.ivd-offres__step:hover{transform:translateY(-3px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.25)}.ivd-offres__step:not(:last-child):after{content:"";position:absolute;top:40px;right:-14px;width:12px;height:2px;background:rgba(var(--ivd-accent-rgb),.35)}.ivd-offres__step-num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--ivd-grad-btn);color:#fff;font-size:14px;font-weight:900;margin-bottom:12px;box-shadow:0 4px 10px rgba(var(--ivd-accent-rgb),.25)}.ivd-offres__step-title{font-size:15px;font-weight:800;color:var(--ivd-text);letter-spacing:-.01em;margin:0 0 6px;line-height:1.3}.ivd-offres__step-text{font-size:13px;color:var(--ivd-muted);line-height:1.6;margin:0}@media(max-width:900px){.ivd-offres__steps{grid-template-columns:1fr}.ivd-offres__step:not(:last-child):after{top:auto;right:auto;bottom:-14px;left:36px;width:2px;height:12px}}.ivd-offres__guar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:900px){.ivd-offres__guar-grid{grid-template-columns:1fr}}.ivd-offres__guar-card{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:var(--ivd-radius);padding:28px 24px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.ivd-offres__guar-card:hover{transform:translateY(-3px);box-shadow:var(--ivd-shadow-hover);border-color:rgba(var(--ivd-accent-rgb),.25)}.ivd-offres__guar-card:before{content:"";position:absolute;top:0;left:0;width:55%;height:2px;background:linear-gradient(90deg,rgba(var(--ivd-accent-rgb),.5),transparent)}.ivd-offres__guar-icon{width:44px;height:44px;border-radius:12px;background:var(--ivd-pill-bg);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.ivd-offres__guar-icon svg{width:22px;height:22px;stroke:var(--ivd-accent)}.ivd-offres__guar-title{font-size:16px;font-weight:800;color:var(--ivd-text);letter-spacing:-.01em;line-height:1.3;margin:0}.ivd-offres__guar-text{font-size:13.5px;color:var(--ivd-muted);line-height:1.65;margin:0}.ivd-offres__faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.ivd-offres__faq-item{background:var(--ivd-surface);border:1.5px solid var(--ivd-border);border-radius:16px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.ivd-offres__faq-item:hover{border-color:rgba(var(--ivd-accent-rgb),.25)}.ivd-offres__faq-q{margin:0}.ivd-offres__faq-trigger{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;border:none;background:none;cursor:pointer;text-align:left;padding:18px 22px;font-family:inherit;font-size:15px;font-weight:700;color:var(--ivd-text);line-height:1.4;transition:color .2s}.ivd-offres__faq-trigger:hover,.ivd-offres__faq-trigger.ivd-open{color:var(--ivd-accent)}.ivd-offres__faq-chevron{width:18px;height:18px;flex-shrink:0;color:var(--ivd-muted);transition:transform .3s cubic-bezier(.22,1,.36,1),color .2s}.ivd-offres__faq-trigger.ivd-open .ivd-offres__faq-chevron{transform:rotate(180deg);color:var(--ivd-accent)}.ivd-offres__faq-body{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}.ivd-offres__faq-a{font-size:14px;color:var(--ivd-muted);line-height:1.7;margin:0;padding:0 22px 20px}@media(prefers-reduced-motion:reduce){.ivd-offres__forfait,.ivd-offres__forfaits-cta-btn,.ivd-offres__calc-card,.ivd-offres__receive-item,.ivd-offres__tag,.ivd-offres__step,.ivd-offres__guar-card,.ivd-offres__faq-chevron,.ivd-offres__faq-body{transition:none}.ivd-offres__forfait:hover,.ivd-offres__forfaits-cta-btn:hover,.ivd-offres__calc-card:hover,.ivd-offres__receive-item:hover,.ivd-offres__tag:hover,.ivd-offres__step:hover,.ivd-offres__guar-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/ivd-offres-components.css.map */
