.modal-footer {
  height: 48px;
  border-top: 0px;
}
/*  
.liste.boutique .boutique-item {
min-height: 650px;}
*/
.texte-produit p {
	text-align: justify;
	line-height:18px;
}

#contenance {float:left;}

.majuscule {
	text-transform: uppercase;
}

.pagination{margin:0;}

.feuille {height: 52px;
}

.feuille IMG {float:left;}

.liste.boutique .boutique-item .variantes {
    padding: 5px;
    bottom: 0; left:0; right:0;
    position: relative;
}

.offers {text-align: center;}

.liste.boutique .boutique-item {
}
.liste.boutique .boutique-item .thumbnail {
  position: relative;
  min-height:280px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.liste.boutique .boutique-item .thumbnail .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.liste.boutique .boutique-item .thumbnail .shot {
  background-color: transparent;
  color: white;
  margin: 0;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -15px;
  left: -15px;
  font-size: 1em;
  opacity: .9;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.liste.boutique .boutique-item .thumbnail .shot span:after {
  background-color: #6dbe45;
  content: "";
  display: block;
  height: 30px;
  position: relative;
  width: 120px;
  top: -30px;
  z-index: -10;
}
.liste.boutique .boutique-item .thumbnail .shot span:nth-child(even):after {
  background-color: #cc0000;
}
.liste.boutique .boutique-item .thumbnail .shot span:before {
  background-color: #4c872f;
  content: "";
  display: block;
  position: absolute;
  z-index: -20;
  width: 120px;
  height: 30px;
  transform-origin: 100% 0%;
  -webkit-transform: skewY(-0.30667632rad);
  -moz-transform: skewY(-0.30667632rad);
  -ms-transform: skewY(-0.30667632rad);
  -o-transform: skewY(-0.30667632rad);
  transform: skewY(-0.30667632rad);
}
.liste.boutique .boutique-item .thumbnail .shot span {
  -webkit-box-shadow: 2px 2px 0 #579a36;
  -moz-box-shadow: 2px 2px 0 #579a36;
  box-shadow: 2px 2px 0 #579a36;
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 10;
  width: 120px;
  height: 30px;
  margin: 0 auto 8px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(-14deg) skew(-14deg);
  -moz-transform: rotate(-14deg) skew(-14deg);
  -ms-transform: rotate(-14deg) skew(-14deg);
  -o-transform: rotate(-14deg) skew(-14deg);
  transform: rotate(-14deg) skew(-14deg);
}
.liste.boutique .boutique-item .thumbnail .shot span:first-child {
  margin-top: 24px;
}
.liste.boutique .boutique-item .thumbnail .shot span:last-child:before {
  display: none;
}

.euro {margin-left:-0.5em;}

.blink{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #CC0000;    }
    49%{    color: rgb(74, 139, 57); }
    60%{    color: transparent; }
    99%{    color:transparent;  }
}

	.promo_ruban {
		background: url("/skins/standard/images/offer.png") no-repeat scroll 0 0 transparent;
		height: 40px;
		left: -2px;
		position: absolute;
		top: -2px;
		width: 40px;
		text-indent: -99999px;
		overflow: hidden;
	}

	.bio_ruban {
		background: url("/skins/standard/images/bio.png") no-repeat scroll 0 0 transparent;
		height: 40px;
		left: -2px;
		position: absolute;
		top: -2px;
		width: 40px;
		text-indent: -99999px;
		overflow: hidden;
	}

	.ab_ruban {
		background: url("/skins/standard/images/agriculture-biologique.png") no-repeat scroll 0 0 transparent;
		height: 80px;
		left: -2px;
		position: absolute;
		top: -2px;
		width: 80px;
		text-indent: -99999px;
		overflow: hidden;
	}
	.nouveau_ruban {
		background: url("/skins/standard/images/nouveau.png") no-repeat scroll 0 0 transparent;
		height: 40px;
		right: -2px;
		position: absolute;
		top: -2px;
		width: 40px;
		text-indent: -99999px;
		overflow: hidden;
	}

	
.liste.boutique .boutique-item .thumbnail .shot span.promo {
  color: #000;
  font-size: 0.9em;
}
.liste.boutique .boutique-item .thumbnail .shot span.promo:after {
  background-color: #fcfc00;
}
.liste.boutique .boutique-item .thumbnail .photos {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: auto 100%;
  margin-bottom: 15px;
  height: 300px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.liste.boutique .boutique-item .thumbnail:hover {
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
}
.liste.boutique .boutique-item .thumbnail:hover .shot {
  opacity: .25;
}
.liste.boutique .boutique-item .thumbnail:hover .photos {
  background-size: auto 90%;
/*
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  */
}
.liste.boutique .boutique-item .thumbnail .variantes .btn {
  padding: 6px 8px;
  background-color: #23272b;
  color:white;
  border: 1px solid #23272b;
  border-radius: 4px;
}
.liste.boutique .boutique-item .thumbnail .variantes .btn em {
  color: #FFF;
  font-size: .9em;
  margin-left: 5px;
}
.liste.boutique .boutique-item .thumbnail .variantes blockquote p {
  font-size: .80em;
}
.liste.boutique .boutique-item .thumbnail .infos,
.liste.boutique .boutique-item .thumbnail .commentaires {
  padding: 0 15px;
}
.liste.boutique .boutique-item .thumbnail .infos-top {
  position: absolute;
  width: 100%;
}
.liste.boutique .boutique-item .thumbnail .infos .design {
  margin: 10px 0;
  font-style: italic;
  text-align: center;
}
.liste.boutique .boutique-item .thumbnail .infos .design hr {
  margin: 10px 0;
}
.liste.boutique .boutique-item .thumbnail .infos .dl-horizontal {
  margin-bottom: 0px;
}
.liste.boutique .boutique-item .thumbnail .infos .dl-horizontal dt {
  width: 36%;
  font-size: .9em;
}
.liste.boutique .boutique-item .thumbnail .infos .dl-horizontal dd {
  margin-left: 38%;
}
.liste.boutique .boutique-item .thumbnail .infos .dl-horizontal dd p {
  margin: 0;
}
.liste.boutique .boutique-item .thumbnail .infos .btn-link {
  padding-left: 0;
}
.liste.boutique .boutique-item .thumbnail .commentaires {
  padding-top: 0;
  padding-bottom: 0;
  font-style: italic;
}
.liste.boutique .boutique-item .variantes + .infos-top {
  margin-top: -35px;
}
.liste.boutique .boutique-item .btn .glyphicon {
  margin-right: 10px;
}
.liste.boutique .boutique-item .modal-body .dl-horizontal dt {
  width: 100px;
}
.liste.boutique .boutique-item .modal-body .dl-horizontal dd {
  margin-left: 120px;
}
.prix {
  /*
		display: inline-block;
		font-size: .8em;
		-webkit-transform: rotate(-10deg);
		   -moz-transform: rotate(-10deg);
		    -ms-transform: rotate(-10deg);
		     -o-transform: rotate(-10deg);
		        transform: rotate(-10deg);
		*/
  color: #563d7c;
  text-align: center;
  text-shadow: 0 0 8px #FFF;
}
.liste.boutique .boutique-item .prix-barre {
  display: inline-block;
  float: left;
  margin-right: -50%;
  text-decoration: line-through;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.liste.boutique .boutique-item span[property="priceCurrency"] {
  font-size: .95em;
  font-style: oblique;
}
/** Fiche produit ?? */
.boutique .glyphicon-lg {
  margin-top: 20px;
  font-size: 3em;
}
/** Animations */
