/*
--------------------------------------
nos casiers à vins
--------------------------------------
*/

.s-w-gradient {
	position: relative;
	z-index: 1;
}

.s-w-gradient:after {
	position: absolute;
	z-index: 0;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(45, 37, 35, 0.96) 35.31%, rgba(45, 37, 35, 0.20) 100%);
}

.s-casier .c-casier {
	position: relative;
	z-index: 2;
}