+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $term,
+ 'post_ID' => $post_datas->ID,
+ 'post_title' => $post_datas->post_title,
+ 'post_excerpt' => $post_datas->post_excerpt,
+ )
+ );
+ ?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/template-components/card-thematique.css b/template-components/card-thematique.css
index 03e56e0..c1c187c 100644
--- a/template-components/card-thematique.css
+++ b/template-components/card-thematique.css
@@ -1,5 +1,5 @@
.card-thematique {
- @apply flex flex-col p-8 rounded-3xl relative;
+ @apply flex flex-col p-8 rounded-3xl relative bg-white;
transition: all 0.3s ease-in-out;
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
diff --git a/template-components/card-thematique.php b/template-components/card-thematique.php
index e6be7c1..a3a2efa 100644
--- a/template-components/card-thematique.php
+++ b/template-components/card-thematique.php
@@ -7,7 +7,7 @@ $taxonomy_picture = get_field('taxonomy_pictures', $thematique);
$color = getThematiqueFamilySlug($thematique->slug);
?>
-
+
name ?>
description ?>