@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
body .ideoslider .preventAnim {
  -webkit-transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
}
#contenu .marchand .description {
  position: absolute;
  z-index: 100;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#contenu .marchand .descriptionWrapper {
  display: inline-block;
  background-color: #333 \9;
  background-color: rgba(0,0,0,0.65);
  padding: 30px 60px;
}
#contenu .marchand .descriptionWrapper h2 {
  border: none;
  margin: 0;
  color: #CCC;
  font: normal 14px/1em 'Open Sans Condensed', sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#contenu .marchand .descriptionWrapper p {
  display: inline-block;
  margin: 0;
  text-align: center;
  font: normal 22px/1em 'Droid Serif', serif;
  color: #FFF;
}
#contenu .marchand .descriptionWrapper h2 + p {
  border-top: 1px solid #999;
  margin-top: 4px;
  padding-top: 4px;
}
#contenu .marchand .grandeImage:hover img {
  opacity: 0.3;
}
#contenu .marchand .grandeImage:hover .descriptionWrapper {
  background-color: rgba(0,0,0,0);
}
.marchand.ideoslider {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.marchand .blockGrande,
.marchand .frameWrapper,
.marchand .grandeImage,
.marchand .frameSlider {
  position: relative;
  overflow: hidden;
  height: 340px;
}
.marchand .blockGrande {
  background: #000;
}
.marchand .grandeImage {
  display: block;
}
.marchand .frameSlider {
  position: absolute;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.marchand .miniaturesWrapper {
  position: relative;
  height: 16px;
  overflow: hidden;
  margin: 16px auto 0;
}
.marchand .miniatures {
  position: relative;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: #CCC \9;
  background: rgba(0,0,0,0.15);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.marchand .miniatures.active {
  cursor: default;
}
.marchand .miniatures.active span {
  display: block;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
}
.marchand .loaderDiaporama {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: rgba(0,0,0,0.65);
  z-index: 100;
}
.marchand .slideLoader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.marchand .frameSlider {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.marchand .bigWrapperMini {
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.marchand .descriptionWrapper {
  -webkit-transition: background-color 0.5s ease-out 0s;
  -moz-transition: background-color 0.5s ease-out 0s;
  -ms-transition: background-color 0.5s ease-out 0s;
  -o-transition: background-color 0.5s ease-out 0s;
  transition: background-color 0.5s ease-out 0s;
}
.marchand .grandeImage img {
  -webkit-transition: opacity 0.5s ease-out 0s;
  -moz-transition: opacity 0.5s ease-out 0s;
  -ms-transition: opacity 0.5s ease-out 0s;
  -o-transition: opacity 0.5s ease-out 0s;
  transition: opacity 0.5s ease-out 0s;
}
.marchand .loaderDiaporama.animate-in {
  width: 100%;
  left: 0;
}
.marchand .frameSlider {
  z-index: 0;
  opacity: 0;
}
.marchand .frameSlider.animate-in {
  z-index: 1;
  opacity: 1;
}
.marchand .frameSlider.animate-out {
  z-index: 0;
  opacity: 0;
}
