: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-field-checkbox .c-field__wrapper{display:flex}.c-field-checkbox .c-label{font-size:1.4rem;padding-left:.8rem;margin-bottom:0;cursor:pointer}.c-checkbox{--inputCheckedColor:var(--primary);--inputBorderColor:var(--neutral-300);--inputWidth:2rem;-webkit-appearance:none;border-radius:.5rem;margin:0;padding:0;appearance:none;display:block;border:1px solid var(--inputBorderColor);background:#fff;position:relative;cursor:pointer}.c-checkbox,.c-checkbox:after{width:var(--inputWidth);height:var(--inputWidth)}.c-checkbox:after{content:"";display:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjg2NjY5OSA0LjEwNDE0TDQuMzgyNDUgNy43MzMzM0wxMS4xMzM0IDAuNzg0NzU3TDEwLjM3NTEgMC4wNjI1TDQuMzgyNDUgNi4xODc0N0wxLjYyNTA2IDMuMzQzNzVMMC44NjY2OTkgNC4xMDQxNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");background-position:50%;background-repeat:no-repeat;background-size:calc(var(--inputWidth) - .8rem) auto;background-color:var(--inputCheckedColor);border-radius:.3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.c-checkbox:checked:after{display:block}.c-checkbox:disabled{background-color:var(--neutral-100);cursor:default}.c-field--checkboxBlock{position:relative}.c-field--checkboxBlock .c-checkbox{position:absolute;top:1.8rem;left:2rem}.c-field--checkboxBlock .c-label{padding:1.6rem 2.4rem 1.6rem 5.6rem;box-shadow:inset 0 0 0 1px var(--neutral-200);border-radius:1.2rem;display:flex;align-items:center;line-height:1.4;min-height:5.6rem}@media(hover:hover)and (pointer:fine){.c-field--checkboxBlock .c-label:hover{background-color:var(--neutral-100)}}.c-field--checkboxBlock:has(input[type=checkbox]:checked) .c-label{box-shadow:inset 0 0 0 2px var(--primary)}.c-field-checkbox.c-field--chip{--inputBorderColor:var(--neutral-300)}.c-field-checkbox.c-field--chip .c-field__input-container{clip:rect(0 0 0 0);clip:path(inset 100%);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap}.c-field-checkbox.c-field--chip .c-field__label{min-height:4.8rem;padding:0 2rem;background-color:#fff;font-weight:600;font-size:1.6rem;border:1px solid var(--inputBorderColor);border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;cursor:default}.c-field-checkbox.c-field--chip:not(:has(input[type=checkbox]:disabled)) .c-field__label:hover{--inputBorderColor:var(--green-600);cursor:pointer}.c-field-checkbox.c-field--chip:has(input[type=checkbox]:disabled) .c-field__label{padding:0 1.6rem;font-weight:400;background-color:var(--neutral-100)}.c-field-checkbox.c-field--chip:has(input[type=checkbox]:focus-visible) .c-label{--focusOutlineColor:var(--blue-800);outline:2px dotted var(--focusOutlineColor);outline-offset:.2rem}.c-field-checkbox.c-field--chip:has(input[type=checkbox]:checked){--inputBorderColor:var(--green-600)}.c-field-checkbox.c-field--chip:has(input[type=checkbox]:checked) .c-label{background-color:var(--green-50);box-shadow:inset 0 0 0 1px var(--green-600);position:relative;gap:.6rem;padding-left:1.2rem}.c-field-checkbox.c-field--chip:has(input[type=checkbox]:checked) .c-label:before{content:"";display:block;width:2.8rem;height:2.8rem;background-color:var(--green-600);-webkit-mask-image:url(/_next/static/media/check.14d8cf48.svg);mask-image:url(/_next/static/media/check.14d8cf48.svg);-webkit-mask-size:100%;mask-size:100%}