.zoom{
    transition: transform .5s;
    width: auto;
    margin: 0 auto;
}

.zoom:hover{
    transform: scale(1.25);
}

a {
    text-decoration: none;
    color: white;
}


.bdd{
    background: rgba(0, 0, 0, .8);
}

tbody, .media, th{
    color: white;
}

.index, .media {
    background: url(icon/background2.1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#bg-btn{
    background: rgba(0, 0, 0, .7);
    margin-left: 20%;
    margin-right: 20%;
}

.btn{
    background: rgba(0, 0, 0, .8);
    margin: 2%;
}
