diff --git a/SwichGIT/src/css/Resp3.css b/SwichGIT/src/css/Resp3.css
index 105b755..1bc656a 100644
--- a/SwichGIT/src/css/Resp3.css
+++ b/SwichGIT/src/css/Resp3.css
@@ -45,6 +45,13 @@
width: var(--w);
border-radius: var(--w);
}
+
+ .rondcache {
+ display: table;
+ margin: 0 auto;
+ background-color: black;
+ border-radius: var(--y);
+ }
.rond2 {
display: table;
margin: 0 auto;
diff --git a/SwichGIT/src/index.html b/SwichGIT/src/index.html
index bb16043..ad13374 100644
--- a/SwichGIT/src/index.html
+++ b/SwichGIT/src/index.html
@@ -87,7 +87,7 @@