:root{--bleu: #00ccff}.sacs-sel-input.qty-input{max-width:80px!important}html{scroll-behavior:smooth}body{overflow-x:hidden}.soumission-form-container{max-width:800px;margin:0 auto;padding:80px 1rem 2rem}.soumission-form{margin-bottom:2rem}.form-title{font-size:2.5rem;font-weight:700;text-align:center;color:#000;margin-bottom:2rem;text-transform:uppercase;letter-spacing:2px}.contact-form{display:none}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;justify-content:space-between}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#333;margin-bottom:.5rem;font-size:1rem;font-family:Mulish,sans-serif!important}.required{color:#dc3545;font-weight:700}.form-group input,.form-group textarea{padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-style:italic}.btn-submit{background:var(--bleu);color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;width:100%;max-width:300px;margin:0 auto;display:block;box-shadow:0 4px 15px #00ccff4d}.btn-submit:hover{background:#09c;transform:translateY(-2px);box-shadow:0 6px 20px #0cf6}.btn-submit:active{transform:translateY(0)}.form-step{margin-bottom:2rem;opacity:1;transform:translateY(0);transition:all .5s ease}.form-step.hidden{display:none}.form-step.fade-in{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-title{font-size:1.5rem;text-align:center;margin-bottom:1.5rem;letter-spacing:1px;color:#676767;font-family:var(--freight-light)!important;font-weight:400!important;text-transform:uppercase}.step-counter{background:var(--bleu);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:400;margin-left:1rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.option-card{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:1.5rem;text-align:left;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.option-card.service-option,.option-card.service-option h4{text-align:left!important}.option-card:hover{border-color:var(--bleu);transform:translateY(-5px);box-shadow:0 8px 25px #00ccff26}.option-card.selected{border-color:var(--bleu);background:var(--bleu);color:#fff;transform:translateY(-5px)}.option-card.selected .service-price{color:#000}.option-card .icon{font-size:2.5rem;margin-bottom:1rem;display:block}.option-card h4{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:inherit;text-align:center;font-size:18px;font-weight:400;line-height:17px;font-family:var(--freight-semibold)}.option-card p{font-size:.9rem;opacity:.8;margin:0;color:inherit}#step-1 .option-card--promo{border-color:var(--aqua)}#step-1 .option-card__promo-badge{display:inline-flex;align-items:center;justify-content:center;margin:0 0 .75rem;padding:.3rem .65rem;border-radius:999px;background:var(--jaune);color:var(--bleu-fonce);font-family:var(--mulish);font-size:.78rem;letter-spacing:.4px;text-transform:uppercase;line-height:1}#step-1 .option-card__promo-text{margin-top:.45rem;font-family:var(--mulish);font-size:.82rem;line-height:1.3;color:var(--bleu-fonce);opacity:1;text-align:center}#step-1 .option-card--promo.selected{border-color:var(--bleu)}#step-1 .option-card--promo.selected .option-card__promo-badge{background:#fff;color:var(--bleu-fonce)}#step-1 .option-card--promo.selected .option-card__promo-text{color:#fff}.text-input-container{background:#fff;border-radius:12px;padding:2rem;border:2px solid #e9ecef}.number-input-container{background:#fff;border-radius:12px;padding:2rem;border:2px solid #e9ecef;text-align:center}.quantity-selector{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.qty-btn{width:50px;height:50px;border:2px solid var(--bleu);background:#fff;color:var(--bleu);font-size:1.5rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--bleu);color:#fff}.qty-btn:active{transform:scale(.95)}.qty-input{width:100px;height:50px;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #e9ecef;border-radius:8px;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.salt-price-display{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;display:inline-block}.problem-description{width:100%;min-height:150px;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;resize:vertical;transition:all .3s ease;margin-bottom:1rem}.problem-description:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.input-actions{text-align:center}.btn-continue{background:var(--bleu);color:#fff;padding:.8rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-continue:hover{background:#09c;transform:translateY(-2px)}@media(max-width:768px){.soumission-form-container{padding:1rem;margin:1rem}.soumission-form,.contact-form{padding:1.5rem}.form-title{font-size:2rem}.contact-form-grid{grid-template-columns:1fr;gap:1rem}.options-grid{grid-template-columns:1fr}.step-title{font-size:1.3rem}.step-counter{display:block;margin:.5rem auto 0;width:fit-content}}@media(max-width:480px){.form-title{font-size:1.8rem;letter-spacing:1px}.step-title{font-size:1.1rem}.option-card{padding:1rem}.option-card .icon{font-size:2rem}}.loading{opacity:.7;pointer-events:none}.completed{opacity:.8;pointer-events:none}.completed .option-card.selected{background:#e6f7ff;color:#333;border-color:var(--bleu)}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.option-card:active{animation:pulse .3s ease}.question-note,.question-description{background:#f8f9ff;border-left:4px solid var(--bleu);padding:1rem;margin-bottom:1.5rem;border-radius:0 8px 8px 0;font-size:.95rem;line-height:1.5;color:#555}.address-input,.volume-input{width:100%;min-height:120px;padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;resize:vertical;transition:all .3s ease;margin-bottom:1rem}.address-input:focus,.volume-input:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.services-grid,.services-supplementaires-grid{display:grid;grid-template-columns:1fr;gap:.8rem;margin-bottom:2rem}.service-option{padding:1rem;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff}.service-option:hover{border-color:var(--bleu);box-shadow:0 2px 8px #00ccff1a}.service-option.selected{border-color:var(--bleu);background:#00ccff0d}.service-content{display:flex;align-items:flex-start;gap:1rem}.service-checkbox{margin-top:.2rem;transform:scale(1.2);accent-color:white}.service-details h4{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.4;font-family:Mulish,sans-serif!important}.service-price{font-size:.9rem;color:#666;font-weight:500;margin:0}@media(max-width:768px){.service-content{gap:.8rem}.service-details h4{font-size:.95rem}.service-price{font-size:.85rem}}.confirmation-message{background:#e8f5e8;border:2px solid var(--bleu);border-radius:8px;padding:2rem;text-align:center;margin-bottom:2rem}.confirmation-message p{margin:0 0 1rem;font-size:1.1rem;color:#333}.confirmation-message p:last-child{margin-bottom:0;font-weight:600}.error-message{color:#dc3545;font-size:.9rem;margin-top:.5rem;display:none}.form-group.error input,.form-group.error textarea{border-color:#dc3545}.form-group.error .error-message{display:block}.date-options-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.date-options-grid .option-card{padding:1rem;text-align:center}.date-options-grid .option-card h4{font-size:1rem;font-weight:500}.payment-options-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.payment-options-grid .option-card h4{font-size:.95rem;line-height:1.4}.payment-options-grid .option-card h4 a{color:var(--bleu);text-decoration:none}.payment-options-grid .option-card h4 a:hover{text-decoration:underline}.sacs-sel-input{width:100%;min-height:60px;padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit}.sacs-sel-input:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.payment-note{background-color:#f8f9fa;padding:1rem;border-radius:8px;margin-bottom:1.5rem;border-left:4px solid var(--bleu)}.payment-note strong{color:var(--bleu)}.comments-input{width:100%;min-height:100px;padding:1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;resize:vertical;font-family:inherit}.comments-input:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}@media(max-width:768px){.soumission-form-container{padding:1rem .5rem;max-width:100%}.form-title{font-size:2rem;margin-bottom:1.5rem;letter-spacing:1px}.contact-form-grid{grid-template-columns:1fr;gap:1rem}.form-group.full-width{grid-column:1}.options-grid{grid-template-columns:1fr;gap:.75rem}.payment-options-grid,.date-options-grid{grid-template-columns:1fr}.services-grid,.services-supplementaires-grid{gap:.5rem}.option-card{padding:1rem}.option-card h4{font-size:1rem;line-height:1.3}.service-content{flex-direction:column;gap:.5rem}.step-title{font-size:1.3rem;line-height:1.3;margin-bottom:1rem}.question-note,.question-description{font-size:.9rem;line-height:1.4;margin-bottom:1rem}.payment-note{padding:.75rem;font-size:.9rem}}@media(max-width:480px){.soumission-form-container{padding:.5rem .25rem}.form-title{font-size:1.75rem;margin-bottom:1rem}.contact-form-grid{gap:.75rem}.form-group input,.form-group textarea{font-size:16px}.options-grid{gap:.5rem}.option-card{padding:.75rem;min-height:auto}.option-card h4{font-size:.95rem;line-height:1.25}.step-title{font-size:1.2rem;margin-bottom:.75rem}.question-note,.question-description{font-size:.85rem;margin-bottom:.75rem}.payment-note{padding:.5rem;font-size:.85rem;margin-bottom:1rem}.btn-continue,.btn-submit{font-size:1rem;padding:.75rem 1.5rem}.service-content{gap:.4rem}.service-details h4{font-size:.9rem;line-height:1.3}.service-price{font-size:.8rem}.confirmation-message{font-size:.9rem}.confirmation-message p{margin-bottom:.75rem}}@media(max-width:360px){.form-title{font-size:1.5rem}.step-title{font-size:1.1rem}.option-card{padding:.6rem}.option-card h4{font-size:.9rem}.payment-note{padding:.4rem;font-size:.8rem}}.navigation-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;gap:1rem}.btn-back{background:#f0f0f0;color:#666;border:2px solid #ddd;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-back:hover{background:#e0e0e0;border-color:#bbb;transform:translateY(-2px)}.btn-back:active{transform:translateY(0)}@media(max-width:768px){.navigation-buttons{flex-direction:column;gap:.5rem}.btn-back{width:100%;padding:.6rem 1rem;font-size:.9rem}}@media(hover:none)and (pointer:coarse){.option-card{min-height:48px}.btn-continue,.btn-submit,.btn-back{min-height:48px;touch-action:manipulation}}.field-hint{display:block;font-size:.85rem;color:#6c757d;margin-top:.5rem;font-style:italic}.zone-info-box{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border:2px solid #4caf50;border-radius:8px;padding:1rem;margin-top:.5rem}.zone-info-box.zone-detected{animation:pulseGreen .5s ease}@keyframes pulseGreen{0%{transform:scale(1);box-shadow:0 0 #4caf5066}50%{transform:scale(1.02);box-shadow:0 0 0 10px #4caf5000}to{transform:scale(1);box-shadow:0 0 #4caf5000}}.zone-info-box .zone-name{font-weight:700;font-size:1.1rem;color:#2e7d32;margin-bottom:.25rem}.zone-info-box .zone-multiplier{font-size:.9rem;color:#388e3c}#contact-code-postal{text-transform:uppercase;letter-spacing:1px}.option-card[data-product-id]:not([data-product-id=REMPLACER_PAR_VARIANT_ID]){position:relative}.option-card[data-product-id]:not([data-product-id=REMPLACER_PAR_VARIANT_ID]):after{content:"\1f6d2";position:absolute;top:.5rem;right:.5rem;font-size:1rem;opacity:.7}.floating-price-panel{position:fixed;top:120px;right:20px;width:320px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026,0 2px 10px #00000014;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;border:2px solid #e0e0e0}.floating-price-panel.hidden{transform:translate(400px);opacity:0;pointer-events:none}.floating-price-panel.collapsed .price-panel-content{max-height:0;padding:0;overflow:hidden}.floating-price-panel.collapsed .price-panel-toggle{transform:rotate(180deg)}.price-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#0cf,#09c);color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.price-panel-header h4{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:.5px}.price-panel-toggle{background:#fff3;border:none;color:#fff;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.price-panel-toggle:hover{background:#ffffff4d;transform:scale(1.1)}.price-panel-content{padding:1rem;max-height:400px;overflow-y:auto;transition:all .3s ease}.price-items-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.price-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #00ccff;transition:all .2s ease}.price-item:hover{background:#e9ecef;transform:translate(2px)}.price-item.base-service{border-left-color:#4caf50;background:linear-gradient(135deg,#e8f5e8,#f0fdf0)}.price-item.extra-service{border-left-color:#ff9800;background:linear-gradient(135deg,#fff8e1,#fffde7)}.price-item-details{flex:1;margin-right:.5rem}.price-item-title{font-size:.9rem;font-weight:500;color:#333;line-height:1.3}.price-item-subtitle{font-size:.75rem;color:#6c757d;margin-top:.25rem}.price-item-amount{font-weight:600;font-size:.95rem;color:#0cf;white-space:nowrap}.price-item-amount.base-amount{color:#2e7d32}.price-item-amount.extra-amount{color:#e65100}.price-items-empty{text-align:center;color:#9ca3af;padding:1.5rem;font-style:italic}.price-items-empty:before{content:"\1f4cb";display:block;font-size:2rem;margin-bottom:.5rem}.price-total-section{border-top:2px dashed #e0e0e0;padding-top:1rem;margin-top:.5rem}.price-subtotal,.price-taxes,.price-total{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;gap:10px}.price-subtotal{font-size:.95rem;color:#555}.price-taxes{font-size:.85rem;color:#6c757d}.price-total{font-size:16px;font-weight:700;color:#000;padding-top:.75rem;margin-top:.5rem;border-top:2px solid #00ccff}.price-total span:last-child{color:#0cf;font-size:1.4rem}.price-panel-zone{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:linear-gradient(135deg,#f0f0f0,#e5e5e5);font-size:.85rem;border-top:1px solid #e0e0e0}.zone-label{color:#666;font-weight:500}#zone-name{color:#333;font-weight:600;text-align:right;flex:1;margin-left:.5rem}@keyframes slideInItem{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.price-item.new-item{animation:slideInItem .3s ease-out}@keyframes pulseTotal{0%{transform:scale(1)}50%{transform:scale(1.05);color:#09c}to{transform:scale(1)}}.price-total.updated span:last-child{animation:pulseTotal .4s ease}@media(max-width:992px){.floating-price-panel{width:280px;top:auto;bottom:20px;right:10px}.price-panel-content{max-height:300px}}@media(max-width:768px){.floating-price-panel{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;max-width:100%;border-radius:20px 20px 0 0;box-shadow:0 -5px 30px #0003}.floating-price-panel.hidden{transform:translateY(100%)}.price-panel-content{max-height:250px}.price-panel-header{padding:.75rem 1rem}.price-panel-header h4{font-size:1rem}.price-panel-header:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#fff6;border-radius:2px}.price-panel-zone{padding:.5rem 1rem}}.price-panel-content::-webkit-scrollbar{width:6px}.price-panel-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.price-panel-content::-webkit-scrollbar-thumb{background:silver;border-radius:3px}.price-panel-content::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.autre-adresse-form{display:flex;flex-direction:column;gap:1.5rem}.autre-adresse-form .form-group{width:100%}.autre-adresse-form .form-group input{padding:1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#fff;width:100%}.autre-adresse-form .form-group input:focus{outline:none;border-color:var(--bleu);box-shadow:0 0 0 3px #00ccff1a}.zone-recalcul-info{padding:1rem;border-radius:8px;margin-top:.5rem}.zone-change-alert{background:linear-gradient(135deg,#fff3cd,#ffeeba);border:1px solid #ffc107;border-left:4px solid #ffc107;padding:1rem;border-radius:8px;color:#856404;line-height:1.6}.zone-change-alert strong{color:#664d03;display:block;margin-bottom:.5rem}.zone-change-alert em{font-size:.9rem;display:block;margin-top:.5rem}.zone-same-info{background:linear-gradient(135deg,#d4edda,#c3e6cb);border:1px solid #28a745;border-left:4px solid #28a745;padding:1rem;border-radius:8px;color:#155724}.zone-same-info strong{color:#0f3d19}.out-of-zone-dialog{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:10000;padding:1rem}.out-of-zone-dialog.is-open{display:flex}.out-of-zone-dialog__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.out-of-zone-dialog__panel{position:relative;z-index:1;width:100%;max-width:560px;background:#fff;border-radius:12px;border:1px solid #e9ecef;padding:1.5rem;box-shadow:0 20px 45px #0003}.out-of-zone-dialog__title{margin:0 0 .75rem;font-size:1.4rem;line-height:1.3;color:#333}.out-of-zone-dialog__text{margin:0 0 .75rem;color:#555;line-height:1.6}.out-of-zone-dialog__actions{margin-top:1.25rem;display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.out-of-zone-btn-edit{padding:.8rem 1.1rem;border:1px solid #ced4da;border-radius:6px;background:#fff;color:#333;font-weight:600;cursor:pointer;transition:all .2s ease}.out-of-zone-btn-edit:hover{border-color:#adb5bd}.out-of-zone-link-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}body.out-of-zone-lock{overflow:hidden}@media(max-width:768px){.out-of-zone-dialog__actions{flex-direction:column}.out-of-zone-btn-edit,.out-of-zone-link-btn{width:100%}}.summary-section{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000d}.summary-section-title{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid var(--bleu)}.summary-content{font-size:.95rem;line-height:1.6}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e9ecef}.summary-row:last-child{border-bottom:none}.summary-label{color:#666;font-weight:500}.summary-value{color:#333;font-weight:600;text-align:right;max-width:60%}.summary-price-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid var(--bleu)}.summary-price-content{padding:.5rem 0}.summary-price-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #dee2e6}.summary-price-item:last-child{border-bottom:none}.summary-price-item.base-service{background:#00ccff0d;margin:0 -.5rem;padding:.75rem .5rem;border-radius:6px}.summary-price-item.extra-service{font-size:.9rem}.summary-price-title{flex:1;color:#333}.summary-price-amount{font-weight:600;color:var(--bleu);min-width:100px;text-align:right}.summary-price-total-section{margin-top:1rem;padding-top:1rem;border-top:2px solid var(--bleu)}.summary-price-subtotal,.summary-price-tax,.summary-price-total{display:flex;justify-content:space-between;padding:.5rem 0}.summary-price-tax{color:#666;font-size:.9rem}.summary-price-total{font-size:1.3rem;font-weight:700;color:#333;padding-top:.75rem;border-top:1px solid #dee2e6}.summary-price-total .summary-price-amount{color:#28a745;font-size:1.3rem}.summary-note{background:linear-gradient(135deg,#fff3cd,#ffeeba);border:1px solid #ffc107;border-left:4px solid #ffc107;border-radius:8px;padding:1rem 1.5rem;margin:1.5rem 0;color:#856404}.summary-note p{margin:0;line-height:1.6}.confirmation-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-back{background:#6c757d;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-back:hover{background:#5a6268;transform:translateY(-2px)}.btn-pay-now{background:linear-gradient(135deg,#28a745,#218838);color:#fff;padding:1.2rem 3rem;border:none;border-radius:8px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #28a7454d;flex-grow:1;max-width:350px}.btn-pay-now:hover{background:linear-gradient(135deg,#218838,#1e7e34);transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.btn-pay-now:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;margin-top:1rem}.payment-loading.hidden{display:none}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid var(--bleu);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-loading p{margin-top:1rem;color:#666;font-weight:500}.cart-processing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10020;display:flex;align-items:center;justify-content:center;padding:1rem}.cart-processing-overlay.hidden{display:none}.cart-processing-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.cart-processing-overlay__panel{position:relative;z-index:1;width:100%;max-width:560px;background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 20px 45px #0003;padding:1.5rem;text-align:center}.cart-processing-overlay__title{margin:1rem 0 .6rem;font-size:1.35rem;color:#333}.cart-processing-overlay__text{margin:0;color:#555;line-height:1.6}.cart-processing-overlay .loading-spinner{margin:0 auto}.summary-services-list{list-style:none;padding:0;margin:0}.summary-services-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;border-bottom:1px dashed #e9ecef}.summary-services-list li:last-child{border-bottom:none}.summary-services-list li:before{content:"\2713";position:absolute;left:0;color:#28a745;font-weight:700}@media(max-width:768px){.confirmation-actions{flex-direction:column}.btn-back,.btn-pay-now{width:100%;max-width:none}.summary-row{flex-direction:column;gap:.25rem}.summary-value{text-align:left;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/formulaire-service.css.map */
