.btn-zenchef{
    padding: 1rem;
    border-radius: 4px;
    text-decoration: none!important;
    background: #e4302c;
    color: #fff;
}

.btn-zenchef:hover, .btn-zenchef:focus{
  color: #fff;
  background: #c82926;
}

.btn-zenchef:before{
  content: '';
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  margin-right: 0.5rem;
  background-image: url(../medias/zenchef.svg);
  display: inline-block;
}