diff --git a/affiches/mardis/index.html b/affiches/mardis/index.html
index 7a3df8a..77a805b 100644
--- a/affiches/mardis/index.html
+++ b/affiches/mardis/index.html
@@ -125,7 +125,7 @@
Tous les mardis
à partir de 18h
- au local du LOL
+ au local du LOL → 7 Place Chazette, 69001 Lyon
diff --git a/readMe.MD b/readMe.MD
index 68882e8..650b3f1 100644
--- a/readMe.MD
+++ b/readMe.MD
@@ -40,6 +40,7 @@ Ce document sert à échanger et partager des idées et trucs à faire pour cont
* [x] réglages padding section statut
* [ ] section adhésion et explication financement
+ (à discuter pour le contenu)
# Démarrer un serveur de developpement
diff --git a/style/common.css b/style/common.css
index 130a2d8..49024de 100644
--- a/style/common.css
+++ b/style/common.css
@@ -24,6 +24,7 @@
.textBtnStyle:hover{
color: var(--back-color);
background-color: var(--main-color);
+ border-color: var(--back-color);
}
.iconBtnStyle{
@@ -55,6 +56,16 @@
animation: none;
}
+@media(min-width: 1300px){
+ .textBtnStyle{
+ font-size: 19px;
+ }
+
+ .iconBtnStyle{
+ font-size: 19px;
+ }
+}
+
.solidBox{
width: 100%;
height: 100%;
diff --git a/style/main.css b/style/main.css
index d101bae..174e8bf 100644
--- a/style/main.css
+++ b/style/main.css
@@ -362,8 +362,13 @@ main{
}
#adhesionSection{
+ visibility: collapse;
grid-column: 1;
grid-row: 2;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: flex-start;
.textBtnStyle{
position: relative;
@@ -371,7 +376,7 @@ main{
width: 90%;
height: 33px;
font-size: 13.12px;
- margin: 7.77px;
+ margin-top: 13.12px;
}
#addUserWindow{
diff --git a/style/responsive.css b/style/responsive.css
index dd666d6..da0c13d 100644
--- a/style/responsive.css
+++ b/style/responsive.css
@@ -92,6 +92,13 @@
padding-top: 33px;
}
+ #adhesionSection{
+ justify-content: flex-end;
+ margin-top: 0;
+ margin-bottom: 33px;
+ width: 77%;
+ }
+
}
#statuSection{
.textBtnStyle{
@@ -157,6 +164,16 @@
right: 33px;
top: 33vh;
}
+
+ #openMsg{
+ width: 44px;
+ height: 44px;
+ }
+
+ .icon{
+ height: 22px;
+ width: auto;
+ }
}
#titleSection{
@@ -182,6 +199,7 @@
address{
font-size: 22px;
+ margin-top: 13.12px;
}
#planSection{
@@ -199,6 +217,17 @@
}
}
+ #adhesionSection{
+ width: 50%;
+ margin-left: 16.1px;
+ margin-bottom: 77px;
+
+ .textBtnStyle{
+ height: 44px;
+ font-size: 20px;
+ }
+ }
+
}
#statuSection{