.item-produit {
	position: relative;
	display: block;
	width: 100%;
}

.item-produit .encart {
	position: absolute;
	top: 8px;
	right: calc(1vw + 8px);
	padding: 4px 3px 2px 3px;
	background-color: rgb(255, 255, 255, 0.8);
	color: #000000;
  font-family: 'FjallaOne-Regular';
  font-size: 13px;
  line-height: 13px;
}

.item-produit .pastille-promo {
  position: absolute;
  top: 14px;
  right: calc(1vw + 14px);
  width: 50px;
  height: 50px;
  background-color: #CD5C5C;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: 'Helvetica';
  letter-spacing: 0.6px;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-produit.portrait {
	max-width: 386px;
}

.item-produit.paysage {
	width: 100%;
	max-width: 100%;
}

.item-produit .image {
	display: block;
	width: 100%;
	max-width: 100%;
}

.item-produit .image img {
	width: inherit;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

.item-produit .produits-couleurs {
	display: flex;
	justify-content: center;
}

.item-produit .produits-couleurs a {
	display: inline-block;
	cursor: pointer;
	font-size: 0;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
}

.item-produit .produits-couleurs a span {
	display: inline-block;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	background-color: #EFECDD;
}

.item-produit .produits-couleurs a.selectionnee {
	border: 1px solid #000000;
}

.item-produit .produits-couleurs a + a {
	margin-left: 5px;
}

.item-produit .legende {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}

.item-produit .legende h2 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'Oswald-Medium';
  font-size: 14.29px;
  line-height: 14.29px;
  letter-spacing: 0;
}

.item-produit .legende h2 .couleur {
	text-transform: none;
	font-family: 'AppleGaramond-Italic';
	display: block;
	margin-top: 5px;
	font-size: 15px;
	line-height: 15px;
}

.item-produit .legende .details-prix {
	margin-top: 0px;
   font-family: 'Oswald-Medium';
   font-size: 16px;
   line-height: 16px;
   letter-spacing: 0;
}

.item-produit .legende .details-prix span.prix-normal {
	margin-left: 20px;
	color: #777777;
  font-size: 14px;
  line-height: 14px;
  text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.item-produit .legende .details-prix span.pourcentage-remise {
	color: #777777;
  font-size: 14px;
  line-height: 14px;
	margin-right: 0px;
	margin-left: 0px;
}

.item-produit .legende .details-prix span.prix-vente {
  text-decoration: none;
}

.item-produit .legende.remise {
	display: flex;
	flex-direction: column;
  text-align: center;
}

.item-produit .legende .pourcentage-remise {
   margin-left: 10px;
   font-family: 'Oswald-Medium';
   font-size: 14.29px;
   line-height: 14.29px;
   letter-spacing: 0;
   color: #cc0b0b;
}

.item-produit .legende .details-prix .non-ventes-privees {
	margin-top: 8px;
}

.item-produit .legende .details-prix.periode-ventes-privees .non-ventes-privees {
	margin-top: 16px;
}

.item-produit .legende .details-prix .ventes-privees {
	display: flex;
	justify-content: space-between;
}

.item-produit .legende .details-prix .ventes-privees .prix-public {
	margin-left: 25px;
}

.item-produit .legende .details-prix .ventes-privees .prix-public .texte {
	font-size: 10px;
}

.item-produit .legende .details-prix .ventes-privees .prix-public .prix {
	margin-top: 0px;
	font-size: 16px;
}

.item-produit .legende .details-prix .ventes-privees .prix-ventes-privees {
	margin-right: 25px;
	color: #F1300E;
}

.item-produit .legende .details-prix .ventes-privees .prix-ventes-privees .texte {
	font-size: 10px;
}

.item-produit .legende .details-prix .ventes-privees .prix-ventes-privees .prix {
	margin-top: 0px;
	font-size: 16px;
}

/* Description produit */
.item-produit-description {
  padding-top: 10px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Helvetica;
  text-align: left;
  letter-spacing: 0;
}

.item-produit-description .nom-produit-et-prix {
  display: flex;
  flex-direction: column;
}

.item-produit-description .nom-produit-et-prix h2 {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.item-produit-description .produits-couleurs {
  margin-left: 5px;
  
}

.item-produit-description .detail-prix {
  margin-top: 5px;
  display: flex;
  align-items: baseline;
}

.item-produit-description .detail-prix .prix-vente {
  color: #737373;
  font-size: 15px;
  line-height: 15px;
}

.item-produit-description .detail-prix .prix-barre {
  margin-left: 7px;
  color: #ACA9A9;
  font-size: 12px;
  text-decoration: line-through;
}

.item-produit-description .detail-prix .pourcentage-remise {
  margin-left: 7px;
  color: #737373;
  font-size: 12px;
}

@media(max-width: 1000px) {
	.item-produit.portrait {
		max-width: none;
	}
	
	.item-produit .encart {
		right: calc(8.5vw + 8px);
		font-size: 10px;
		line-height: 10px;
	}
    
  .item-produit .pastille-promo {
    top: 8px;
    right: calc(8.5vw + 8px);
    width: 38px;
    height: 38px;
    font-size: 12px;
    line-height: 12px;
  }
	
	.item-produit .produits-couleurs a span {
		width: 14px;
		height: 14px;
	}
	
	.item-produit .legende .details-prix .ventes-privees .prix-public {
		margin-left: 4px;
	}
	
	.item-produit .legende .details-prix .ventes-privees .prix-ventes-privees {
		margin-right: 4px;
	}
    
  /* Description produit */
  .item-produit-description {
    width: 75vw;
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .item-produit-description .nom-produit-et-prix h2 {
    font-size: 10px;
    line-height: 16px;
  }
  
  .item-produit-description .produits-couleurs {
    flex-shrink: 0;
    max-width: 63px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
  .item-produit .produits-couleurs a {
    margin-left: 5px;
    margin-bottom: 2px;
  }
  
  .item-produit-description .detail-prix .prix-vente {
    font-size: 11px;
    line-height: 11px;
  }
  
  .item-produit-description .detail-prix .prix-barre {
    font-size: 9px;
    line-height: 9px;
  }
  
  .item-produit-description .detail-prix .pourcentage-remise {
    font-size: 9px;
    line-height: 9px;
  }
}