#ytb_extension_article .content_13214 img {
  display: unset;
}

#ytb_row_page_content .table__competence img {
	float: initial;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: center;
}

.center-table td {
    text-align: center;
}

.center-table img {
    display: block;
    margin: 2 auto;
    width: 400px; /* largeur fixe identique pour toutes les images */
    height: auto; /* conserve les proportions */
    max-width: 100%; /* reste responsive sur petits écrans */
}

#ytb_block_homeContent_2 .basicArticleSuperListArticleTitle a, #ytb_row_sideBarT .basicArticleSuperListArticleTitle a {
    font-weight: lighter;
    text-transform: uppercase;
    margin: 8% 0;
    display: block;
}