L’Éclosion — Printemps 2026
<p><img src="https://cdn.shopify.com/s/files/1/0943/6450/0301/files/LECLOSION_SS261_PAGE_1.png?v=1778575349" alt=""></p>
<p><img src="https://cdn.shopify.com/s/files/1/0943/6450/0301/files/LECLOSION_SS261_PAGE_2.png?v=1778575348" alt=""></p>
<p><img src="https://cdn.shopify.com/s/files/1/0943/6450/0301/files/LECLOSION_SS261_PAGE_3.png?v=1778575348" alt=""></p>
<p><img src="https://cdn.shopify.com/s/files/1/0943/6450/0301/files/LECLOSION_SS261_PAGE_4.png?v=1778575350" alt=""></p>
<button id="scrollTopBtn" type="button" aria-label="Retour en haut">
<span class="chevron"></span>
</button>
<style>
#scrollTopBtn {
position: fixed;
bottom: 28px;
right: 28px;
width: 54px;
height: 54px;
border: none;
background: rgba(151, 77, 68, 0.82);
border-radius: 999px;
cursor: pointer;
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
backdrop-filter: blur(4px);
transition: all 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
#scrollTopBtn:hover {
transform: translateY(-2px);
background: rgba(79, 58, 58, 0.95);
}
.chevron {
width: 14px;
height: 14px;
border-left: 3px solid white;
border-top: 3px solid white;
transform: rotate(45deg);
margin-top: 6px;
}
@media screen and (max-width: 768px) {
#scrollTopBtn {
width: 48px;
height: 48px;
bottom: 20px;
right: 20px;
}
.chevron {
width: 12px;
height: 12px;
}
}
</style>
<script>
document.addEventListener("DOMContentLoaded", function() {
const btn = document.getElementById("scrollTopBtn");
window.addEventListener("scroll", function() {
if (window.scrollY > 500) {
btn.style.display = "flex";
} else {
btn.style.display = "none";
}
});
btn.addEventListener("click", function() {
window.scrollTo({
top: 0,
behavior: "smooth"
});
});
btn.addEventListener("touchstart", function() {
window.scrollTo({
top: 0,
behavior: "smooth"
});
});
});
</script>