.category-profil .entry-content ul.menu {
    list-style-type: none;
    border-top: 3px solid #000;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.category-profil  .entry-content ul.menu li {
    padding: 5px 20px;
}

.category-profil  .entry-content ul.menu li a {
    font-size: 16px;
}

.temoignage-img {
    max-height: 248px;
}
.temoignage-img img {
    border: 3px solid #000;
}

@media only screen and (min-width:768px) {
    .category-profil  .entry-content ul.menu {
        display: flex;
        justify-content: center;
    }
}


@media only screen and (min-width:768px) and (max-width:1023px) {
    .category-profil .entry-content ul.menu {
        padding: 15px 120px;
    }
}