diff --git a/template-components/artisans/card-artisans-search.php b/template-components/artisans/card-artisans-search.php
index efd9ed7..571842c 100644
--- a/template-components/artisans/card-artisans-search.php
+++ b/template-components/artisans/card-artisans-search.php
@@ -1,6 +1,7 @@
'card-artisans__thumbnail card-post__thumbnail')) ?? null;
+$postDefautlThumbnail = get_stylesheet_directory_uri() . '/resources/img/photos/default-cover.jpg';
$post_title = $args['post_title'];
$post_permalink = get_the_permalink($postID);
@@ -57,10 +58,10 @@ $adresse = get_field('adresse', $postID);
-
+
-
+
diff --git a/template-components/artisans/card-artisans.css b/template-components/artisans/card-artisans.css
index df8fb6f..44b7433 100644
--- a/template-components/artisans/card-artisans.css
+++ b/template-components/artisans/card-artisans.css
@@ -18,9 +18,12 @@
@apply bg-patrimoine-sante-securite-light text-patrimoine-sante-securite rounded-lg text-sm px-3 py-1;
}
}
+ &__contact-details-title {
+ @apply uppercase !font-medium text-neutral-400 !mb-3 !text-sm;
+ }
&__adresse {
- @apply font-normal underline-offset-4 inline-flex !mt-6 w-full;
+ @apply font-normal underline-offset-4 inline-flex !mt-0 w-full;
&:before {
@apply inline-flex mr-3 h-6 w-6 bg-center bg-contain bg-no-repeat;
content: '';
@@ -64,6 +67,10 @@
}
}
+ &__vat-number {
+ @apply !mb-0;
+ }
+
.cta--read-more {
@apply mt-6;
}