.card.card-annonce .card-price {
  color: black;
  background-color: #F5F5F5;
  padding: 5px 15px;
  border-radius: 3px;
}
#annonce_detail .price-event {
  margin-top: 10px;
}
#annonce_detail .price-event span {
  text-align: center;
  padding: 10px 20px;
  border-radius: 2px;
  color: black;
  background-color: #F5F5F5;
}
@media only screen and (min-width: 1025px) {
  .card.card-annonce .row + .row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .card.card-annonce .card-price {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    float: right;
  }
  #annonce_detail .price-event {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
}
