*{
	box-sizing: border-box;
}

html, body{
	margin: 0;
padding: 0;
color: #fff;
background: url(../img/bg.jpg) no-repeat center fixed;
-webkit-background-size: cover; /* pour anciens Chrome et Safari */
background-size: cover; /* version standardisée */
font-family: upgrade, sans-serif;
font-weight: 300;
font-style: normal;
}

.col-50{
	width: 50%;
	float: left;
}

.img-fluid{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.slick-slide:focus {
	outline: none;
}

.ledconnect-slider-nav .slick-slide.slick-current{
	border-bottom: 6px solid #6fb51c;
}
.ledconnect-slider-nav .slick-slide{
	border-bottom: 6px solid #000;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ledconnect-slider{
	height: 85%;
}
.ledconnect-slider-nav{
	height: 15%;
}
.ledconnect-slider-nav img{
	margin: auto;
}

.product-content{
	height: 100%;
}

.product-content-description{
	float: left;
	width: 45%;
	height: 100%;
	padding: 60px 0 0 100px;
}
.product-content-photo{
	float: left;
	width: 55%;
	height: 100%;
}
.product-content-photo img{
	margin: auto;
}

.product-title h1{
		font-size: 90px;
    line-height: 0.9em;
    text-transform: uppercase;
		font-weight: 500;
		margin: 0 0 25px 0;
}

.product-price{
	font-size: 60px;
	font-weight: 600;
	line-height: 1em;
	color: #6fb51c;
	margin: 30px 0 40px 5px;
	border-left: 5px solid #6fb51c;
	padding-left: 20px;
}
.product-price span{
	font-size: 25px;
	font-weight: 300;
	line-height: 0.5em;
	color: #fff;
}

.features-list{

}
.features-list ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none; /* Remove default bullets */
}

.features-list ul li{
	margin: 7px 0 0 0;
	line-height: 1.2em;
}

.features-list ul.nested li{
	margin: 3px 0 0 0;
	font-size: 14px;
}

.features-list ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #6fb51c; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.product-galery{
clear: both;
padding-top: 20px;
}

.poster{
	position: relative;
	display: inline-block;
}
.thumbnail{
	width: 200px;
	border-radius: 5px;
}
.play-button{
	position: absolute;
	top: 24%;
	left: 34%;
}
