
  .flex-footer {
    width: 100%;
    z-index: 200;
    left: 0;
    bottom: 0;
    position: sticky;
    height: 60px;
    display: none;
  }

  .flex-footer p {
    width: 100%;
    font-family: soleil, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 17px;
    color: #000000;
    vertical-align: 50%;
    padding: 20px;
    padding-bottom: 0;
  }

  .flex-footer a {
    color: #000000;
    text-decoration: underline;
  }

  .flex-footer a:hover {
    color: #000000;
  }

  .flex-footer button {
    font-family: soleil, sans-serif;
    font-weight: 300;
    font-size: 11px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    vertical-align: 50%;
  }

.footer-icon{
  position: relative;
  float: left;
}

.flex-footer:hover {
  display: block;
}

.icon {
  width: 30px;
  height: 30px;
  fill: #000000;
}

.info-footer{
  padding-right: 60px;
}

.mini-airbag{
  padding: 5px;
}

.clock-message{
  margin-left: 0;
  margin-top: 20px;
}

.message{
  margin-left: 10px;
  padding-top: 14px;
}

@media screen and (min-width: 640px) {
  .message{
    margin-left: 10px;
    padding-top: 7px;
  }
  

}