section.procedure-section.svelte-2ze5vw{display:flex;align-items:center;gap:var(--spacing-2xl)}.info-container.svelte-2ze5vw{flex:1;display:flex;flex-direction:column}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw){position:relative;display:flex;margin-bottom:var(--spacing-lg);--cursor-x: 0px;--cursor-width: 0px}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw) .step:where(.svelte-2ze5vw){display:flex;justify-content:center;flex-wrap:nowrap;width:100%;padding:var(--spacing-lg) var(--spacing-lg);background-color:var(--color-dark-10);font-weight:var(--fw-medium);transition:background-color .3s ease,color .3s ease;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw) .step:where(.svelte-2ze5vw):hover{background-color:var(--color-dark-20)}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw) .step:where(.svelte-2ze5vw).selected{background-color:var(--color-primary);color:var(--color-light)}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw):before{position:absolute;content:"";left:var(--cursor-x);bottom:-1px;width:var(--cursor-width);height:20px;background:url(../../../svg/encoche.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:left .4s cubic-bezier(.25,.46,.45,.94),width .4s cubic-bezier(.25,.46,.45,.94);z-index:1}.img-container.svelte-2ze5vw{position:relative;flex:1;min-height:500px}.img-container.svelte-2ze5vw:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-image:var(--img);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:var(--radius-small);clip-path:polygon(35% 0%,100% 20%,100% 100%,0 100%,0 10%)}.img-container.svelte-2ze5vw:after{position:absolute;content:"";left:0;top:0;width:100px;height:100px;transform:translate(-25%,15%);outline:dashed 3px var(--color-primary);outline-offset:8px;border-radius:var(--radius-pill);background-color:var(--color-primary)}@media(max-width:1024px){section.procedure-section.svelte-2ze5vw{flex-direction:column-reverse;gap:var(--spacing-lg)}.img-container.svelte-2ze5vw{min-height:300px;height:100%;width:100%}.img-container.svelte-2ze5vw:after{display:none}.img-container.svelte-2ze5vw:before{clip-path:none}}@media(max-width:768px){.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw){flex-direction:column;margin-top:var(--spacing-md)}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw) .step:where(.svelte-2ze5vw){width:100%;padding:var(--spacing-md) var(--spacing-lg)}.info-container.svelte-2ze5vw .procedure-container:where(.svelte-2ze5vw):before{display:none}.img-container.svelte-2ze5vw{min-height:200px}}:root{--cards-per-view: 3}@media(max-width:1400px){:root{--cards-per-view: 2}}@media(max-width:768px){:root{--cards-per-view: 1}}.prestation-background.svelte-dlcyt7{position:relative;display:flex;flex-direction:column;gap:var(--spacing-2xl);width:100%;max-width:var(--max-width-2xl);margin:0 auto;padding:var(--spacing-lg) 0 calc(var(--spacing-lg) + 50px);background-size:cover!important;background-position:center;background-blend-mode:overlay;background:var(--color-dark-80);color:var(--color-light);border-radius:var(--radius-large)}.prestation-background.svelte-dlcyt7:after{content:"";position:absolute;bottom:-1px;left:10%;width:180px;height:40px;background:url(../../../svg/encoche.svg);background-size:contain;background-repeat:no-repeat;z-index:1}.prestation-content.svelte-dlcyt7{display:flex;gap:var(--spacing-lg);padding:0 var(--spacing-2xl)}.prestation-container.svelte-dlcyt7{display:flex;flex-direction:column;gap:var(--spacing-lg);flex:2;width:100%}.prestation-outer.svelte-dlcyt7{container-type:inline-size;overflow:hidden;border-radius:var(--radius-large);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--spacing-lg);background-color:var(--color-light-10);width:100%}.prestation-track.svelte-dlcyt7{display:flex;gap:var(--spacing-lg);will-change:transform}.prestation-card.svelte-dlcyt7{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--spacing-sm);padding:var(--spacing-md);background-repeat:no-repeat;background-size:cover;background-position:center;color:var(--color-light);border-radius:var(--radius-small);min-height:400px;overflow:hidden;flex:0 0 calc((100cqi - var(--spacing-lg) * (var(--cards-per-view, 3) - 1)) / var(--cards-per-view, 3));cursor:pointer}.prestation-card.svelte-dlcyt7 span:where(.svelte-dlcyt7){z-index:1;font-size:var(--fs-h3);font-weight:var(--fw-medium)}.prestation-card.svelte-dlcyt7 p:where(.svelte-dlcyt7){color:var(--color-light-60);z-index:1;max-height:0;overflow:hidden;transition:max-height .5s ease-out}.prestation-card.svelte-dlcyt7:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,var(--color-dark-10),var(--color-dark));transition:background-color .3s ease-out}.prestation-card.svelte-dlcyt7:hover p:where(.svelte-dlcyt7){max-height:200px;animation:svelte-dlcyt7-slideUp .5s ease-out}.prestation-card.svelte-dlcyt7:hover:before{background-color:var(--color-dark-30)}@keyframes svelte-dlcyt7-slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.carousel-controls.svelte-dlcyt7{display:flex;justify-content:center;align-items:center;gap:var(--spacing-lg);margin-top:var(--spacing-md)}.carousel-arrows.svelte-dlcyt7{display:flex;gap:var(--spacing-sm)}.progress-bar-container.svelte-dlcyt7{display:flex;align-items:center;width:300px}.progress-bar-background.svelte-dlcyt7{width:100%;height:4px;background:var(--color-light-10);border-radius:2px;overflow:hidden}.progress-bar.svelte-dlcyt7{height:100%;background:var(--color-light);border-radius:2px;width:0%}.carousel-btn.svelte-dlcyt7{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-light-20);border:1px solid var(--color-light-30);color:var(--color-light);border-radius:var(--radius-pill);cursor:pointer;transition:all .2s;flex-shrink:0}.carousel-btn.svelte-dlcyt7:hover{background:var(--color-light-30)}@media(max-width:1024px){.prestation-content.svelte-dlcyt7{flex-direction:column}}@media(max-width:768px){.prestation-background.svelte-dlcyt7{gap:var(--spacing-xl)}.prestation-content.svelte-dlcyt7{gap:var(--spacing-xl);padding:0 var(--spacing-lg)}.prestation-outer.svelte-dlcyt7{border-radius:var(--radius-small);padding:var(--spacing-md)}.prestation-card.svelte-dlcyt7{min-height:300px}.carousel-controls.svelte-dlcyt7{flex-direction:column-reverse;gap:var(--spacing-xl)}.carousel-controls.svelte-dlcyt7 .progress-bar-container:where(.svelte-dlcyt7){width:100%}.carousel-controls.svelte-dlcyt7 .carousel-arrows:where(.svelte-dlcyt7){gap:var(--spacing-lg)}.carousel-controls.svelte-dlcyt7 .carousel-btn:where(.svelte-dlcyt7){width:50px;height:50px}}
