Hi rlaudien
These are custom fields of contact, you can use this css to hide them:
.view-contact .contact-information .contact-fields {
display: none;
}
and in the file: /templates/ja_justitia/html/com_contact/contact/default_user_custom_fields.php
Remove / comment this line of code:
<?php echo '<h3>' . ($groupTitle ?: JText::_('COM_CONTACT_USER_FIELDS')) . '</h3>'; ?>