@keyframes pulse-fury{50%{opacity:.5}}@keyframes bounce-fury{50%{transform:translate(.75rem)}}@keyframes rotate-infinite{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}section#configurateur{display:flex;flex-wrap:wrap;justify-content:space-between}section#configurateur.hidden{display:none}section#configurateur,section#configurateur *{font-family:"Lato",sans-serif}section#configurateur>div.title{flex:1 0 100%;margin-bottom:15px;display:flex;align-items:center;justify-content:flex-end;gap:20px}section#configurateur>div.title button,section#configurateur>div.title label{display:inline-flex;gap:8px;align-items:baseline;color:#9d9d9d;font-size:16px;font-weight:500;border:0;padding:0;background-color:transparent}section#configurateur>div.title label{line-height:1}section#configurateur div.sticky{flex:0 0 40%;position:relative}@media screen and (max-width:767px){section#configurateur div.sticky{flex:1 0 100%}}section#configurateur div.sticky div.wrapper-canvas{position:sticky;top:0;z-index:1}section#configurateur div.sticky div.wrapper-canvas div.sizer-canvas{min-height:500px;position:relative;z-index:1}section#configurateur div.sticky div.wrapper-canvas div.sizer-canvas.loading{opacity:.33}section#configurateur div.sticky div.wrapper-canvas div.sizer-canvas.loading:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z'/%3E%3C/svg%3E");position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:rotate-infinite 4s infinite linear;width:32px;height:32px;z-index:1}@media screen and (max-width:767px){section#configurateur div.sticky div.wrapper-canvas div.sizer-canvas{min-height:300px}}section#configurateur div.sticky div.wrapper-canvas canvas#webgl{outline:0;overflow:hidden;user-select:none;pointer-events:all}section#configurateur div.sticky div.wrapper-canvas div.drag{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}section#configurateur div.wrapper-steps{flex:0 0 55%;padding:30px;background-color:#fff;border-radius:25px;border:1px solid #e4e4e4}@media screen and (max-width:767px){section#configurateur div.wrapper-steps{flex:1 0 100%;padding:15px;margin-top:20px;width:100%}}section#configurateur div.wrapper-steps div.title h3{display:flex;align-items:center;gap:10px;font-size:20px;line-height:25px;color:var(--e-global-color-text);font-weight:900;margin-bottom:20px}section#configurateur div.wrapper-steps div.title p{color:#9d9d9d;font-size:16px;line-height:20px;font-weight:500;margin-bottom:50px}section#configurateur div.wrapper-steps div.steps div.steps-status{display:flex;align-items:center;gap:10px}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles,section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble{display:flex;align-items:center;gap:5px}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble:last-of-type:after{content:none}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble::after{content:"";display:block;height:1px;width:26px;background-color:var(--e-global-color-secondary)}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble::after{width:13px}}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble span:not(.label){display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--e-global-color-secondary);opacity:.45;color:var(--e-global-color-secondary)}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble span.label{display:none;font-size:14px;line-height:16px;font-weight:900;color:var(--e-global-color-secondary);text-transform:uppercase}section#configurateur div.wrapper-steps div.steps div.steps-form div.step.active,section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble.active span.label{display:block}section#configurateur div.wrapper-steps div.steps div.steps-status div.bubbles div.bubble.active span{opacity:1}section#configurateur div.wrapper-steps div.steps div.steps-form div.step,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group.hidden{display:none}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form{margin-top:30px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group label,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group>span{font-size:18px;line-height:24px;font-weight:900;color:var(--e-global-color-text);display:block;margin-bottom:10px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group textarea{border-radius:12px;border:1px solid #f2f2f2;width:100%;font-size:14px;line-height:18px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group textarea::placeholder{font-style:italic;color:#9d9d9d}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame{overflow:hidden;display:flex;justify-content:center;flex-direction:column;gap:5px;margin-bottom:20px;padding:10px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame>span{font-weight:550;color:var(--e-global-color-text)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range{background:#fff;height:2rem;width:100%;border-radius:5rem;box-shadow:1px 5px 5px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]{-webkit-appearance:none;width:100%;height:100%;background:0 0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]:focus{outline:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;border-radius:50%;background:#fff;margin-top:-5px;box-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-webkit-slider-runnable-track{width:100%;height:9px;background:#bdbdbd;border-radius:3rem;transition:all .5s;cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]:hover::-webkit-slider-runnable-track{background:var(--e-global-color-primary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-ms-track{width:100%;cursor:pointer;height:9px;transition:all .5s;background:0 0;border-color:transparent;color:transparent}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-ms-thumb{height:16px;width:16px;border-radius:50%;background:#fff;margin-top:-5px;box-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-ms-fill-lower{background:#bdbdbd;border-radius:3rem}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]:focus::-ms-fill-lower{background:var(--e-global-color-primary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-ms-fill-upper{background:#bdbdbd;border-radius:3rem}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]:focus::-ms-fill-upper{background:var(--e-global-color-primary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:#fff;margin-top:-5px;box-shadow:1px 1px 2px rgba(0,0,0,.5);cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]::-moz-range-track{width:100%;height:9px;background:#bdbdbd;border-radius:3rem;transition:all .5s;cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame .range input[type=range]:hover::-moz-range-track{background:var(--e-global-color-primary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame input[type=color]{padding:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:48px;background-color:transparent;border:0;cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame input[type=color]::-webkit-color-swatch{box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:15px;border:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group .frame input[type=color]::-moz-color-swatch{box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:15px;border:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group{margin-bottom:30px;display:flex;gap:10px;align-items:center}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group span{margin-bottom:15px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group label{margin-bottom:0;font-size:14px;line-height:18px;color:var(--e-global-color-text);font-weight:550}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group div.switch{display:flex;align-items:center;gap:10px;border:1px solid #e5e5e5;padding:8px 20px;border-radius:30px;position:relative}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group div.switch input,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio input[type=radio]{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;line-height:0;appearance:none}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group div.switch:has(input[type=radio]:checked){background-color:var(--e-global-color-secondary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.switch-group div.switch:has(input[type=radio]:checked) label{color:#fff}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group div.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.input-group p span#price{font-size:16px;line-height:1;font-weight:500;color:var(--e-global-color-secondary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons{display:flex;justify-content:space-between;align-items:flex-end}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons button[type=button]{color:var(--e-global-color-text);font-size:14px;line-height:18px;font-weight:500;display:inline-flex;gap:10px;align-items:center;transition:.3s ease-out;border-radius:30px;border:1px solid var(--e-global-color-text);background-color:#fff;padding:12px 20px}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons button[type=button]{padding:10px 15px}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons button[type=button]:hover{gap:15px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button{justify-self:flex-end;margin-top:50px;margin-left:auto;display:inline-flex;align-items:center;position:relative}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button svg.filter{position:absolute;display:none}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper{display:inline-flex;align-items:center;position:relative;border:0;padding:0;background-color:transparent}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper .inner-1{width:auto;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:9999px;background:var(--e-global-color-primary);padding:12px 20px 16px;color:#fff;font-size:14px;line-height:18px;font-weight:900}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper .inner-1{padding:10px 15px}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper .inner-1>div{position:relative;display:inline-flex;top:1px;flex-shrink:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper .inner-2{background:var(--e-global-color-primary);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:9999px;width:50px;height:50px;transition:.3s ease}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .wrapper .inner-2{display:none}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .icon-wrapper{border:0;padding:0;background-color:transparent;width:50px;height:50px;position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;transition:.3s ease}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .icon-wrapper .icon-inner{position:relative;overflow:hidden;width:100%;height:100%}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .icon-wrapper .inner-1{position:relative;top:0;left:0;transition:.3s ease;width:100%;height:100%;display:flex;align-items:center;justify-content:center}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .icon-wrapper svg{width:60%;height:60%}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button .icon-wrapper{display:none}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button:hover .icon-wrapper,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button:hover button .inner-2{transform:translate(.75rem)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button.loading{pointer-events:none;animation:pulse-fury 2s cubic-bezier(.4,0,.6,1) infinite}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button.loading .icon-wrapper,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.buttons .blob-button.loading button .inner-2{animation:bounce-fury 2s cubic-bezier(.4,0,.6,1) infinite}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 10px}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid#select_img{margin-bottom:30px;grid-template-columns:repeat(4,minmax(0,1fr))}@media screen and (max-width:767px){section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid#select_img{grid-template-columns:repeat(2,minmax(0,1fr))}}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid#select_img div.radio div.img-sizer{margin-bottom:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid#select_img div.radio div.img-sizer img{width:100%;height:100px;border-radius:10px;object-fit:cover}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio{border:1px solid #e5e5e5;border-radius:12px;position:relative;text-align:center;padding:20px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio:has(input[type=radio]:checked){border:3px solid var(--e-global-color-secondary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio div.img-sizer{text-align:center;margin-bottom:10px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio div.img-sizer img{height:54px;width:auto;margin:0 auto;object-fit:contain}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.radio-grid div.radio span{font-size:14px;line-height:16px;font-weight:550;color:#8c8c8c}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group{margin-bottom:30px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group:last-child{margin-bottom:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group>span{font-size:18px;line-height:24px;font-weight:900;color:var(--e-global-color-text);display:block;margin-bottom:20px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills{display:flex;flex-wrap:wrap;gap:5px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill{flex:0 0 auto;transition:.3s ease-out}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill:hover{transform:scale(.9)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill label{position:relative;z-index:1;padding:10px 25px;border-radius:30px;border:1px solid #eee;font-size:14px;line-height:18px;color:var(--e-global-color-text);font-weight:550;text-align:center}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill label:has(input[type=radio]:checked){background-color:var(--e-global-color-secondary);color:#fff}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill label input[type=radio]{cursor:pointer;appearance:none;position:absolute;top:0;left:0;width:100%;height:100%}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group div.pills div.pill.hidden,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.attributes div.input-group.hidden{display:none}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area{padding:0;margin-bottom:20px;text-align:center;transition:border-color .2s ease;position:relative}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area.active .dropzone-content{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23D5AD69FF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='5' stroke-linecap='round'/%3e%3c/svg%3e")}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .dropzone-content{display:flex;justify-content:center;align-items:center;height:100%;border-radius:12px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23E5E5E5FF' stroke-width='2' stroke-dasharray='5' stroke-dashoffset='5' stroke-linecap='round'/%3e%3c/svg%3e")}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .dropzone-content .dropzone-label{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;height:100%;text-align:center;padding:50px 20px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .dropzone-content .dropzone-label span{display:inline-block;color:var(--e-global-color-text)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .dropzone-content .dropzone-label .file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .preview-area,section#user_config{margin-top:30px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .preview-area .file-item{position:relative;padding:20px 0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .preview-area .file-item span{display:flex;align-items:center;gap:5px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form .drop-area .preview-area .file-item button{color:#ff9898;border:0;border-radius:50%;cursor:pointer;background-color:transparent;padding:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper{display:flex;align-items:center;padding-bottom:30px;border-bottom:1px solid rgba(var(--e-global-color-secondary),.3)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper button{background-color:transparent;padding:0;border:0;outline:0;color:var(--e-global-color-text);line-height:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper button svg{line-height:0;height:auto}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper input[type=number]::-webkit-inner-spin-button,section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.quantity-wrapper input[type=number]{-moz-appearance:textfield;width:60px;height:60px;margin:0 5px;border:1px solid var(--e-global-color-secondary);border-radius:50%;text-align:center}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form #ranges_text{margin-top:20px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.message,section#user_config.hidden{display:none}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.message.visible{display:block}section#configurateur div.wrapper-steps div.steps div.steps-form div.step form div.message span{color:#f73434}section#configurateur div.wrapper-steps div.steps div.steps-form div.step div.confirmation{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step div.confirmation div.icon svg{margin:0 auto;width:64px}section#configurateur div.wrapper-steps div.steps div.steps-form div.step div.confirmation div.icon svg path{fill:var(--e-global-color-primary)}section#configurateur div.wrapper-steps div.steps div.steps-form div.step div.confirmation h3{text-align:center;font-size:35px;line-height:45px;color:var(--e-global-color-secondary);max-width:70%}section#configurateur div.wrapper-steps div.steps div.steps-form div.step div.confirmation p{text-align:center;font-size:16px;line-height:24px;color:#9d9d9d;max-width:50%}section#configurateur dialog{padding:30px 50px;border:0;border-radius:20px}section#configurateur dialog h3{text-align:center;font-size:24px;line-height:30px;font-weight:600}section#configurateur dialog div.button-group{margin-top:20px;display:flex;justify-content:center;gap:10px}section#configurateur dialog div.button-group button{border-radius:50px;border:1px solid var(--e-global-color-secondary);color:var(--e-global-color-secondary);padding:10px 20px;background:#fff;font-size:16px;line-height:18px}section#user_config>h2{text-align:center;margin-bottom:5px}section#user_config>h3{text-align:center;font-size:18px;line-height:24px;color:#9d9d9d}section#user_config>h3 span{color:#000;text-decoration:underline;cursor:pointer}section#user_config>h3 span:hover{color:var(--e-global-color-primary)}section#user_config p{text-align:center;margin-bottom:30px}section#user_config div.configurations{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}section#user_config div.configurations div.configuration{cursor:pointer}section#user_config div.configurations div.configuration:hover div.img-sizer{border:1px solid var(--e-global-color-primary)}section#user_config div.configurations div.configuration div.img-sizer{position:relative;padding-bottom:100%;background-color:#fff;overflow:hidden;border-radius:10px}section#user_config div.configurations div.configuration div.img-sizer img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}section#user_config div.configurations div.configuration h2{font-size:22px;font-weight:600;line-height:28px;margin-top:20px}section#user_config div.configurations div.configuration p{color:var(--e-global-color-secondary)}