.bridge img,
.belote img,
.poker img,
.tarot img {
    border-radius: 20px;
    border: 1px solid #264E2A;
    width: 170px;
    height: 150px;
    padding: 20px 50px;
}

table {
    width: 85%;
    margin: 50px auto;
}

tr {
    border: 1px solid #264E2A;
    border-radius: 20px;
}

table a {
    text-decoration: none;
    color: #000000;
    font-family: Carrois;
}

table a:hover {
    color: #444444;
    text-decoration: underline;
}

td {
    text-align: center;
    padding: 10px;
}

td img {
    width: 60px;
}

.fond {
    background-color: #F2E9D9;
}

.bordure {
    border-collapse: collapse;
}

@media screen and (max-width: 1300px) {
    .scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin-left: 5%;
    }
}