.podcast-panel-social-show .table-container {
    background-color: black;
    background-repeat: repeat;
}

.podcast-panel-social-show table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0px;
}

.podcast-panel-social-show table>tbody>tr:nth-child(1) {
    cursor: pointer;
}

.podcast-panel-social-show table>tbody>tr:nth-child(1) {
    transition: box-shadow .3s;
}

.podcast-panel-social-show table>tbody>tr:nth-child(1):hover {
    box-shadow: 0 0 10px rgba(33, 33, 33, .7);
}

.podcast-panel-social-show table>tbody>tr:nth-child(1)>td:nth-child(1) {
    /*background-color: black;*/
    text-align: center;
    padding: 20px 25px;
    width: 100%;
}

.podcast-panel-social-show table>tbody>tr:nth-child(1)>td:nth-child(2) {
    /*background-color: black;*/
    vertical-align: bottom;
}

.podcast-panel-social-show dl.invite-special>dt {
    color: white;
    font-size: 10px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 700;
    margin-top: 20px;
}

.podcast-panel-social-show table dl.invite-special>dd {
    color: white;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
}

.podcast-panel-social-show .contenant-img-bulle {
    position: relative;
    width: 130px;
    height: 110px;
    overflow: hidden;
}

.podcast-panel-social-show .img-bulle {
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: -50px;
    right: -30px;
    border-radius: 80px;
}

.podcast-panel-social-show .titre {
    font-size: 20px;
    font-weight: 700;
    min-height: 90px;
    margin-top: 25px;
    margin-bottom: 0px;
}

.podcast-panel-social-show .titre>a {
    color: #e30923;
}

.podcast-panel-social-show .episode {
    font-size: 15px;
    min-height: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.podcast-panel-social-show .episode a {
    color: black;
}

.podcast-panel-social-show .episode a:focus,
.podcast-panel-social-show .episode a:hover {
    color: #ffbc00;
}