.basicArticleSuperListCategoryDescription {
    text-align: center;
    padding: 0px;
    max-width: fit-content;
    margin: 0 auto;
}

.basicArticleSuperListCategoryDescription {
    text-align: center;
    padding: 20px 10px;
    max-width: fit-content;
    margin: 0 auto;
}

.content-table {
    border-collapse: collapse;
    width: 100%;
}

/* Style des cellules */
.content-table td {
    text-align: center;
    padding: 20px;
    vertical-align: top;
}

.no-title {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.no-title h2 {
  display: none;
}


/* --- LE CODE RESPONSIVE --- */
@media screen and (max-width: 768px) {
    .content-table, 
    .content-table tbody, 
    .content-table tr, 
    .content-table td {
        display: block; /* Force chaque élément à prendre toute la largeur */
        width: 100%;
        box-sizing: border-box;
    }

    .content-table td {
        padding: 10px 0 30px 0; /* Ajoute de l'espace entre les blocs empilés */
        border-bottom: 1px solid #eee; /* Optionnel : une ligne légère de séparation */
    }

    .content-table td:last-child {
        border-bottom: none;
    }
}




    #ytb_row_header .ytb_block {
        color: white;
    }
}