/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  {-ms-transition: all 0.8s ease-out;}

}
.flexslider .slides img {
  /* width: 100%; */
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  height:330px;
  border: solid 3px #da0024;
  background: #ffffff;
  /*  border: 4px solid #ffffff; */
  position: relative;
  zoom: 1;
  /*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  */
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(126,11,41, 0.8);
  /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 60px;
  display: inline-block;
  content: '\f001';
  color: rgba(126,11,41, 0.8);
  /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); */
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  max-width: 890px;
  position: absolute;
  bottom: -30px;
  left:30px;
  text-align: left;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #666;
  background: rgba(218, 0, 36, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(218, 0, 36, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(218, 0, 36, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ==================================================================================================================================== */
/* ==================================================================================================================================== */
/* ==================================================================================================================================== */

.grey_overlay {background: rgba(0, 0, 0, 0.3); width: 100%; height: 100%; position: absolute; z-index: 1;}

.slide-content {
  width: 100%;
  height: 384px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  top: 0;
  background-color: #fff;
  /* this padding is used to align the text */
  text-align: left;
  /* Force Hardware Acceleration in WebKit */
  backface-visibility: hidden;
  transform: translateZ(0);
  position: relative;
  vertical-align: top;
  cursor: pointer;
}

.slide_content .bkg_click a { 
	position: absolute;
	float: left;
	display: inline-block;
	width:100%;
	min-height:304px;
	top:0;
	left:0;
	margin: 0;
  padding: 0;
	border: solid 1px fuchsia;
	z-index: 1;
	
}


.slide-content .col_image {
	width: 400px;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 60px;
	position: relative;
	z-index: 2;
}

/*
bg_overlay { position: absolute; top:0; left:0; width: 100%; height:464px; background-color: none;}
.bg_overlay:hover { position: absolute; top:0; left:0; width: 100%; height:464px; background:  url(../TEMPLATE/arrow_more_white.png) center center no-repeat rgba(255,198,0,0.2); background-size: contain; opacity: 0.5;}
*/

.slide-content .col_info {
	width: 420px;
	height: 100%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-family: 'roboto_condensedregular', sans-serif;
	font-size: 16px;
	position: relative;
	z-index: 2;
	opacity: 1;
}

.slide-content .col_info:before {
	opacity: 1;
}

.slide-content .col_info .title {font-family: 'BebasNeue' ; color: #da0024; width: 100%; font-size: 3em; line-height: 1em; margin-top: 20px; display: inline-block;}
.slide-content .col_info .subtitle {font-family: 'roboto_condensedbold' ; color: #da0024; width: 100%; font-size: 22px; line-height: 22px;}
.slide-content .col_info .subtitle a {font-family: 'roboto_condensedbold' ; color: #da0024; width: 100%; font-size: 22px; line-height: 22px;}
.slide-content .col_info .subtitle a:hover { color:#999;}

.slide-content .col_prix { position: absolute; float: right; right: 20px; top:20px; background-color: #fdca00; padding: 10px 30px 5px 30px; opacity: 1; z-index: 3; width: 200px; text-align: right;}
.slide-content .col_prix span {font-family: 'BebasNeue' ; color: #da0024; font-size: 24px; line-height: 24px; display: block; vertical-align: top; padding-right: 10px;}
.slide-content .col_prix span.from { text-align: left;}
.slide-content .col_prix div.prix {font-family: 'BebasNeue' ; color: #da0024; font-size: 100px; line-height: 100px; display: inline-block;  vertical-align: top; margin-right: 10px;}
.slide-content .col_prix div.euro {font-family: 'BebasNeue' ; color: #da0024; font-size: 48px; line-height: 52px; display: inline-block;  vertical-align: top;}
.slide-content .col_prix div.mode_prix {font-family: 'BebasNeue' ; color: #da0024; font-size: 32px; line-height: 52px; display: inline-block;  vertical-align: bottom; margin-left: -10px;}

.slide-content .col_prix:before {
	opacity: 1;
}

.slide-content .col_moreinfo { position: absolute; float: right; right: 20px; bottom:20px; background: url(../TEMPLATE/arrow_more_white.png) 210px center no-repeat #fdca00; padding: 10px 30px; opacity: 1; z-index: 3; width: 200px; text-align: left;}
.slide-content .col_moreinfo span {font-family: 'BebasNeue' ; ; font-size: 24px; line-height: 24px; display: block; vertical-align: top; padding-right: 10px;}
.slide-content .col_moreinfo span a {color: #da0024;}
.slide-content .col_moreinfo span a:hover {color: #fff;}

.slide-content .col_moreinfo:before {
	opacity: 1;
}

/*
.flex-animated {
	-webkit-animation: cssAnimation 0.5s 16 ease;
	-moz-animation: cssAnimation 0.5s 16 ease;
	-o-animation: cssAnimation 0.5s 16 ease;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-fill-mode:forwards;
	animation-delay: 0.5s;
}
@-webkit-keyframes cssAnimation {
	from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(100px);opacity:0;}
	to { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(0);opacity:1; }
}
@-moz-keyframes cssAnimation {
	from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(100px);opacity:0.2;}
	to { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(0);opacity:1; }
}
@-o-keyframes cssAnimation {
	from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(100px);opacity:0; }
	to { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(0);opacity:1; }
}

.flex-animated2 {
	-webkit-animation: cssAnimation2 0.5s 16 ease;
	-moz-animation: cssAnimation2 0.5s 16 ease;
	-o-animation: cssAnimation2 0.5s 16 ease;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-fill-mode:forwards;
}
@-webkit-keyframes cssAnimation2 {
	from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0;}
	to { -webkit-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}
@-moz-keyframes cssAnimation2 {
	from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0.2;}
	to { -moz-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}
@-o-keyframes cssAnimation2 {
	from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0; }
	to { -o-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}

.flex-animated3 {
	-webkit-animation: cssAnimation3 0.5s 16 ease;
	-moz-animation: cssAnimation3 0.5s 16 ease;
	-o-animation: cssAnimation3 0.5s 16 ease;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	animation-fill-mode:forwards;
	animation-delay: 1s;
}
@-webkit-keyframes cssAnimation3 {
	from { -webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0;}
	to { -webkit-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}
@-moz-keyframes cssAnimation3 {
	from { -moz-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0.2;}
	to { -moz-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}
@-o-keyframes cssAnimation3 {
	from { -o-transform: rotate(0deg) scale(1) skew(1deg) translate(120px);opacity:0; }
	to { -o-transform: rotate(0deg) scale(1) skew(-1deg) translate(0);opacity:1; }
}
*/


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
