@import url('https://use.fontawesome.com/releases/v5.0.8/css/all.css');

.suivi-live-banner {
    text-align: center;
}

.item_course {
    position: relative;
}

.vssl-el-button-bar {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.item_course .vssl-el-button-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.0em 0;
}

.vssl-el-button {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1ex;
  color: #fff;
  font-weight: bold;
}

.vssl-el-button:hover {
  color: #fff;
  text-decoration: none;
}

.vssl-el-button.blue {
  background: #0087c8; 
}
.vssl-el-button.blue:hover {
  background: #006a9d;
}

.vssl-el-button.green {
  background: #95c115;
}
.vssl-el-button.green:hover {
  background: #799c11;
}

.vssl-discount {

}
.vssl-discount p {
  margin: 0;
}
.vssl-discount ul {
  margin: 1ex 0 0 0em;
  list-style-type: disc;
}
