diff --git a/atlas/static/css/ficheEspece.css b/atlas/static/css/ficheEspece.css
index 5c84c083..f3106ff1 100644
--- a/atlas/static/css/ficheEspece.css
+++ b/atlas/static/css/ficheEspece.css
@@ -84,12 +84,12 @@ p.imgDescription.main {
justify-content: space-between;
}
-#taxonomy {
- margin-top: 15px;
-}
-
-#inpnLink {
- margin-top: 15px;
+#statuts-and-links-container {
+ display: flex;
+ align-items: center;
+ gap: 1.2rem;
+ justify-content: start;
+ margin: 1.5rem 0;
}
.nav > li > a {
@@ -348,7 +348,7 @@ div#statut-bdc ul {
display: flex;
flex-wrap: wrap;
padding: 0;
- margin: 0;
+ margin: 1.5rem 0;
gap: 0.1rem 1rem;
}
diff --git a/atlas/templates/speciesSheet/identityCard.html b/atlas/templates/speciesSheet/identityCard.html
index 6987426d..a91c0302 100644
--- a/atlas/templates/speciesSheet/identityCard.html
+++ b/atlas/templates/speciesSheet/identityCard.html
@@ -56,29 +56,6 @@
{{ taxon.taxonSearch.nom_complet_html|safe }}
data-original-title="{{ taxon.taxonSearch.group2_inpn }}" data-placement="right">
- {% if taxon.taxonSearch.protection == 'oui' %}
-
-
-
- {% endif %}
- {% if configuration.DISPLAY_PATRIMONIALITE and taxon.taxonSearch.patrimonial in configuration.PATRIMONIALITE.config %}
-
- {% endif %}
-
- {% if configuration.AFFICHAGE_STATUTS %}
- {% include url_for('static', filename='custom/templates/statuts.html') %}
- {% endif %}
{% for taxon in taxonomyHierarchy %}
@@ -97,14 +74,40 @@
{{ taxon.taxonSearch.nom_complet_html|safe }}
{% endfor %}
-
-
-
-
+
+ {% if taxon.taxonSearch.protection == 'oui' %}
+
+
+ {% endif %}
+
+ {% if configuration.DISPLAY_PATRIMONIALITE and taxon.taxonSearch.patrimonial in configuration.PATRIMONIALITE.config %}
+
+ {% endif %}
+
+
+ {% if configuration.AFFICHAGE_STATUTS %}
+ {% include url_for('static', filename='custom/templates/statuts.html') %}
+ {% endif %}
+
{% if taxon.listTaxonsChild|length > 0 %}