diff --git a/resources/css/app.css b/resources/css/app.css
index b8782e6..f72134b 100644
--- a/resources/css/app.css
+++ b/resources/css/app.css
@@ -68,6 +68,7 @@
@import './blocks/block-chapo.css';
@import './blocks/wp-block-list.css';
@import './blocks/audio-player.css';
+@import './blocks/our-collections.css';
/* ########### LIBS ############ */
@import './libs/swiper.css';
diff --git a/resources/css/blocks/our-collections.css b/resources/css/blocks/our-collections.css
new file mode 100644
index 0000000..0b2fd3f
--- /dev/null
+++ b/resources/css/blocks/our-collections.css
@@ -0,0 +1,45 @@
+.our-collections {
+ @apply pb-32 relative;
+
+ * {
+ @apply relative;
+ z-index: 3;
+ }
+ &__selected-image {
+ @apply block;
+
+ z-index: 3;
+ aspect-ratio: 16/9;
+ @apply mx-auto block bg-white w-full max-w-2xl h-auto object-cover border border-primary p-4;
+
+ transform: translateY(-200px);
+ margin-bottom: -200px;
+ }
+ .background-shape {
+ @apply block w-full h-full absolute top-0 left-0 bg-no-repeat;
+ background-size: 100% 100%;
+
+ background-image: url('../resources/img/shapes/background-shape-A_purple.svg');
+ z-index: 0;
+ }
+ .redirection-grid {
+ @apply grid grid-cols-1 md:grid-cols-2 gap-4 max-w-2xl mx-auto;
+ .redirection-grid__item {
+ @apply bg-white border border-primary p-4 relative flex items-center justify-between;
+ @apply text-primary text-center font-light text-xl fjalla uppercase;
+ @apply relative;
+ &::after {
+ @apply content-[''] block w-16 h-16 bg-no-repeat;
+
+ background-image: url('../resources/img/carhop-fleche-full-green.svg');
+ }
+ }
+ }
+}
+.see-all {
+ @apply w-fit internal-link-with-icon mx-auto block text-center mt-12;
+}
+
+.block-front-header:has(+ .our-collections) {
+ padding-bottom: 240px !important;
+}
diff --git a/resources/img/carhop-fleche-full-green.svg b/resources/img/carhop-fleche-full-green.svg
new file mode 100644
index 0000000..5bc5d20
--- /dev/null
+++ b/resources/img/carhop-fleche-full-green.svg
@@ -0,0 +1,15 @@
+
+
\ No newline at end of file
diff --git a/resources/img/shapes/background-shape-A_purple.svg b/resources/img/shapes/background-shape-A_purple.svg
new file mode 100644
index 0000000..82f50b3
--- /dev/null
+++ b/resources/img/shapes/background-shape-A_purple.svg
@@ -0,0 +1,3 @@
+