.footer{
  //height:80px;
  background-color: #190d23;
  &-top{
    color:#fff;
    background-color: $color_primary_dark;
    padding:30px 0;
  }
  &-bottom{
    padding:15px 0;
    color:#fff;
    a{
      &.text-link{
        color:#fff;
        text-decoration: none;
        &:hover{
          color:#828dda;
        }
      }
    }
  }
}