@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body{
  /* font-family: "Arial", sans-serif; */
  font-family: 'Open Sans', sans-serif;
}
h1{
  border-bottom: 1px solid #de0f7a;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 8px;
  color: black;
}
.logo-wrapper{
    /*float: right;
    margin-right: 50px;
  text-align: right;
  margin-bottom: 20px;
  clear: both;*/
  
  position: absolute;
    right: 50px;
    top: 0;
}
.logo-wrapper img{
  width: 100px;
  height: auto;
}
.field-label{
  font-weight: bold;
  text-transform: uppercase;
}

.column{
  float: left;
  width: 48%;
  margin-right: 2%;
}
.public-price{
  padding-bottom: 20px;
}
.public-price, .dealer-price{
  text-align: center;
  clear: both;
}
.image{
  margin: 20px;
}
.dealer-price{
  font-size: 12px;
  font-style:italic;
}
.brand-logo{
  text-align: center;
  margin: 20px auto;
}
.field-body{
  margin-bottom: 20px;

}
.field-item{
  /*
  font-size: 13px;
  margin-bottom: 5px;
  */
}
.not-logged-in .dealer-price{
  display: none;
}
.shop-infos{
  margin-top: 0px;
  padding-top: 10px;
  border-top: solid 1px #000;
  text-align: center;
  font-size: 11px;
}

/*
 * NOUVELLE VERSION
 */
 iframe,
 .field-name-field-qrcode .field-label,
 .dn,
.print-footnote,
a,
h2 {
     display: none;
 }
 
 .stamp {
  position: relative;
  display: inline-block;
  /* z-index: 900; */
  /* 
  width: 296px;
  height: 122px;
  background-image: url("../img/tampon-horiz_09.png");
  */
  
  /*
  * Tampon original
  */
  width: 314px;
  height: 115px;
  background-image: url("../img/tampon_dore.png");
  
  
  /*  
  width: 312px;
  height: 104px;
  background-image: url("../img/tampon_tva.png");
  */
  
  background-repeat: no-repeat;
  margin-top: -90px;
  /* margin-left: 20px; */
}
 
 .prix_barre {
    text-decoration: line-through;
}

.descriptif_piano h2 {
    display: block;
    color: #a47b50;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    border-bottom: solid 1px #CCC;
    margin-bottom: 4px;
    margin-top: 0;
}

.pianoprice h2 {
    display: block;
    color: #a47b50;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 4px;
}

.printprice {
    display: inline-block;
    color: white;
    background-color: #a47b50;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
}

 p {
    color: #707173;
    font-size: 10px;
    padding: 0;
    margin: 0;
}

ul,
li,
.descriptif_piano ul,
.descriptif_piano li {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #707173;
    font-size: 10px;
}

a.colorbox {
    display: inline;    
}

.cols-2 {
    width:50%;
    float: left;
}

.pinkheader {
    display: block;
    color: #a47b50;
    font-size: 15px;
    font-weight: normal;
}

 .stamped {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 0;
}

.node-type-pianos .stamped {
  position: absolute;
  top: 1px;
  left: 44px;
  width: 350px;
  height: 65px;
  z-index: 0;
}


div.coup_de_coeur {
  /* background-image: url("../img/coeur_24.png");
  background-repeat: no-repeat;
  background-position: 40px top; */
}

div.stamped.coup_de_coeur {
  background-image: url("../img/coeur_24.png");
  background-repeat: no-repeat;
  background-position: 95% 5%;
  
}
div.stamped.fin_de_serie {
  background-image: url("../img/stamp_fin_serie.png");
  background-repeat: no-repeat;
   background-position: right top;
}
div.stamped.promo {
  background-image: url("../img/stamp_promo.png");
  background-repeat: no-repeat;
   background-position: right top;
}
div.stamped.destock {
  background-image: url("../img/stamp_destock.png");
  background-repeat: no-repeat;
   background-position: right top;
}
div.stamped.dernier {
  background-image: url("../img/stamp_dernier.png");
  background-repeat: no-repeat;
   background-position: right top;
}
div.stamped.rare {
  background-image: url("../img/stamp_rare.png");
  background-repeat: no-repeat;
   background-position: right top;
}
div.stamped.soldes {
  background-image: url("../img/stamp_soldes.png");
  background-repeat: no-repeat;
   background-position: right top;
}

.barcode img {
    margin: -25px;
    max-width: 100px;
}

.pianoprice {
    position: absolute;
    bottom: 0; /* A5 */
    bottom: 53%; /* A4 */
    left: 0;
}

.barcode,
.field-name-field-qrcode {
    position: absolute;
    bottom: 0; /* A5 */
    bottom: 53%; /* A4 */
    right: 20px;
}
