.c-formSlider{--sliderThumbSize:2rem;--sliderTrackHeight:0.4rem;position:relative;width:100%;max-width:56rem;padding:6.8rem 4rem 0}.c-formSlider__slider{height:var(--sliderThumbSize)}.c-formSlider__slider:after,.c-formSlider__slider:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);z-index:var(--zindex-above);width:calc(var(--sliderThumbSize) - .6rem);height:var(--sliderTrackHeight);background-color:#fff}.c-furnitureConfigurator .c-formSlider__slider:after,.c-furnitureConfigurator .c-formSlider__slider:before{background-color:var(--blue-50)}.c-formSlider__slider:before{left:0}.c-formSlider__slider:after{right:0}.c-formSlider__track{position:absolute;top:50%;transform:translateY(-50%);height:var(--sliderTrackHeight);background:var(--neutral-300)}.c-formSlider__track.inner{background:var(--green-600)}.c-formSlider__track.outer{background:var(--neutral-300)}.c-formSlider__thumb{position:relative;height:var(--sliderThumbSize);width:var(--sliderThumbSize);background-color:var(--green-600);border:2px solid #fff;cursor:grab;border-radius:50%}.c-formSlider__thumbValue{position:absolute;top:-1.4rem;left:50%;transform:translate(-50%,-100%);font-size:1.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;width:10rem;height:5.6rem;background-color:#fff;border-radius:1.2rem;border:1px solid var(--neutral-300)}.c-formSlider__mark{height:1.2rem;width:1.2rem;margin:0 .4rem;background-color:var(--neutral-300);border-radius:50%;top:50%;transform:translateY(-50%);border:1px solid rgba(0,0,0,0);z-index:calc(var(--zindex-above) + 1);cursor:grab}.c-formSlider__mark.active{background-color:var(--green-600)}.c-formSlider__mark.disabled{background-color:var(--neutral-300);border-color:#fff}.c-formSlider__mark.disabled .c-tooltip__button{cursor:not-allowed}.c-formSlider__mark .c-tooltip{display:block}@media only screen and (max-width:768px){.c-formSlider__mark .c-tooltip{display:none}}.c-formSlider__mark .c-tooltip__button{width:1.2rem;height:1.2rem;background:rgba(0,0,0,0);display:block;border-radius:1.2rem}.c-formSlider__mark .c-tooltip__button .c-icon-svg{display:none}.c-formSlider__mark .react-tooltip{--tipWidth:auto;padding:.2rem .6rem;font-size:1.2rem;font-weight:600;white-space:nowrap}:root{--primary:var(--green-600);--secondary:var(--blue-800);--tertiary:var(--yellow-500);--blue-50:#f6f7f9;--blue-100:#f3f9fe;--blue-200:#d5e4f6;--blue-300:#c7e0ff;--blue-600:#296dc1;--blue-700:#205597;--blue-800:#173d6c;--blue-900:#102b4c;--green-50:#eef8f1;--green-100:#cbf6dd;--green-500:#1fa355;--green-600:#008537;--green-700:#006b2c;--green-800:#005222;--green-850:#00471e;--yellow-100:#fff4cc;--yellow-400:#ffd433;--yellow-500:#fec900;--yellow-550:#e5b600;--neutral-100:#f4f4f4;--neutral-200:#e6e6e6;--neutral-300:#cccccc;--neutral-400:#b3b3b3;--neutral-500:#999999;--neutral-600:#666666;--neutral-700:#4d4d4d;--neutral-800:#666666;--neutral-900:#1a1a1a;--neutral-1000:black;--text:black;--title:black;--success-100:#f4fbf3;--success-500:#39a033;--info-100:#f3f9fe;--info-500:#2768b9;--error-100:#feecee;--error-500:#df0021;--alert-100:#fff8db;--alert-500:#e5b600;--alert-700:#a85f00;--orange-tempo:#ff9900;--available:var(--success-500);--unavailable:var(--error-500);--reconditionne:#33c16e;--avis:#ffa60d;--vert-oney:#81bc00;--promo:#be433c;--astuce:#f1f9fd;--seconde-vie:#a8f1d3;--font-primary:"Open Sans",sans-serif;--font-secondary:Arial,sans-serif;--zindex-below:-1;--zindex-default:auto;--zindex-above:1;--zindex-absolute:10;--zindex-sticky:50;--zindex-fixed:100;--zindex-overlay:5000;--zindex-popin:6000;--zindex-skyrocket:9999}.c-fcAutoAlert{position:fixed;top:calc(var(--fcHeaderHeight) + 2rem);right:3.6rem;z-index:calc(var(--zindex-fixed) + 1);border-radius:.8rem;overflow:hidden;width:100%;max-width:38rem;background-color:#fff;border:2px solid #fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.1215686275)}@media only screen and (min-width:768.2px){.c-fcAutoAlert{animation:slideInRight .8s ease-out forwards}}@media only screen and (max-width:768px){.c-fcAutoAlert{top:auto;right:1.2rem;left:auto;bottom:15.6rem;width:calc(100% - 2.4rem)}}.c-fcAutoAlert_header{background-color:var(--blue-100);height:6.4rem;display:flex;align-items:center;justify-content:space-between;padding:1.6rem}.c-fcAutoAlert_content{padding:1.6rem 1.2rem}.c-fcAutoAlert_content h2,.c-fcAutoAlert_content h3,.c-fcAutoAlert_content h4,.c-fcAutoAlert_content h6,.c-fcAutoAlert_content p{font-size:1.4rem;margin-bottom:1.6rem}.c-fcAutoAlert_content img{margin:0 auto}.c-fcAutoAlert__mobileButton{height:4.8rem;width:4.8rem;background-color:var(--blue-300);border-radius:var(--btnHeight);position:fixed;z-index:var(--zindex-fixed);bottom:15.6rem;right:1.6rem;box-shadow:0 4px 12px 0 rgba(0,0,0,.1215686275)}@media only screen and (min-width:768.2px){.c-fcAutoAlert__mobileButton{display:none}}.c-fcAutoAlert__mobileButton{animation:slideInRight .8s ease-out forwards}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}