
#portrait .bg .left{
	position:absolute;
	width:auto;
	height:100%;
	margin:auto;
	left:0;
	top:0;
}
#portrait .quote,
#portrait .quote_mobile{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

.logo_container img.white{
	display:block;
}

.logo_container img.black{
	display:none;
}

@media (orientation: portrait) {
	/** EXCEPTION LDCK */
	#portrait .bg .left{
		display:block;
	}
	#portrait .quote{
		top:0;
		bottom:0;
	}
}

#produit .main_panel .img_container{
	text-align: center;
}
#produit .main_panel .img_container img{
	height:100%;
	width:auto;

}
#produit .main_panel .img_container .title{
	position:absolute;
	width:100%;
	max-width: 600px;
	height:auto;
	top:auto;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	cursor: pointer;
}
#produit .main_panel .dots_container{
	display:none;
}
#produit .main_panel .img_transition{
	display:none;
}
#produit .bt_container{
	max-width:800px;
	margin:auto;
}
#produit .bt_container a{
	
	-webkit-transition:all 0.5s;
  transition:all 0.5s;
	
	border:0px solid transparent;
	box-sizing: border-box;
}
#produit .bt_container a:hover{
	border:1vmin solid transparent;
}
#produit .bt_container a:first-child{
	margin-left:20%;
}
#produit .bt_container img{
	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#produit .bt_container .artefact{
	position:absolute;
	width:20%;
	height:auto;
	top:auto;
	left:5%;
	right:auto;
	bottom:5%;
}
#produit .bt_container .img1{
	height:auto;
	width:30%;
	
	right:auto;
	bottom:auto;
}
#produit .bt_container .img2{
	height:auto;
	width:25%;
	left:25%;
	right:auto;
	top:auto;
	bottom:5%;
}
#produit .bt_container .img3{
	height:auto;
	width:25%;
	left:auto;
	bottom:auto;
}
#produit .bt_container .img4{
	height:auto;
	width:26%;
	bottom:auto;
	left:10%;
}
#produit .bt_container .img5{
	height:auto;
	width:22%;
	left:auto;
	top:auto;
	
	bottom:5%;
}