/*!
 * @license
 * © CROUIN 2021. All rights reserved.
 * Powered by MaxDesign.
 * ⚠ FR : CONTENU PROTÉGÉ PAR LES DROITS D'AUTEURS (article L. 111-1 du code de la propriété intellectuelle). Cette ressource ne peut pas être utilisée, diffusée ou exploitée sans l'approbation de ses auteurs. Pour plus d'informations, veuillez contacter admin(at)maxdesign.expert
 * ⚠ EN : CONTENT PROTECTED WITH AUTHOR COPYRIGHTS (section L. 111-1 of the intellectual property code). This resource may not be used, distributed or exploited without the approval of its authors. For any information request, please contact admin(at)maxdesign.expert
 */.reviews-maxdesign{--min-width:9999px * var(--bg-fill);--max-width:100vw - var(--section-margin-side, 0px) * 2;position:relative;margin:var(--section-margin)!important;margin-left:auto!important;margin-right:auto!important;padding:var(--section-padding);max-width:clamp(var(--min-width),var(--section-width),var(--max-width));clip-path:var(--section-clipping);-webkit-clip-path:var(--section-clipping)}.reviews-maxdesign:before{content:'';position:var(--bg-parallax);top:0;right:0;bottom:0;left:0;max-width:var(--bg-max-width);margin:auto;background:var(--bg) center/cover no-repeat;opacity:var(--bg-opacity);pointer-events:none;z-index:-1}.rsmd{position:relative;display:grid;align-items:center;justify-content:center;grid-gap:var(--row-gap) 15px;max-width:min(var(--section-width),var(--max-width));margin-left:auto;margin-right:auto}.rsmd-header{margin-top:0;margin-bottom:calc(var(--font-size-title) * 1.5);padding:0 15px;line-height:1.2em;font-size:var(--font-size-title);font-family:var(--font-family-title);letter-spacing:.05em;text-align:center;text-transform:none;color:rgb(var(--color-title))}.rsmd-filters{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;padding:0 10px 0 20px;margin:-15px 0 30px;user-select:none}.rsmd-filters h3{color:currentColor;background:rgb(var(--color-filter));border-radius:3px;margin:10px 10px 0 0!important;font-size:.9em;font-weight:600;padding:7px 17px;cursor:pointer;font-family:inherit;text-transform:none;letter-spacing:.5px;box-shadow:0 0 3px -1px rgb(0 0 0 / .15)}.rsmd-filters [data-active]{color:#fff;background:rgb(var(--color-active-filter));pointer-events:none}.rsmd-viewport{position:relative;overflow:hidden;cursor:grab}.rsmd-viewport:active{cursor:grabbing}.rsmd-container{display:flex;align-items:var(--slide-align);will-change:transform;contain:layout}.rsmd-slide{flex:0 0 var(--slide-width);position:relative;display:flex;flex-direction:column;margin:5px var(--slide-side-spacing);border-radius:var(--borders-radius);max-height:var(--slide-height);overflow:auto;background-color:rgb(var(--color-reviews-bg,255 255 255));box-shadow:-1px -1px 1px rgba(0,0,0,2%),2px 2px 2px rgba(0,0,0,10%)}.rsmd-content{flex:1;display:grid;grid-gap:15px;grid-template-rows:auto 1fr;padding:20px 15px 16px}.rsmd-metadata{display:flex;gap:8px 10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.rsmd-stars{line-height:0}.rsmd-stars--standard svg{margin-right:1px}.rsmd-stars--trustpilot{width:130px}.rsmd-stars--trustpilot svg{display:block}.rsmd-date{line-height:1em;color:rgb(var(--color-date))}.rsmd-product{display:flex;align-items:center;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.rsmd-product a{text-decoration:underline;text-decoration-color:rgba(var(--color-reviews-text) / .17);text-underline-offset:4%}.rsmd-text{font-size:.95em;color:rgb(var(--color-reviews-text))}.rsmd-text p{font-size:1em;margin:5px 0}.rsmd-media{position:relative;z-index:0}.rsmd-media:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--bg-img) center/cover no-repeat;opacity:.7;z-index:-1}.rsmd-img{display:block;width:100%;max-width:100%;height:auto;max-height:calc(var(--slide-height) * .75);object-fit:var(--slide-img-fit);object-position:50% 50%}.rsmd-author{display:flex;gap:10px;align-items:center;justify-content:space-between;overflow:hidden;z-index:1}.rsmd-author__name{font-size:1em;font-weight:600;line-height:1em;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rsmd-author__verified{padding:6px 10px;font-size:11px;line-height:1em;border-radius:50px;color:#fff;background:rgb(var(--color-verified))}.rsmd-btn{user-select:none;appearance:none;-webkit-appearance:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:#fff0;border-style:none;cursor:pointer;position:absolute;top:50%;opacity:1;width:50px;height:50px;background-color:var(--color-arrow);transform:translateY(-50%) scale(var(--arrow-size));border-radius:50%;transition:opacity .15s ease-out 0s;z-index:1}.rsmd-btn--prev{left:6%;transform-origin:left}.rsmd-btn--next{right:6%;transform-origin:right}.rsmd-btn::after{content:'';position:absolute;width:32%;height:32%;border-left:3px solid #fff;border-top:3px solid #fff;top:50%;left:50%}.rsmd-btn--prev:after{transform:translate(-30%,-50%) rotate(-45deg)}.rsmd-btn--next:after{transform:translate(-70%,-50%) rotate(135deg)}.rsmd-btn:active{background-color:var(--color-arrow-active)}.rsmd-footer{margin:20px auto 0;text-align:center;color:rgb(var(--color-more))}.rsmd-footer a{margin:0;color:rgb(var(--color-more));text-decoration:underline}.rsmd-footer svg{width:90px;vertical-align:text-bottom}@media (max-width:767px){.rsmd-slide::after{content:'';display:block;position:sticky;bottom:0;width:100%;height:40px;background:linear-gradient(0deg,rgba(var(--color-reviews-bg,255 255 255) / .75),rgba(var(--color-reviews-bg,255 255 255) / 0))}.rsmd-content{margin-bottom:-40px}}@media (min-width:768px){.reviews-maxdesign{--margin:var(--section-margin-desktop);--margin-side:var(--section-margin-side-desktop);--padding:var(--section-padding-desktop);--clip:var(--section-clipping-desktop)}.rsmd-slide{overflow:hidden}.rsmd-content{max-height:var(--slide-height)}.rsmd-text{padding-right:5px;overflow:auto;scrollbar-width:thin;scrollbar-color:#c8c8c8 #fff0}.rsmd-text::-webkit-scrollbar{width:4px}.rsmd-text::-webkit-scrollbar-thumb{background-color:#c8c8c8;border-radius:20px}.rsmd-text::-webkit-scrollbar-track{background:0 0}.rsmd-filters{margin-bottom:45px}.rsmd-media{align-self:stretch}.rsmd-img{position:absolute;top:0;left:0;width:100%;height:100%;max-height:none}.rsmd-btn--prev{left:50px}.rsmd-btn--next{right:50px}.rsmd-slide[data-img=true][data-content=true]{flex:0 0 min(100% - var(--slide-side-spacing) * 2,var(--slide-width) * 2);display:grid;grid-template-columns:1fr 1fr}}