@import"https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Roboto:wght@400;700&display=swap";:root{--font-h1-desktop: 3.5rem;--font-h1-mobile: 2.2rem;--font-h2-desktop: 2.2rem;--font-h2-mobile: 1.7rem;--font-h3-desktop: 1.5rem;--font-h3-mobile: 1.3rem;--font-body: 1.25rem;--font-small: .9rem;--ines-purple: #5D1F58;--ines-pink: #E93C98;--ines-text-main: #2c2c2c;--ines-bg-highlight: #FCE4EC;--spacing-section: 2.5rem;--article-radius-outer: 12px;--article-radius-inner: 8px;--ines-shadow: 0 4px 15px rgba(93, 31, 88, .15);--sidebar-top: 180px}.article-template{background-color:var(--article-bg-subtle);color:var(--article-text-color);font-family:inherit;padding-bottom:4rem}.article-section-wrapper,.shopify-section:has(.article-template){width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:clip}.reading-progress-bar{position:fixed;top:0;left:0;width:100%;height:3px;background:#0000000d;z-index:1000;pointer-events:none}.reading-progress-bar__fill{height:100%;background:var(--article-accent-color, #000);width:0%;transition:width .1s linear}.article-hero{position:relative;width:100vw;height:70vh;min-height:500px;max-height:800px;display:block;overflow:hidden;z-index:1}.article-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.article-hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.article-hero__overlay{display:none}.article-hero__content{position:relative;z-index:2;width:calc(100% - 10vw);max-width:calc(1550px - 10vw);margin:-8% auto 0;padding:2rem 0;box-sizing:border-box;text-align:left;background:#fff;border-radius:16px 16px 0 0;box-shadow:none;display:grid;grid-template-columns:1fr 3.6fr 1fr;column-gap:3vw;row-gap:0}.article-hero__title{grid-column:2;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;font-weight:700;margin:0 0 .75rem;color:var(--ines-purple);text-shadow:none;letter-spacing:-.02em}.article-hero__title:after{content:"";display:block;width:60px;height:4px;background:var(--ines-pink);margin-top:.75rem;border-radius:2px}.article-hero__meta{grid-column:2;color:#888;margin-top:.5rem;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-shadow:none}.article-template .article-enhanced-layout{display:grid;grid-template-columns:1fr 3.6fr 1fr;gap:3vw;margin:0 auto;align-items:start;position:relative;z-index:2;width:100%;max-width:1550px;padding:0 5vw;box-sizing:border-box}.article-card{background:#fff;border-radius:var(--article-radius-outer);padding:1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 15px #00000008;transition:all .3s ease;overflow:visible}.article-card:hover{border-color:#0000001a;box-shadow:0 8px 25px #0000000d}.article-toc-sidebar{position:-webkit-sticky;position:sticky;top:var(--sidebar-top);max-height:calc(100vh - var(--sidebar-top));z-index:4;transition:top .3s ease;padding-bottom:2rem}.article-toc-sidebar::-webkit-scrollbar{width:0;height:0}.article-toc__title{font-size:1rem;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#000;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.article-toc__h1-wrapper{flex-shrink:0;padding-bottom:.75rem;margin-bottom:.5rem;position:relative}.article-toc__h1-wrapper:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60%;height:1px;background-color:#eee}.article-toc__list{list-style:none;padding:0;margin:0;scrollbar-width:none;overflow-y:auto;flex:1;min-height:0}.article-toc__list::-webkit-scrollbar{width:0;height:0}.article-toc-card.toc-locked{display:flex!important;flex-direction:column!important;overflow:hidden!important}.article-toc-card.toc-locked .article-toc{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0}.article-toc-card.toc-locked .article-toc__h1-wrapper{flex-shrink:0!important}.article-toc-card.toc-locked .article-toc__list{overflow-y:auto!important;flex:1!important}.article-toc__item{margin-bottom:.25rem}.article-toc__link{display:block;padding:.4rem .5rem;font-size:.95rem;line-height:1.4;color:#666;text-decoration:none;border-radius:6px;transition:all .2s ease;position:relative}.article-toc__link:hover{background:#fce4f366;color:#000}.article-toc__link.active{color:var(--article-accent-color);font-weight:600;background:#fce4f366}.article-toc__link.active:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:4px;height:16px;background-color:var(--article-accent-color);border-radius:2px}.article-toc__link--h1{display:block;text-align:left;padding:.4rem .5rem;font-size:1.2rem;font-weight:700;line-height:1.4;color:#000;text-decoration:none;border-radius:0;width:100%}.article-toc__link--h1:hover,.article-toc__link--h1.active{background:transparent!important;color:#000!important}.article-toc__h3-list{padding-left:1rem;margin-top:.25rem;display:none;border-left:1px solid #980B56}.article-toc__h3-list.visible{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px);display:none}to{opacity:1;transform:translateY(0);display:block}}.article-toc__link--h3{font-size:.85rem;color:#888}.article-content-main{background:#fff;border-radius:0;box-shadow:none;min-height:60vh;width:100%}.rte{font-family:Roboto,sans-serif;font-size:var(--font-body);line-height:1.7;color:var(--ines-text-main);text-align:justify}.rte h2{font-family:Roboto,sans-serif;font-size:var(--font-h2-desktop);font-weight:700;color:var(--ines-purple);margin-top:3.5rem;margin-bottom:1.5rem;letter-spacing:-.02em;position:relative}.rte h2:after{content:"";display:block;width:60px;height:4px;background:var(--ines-pink);margin-top:.5rem;border-radius:2px}.rte h3{font-family:Roboto,sans-serif;font-size:var(--font-h3-desktop);font-weight:600;color:#444;margin-top:2rem;margin-bottom:1rem}.rte p{margin-bottom:1.5rem}.rte ul,.rte ol{margin-bottom:1.5rem;padding-left:1.5rem}.rte li{margin-bottom:1.1rem}.rte img{border-radius:var(--article-radius-inner);margin:2rem 0;display:block}.article-contextual-sidebar{position:-webkit-sticky;position:sticky;top:var(--sidebar-top);display:flex;flex-direction:column;gap:1.5rem;z-index:4;transition:top .3s ease;max-height:calc(100vh - var(--sidebar-top));overflow-y:auto;padding-bottom:2rem;scrollbar-width:none}.article-contextual-sidebar::-webkit-scrollbar{width:0;height:0}.shop-the-article,.related-articles{background:#fff;border-radius:var(--article-radius-outer);padding:1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 15px #00000008;transition:all .3s ease}.shop-the-article:hover,.related-articles:hover{border-color:#0000001a;box-shadow:0 8px 25px #0000000d}.shop-the-article__title,.related-articles__title{font-size:1rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:#000;margin:0 0 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding-bottom:.5rem;border-bottom:1px solid #eee}.product-card-compact{display:flex;align-items:center;gap:1rem}.product-card-compact__image-wrapper{width:70px;height:70px;flex-shrink:0;background:#f4f4f4;border-radius:8px;overflow:hidden}.product-card-compact__image{width:100%;height:100%;object-fit:cover}.product-card-compact__info{flex:1;min-width:0}.product-card-compact__title{font-size:1rem;font-weight:600;color:#111;text-decoration:none;display:block;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-compact__price{font-size:.9rem;color:#555;margin-bottom:.5rem}.product-card-compact__button{width:100%;border-radius:100px;padding:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.related-article-card{display:flex;gap:1rem;text-decoration:none;color:inherit;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.related-article-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.related-article-card__image-wrapper{width:60px;height:60px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#eee}.related-article-card__image{width:100%;height:100%;object-fit:cover}.related-article-card__content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.related-article-card__title{font-size:1.1rem;text-align:left;font-weight:500;line-height:1.3;color:#000;margin:0 0 .25rem}.related-article-card__date{font-size:.75rem;color:#999}.article-sidebar-product{display:flex;flex-direction:column;width:100%;text-align:center}.article-sidebar-product__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1.1;background:#f4f4f4;border-radius:var(--article-radius-inner);overflow:hidden;margin-bottom:1rem;position:relative}.article-sidebar-product__image{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.article-sidebar-product:hover .article-sidebar-product__image{transform:scale(1.05)}.article-sidebar-product:hover .article-sidebar-product__product-title a{color:#000}.article-sidebar-product__info{display:flex;flex-direction:column;gap:.75rem}.article-sidebar-product__title{font-size:1.2rem;font-weight:600;line-height:1.4;text-align:center;color:var(--article-text-color);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-sidebar-product__product-title{font-size:1.35rem;font-weight:700;line-height:1.2;text-align:center;color:var(--article-text-color);margin:.75rem 0 .25rem;padding:0}.article-sidebar-product__price{font-size:1.1rem;font-weight:600;color:var(--ines-purple);text-align:center}.article-sidebar-product__product-title a{color:inherit;text-decoration:none;transition:color .2s ease}.article-sidebar-product__product-title a:hover{color:var(--article-accent-color)}.article-sidebar-product__actions{margin-top:.5rem}.article-sidebar-product__button{width:100%;padding:.5rem .75rem;font-size:1.1rem;font-weight:500;text-transform:initial;letter-spacing:0;border-radius:8px;background:var(--ines-pink)!important;border:1px solid var(--ines-pink)!important;box-shadow:0 4px 10px #e93c984d!important;color:#fff!important;transition:all .2s ease;min-height:auto;line-height:normal;overflow:hidden;position:relative}.article-sidebar-product__button:hover{background:var(--ines-purple)!important;border-color:var(--ines-purple)!important;color:#fff!important;box-shadow:0 6px 15px #5d1f584d!important}.article-sidebar-product__button:after,.article-sidebar-product__button:before{display:none!important;content:none!important}@media screen and (max-width:1024px)and (min-width:769px){.article-template .article-enhanced-layout{grid-template-columns:240px 1fr!important;max-width:95%!important;padding:0 2rem;margin:0 auto;gap:2rem}.article-toc-sidebar{display:block!important;position:sticky;top:120px;max-height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:thin;height:fit-content}.article-toc-sidebar .article-toc{display:flex;flex-direction:column;max-height:100%}.article-toc-sidebar .article-toc__list{overflow-y:auto;flex:1;min-height:0}.article-contextual-sidebar{display:none!important}.article-content-main{width:100%;max-width:100%}.article-hero{height:55vh}}@media screen and (max-width:768px){.article-template .article-enhanced-layout{grid-template-columns:1fr;max-width:100%!important;width:100%!important;padding:0 1rem}.article-content-main{width:100%;max-width:100%}.article-toc-sidebar,.article-contextual-sidebar{display:none!important}.article-hero{height:45vh;min-height:350px}.article-hero__content{width:90%;display:block;padding:1.5rem;margin-top:-12%}.article-hero__title{font-size:2rem;line-height:1.15}.rte h2{font-size:var(--font-h2-mobile);margin-top:2.5rem}.rte h3{font-size:var(--font-h3-mobile)}}.article-product-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.article-product-modal-overlay.is-visible{opacity:1;visibility:visible}.article-product-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:90%;max-width:340px;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0003;z-index:1000;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);padding:1.5rem;display:flex;flex-direction:column}.article-product-popup.is-visible{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.article-popup-close{position:absolute;top:10px;right:10px;width:30px;height:30px;background:#f5f5f5;border:none;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s ease;z-index:2}.article-popup-close:hover{background:#e0e0e0}.article-product-popup .article-sidebar-product{margin:0}.article-product-popup .article-sidebar-product__image-wrapper{margin-bottom:1rem}.fab-container{display:none!important}.ines-box{margin:3rem 0;padding:2rem;border-radius:12px;position:relative;box-shadow:none}.ines-astuce{background-color:#fff;background-image:linear-gradient(#e5e5e5 1px,transparent 1px),linear-gradient(90deg,#e5e5e5 1px,transparent 1px);background-size:20px 20px;border:2px solid var(--ines-pink)}.ines-box h3,.ines-astuce h3,.ines-trap h3,.ines-core h3{font-family:Patrick Hand,cursive!important;font-size:1.8rem!important;margin-top:-3rem!important;margin-bottom:1rem!important;background:#fff;display:inline-block;padding:0 15px;border-radius:50px;border:2px solid currentColor}.ines-astuce h3{color:var(--ines-purple);border-color:var(--ines-pink)}.ines-trap{background-color:#fff5f7;border:2px dashed var(--ines-pink)}.ines-trap h3{color:#d81b60;background:#fff5f7;border-color:#d81b60}.ines-core{background-color:#f3e5f5;border-radius:4px}.ines-core h3{background:transparent;border:none;padding:0;margin-top:0!important;color:var(--ines-purple);font-size:2rem!important}.ines-recap{background:var(--ines-purple);color:#fff;border-radius:16px}.ines-recap h3{color:#fff;background:var(--ines-pink);border:none;transform:rotate(-2deg);box-shadow:0 4px 6px #0003}.ines-recap li{color:#fff}.ines-recap li:before{content:"\2605";color:var(--ines-pink)}.ines-example{background-color:#fff;border:1px solid #eee}.ines-example h3{color:var(--ines-purple);border-color:var(--ines-purple)}.ines-example .example-content{background-color:#f9f9f9;padding:1rem;border-radius:8px}.ines-example code{display:block;background:#eee;padding:5px 10px;margin:10px 0;border-radius:4px;font-family:monospace;color:var(--ines-purple)}.ines-cta-base{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2.5rem 2rem;margin:3rem 0;border-radius:12px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.ines-cta-base:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.ines-cta-newsletter{background:#fff;color:var(--ines-text-main);border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 15px #00000008;border-radius:var(--article-radius-outer)}.ines-cta-newsletter h3{font-family:Patrick Hand,cursive;font-size:2.2rem;margin-bottom:.5rem;color:var(--ines-purple)!important}.ines-cta-newsletter p{font-size:1.1rem;margin-bottom:1.5rem;opacity:1;color:#555;max-width:600px}.ines-cta-newsletter form{display:flex;gap:10px;width:100%;max-width:450px;flex-wrap:wrap;justify-content:center}.ines-cta-newsletter input[type=email]{flex:1;min-width:250px;padding:12px 20px;border-radius:var(--article-radius-inner);border:2px solid #eee;background:#f9f9f9;color:#333;font-size:1rem;transition:all .3s ease}.ines-cta-newsletter input[type=email]::placeholder{color:#999}.ines-cta-newsletter input[type=email]:focus{background:#fff;color:#333;border-color:var(--ines-purple);outline:none;box-shadow:0 0 0 3px #5d1f581a}.ines-cta-newsletter button{background:var(--ines-pink);color:#fff;border:none;padding:12px 30px;border-radius:var(--article-radius-inner);font-weight:700;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #e93c984d}.ines-cta-newsletter button:hover{background:#d81b60;transform:translateY(-2px);box-shadow:0 6px 15px #e93c9866}.ines-cta-newsletter button:after,.ines-cta-newsletter button:before{display:none!important;content:none!important}.ines-cta-blog{background:var(--ines-bg-highlight);border:2px dashed var(--ines-purple);color:var(--ines-text-main)}.ines-cta-blog h3{font-family:Patrick Hand,cursive;font-size:2rem;color:var(--ines-purple);margin-bottom:1rem}.ines-cta-blog a.cta-button{display:inline-block;margin-top:1rem;padding:12px 30px;background:var(--ines-purple);color:#fff;text-decoration:none;border-radius:var(--article-radius-inner);font-weight:600;transition:background .3s ease}.ines-cta-blog a.cta-button:hover{background:var(--ines-pink)}.ines-cta-product{flex-direction:row;background:#fff;border:1px solid #eee;padding:0;text-align:left;align-items:stretch;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000000d}.ines-cta-product__image{width:35%;background:#f4f4f4;position:relative;overflow:hidden}.ines-cta-product__image img{width:100%;height:100%;object-fit:cover;margin:0;border-radius:0;transition:transform .5s ease}.ines-cta-product:hover .ines-cta-product__image img{transform:scale(1.05)}.ines-cta-product__content{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.ines-cta-product h3{font-family:Patrick Hand,cursive;color:var(--ines-pink);font-size:1.5rem;margin:0 0 .5rem}.ines-cta-product h4{font-size:1.8rem;font-weight:700;margin:0 0 1rem;color:var(--ines-purple);line-height:1.2}.ines-cta-product__price{font-size:1.4rem;font-weight:600;padding-bottom:1rem;color:#444}.ines-cta-product a.product-button{display:inline-block;padding:12px 35px;background:var(--ines-purple);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;text-transform:uppercase;font-size:.9rem;width:fit-content;transition:background .3s ease}.ines-cta-product a.product-button:hover{background:var(--ines-pink)}@media screen and (max-width:768px){.ines-cta-product{flex-direction:column}.ines-cta-product__image{width:100%;height:250px}.ines-cta-product__content{text-align:center;align-items:center;padding:1.5rem}.ines-cta-product h4{font-size:1.5rem}.ines-cta-product a.product-button{width:100%;text-align:center}}.ines-cta-product-simple{background-color:#fff;background-image:linear-gradient(rgba(93,31,88,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(93,31,88,.05) 1px,transparent 1px);background-size:20px 20px;border:2px dashed var(--ines-purple);color:var(--ines-text-main);box-shadow:0 4px 15px #5d1f5814}.ines-cta-product-simple h3{font-family:Patrick Hand,cursive;color:var(--ines-purple);font-size:2.2rem;margin-bottom:.5rem}.ines-cta-product-simple p{font-size:1.15rem;margin-bottom:2rem;max-width:650px;line-height:1.6}.ines-cta-product-simple .cta-button{background:var(--ines-pink);color:#fff;padding:14px 40px;border-radius:var(--article-radius-inner);text-transform:uppercase;font-weight:800;font-size:1.1rem;letter-spacing:.5px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #e93c984d;display:inline-block}.ines-cta-product-simple .cta-button:hover{background:#d42a82;transform:translateY(-2px);box-shadow:0 6px 20px #e93c9866}.ines-cta-product-simple .cta-button:after,.ines-cta-product-simple .cta-button:before{display:none!important;content:none!important}@media(max-width:768px){.ines-cta-product-simple{padding:2rem 1.5rem;margin:2.5rem 0}.ines-cta-product-simple h3{font-size:1.8rem}}.article-template__back{margin-top:4rem;margin-bottom:2rem;text-align:center}.article-template__link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #eee;border-radius:50px;font-size:1rem;font-weight:500;color:var(--ines-purple);text-decoration:none;transition:all .3s ease}.article-template__link:hover{border-color:var(--ines-purple);background:#5d1f580a}.article-template__link .icon-wrap{display:flex;margin-right:.25rem;transform:rotate(180deg)}.article-template__link .icon-wrap svg{width:14px;height:14px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/blog-article-enhanced.css.map */
