html:has(dialog.calculator-embed-popup[open]),html.calculator-embed-open{overflow:hidden}.calculator-embed{display:block}.calculator-embed-popup{max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);min-width:980px;padding:30px 0 0 0;border:none !important;border-radius:7px;background:#f5f5f5;overflow-x:hidden}.calculator-embed-popup::backdrop{background:rgba(15,23,42,.55)}.calculator-embed-popup--overlay{position:fixed;inset:0;z-index:9999;display:none;width:auto;max-width:none;height:auto;max-height:none;margin:0;border-radius:0;background:rgba(0,0,0,0);box-shadow:none;overflow:visible;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}.calculator-embed-popup--overlay[data-open=true]{display:flex}.calculator-embed-popup__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.calculator-embed-popup__panel{position:relative;z-index:1;display:flex;flex-direction:column;max-height:calc(100vh - 24px);border-radius:12px;background:#f5f5f5;padding:30px 0 0 0;box-shadow:0 24px 80px rgba(15,23,42,.35);overflow:hidden}.calculator-embed-popup__header{display:flex;align-items:center;margin-left:5.5%;color:#fff;flex:0 0 auto}.calculator-embed-popup__title{margin:0 auto;font-size:1.05rem;font-weight:600;line-height:1.3}.calculator-embed-popup__close{font-family:Inter;font-weight:400;font-size:15px;line-height:100%;letter-spacing:0%;text-align:center;color:#e72636;background-color:#f1a8ae;width:115px;height:27px;border-radius:50px}.calculator-embed-popup__body{height:calc(100% - 68px);overflow:auto;padding:12px;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0}.calculator-embed-popup--overlay .calculator-embed-popup__body{height:auto}.calculator-embed-popup__body .calculator--section,.calculator-embed-popup__body .patch-calculator-wrap{max-width:100%}@media(max-width: 767px){.calculator-embed-popup,.calculator-embed-popup--overlay .calculator-embed-popup__panel{width:100vw;max-width:100vw;height:100vh;max-height:100vh;border-radius:0}.calculator-embed-popup--overlay{padding:0}.calculator-embed-popup__body{padding:8px}}.tuile-calculateur{--bg: #eaf4ff;--bd: #d6e7ff;--t1: #0e1b3d;--t2: #2f3b66;--cta: #0e1b3d;--cta-bg: #fff;display:flex;gap:.9rem;align-items:flex-start;width:100%;padding:1rem;border-radius:12px;text-decoration:none;text-align:left;font:inherit;cursor:pointer;background:var(--bg);border:1px solid var(--bd);box-shadow:0 1px 0 rgba(0,0,0,.03) inset;margin:.75rem 0 1rem;position:relative;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;-moz-appearance:none;appearance:none;-webkit-appearance:none}.tuile-calculateur:focus-visible{outline:2px solid #2f80ed;outline-offset:2px}.tuile-calculateur:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.06);border-color:#cddfff}.tuile-calculateur__icon{flex:0 0 auto;width:28px;height:28px;color:var(--t1);margin-top:.05rem;animation:tuile-calc-vibrate .3s infinite}@keyframes tuile-calc-vibrate{0%{transform:translate(0)}20%{transform:translate(-1px, 1px)}40%{transform:translate(-1px, -1px)}60%{transform:translate(1px, 1px)}80%{transform:translate(1px, -1px)}100%{transform:translate(0)}}.tuile-calculateur__content{line-height:1.45;color:var(--t2)}.tuile-calculateur__title{margin:0;font-weight:800;font-size:16px;color:var(--t1)}.tuile-calculateur__subtitle{margin:.2rem 0 .5rem;font-size:14px}.tuile-calculateur__highlights{margin:0;padding:0;list-style:none;display:flex;gap:.6rem;flex-wrap:wrap;font-size:12.5px}.tuile-calculateur__highlights li{display:flex;align-items:center;gap:.35rem}.tuile-calculateur__dot{width:6px;height:6px;border-radius:50%;background:var(--t2);opacity:.35}.tuile-calculateur__cta{margin-top:.65rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:13px;color:var(--cta);background:var(--cta-bg);border:1px dashed var(--bd);border-radius:8px;padding:.45rem .6rem}.tuile-calculateur__cta svg{width:16px;height:16px}@media(prefers-reduced-motion: reduce){.tuile-calculateur__icon{animation:none}.tuile-calculateur{transition:none}}