body{
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-family: 'Tahoma Regular';
  font-size: 100%;
  background-color: black;
  color: white;
  letter-spacing: 0.2vw;
  word-spacing: -0.5vw;
}

.hidden{
  visibility: hidden;
}

.none{
  display: none !important;
}

h1, h2, h3, h4 {
  display: inline-block;
}

#app{
  margin: 5vh 5vw;
  width: 90vw;
  height: 90vh;
  
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: bold;
}

.tva::after{
  content: '% Sans TVA';
}

/*.tva{
  font-size: 5vh;
  color: red;
}*/

.tva{
  display: block !important;
  float: right;
  font-size: 5vh;
  color: red;
}

.lot{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.lot h1{
  font-size: 8vh;
  text-wrap: nowrap;
}

.lot h1:first-child{
  margin-right: 1vw;
}

.lot > span > h1:first-child{
  font-size: 6vh;
}

.odd, .even {
    display: inline-flex;
    height: 80vh;
}

.odd{
  flex-direction: column;
}

.lotDetails div:first-child {
  font-size: 7vh;
  text-transform: capitalize;
}

.lotDetails div:nth-child(2){
  text-transform: capitalize;
}


.lotDetails div{
  margin-top: 2vh;
  font-size: 5vh;
  display: flex;
  flex-wrap: wrap;
  width: 61vw;
  margin-top: 2vh;
}

.lotDetails .pedigreeSeparator{
  padding: 0 1vw;
  text-transform: lowercase;
}

.even{
  flex-direction: column;

  position: relative;
  float: right;
  
  width: 27vw;
  height: 80vh;
  margin-top: 3vh;

}

.even > div > div{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.price h1:first-child{
  margin-right: 3vw;
}

.price h1{
  font-size: 9vh;
}

.price h2{
  font-size: 8vh;
}

.currencies{
  width: 90%;
  margin-left: 10%;
}

.currencies h2{
  margin: 1vh 0 0.75vh 0;
  font-size: 5.5vh;
}

.currencies h2:first-child {
  margin-right: 1vw;
}

.previousLot {
  position: absolute;
  bottom: 2vh;
  padding: 3vh 0 0 3vw;
  font-size: 4vh;
  width: 24vw;
}

.previousLot label:first-child::before{
  content: 'Lot ';
}

.previousLot label:first-child::after{
  content: ' : ';
}

.previousLot label:nth-child(2)::before{
  content: ' € ';
}

.viceVeto{
  position: absolute;
  bottom: 4vh;
  padding: 0;
  font-size: 4vh;
  width: 70vw;
  
}

.viceVeto:first-letter{
  text-transform: capitalize;
}