/*------------------------------------------------------------------------------*/
/*									Catégorie									*/
/*------------------------------------------------------------------------------*/

#listingproduct {
	width: 100%;
	height: 350px;
	margin-top: -120px;
	overflow: hidden;
	background: -webkit-radial-gradient( bottom left, ellipse, #D8CDBB, #FFF);
	background:    -moz-radial-gradient( bottom left, ellipse, #D8CDBB, #FFF);
	background:     -ms-radial-gradient( bottom left, ellipse, #D8CDBB, #FFF);
	background:      -o-radial-gradient( bottom left, ellipse, #D8CDBB, #FFF);
	background:         radial-gradient( ellipse at bottom left, #D8CDBB, #FFF);
}

.ie8 #listingproduct {
	background: #EFEAE3;
}

#listingproduct > h2 {
	width: 70%;
	margin: 10px 0 10px 30px;
}

#listingproduct > h2 span {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	font-family: 'CenturyGothic-Italic';
	text-transform: uppercase;
	font-size: 40px;
}

#listingproduct > h2 small {
	margin-left: 150px;
	font-size: 26px;
}

#listingproduct .prod {
	text-align: center;
}

#listingproduct li img {
	width: 100%;
	display: block;
}

#video-texte-categ {
	width: 100%;
	height: 400px;
	margin-bottom: 10px;
}

#video-texte-categ .texte-presentation {
	padding-bottom: 20px;
	border-bottom: 1px solid #E4DFDA;
	font-size: 14px;
}

#video-texte-categ h1 {
	color: #0079C5;
	font-family: 'CenturyGothic-italic';
	font-size: 18px;
}

#video-texte-categ h2 {
	font-family: 'CenturyGothic-BoldItalic';
	font-size: 26px;
	color: #0C4C92;
}

#video-texte-categ .texte-presentation li:before {
	/*content: '- ';*/
}

#video-texte-categ .container-lien, #product .container-lien {
	margin-top: 20px;
}

#video-texte-categ .container-lien > a, #product .container-lien > a {
	display: inline-block;
	width: auto;
	padding: 0 10px;
}

#video-texte-categ .container-lien .etre-rappele, #product .container-lien .etre-rappele {
	margin-right: 10px;
}

#container-infos-categ {
	width: 100%;
	background: #EEE8DF;
	overflow: hidden;
}

#container-infos-categ h2 {
	color: #0079C5;
	font-family: 'CenturyGothic-italic';
	font-size: 18px;
}

#container-infos-categ .image-infos img {
	margin-top: 10px;
	border: 5px solid #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 5px 0px #656565;
	-webkit-box-shadow: 0px 0px 5px 0px #656565;
	-o-box-shadow: 0px 0px 5px 0px #656565;
	box-shadow: 0px 0px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}

.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*------------------------------------------------------------------------------*/
/*									Produit										*/
/*------------------------------------------------------------------------------*/
#product{ overflow-x: hidden; }
#product #carousel.flexslider{
	margin-top: -160px;
}
#product #slider.flexslider ul.slides > li{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8cdbb+0,ffffff+100 */
	background: #d8cdbb; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #d8cdbb 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #d8cdbb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #d8cdbb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8cdbb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	height: 250px;
}
#product #slider.flexslider ul.prod{
	float: none;
	margin: 0;
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#product #slider.flexslider ul.prod li{
	opacity: .5;
	transition: all .4s ease;
}
#product #slider.flexslider ul.prod li:hover{
	opacity: 1;
}
#product #slider.flexslider ul.prod li.current{
	opacity: 1;
}
#product h1 {
	font-family: 'CenturyGothic-italic';
	font-size: 40px;
	color: #0079C5;
	text-transform: uppercase;
	padding-top: 40px;
}

#product .ombre-top {
	height: 34px;
	padding-top: 34px;
	background: url('../../../web/templates/frontend/images/ombre-onglet.png') repeat-x;
	margin-top: 30px;
}
#product .ombre-top > .centre:first-child{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

#product .tabs .menuTab {
	position: absolute;
	top: -38px;
}

#product .tabs .menuTab .menuItem {
	font-family: Myriad Pro;
	font-size: 20px;
	color: #0C4C92;
	display: inline-block;
	padding: 6px 20px;
	cursor: pointer;
}

#product .tabs .menuTab .menuItem.active {
	color: #8a8a8a;
	background: #FFF;
	border: 1px solid #E4DFDA;
	border-bottom-color: #FFF;
}

#product .pres-prod, #product .carac-prod {
	font-size: 14px;
	padding-top: 20px;
	margin-top: 40px;
}
#product .carac-prod {
	background: #EEEEEE;
	padding: 15px 20px;
}

#product .pres-prod h2, #product .carac-prod h2 {
	font-size: 26px;
	color: #0C4C92;
}
#product .pres-prod ul,
#product .carac-prod ul {
	margin-left: 5px;
}
#product .pres-prod ul li,
#product .carac-prod ul li {
	list-style: none;
	position: relative;
	padding-left: 10px;
}

#product .pres-prod ul li:before,
#product .carac-prod ul li:before {
	content: "• ";
	color: #0C4C92;
	font-size: 16px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#product hr {
	height: 1px;
	background: #E4DFDA;
	margin-top: 10px;
}

#product .br-product-liens {
	margin: 30px 0;
}

#product .container-lien-num {
	display: block !important;
}

#product .flex-control-paging li a {
	background: #FFF;
}

#product .flex-control-paging li a.flex-active {
	background: #2FA2DF;
}


#product .video .product,
#product .video .temoignage{
	width: 48%;
	float: left;
	margin-bottom: 80px;
}
#product .video .product{
	margin-right: 2%;
	position: relative;
}
#product .video .product:before{
	content: '';
	position: absolute;
	top: 0;
	left: -500px;
	width: 2000px;
	background-image: url(./img/gradient.jpg);
	height: 34px;
	background-repeat-x: repeat;
	background-repeat-y: no-repeat;
	z-index: 0;
}
#product .video .product:after{
	content: '';
	position: absolute;
	top: 0;
	right: -2%;
	transform: translateX(30px);
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #ffffff transparent transparent transparent;
	z-index: 1;
}
#product .video.empty .product:before,
#product .video.empty .product:after{
	content: none;
}
#product .video .temoignage{
	margin-left: 2%;
}

#product .video .product h3,
#product .video .temoignage h3{
	font-family: 'CenturyGothic-italic';
	font-size: 20px;
	color: #044A94;
	margin: 30px 0 20px 0;
	font-weight: 100;
	position: relative;
	z-index: 2;
	min-height: 50px;
}

#product .video .product h3 span,
#product .video .temoignage h3 span{
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 980px) {
	#product .video .product,
	#product .video .temoignage{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 499px) {

	#product h1 {
		font-size: 30px;
	}

	#product .tabs .menuTab {
		top: -33px;
	}

	#product .tabs .menuTab .menuItem {
		font-size: 16px;
	}

}