.lotEncheres #lot_prix{
  display: inline-block;
  position: relative;
  width: 86vw;
}

.lotEncheres #lot{
  display: block;
  float: none;
  text-align: left;
  margin: 0 0 0 2vw;
}

.lotEncheres #prix{
  display: block;
  text-align: right;
  margin: 7vh 0 0 0;
}

.lotEncheres #details{
  position: absolute;
  top: 36vh;
  left: 0;
}

.lotEncheres #detail{
  position: absolute;
  top: -4vh;
  left: 0;
  word-spacing: -0.75vw;
}

.lotEncheres #nom{
  display: inherit;
}

.lotEncheres #nom > div:nth-child(2){
  margin-top: 2vh;
  line-height: 10vh;
}

.lotEncheres #nom span{
  display: inline-block;
  text-transform: capitalize;
  line-height: 11vh;
  margin: 0;
  padding: 0;
}

.lotEncheres #devises{
  top: 3vh;
  left: 20vw;
  width: 65vw;
}

.lotEncheres #pedigre{
  display: list-item;
  height: inherit;
}

.lotEncheres #pedigre .categorie{
  width: 45vw;
  position: absolute;
  top: 30vh;
  left: 0;
}

.lotEncheres .precedent{
  top: 50vh;
  left: 30vw;
  width: 60vw;
}

#devises{
  position: absolute;
  top: 0vh;
  left: 40vw;
  
  width: 55vw;
  height: 35vh;

  /*background-color: green;*/
}

#devises ul{
  display: inline-block;
  padding: 0 0 0 1vw;
}

#devises ul li{
  margin-bottom: 2vh;
}

#montants_liste{
  float: right;
  text-align: right;
  
  /*background-color: blue;*/
}

#logo{
  display: block;
  width: 25vw;
  height: 25vh;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#logo{
  background-image: url('../img/galop-blanc-carre.png');
}


