/* 
CSS CUSTOM VOLTAND GO
*/


/* PAGE PRODUITS */

.sticky_col_pdt{
	position: sticky!important;
	top: 100px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .sticky_col_pdt{
		position: relative!important;
		top: 0px;
	}
}