/*
Theme Name: achat_poele_ethanol Child
Template: achat_poele_ethanol
Author: Cyril K
Version: 1.0.1762333270
Updated: 2025-11-05 10:01:10

*/

#right .inner .note-poele{
	width: 215px!important;
	/*height : 250px;*/
	/*position: absolute!important;*/
	margin: 10px!important;
}
#right .sticky-widget-wrapper-poele{
	top: 0!important;
	width:250px!important;
}

/* Style pour les écrans de plus de 758 px */
@media screen and (max-width: 758px) {
    #right .sticky-widget-wrapper-poele {
        position: relative!important;
		width: 100%!important;
    }
	#right .inner .note-poele{
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		margin:auto !important;
	}
}

#right .inner .note-poele img {
    max-width: 150px;
}
#right .sticky-widget-wrapper-poele {
    /*height: 200px; /* Ajustez selon vos besoins */
    overflow: hidden;
    position: relative;
}

/*#right .inner .note-poele {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#right .inner .note-poele.visible {
    opacity: 1;
}
*/
/* État pour le scroll vers le haut 
#right .sticky-widget-wrapper-poele {
    height: 800px; /* Rétablit la hauteur initiale 
}

#right .sticky-widget-wrapper-poele .item-1 {
    top: 10px;
}

#right .sticky-widget-wrapper-poele .item-2 {
    top: 290px;
}
#right .sticky-widget-wrapper-poele .item-3 {
    top: 520px;
}*/


/* État pour le scroll vers le bas */
#right .sticky-widget-wrapper-poele.scrolled-down {
    height: 600px; /* Réduit la hauteur pour ajuster le contenu */
}
.scroll-container.scrolled-down .item-1 {
    opacity: 0;
}

#right .sticky-widget-wrapper-poele.scrolled-down .item-2 {
    top: 10px;
}

#right .sticky-widget-wrapper-poele.scrolled-down .item-3 {
    top: 290px;
}

/* État pour le scroll vers le haut */
#right .sticky-widget-wrapper-poele.scrolled-up {
    height: 800px; /* Rétablit la hauteur initiale */
}

#right .sticky-widget-wrapper-poele.scrolled-up .item-1 {
    opacity: 1;
}

#right .sticky-widget-wrapper-poele.scrolled-up .item-2 {
    top: 290px;
}
#right .sticky-widget-wrapper-poele.scrolled-up .item-3 {
    top: 520px;
}



