diff --git a/assets/css/home.css b/assets/css/home.css
index 6f43c08..98ef2e5 100755
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -322,17 +322,62 @@
.container-logos{
display: flex;
flex-wrap: wrap;
- gap: 20px;
-
+ align-items: center;
+ gap: 60px;
}
+
.container-logos .logo{
width: 200px;
height: 60px;
- background-color: #999;
-
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ overflow: hidden;
}
+.container-logos .logo > * {
+ max-width: 100%;
+ max-height: 100%;
+ width: auto;
+ height: auto;
+ object-fit: contain;
+}
+.container-logos .logo img,
+.container-logos .logo svg {
+ max-width: 100%;
+ max-height: 100%;
+ width: auto;
+ height: auto;
+ object-fit: contain;
+}
+
+#logo-inria{
+ width: 150px;
+}
+#logo-cnrs{
+ height: 80px;
+ width: 90px;
+}
+#logo-sorbonne{
+ height: 65px;
+ width: 160px;
+}
+#logo-saclay{
+ width: 160px;
+ transform: translateY(-10px);
+}
+#logo-rennes{
+ width: 81px;
+ height: 90px;
+}
+#logo-plantagroeco{
+ width: 220px;
+}
+#logo-SBF{
+ height: 120px;
+ width: 146px;
+}
diff --git a/components/icons/arrow-right.svg b/components/icons/arrow-right.svg
new file mode 100644
index 0000000..9018efb
--- /dev/null
+++ b/components/icons/arrow-right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/components/logos/Logo_Centre_national_de_la_recherche_scientifique_(2023-).svg b/components/logos/Logo_Centre_national_de_la_recherche_scientifique_(2023-).svg
index 97af5c4..5bec846 100755
--- a/components/logos/Logo_Centre_national_de_la_recherche_scientifique_(2023-).svg
+++ b/components/logos/Logo_Centre_national_de_la_recherche_scientifique_(2023-).svg
@@ -1,29 +1,25 @@
-
+
\ No newline at end of file
diff --git a/components/logos/Logo_Université_Paris-Saclay_2019-12.svg b/components/logos/Logo_Université_Paris-Saclay_2019-12.svg
index 241b2ef..2574e68 100755
--- a/components/logos/Logo_Université_Paris-Saclay_2019-12.svg
+++ b/components/logos/Logo_Université_Paris-Saclay_2019-12.svg
@@ -2,89 +2,86 @@