.CustomSelect{position:relative}.CustomSelect:after{pointer-events:none;content:"";position:absolute;top:50%;transform:translateY(-50%);right:8px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333}.CustomSelect.has-error .CustomSelect__select{border-color:#e91630}.CustomSelect.is-disabled:after{content:none}.CustomSelect__select{cursor:pointer;margin:0;width:100%;padding:8px 24px 8px 8px;font-family:"readBeta2 sans-serif";font-size:1.6rem;background-image:none;background-color:#fff;border:1px solid #ccc;display:inline-block;border-radius:0;-webkit-appearance:none;-moz-appearance:none;outline:none;color:#000}.CustomSelect__select:disabled{opacity:.3;cursor:default}.CustomSelect_darkBackground .CustomSelect__select{background-color:initial;color:#fff}.CustomSelect_darkBackground .CustomSelect__selectOption{color:#000}.CustomSelect_darkBackground:after{border-top-color:#fff}.CustomSelect__error{color:#e91630;font-size:1.3rem;margin-top:4px}.CustomSelect_l .CustomSelect__select{padding:16px 32px 16px 16px}.CustomSelect_l:after{right:16px}.CustomSelect_light:after{content:"";right:20px;top:10px;border:solid #000;border-width:0 2px 2px 0;padding:4px;transform:rotate(45deg)}.CustomSelect_inText .CustomSelect__select{font-size:inherit;color:#ffce33;background:transparent;font-weight:700;border:0;border-bottom:2px solid #ffce33;padding:8px 20px 0 0}.CustomSelect_inText .CustomSelect__select .CustomSelect__selectOption{color:#000}.CustomSelect_inText:after{border-top-color:#ffce33;right:4px}.WebrenderPictureElement .PictureElement__imgDefault{height:auto;width:auto;max-height:100%;max-width:100%}.WebrenderPictureElement.is-full-width .PictureElement__imgDefault{width:100%}.EfficiencyTooltip{color:#000}.EfficiencyTooltip__tooltip{font-family:"readBeta2 sans-serif";text-align:left;padding:0}.EfficiencyTooltip__title{display:flex;align-items:center;justify-content:center;padding:4px 8px}@media screen and (min-width:1024px){.EfficiencyTooltip__title{justify-content:space-between;border-bottom:1px solid #f3f5f6}}.EfficiencyTooltip__descriptionText{display:none;font-size:1rem;max-width:280px}@media screen and (min-width:1024px){.EfficiencyTooltip__descriptionText{display:inline}}.EfficiencyTooltip__titleText{font-size:1.4rem;font-weight:700;color:#000}.EfficiencyTooltip__icon{margin-left:8px}@media screen and (min-width:670px){.Specifications{display:flex;flex-flow:wrap;justify-content:center}}.Specifications.Specifications_spaced{margin:16px -8px}@media screen and (min-width:670px){.Specifications.Specifications_spaced{margin:16px 32px}}@media screen and (min-width:1024px){.Specifications.Specifications_spaced{margin:16px 72px 0}}.Specifications__selectWrapper{background-color:#1f2532;padding:16px}.Specifications__select{overflow:hidden}.Specifications__img{display:none}@media screen and (min-width:670px){.Specifications__img{display:block;margin-right:16px;position:relative;text-align:center;width:calc(50% - 16px)}}.Specifications__specsContent{font-size:1.4rem}@media screen and (min-width:670px){.Specifications__specsContent{margin-left:16px;width:calc(50% - 16px)}}.Specifications__specsData{border:solid #ccc;border-width:0 0 1px;width:100%}@media screen and (min-width:670px){.Specifications__specsData{border-width:0 1px 1px}}.Specifications__table{margin:0 8px;width:calc(100% - 16px)}.Specifications__table tr:not(:last-of-type){border-bottom:1px solid #ccc}.Specifications__specCat,.Specifications__title{padding:12px 16px}.Specifications__title{background-color:#1f2532;color:#fff;text-align:center}.Specifications__specCat{background-color:#e6e6ec;text-transform:uppercase}.Specifications__specCat,.Specifications__specValue,.Specifications__title{font-weight:700}.Specifications__specLabel,.Specifications__specValue{vertical-align:middle;padding:12px 8px}.Specifications__specLabel{font-weight:400;padding-right:0;text-align:left}.Specifications__specValue{text-align:right;white-space:nowrap}.Specifications__highlightContainer{display:flex;flex-wrap:wrap;margin:16px 16px 0}@media screen and (min-width:670px){.Specifications__highlightContainer{justify-content:space-around;margin:32px 0 0;width:100%}}.Specifications__highlightElement{align-items:center;display:flex;margin:8px 0;flex-basis:50%}@media screen and (min-width:670px){.Specifications__highlightElement{flex-basis:auto}}.Specifications__highlightLabel{display:block;font-size:.8rem;font-weight:700;flex:1;text-align:right}@media screen and (min-width:670px){.Specifications__highlightLabel{font-size:1.1rem;max-width:100px}}.Specifications__highlightValue{border-left:1px solid rgba(119,127,145,.7);font-size:2rem;font-weight:700;flex:1;margin-left:4px;padding-left:4px;white-space:nowrap}@media screen and (min-width:670px){.Specifications__highlightValue{font-size:2.8rem}}.Specifications__highlightLabel{color:#ccc}.Specifications__highlightValue{border-left:1px solid hsla(0,0%,80%,.7)}.ResponsiveTabs{display:flex;flex-wrap:wrap;border-top:1px solid;border-bottom:1px solid}@media screen and (min-width:1024px){.ResponsiveTabs{justify-content:center;border:0}}.ResponsiveTabs__tab{display:flex;align-items:center;width:100%;padding:16px 48px 16px 16px;font-size:1.4rem;border-bottom:1px solid #e6e6ec;position:relative;transition:border-bottom .5s ease}.ResponsiveTabs__tab:last-of-type{border-bottom:0}.ResponsiveTabs__tab svg{width:20px;margin-right:32px}.ResponsiveTabs__tab svg path{fill:#000}.ResponsiveTabs__tab:after,.ResponsiveTabs__tab:before{content:"";position:absolute;top:50%;transform:translateY(-50%);width:10px;height:2px;transition:transform .5s;will-change:transform}.ResponsiveTabs__tab:before{right:22px;transform:translateY(-50%) rotate(45deg)}.ResponsiveTabs__tab:after{right:16px}.ResponsiveTabs__tab.is-active:before,.ResponsiveTabs__tab:after{transform:translateY(-50%) rotate(-45deg)}.ResponsiveTabs__tab.is-active:after{transform:translateY(-50%) rotate(45deg)}@media screen and (min-width:1024px){.ResponsiveTabs__tab{flex-direction:column;justify-content:flex-end;flex-grow:0;order:1;position:relative;width:auto;border-bottom:0}.ResponsiveTabs__tab:after,.ResponsiveTabs__tab:before{content:none}.ResponsiveTabs__tab.is-active:before,.ResponsiveTabs__tab:before{transform:none;transition:none}.ResponsiveTabs__tab.is-active{border-bottom:0}.ResponsiveTabs__tab.is-active .ResponsiveTabs__tabTitle{font-weight:400}.ResponsiveTabs__tab.is-lastActive{border-bottom:0}.ResponsiveTabs__tab.is-lastActive .ResponsiveTabs__tabTitle{font-weight:700}}.ResponsiveTabs__tabTitle{font-family:"readBeta2 sans-serif";font-size:1.4rem;font-weight:700;text-align:left}@media screen and (min-width:1024px){.ResponsiveTabs__tabTitle{white-space:nowrap;font-weight:400}}.ResponsiveTabs__content{width:100%;font-size:2.2rem;max-height:0;padding:0 8px;transition:max-height .5s ease;will-change:max-height;overflow:hidden}.ResponsiveTabs__content.is-active{max-height:10000px;padding:8px 8px 0;border-bottom:1px solid #e6e6ec}.ResponsiveTabs__content:before{border-top:2px solid #ffce33}.ResponsiveTabs__content:after{border-bottom:2px solid #ffce33}@media screen and (min-width:1024px){.ResponsiveTabs__content{order:6;transition:none;max-height:10000px;display:none;padding:8px 8px 0}.ResponsiveTabs__content.is-lastActive{display:block;border-bottom:none}}.ResponsiveTabs__new .new{margin:0}.aem-Author--hidePlaceholder .ResponsiveTabs__new{display:none}.ResponsiveTabs__tabPicto{display:inline-block;max-height:36px;max-width:36px;margin-right:16px}@media screen and (min-width:1024px){.ResponsiveTabs__tabPicto{max-height:40px;max-width:40px;margin-right:0;margin-bottom:16px}}.ResponsiveTabs_block .ResponsiveTabs__tab{background-color:#fff}@media screen and (min-width:1024px){.ResponsiveTabs_block .ResponsiveTabs__tab{margin-right:2px;padding:16px}}.ResponsiveTabs_block .ResponsiveTabs__content{background-color:#fff;padding-top:0}@media screen and (min-width:1024px){.ResponsiveTabs_block .ResponsiveTabs__content{padding-top:32px}}.ResponsiveTabs_block .ResponsiveTabs__tabPicto{display:none}@media screen and (min-width:1024px){.ResponsiveTabs_line .ResponsiveTabs__tab.is-active:before,.ResponsiveTabs_line .ResponsiveTabs__tab.is-lastActive:before,.ResponsiveTabs_vertical .ResponsiveTabs__tab.is-active:before,.ResponsiveTabs_vertical .ResponsiveTabs__tab.is-lastActive:before{transform:none}}@media screen and (min-width:1024px){.ResponsiveTabs_line .ResponsiveTabs__tab{position:relative;padding:0 32px 8px;margin:8px 0}.ResponsiveTabs_line .ResponsiveTabs__tab:before{content:"";position:absolute;width:100%;height:1px;top:auto;bottom:0;left:0;transform:none}.ResponsiveTabs_line .ResponsiveTabs__tab.is-active:before,.ResponsiveTabs_line .ResponsiveTabs__tab.is-lastActive:before{transform:none}.ResponsiveTabs_line .ResponsiveTabs__tab.is-lastActive:before{height:3px}.ResponsiveTabs_line .ResponsiveTabs__tab.is-lastActive .ResponsiveTabs__tabTitle{font-weight:700}.ResponsiveTabs_line .ResponsiveTabs__tab:focus:before,.ResponsiveTabs_line .ResponsiveTabs__tab:hover:before{height:3px}}@media screen and (min-width:1024px){.ResponsiveTabs_vertical{display:grid;grid-template-columns:33% 1fr;grid-template-areas:"tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content" "tab content"}.ResponsiveTabs_vertical .ResponsiveTabs__tab{flex-direction:row;justify-content:flex-start;padding:16px}.ResponsiveTabs_vertical .ResponsiveTabs__tab:before{content:"";position:absolute;top:0;left:0;width:1px;height:100%;background-color:#ccc;transform:none}.ResponsiveTabs_vertical .ResponsiveTabs__tab.is-lastActive:before{width:3px}.ResponsiveTabs_vertical .ResponsiveTabs__tab.is-lastActive .ResponsiveTabs__tabTitle{font-weight:700}.ResponsiveTabs_vertical .ResponsiveTabs__tab:focus:before,.ResponsiveTabs_vertical .ResponsiveTabs__tab:hover:before{width:3px}.ResponsiveTabs_vertical .ResponsiveTabs__content{grid-area:content;background-color:initial}.ResponsiveTabs_vertical .ResponsiveTabs__tabPicto{margin-right:16px;margin-bottom:0}.ResponsiveTabs_vertical .ResponsiveTabs__tabTitle{text-transform:none;white-space:normal}}.ResponsiveTabs{border-color:#e6e6ec}.ResponsiveTabs__tab{color:#1f2532}.ResponsiveTabs__tab:after,.ResponsiveTabs__tab:before{background-color:#000}.ResponsiveTabs__tab.is-active:after,.ResponsiveTabs__tab.is-active:before{background-color:#ffce33}@media screen and (min-width:1024px){.ResponsiveTabs__tab.is-active:after,.ResponsiveTabs__tab.is-active:before{background-color:#ccc}}@media screen and (min-width:1024px){.ResponsiveTabs__tab.is-lastActive:before{background-color:#ffce33}}@media screen and (min-width:1024px){.ResponsiveTabs__tab{border-right:solid #ccc;border-width:0;color:#777;font-weight:400;text-align:center;transition:none}.ResponsiveTabs__tab.is-lastActive{color:#1f2532}}@media screen and (min-width:1024px){.ResponsiveTabs__tabTitle{text-transform:uppercase}}.ResponsiveTabs_block .ResponsiveTabs__tab{padding:16px}.ResponsiveTabs_block .ResponsiveTabs__tab.is-active:after,.ResponsiveTabs_block .ResponsiveTabs__tab.is-active:before{background-color:#ffce33}@media screen and (min-width:1024px){.ResponsiveTabs_block .ResponsiveTabs__tab{position:relative;background-color:#e6e6ec}.ResponsiveTabs_block .ResponsiveTabs__tab:before{position:absolute;top:0;left:0;width:100%;height:3px;background-color:#ffce33}.ResponsiveTabs_block .ResponsiveTabs__tab:focus,.ResponsiveTabs_block .ResponsiveTabs__tab:hover{background-color:#fff}.ResponsiveTabs_block .ResponsiveTabs__tab:focus:before,.ResponsiveTabs_block .ResponsiveTabs__tab:hover:before{content:""}.ResponsiveTabs_block .ResponsiveTabs__tab.is-lastActive{background-color:#fff}.ResponsiveTabs_block .ResponsiveTabs__tab.is-lastActive:before{content:""}}@media screen and (min-width:1024px){.ResponsiveTabs_block .ResponsiveTabs__tabTitle{color:#777}}@media screen and (min-width:1024px){.ResponsiveTabs_line .ResponsiveTabs__tabTitle,.ResponsiveTabs_vertical .ResponsiveTabs__tabTitle{color:#000}}@media screen and (min-width:1024px){.ResponsiveTabs_line .ResponsiveTabs__tab.is-active:before,.ResponsiveTabs_line .ResponsiveTabs__tab:before{background-color:#ccc}}@media screen and (min-width:1024px){.ResponsiveTabs_line .ResponsiveTabs__tab.is-lastActive:before,.ResponsiveTabs_line .ResponsiveTabs__tab:focus:before,.ResponsiveTabs_line .ResponsiveTabs__tab:hover:before,.ResponsiveTabs_vertical .ResponsiveTabs__tab:focus:before,.ResponsiveTabs_vertical .ResponsiveTabs__tab:hover:before{background-color:#ffce33}}.EnginesSpecifications{color:#000}