.font_body{
	font-family: 'Arial Regular';
  font-weight: normal;

  font-size: 10vh;

  text-transform: capitalize;
}

.font_lot{
	font-family: 'Arial Bold';
  font-weight: normal;
  
  font-size: 16vh;
}

.font_lot_prix{
  font-family: 'Arial';
  font-weight: normal;
  
  font-size: 22vh;
}