#programme-entreprendre a[data-toggle="tab"] span {
    line-height: 24px;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
}

#programme-entreprendre div.tab-pane {
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: black;
  border-bottom-color: black;
  border-left-color: black;
  /* padding: 20px 40px; */
}

.card-offer {
  position: relative;
  background: black;
  border-radius: 0;
}

.card-offer .card-body {
  padding-top: 3.5rem !important;
}

.card-offer-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2cf2f;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.6rem 1.4rem;
  text-transform: uppercase;
}

.card-offer-title {
  font-weight: 700;
  line-height: 1.35;
}

.card-offer-subtitle {
  font-weight: 700;
  line-height: 1.35;
}

.card-offer-text,
.card-offer-list,
.card-offer-list li {
  line-height: 1.35;
}

.card-offer-list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.card-offer-list li {
  margin-bottom: 0.15rem;
}

.promo-offer {
  background-color: #d9d9d9;
}

.promo-offer__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #59c98a;
  color: #000;
  padding: 0.75rem 1rem;
}

@media (max-width: 767.98px) {
  .promo-offer__badge {
    position: static;
    display: inline-block;
    margin-bottom: 1rem;
  }
}

.text-underline {
  text-decoration: underline;
}
