/** PRODUCTION SLIDER **/
.lt12-production-slider
{
	display: block;
}

.lt12-production-slider > div.items
{
	display: block;
	position: relative;
}

.lt12-production-slider div.item
{
	display: block;
	position: absolute;
}

.lt12-production-slider div.item > img
{
	width: 100%;
	height: auto;
	z-index:1;
}

.lt12-production-slider div.item > div.content
{
	font-size: 20px;
	font-family: "LacosteSansLight";
	position: absolute;
	width: 50%;
	height: 100%;
	top:0px;
	left:25%;
	color:#fff;
	opacity: 0;
	transition: opacity 0.7s linear;
	-webkit-transition: opacity 0.7s linear;
	z-index: 3;
	display: block;
	text-transform:none;
}

.lt12-production-slider div.item > div.content > div
{
	display: table;
	width: 100%;
	height: 100%;
}

.lt12-production-slider div.item > div.content > div > div
{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.lt12-production-slider div.item > div.content > div > div > img
{
	width: auto;
	display: inline-block;
}

.lt12-production-slider div.item.active > div.content
{
	opacity: 1;
}

.lt12-production-slider div.item > div.msk
{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	opacity:0;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	z-index: 2;
}
.lt12-production-slider div.item.active:hover > div.msk
{
	opacity: 1;
}

.lt12-production-slider-arrow
{
	width: 100px;
	height: 65px;
	position: absolute;
	background-color: #ede9e8;
	z-index: 10;
	opacity: 0.6;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	cursor:pointer;
}

.lt12-production-slider-arrow:hover
{
	opacity: 1;
}

.lt12-production-slider-arrow > .arrow
{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
	background-color: #ede9e8;
	left: 0px;
	top:0px;
	z-index: 2;
}

.lt12-production-slider-arrow > .arrow > .img
{
	width: 50px;
	height: 9px;
	position: absolute;
	left: 25px;
	top: 28px;
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
}

.lt12-production-slider-arrow > .arrow > .img > img
{
	width: auto;
}

.lt12-production-slider-arrow.arrow-right:hover > .arrow > .img
{
	left:35px;
}

.lt12-production-slider-arrow.arrow-left:hover > .arrow > .img
{
	left:15px;
}

.lt12-production-slider-arrow > .hover
{
	position: absolute;
	top:0px;
	width: 65px;
	height: 65px;
	background-color: #287751;
	z-index: 1;
	transition: left 0.3s ease-out;
	-webkit-transition: left 0.3s ease-out;
}

.lt12-production-slider-arrow.arrow-right > .hover
{
	left:0px;
}

.lt12-production-slider-arrow.arrow-right:hover > .hover
{
	left:-65px;
}

.lt12-production-slider-arrow.arrow-left > .hover
{
	left:35px;
}

.lt12-production-slider-arrow.arrow-left:hover > .hover
{
	left:100px;
}

.lt12-production-slider-arrow > .hover > .img
{
	width: 31px;
	height: 36px;
	overflow:hidden;
	position: absolute;
	left: calc((65px - 31px) / 2);
	top: calc((65px - 36px) / 2);
}

.lt12-production-slider-arrow > .hover > .img > img
{
	width: auto;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}

.lt12-slider-infos
{
	z-index: 10;
}

/**------------------------------------**/