.vl_modale {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  background: url(bg-vlmodal.png) center;
  background-size: cover;
  font-size: 0.9375em;
  line-height: 1.75;
}

.vl_modale button {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  overflow: hidden;
  text-indent: 100px;
  line-height: 100px;
  background: url(close.svg) center no-repeat;
}

.vl_modale span {
  display: block;
}

.vl_modale span.big {
  font-size: 1.333em;
}

.vl_modale span.data {
  margin-top: 8px;
  text-transform: uppercase;
}

.vl_modale a {
  margin-top: 15px;
  font-size: 0.93333em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

@media all and (min-width:768px) {
  .vl_modale {
    max-width: 340px;
    position: absolute;
    z-index: 20;
    right: 2.5%;
    top: 170px;
    background-size: auto;
  }

  .vl_modale button {
    display: block;
  }
}