.rlstudio-article,.rlstudio-hub{--rl-rose: #EDD1C8;--rl-rose-light: #F7EBE6;--rl-rose-deep: #C9A99E;--rl-fg: rgb(var(--color-foreground));--rl-secondary: rgba(var(--color-foreground), .75);--rl-muted: rgba(var(--color-foreground), .55);--rl-border: rgba(var(--color-foreground), .12);--rl-heading-lh: calc(1 + .3/max(1, var(--font-heading-scale))) ;--rl-heading-ls: calc(var(--font-heading-scale) * .06rem)}.rlstudio-article,.rlstudio-hub{max-width:72.6rem;margin:0 auto;padding:3.5rem 1.5rem 0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);font-size:1.5rem;line-height:calc(1 + .8 / var(--font-body-scale));letter-spacing:.06rem;color:var(--rl-fg)}@media screen and (min-width:750px){.rlstudio-article,.rlstudio-hub{padding:5rem 5rem 0;font-size:1.6rem}}@media screen and (min-width:990px){.rlstudio-article,.rlstudio-hub{padding:5rem 0 0}}.rlstudio-article__title,.rlstudio-hub__title,.rlstudio-article__h2,.rlstudio-article__content h3,.rlstudio-faq__title,.rlstudio-sources__title,.rlstudio-related__title,.rlstudio-related__card-title,.rlstudio-hub__cluster-title,.rlstudio-cluster-map__title,.rlstudio-inter-blog-links__title,.rlstudio-product-card__name,.rlstudio-steps__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:var(--rl-heading-lh);letter-spacing:var(--rl-heading-ls);color:var(--rl-fg)}.rlstudio-article .metafield-rich_text_field,.rlstudio-hub .metafield-rich_text_field{display:contents}.rlstudio-breadcrumb{margin-bottom:1.5rem}.rlstudio-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;padding:0;margin:0;font-size:1.2rem;letter-spacing:.06rem;color:var(--rl-muted)}.rlstudio-breadcrumb__item:not(:last-child):after{content:"/";display:inline-block;margin:0 .6em;color:var(--rl-muted);font-weight:300}.rlstudio-breadcrumb__link{color:var(--rl-muted);text-decoration:none;transition:color .2s ease}.rlstudio-breadcrumb__link:hover{color:var(--rl-fg)}.rlstudio-breadcrumb__current{color:var(--rl-fg);font-weight:var(--font-body-weight-bold)}.rlstudio-meta-author{display:flex;flex-wrap:wrap;align-items:center;gap:0;font-size:1.2rem;color:var(--rl-muted);margin-bottom:1.5rem}.rlstudio-meta-author__separator{margin:0 .5em;color:var(--rl-rose-deep)}.rlstudio-meta-author__author{font-style:normal;font-weight:var(--font-body-weight-bold);color:var(--rl-fg)}.rlstudio-article__title,.rlstudio-hub__title{font-size:calc(var(--font-heading-scale) * 3rem);margin-bottom:1.5rem}@media screen and (min-width:750px){.rlstudio-article__title,.rlstudio-hub__title{font-size:calc(var(--font-heading-scale) * 4rem)}}.rlstudio-article__intro,.rlstudio-hub__intro{font-size:1.6rem;color:var(--rl-secondary);margin-bottom:2.5rem}@media screen and (min-width:750px){.rlstudio-article__intro,.rlstudio-hub__intro{font-size:1.8rem}}.rlstudio-hero-image{margin:0 -1.5rem 3.5rem;aspect-ratio:3 / 2;overflow:hidden}@media screen and (min-width:750px){.rlstudio-hero-image{aspect-ratio:16 / 10;margin-left:-5rem;margin-right:-5rem}}@media screen and (min-width:990px){.rlstudio-hero-image{margin-left:0;margin-right:0}}.rlstudio-hero-image__img{width:100%;height:100%;object-fit:cover;display:block}.rlstudio-inline-image{margin:2rem 0;overflow:hidden}@media screen and (min-width:750px){.rlstudio-inline-image{max-width:60%}}.rlstudio-inline-image__img{width:100%;height:auto;display:block;border-radius:2px;aspect-ratio:4 / 3;object-fit:cover}.rlstudio-inline-image__caption{margin-top:.6rem;font-size:1.1rem;color:rgba(var(--color-foreground),.45);font-style:italic;letter-spacing:.04rem}.rlstudio-article__section{margin-bottom:3.5rem}.rlstudio-article__h2{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:1rem}.rlstudio-article__content p{margin-bottom:1em}.rlstudio-article__content h3{font-size:calc(var(--font-heading-scale) * 1.7rem);margin:1.5em 0 .5em}.rlstudio-article__content a{color:var(--rl-fg);text-decoration-color:var(--rl-rose);text-decoration-thickness:1.5px;text-underline-offset:2px;transition:text-decoration-color .2s ease}.rlstudio-article__content a:hover{text-decoration-color:var(--rl-fg)}.rlstudio-article__content ul,.rlstudio-article__content ol{padding-left:1.25em;margin-bottom:1em}.rlstudio-article__content li{margin-bottom:.35em}@media screen and (min-width:750px){.rlstudio-article__h2,.rlstudio-faq__title,.rlstudio-sources__title,.rlstudio-related__title,.rlstudio-hub__cluster-title{font-size:calc(var(--font-heading-scale) * 2.4rem)}.rlstudio-article__content h3{font-size:calc(var(--font-heading-scale) * 2rem)}}.rlstudio-article__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,16rem),1fr));gap:1.5rem;margin-top:1.5rem}.rlstudio-product-card{border:1px solid var(--rl-border);border-radius:2px;overflow:hidden;background:rgb(var(--color-background));transition:border-color .25s ease}.rlstudio-product-card:hover{border-color:var(--rl-rose-deep)}.rlstudio-product-card--sold-out{opacity:.65}.rlstudio-product-card__image-wrapper{aspect-ratio:1;overflow:hidden;background:var(--rl-rose-light)}.rlstudio-product-card__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.rlstudio-product-card:hover .rlstudio-product-card__image{transform:scale(1.03)}.rlstudio-product-card__body{padding:1rem 1.5rem 1.5rem}.rlstudio-product-card__name{font-size:calc(var(--font-heading-scale) * 1.5rem);margin:0 0 .4rem}.rlstudio-product-card__name a{color:var(--rl-fg);text-decoration:none}.rlstudio-product-card__stars{display:flex;gap:1px;margin-bottom:.4rem;font-size:1.3rem;color:var(--rl-rose-deep)}.rlstudio-product-card__star--filled{color:var(--rl-fg)}.rlstudio-product-card__description{font-size:1.3rem;color:var(--rl-muted);line-height:1.5;margin:0 0 1rem}.rlstudio-product-card__price{font-size:1.4rem;font-weight:var(--font-body-weight-bold);color:var(--rl-fg);margin-bottom:1rem}.rlstudio-product-card__price-compare{text-decoration:line-through;color:var(--rl-muted);margin-right:.4em;font-weight:var(--font-body-weight)}.rlstudio-product-card__cta{display:inline-block;font-size:1.2rem;font-weight:var(--font-body-weight-bold);letter-spacing:.06rem;color:var(--rl-fg);text-decoration:none;padding-bottom:1px;border-bottom:1px solid var(--rl-rose);transition:border-color .2s ease}.rlstudio-product-card__cta:hover{border-color:var(--rl-fg)}.rlstudio-product-card__cta--sold-out{color:var(--rl-muted);border-color:transparent;cursor:default}.rlstudio-product-card--fallback{border-style:dashed}.rlstudio-steps__list{list-style:none;padding:0;margin:0;counter-reset:step}.rlstudio-steps__item{display:grid;grid-template-columns:2.5rem 1fr;gap:1rem;margin-bottom:2.5rem;align-items:start}.rlstudio-steps__number{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:calc(var(--font-heading-scale) * 2rem);font-weight:300;color:var(--rl-rose-deep);line-height:1.3;text-align:center}.rlstudio-steps__title{font-size:calc(var(--font-heading-scale) * 1.5rem);margin:0 0 .4rem}.rlstudio-steps__time{display:inline-block;font-size:1.1rem;font-weight:var(--font-body-weight-bold);letter-spacing:.08rem;text-transform:uppercase;color:var(--rl-rose-deep);margin-bottom:.4rem}.rlstudio-steps__content{line-height:inherit}.rlstudio-steps__image{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-radius:2px;margin-top:1rem}.rlstudio-steps__product{margin-top:1rem;max-width:18rem}.rlstudio-faq{margin-bottom:3.5rem;border-top:1px solid var(--rl-border);padding-top:2.5rem}.rlstudio-faq__title{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:1.5rem}.rlstudio-faq__item{border-bottom:1px solid var(--rl-border)}.rlstudio-faq__question{cursor:pointer;padding:1.5rem 0;list-style:none;display:flex;align-items:center;justify-content:space-between}.rlstudio-faq__question::-webkit-details-marker{display:none}.rlstudio-faq__question:after{content:"+";font-family:var(--font-heading-family);font-size:1.8rem;font-weight:300;color:var(--rl-rose-deep);flex-shrink:0;margin-left:1rem;transition:transform .25s ease}.rlstudio-faq__item[open] .rlstudio-faq__question:after{transform:rotate(45deg)}.rlstudio-faq__question:hover{background:rgba(var(--color-foreground),.04)}.rlstudio-faq__question h3{font-family:var(--font-body-family);font-size:1.4rem;font-weight:var(--font-body-weight-bold);color:var(--rl-fg);margin:0;line-height:1.4}.rlstudio-faq__answer{padding:0 0 1.5rem;font-size:1.4rem;color:var(--rl-secondary)}.rlstudio-geste{background:var(--rl-rose-light);border-left:3px solid var(--rl-rose);padding:2.5rem 3rem;margin-bottom:3.5rem;border-radius:0 2px 2px 0}.rlstudio-geste__icon{display:none}.rlstudio-geste__body{min-width:0}.rlstudio-geste__title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-size:1.1rem;font-weight:600;letter-spacing:.1rem;text-transform:uppercase;color:var(--rl-rose-deep);margin:0 0 1rem}.rlstudio-geste__content{font-size:1.4rem;color:var(--rl-fg);font-style:italic}.rlstudio-geste__content p{margin:0}.rlstudio-geste--inci{border-left-color:var(--rl-muted)}.rlstudio-geste--inci .rlstudio-geste__icon:before{background:var(--rl-muted);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z'/%3E%3C/svg%3E")}.rlstudio-geste--inci .rlstudio-geste__title{color:var(--rl-muted)}.rlstudio-geste--correcteur .rlstudio-geste__icon:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.73 12.02l3.98-3.98a.996.996 0 000-1.41l-4.34-4.34a.996.996 0 00-1.41 0l-3.98 3.98L8 2.29a1.001 1.001 0 00-1.41 0L2.29 6.63a.996.996 0 000 1.41l3.98 3.98L2.29 16a.996.996 0 000 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34a.996.996 0 000-1.41l-3.98-3.98z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M17.73 12.02l3.98-3.98a.996.996 0 000-1.41l-4.34-4.34a.996.996 0 00-1.41 0l-3.98 3.98L8 2.29a1.001 1.001 0 00-1.41 0L2.29 6.63a.996.996 0 000 1.41l3.98 3.98L2.29 16a.996.996 0 000 1.41l4.34 4.34c.39.39 1.02.39 1.41 0l3.98-3.98 3.98 3.98c.2.2.45.29.71.29.26 0 .51-.1.71-.29l4.34-4.34a.996.996 0 000-1.41l-3.98-3.98z'/%3E%3C/svg%3E")}.rlstudio-geste--choix{border-left-color:var(--rl-fg)}.rlstudio-geste--choix .rlstudio-geste__icon:before{background:var(--rl-fg);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E")}.rlstudio-geste--choix .rlstudio-geste__title{color:var(--rl-fg)}.rlstudio-sources{margin-bottom:3.5rem;border-top:1px solid var(--rl-border);padding-top:2.5rem}.rlstudio-sources__title{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:1.5rem}.rlstudio-sources__group{margin-bottom:1.5rem}.rlstudio-sources__group-title{font-size:1.1rem;font-weight:var(--font-body-weight-bold);letter-spacing:.1rem;text-transform:uppercase;color:var(--rl-muted);margin-bottom:.4rem}.rlstudio-sources__list{list-style:none;padding:0;margin:0}.rlstudio-sources__item{font-size:1.2rem;line-height:1.5;color:var(--rl-secondary);padding:.4rem 0;border-bottom:1px solid var(--rl-rose-light)}.rlstudio-sources__item:last-child{border-bottom:none}.rlstudio-related{margin-bottom:3.5rem;border-top:1px solid var(--rl-border);padding-top:2.5rem}.rlstudio-related__title{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:1.5rem}.rlstudio-related__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media screen and (min-width:750px){.rlstudio-related__grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,22rem),1fr))}}.rlstudio-related__card{border-top:3px solid var(--rl-rose);background:rgba(var(--color-foreground),.02);border-radius:0 0 2px 2px;overflow:hidden;transition:background-color .25s ease,border-color .25s ease}.rlstudio-related__card:hover{background:rgba(var(--color-foreground),.04);border-top-color:var(--rl-rose-deep)}.rlstudio-related__body{padding:2rem 2rem 2.5rem}.rlstudio-related__card-title{font-size:calc(var(--font-heading-scale) * 1.5rem);margin:0 0 .8rem;line-height:1.3}.rlstudio-related__link{color:var(--rl-fg);text-decoration:none}.rlstudio-related__link:hover{text-decoration-color:var(--rl-rose);text-decoration-line:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.rlstudio-related__excerpt{font-size:1.3rem;color:var(--rl-muted);line-height:1.6;margin:0}.rlstudio-comparison-table{margin-bottom:3.5rem}.rlstudio-comparison-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.rlstudio-comparison-table__table{width:100%;border-collapse:collapse;font-size:1.4rem}.rlstudio-comparison-table__th{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.4rem;text-align:left;color:var(--rl-fg);padding:1rem 1.5rem;border-bottom:2px solid var(--rl-rose);white-space:nowrap}.rlstudio-comparison-table__td{padding:1rem 1.5rem;border-bottom:1px solid var(--rl-border);vertical-align:middle}.rlstudio-comparison-table__td--name{font-weight:var(--font-body-weight-bold);color:var(--rl-fg)}.rlstudio-comparison-table__td--score{white-space:nowrap}.rlstudio-comparison-table__stars{color:var(--rl-rose-deep);letter-spacing:1px}.rlstudio-cluster-map{margin-bottom:3.5rem;background:var(--rl-rose-light);padding:1.5rem;border-radius:2px}.rlstudio-cluster-map__title{font-size:calc(var(--font-heading-scale) * 1.5rem);margin:0 0 1rem}.rlstudio-cluster-map__list{list-style:none;padding:0;margin:0;counter-reset:cluster}.rlstudio-cluster-map__item{padding:.4rem 0;font-size:1.3rem;line-height:1.4}.rlstudio-cluster-map__link{color:var(--rl-secondary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.rlstudio-cluster-map__link:hover{border-color:var(--rl-rose-deep)}.rlstudio-cluster-map__item--current{font-weight:var(--font-body-weight-bold)}.rlstudio-cluster-map__current-label{color:var(--rl-fg)}.rlstudio-inter-blog-links{margin-bottom:3.5rem;padding-top:2.5rem;border-top:1px solid var(--rl-border)}.rlstudio-inter-blog-links__title{font-size:calc(var(--font-heading-scale) * 1.5rem);margin:0 0 1rem}.rlstudio-inter-blog-links__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.rlstudio-inter-blog-links__link{font-size:1.3rem;color:var(--rl-secondary);text-decoration:none;padding:.4rem 1rem;border:1px solid var(--rl-border);border-radius:2px;transition:border-color .2s ease,color .2s ease}.rlstudio-inter-blog-links__link:hover{border-color:var(--rl-rose-deep);color:var(--rl-fg)}.rlstudio-hub__cluster{margin-bottom:3.5rem}.rlstudio-hub__cluster-title{font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:.4rem}.rlstudio-hub__cluster-accroche{font-size:1.4rem;color:var(--rl-secondary);margin-bottom:1rem}.rlstudio-hub__cluster-articles{list-style:none;padding:0;margin:0}.rlstudio-hub__cluster-article{padding:.4rem 0;border-bottom:1px solid var(--rl-rose-light)}.rlstudio-hub__cluster-article:last-child{border-bottom:none}.rlstudio-hub__cluster-link{font-size:1.4rem;color:var(--rl-fg);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.rlstudio-hub__cluster-link:hover{border-color:var(--rl-rose)}.rlstudio-hub__cta{margin-top:3.5rem;max-width:20rem}.rlstudio-link{color:var(--rl-fg);text-decoration-color:var(--rl-rose);text-decoration-thickness:1.5px;text-underline-offset:2px;transition:text-decoration-color .2s ease}.rlstudio-link:hover{text-decoration-color:var(--rl-fg)}.rlstudio-link--pending{color:inherit;text-decoration:none}@media print{.rlstudio-breadcrumb,.rlstudio-inter-blog-links,.rlstudio-cluster-map,.rlstudio-geste__icon{display:none}.rlstudio-article,.rlstudio-hub{max-width:100%;padding:0}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/rlstudio.css.map */
