#mov-cover-lang {
    display: flex;
    height: 21px;
    justify-content: center;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}

#mov-cover-lang a{
    background-color: #333;
    color: white;
    display: block;
    font-size: 11px;
    flex-grow: 1;
    height: 21px;
    line-height: 1em;
    padding: 4.5px 7px 5.5px 7px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

#mov-cover-lang a + a{
    margin-left: 1px;
}

#top-figure .topcolumn .buttons .bt{
    width: 70%;
  /*  background-color: red;*/
    /*padding: 10px;*/
}
#top-figure .topcolumn .buttons .bt a + a {
    margin-left: 1px;
}