/* Promotion avec texte dynamique */

@font-face {
  font-family: 'Franklin';

  src: url('/font/FranklinGothHeavyCTT.eot');
  src: url('/font/FranklinGothHeavyCTT.woff') format('woff');
}

/* Plusieurs */
.promotions{
	margin: 0 -5px 0 -5px;
}
.promotions .promotion{
	float: left;
	margin: 10px;
}

/* Promotion */
.promotion{
	font-family: 'Helvetica', 'Arial', sans-serif;
	border-radius: 0px;
	border: 0px transparent solid;
	box-shadow: 1px 2px 2px 0 rgba(100, 100, 100, 0);
	overflow: hidden;
	font-size: 11px;
}
.promotion p{
	color: inherit;
}
.promotion a{
	text-decoration: inherit;
	color: inherit;
}
.promotion .promocadre{
	position: relative;
}
.promotion.promosmall {
	font-size: 0.5em;
}
/* Contenu */
.promotion .prodimg{
	position: absolute;
}
.promotion .img{
	position: absolute;
	overflow: hidden;
}
.promotion .prodinfo{
	position: absolute;
	font-size: 2em;
	color: white;
}
.promotion .prodinfo.ombre{
	text-shadow: 0 0 0.3em #333;
}
.promotion .prodinfo p{
	margin: 0;
	line-height: 1em;
}
.promotion .masque{
	position: absolute;
	width: 200px;
	height: 150px;
	background: url('/img/halo.png') no-repeat center center;
}
.promotion .text{
	position: absolute;
	font-weight: bold;
	color: red;
	text-shadow: 0 0 0.05em #000;
	line-height: 4em;
}
.promotion .prix_info{
	font-size: 1em;
	line-height: 1.5em;
	font-style: italic;
}
.promotion .prix_barre{
	font-size: 2em;
	line-height: 1.1em;
	text-decoration: line-through;
	font-style: italic;
	letter-spacing: -2px;
}
.promotion.promosmall .prix_barre{
	letter-spacing: -1px;
	margin-bottom: -0.20em;
}
.promotion .prix_promo{
	font-size: 5em;
	letter-spacing: -3px;
}
.promotion.promosmall .prix_promo{
	letter-spacing: -2px;
}
.promotion .prix_promo span{
	font-size: 0.8em;
}

/* Pastille promo */
.promotion .promo{
	position: absolute;
	font-weight: bold;
}
.promotion .promo .promo_pastille{
	width: 104px;
	height: 104px;
	display: table-cell; /* Bidouille */
	vertical-align: middle;
}
.promotion.promosmall .promo .promo_pastille{
	width: 50px;
	height: 50px;
}
.promotion .promo .promo_pastille div{
	text-align: center;
	/*text-shadow: 0 0 0.05em #000;*/
}.promotion .promo .promo_pastille .prix{
	letter-spacing: -2px;
	font-size: 2.2em;
}
.promotion.promosmall .promo .promo_pastille .prix{
	letter-spacing: -1px;
}
.promotion .promo .promo_pastille .promo_prix{
	font-size: 1.9em;		
	font-family: 'Franklin'; 
}
.promotion .promo .promo_pastille .promo_prix span{
	font-size: 2em;
}
.promotion .promo .promo_pastille_2 div{
	line-height: 2em;
}
.promotion .promo .promo_pastille_2 .promo_text{
	font-size: 1.2em;
}
.promotion.promosmall .promo .promo_pastille_2 .promo_text{
	font-size: 0.8em;
}
.promotion .promo .promo_pastille_jaune{
	background: url('/img/promo_pastille_jaune.png') no-repeat center center;
	color: red;
}
.promotion.promosmall .promo .promo_pastille_jaune{
	background: url('/img/promo_pastille_jaune_s.png') no-repeat center center;
}
.promotion .promo .promo_pastille_rouge{
	background: url('/img/promo_pastille_rouge.png') no-repeat center center;
	color: #fff;
}
.promotion.promosmall .promo .promo_pastille_rouge{
	background: url('/img/promo_pastille_rouge_s.png') no-repeat center center;
}
.promotion .promo .promo_pastille_vert{
	background: url('/img/promo_pastille_vert.png') no-repeat center center;
	color: #fff;
}
.promotion.promosmall .promo .promo_pastille_vert{
	background: url('/img/promo_pastille_vert_s.png') no-repeat center center;
}
.promotion .promo .promo_pastille_flash{
	background: url('/img/chrono-venteflash.png') no-repeat center center;
	color: white;
}

/* Vente Flash */
.promotion .flash{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
	line-height: 14px;
	border-bottom: 1px #CACACA solid;
	background-color: red;
	padding: 0 5px;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	overflow: hidden;
}
.promotion.promosmall .flash  {
	font-size: 1.8em;
}
.promotion .flash div{
	display: inline;
}

/* Prix conseillé fournisseur */
.promotion .prix_public{
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 14px;
	line-height: 14px;
	/*background-color: white;*/
	color: black;
	text-shadow: 0 0 0.05em #fff;
	font-size: 1.3em;
}
.promotion.promosmall .prix_public{
	font-size: 1.7em;
}
#liste_promotions{padding-right:0px;}

.promotions{margin:0px!important;}


.promotype_6 {margin:5px 0px!important;}

.promotype_7 {margin-right:0px!important;margin-left:8px!important;}
.promotype_7:first-child {margin-left:0px!important;margin-right:7px!important;}
