@media (max-width: 767px) {
  .notification-cookie {
    bottom: 0;
  }
  .notification-cookie .col {
    padding-right: 8px;
  }
  .notification-cookie .col-auto {
    padding-left: 8px;
  }
  .notification-cookie .title {
    font-size: .8rem;
    font-weight: bold;
  }
  .notification-cookie .text {
    font-size: .8rem;
    text-align: justify;
  }
  .notification-cookie .text .link {
    margin-left: 0;
  }
  .notification-cookie .text .link + .link {
    margin-left: .5rem;
  }
  .notification-cookie .btn {
    font-size: .8rem;
    padding: .5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
}