add : fenetre adhesion sans contenu juste interactivité

This commit is contained in:
2026-08-12 21:49:33 +02:00
parent f435cb36b8
commit 2ed49a5fe1
7 changed files with 150 additions and 55 deletions
+74 -4
View File
@@ -253,7 +253,7 @@ main{
h3{
width: 100%;
padding-bottom: 13.12px;
margin-bottom: 16.1px;
font-family: 'karrik';
text-transform: uppercase;
@@ -286,7 +286,7 @@ main{
}
li{
margin-bottom: 7.77px;
margin-top: 16.1px;
}
}
}
@@ -360,6 +360,65 @@ main{
}
}
#adhesionSection{
grid-column: 1;
grid-row: 2;
.textBtnStyle{
position: relative;
z-index: 33;
width: 90%;
height: 33px;
font-size: 13.12px;
margin: 7.77px;
}
#addUserWindow{
border-style: none;
background-color: transparent;
position: fixed;
top: 77px;
left: 16.1px;
animation: none;
z-index: 1312;
margin: 0;
.floatingWindow{
width: 333px;
height: auto;
margin-top: 33px;
text-transform: none;
font-size: 15px;
font-family: 'velvelyne';
font-weight: bold;
padding-bottom: 13.12px;
border-width: 3.33px;
border-style: double solid solid;
p{
padding: 7.77px;
padding-right: 16.1px;
strong{
font-family: 'karrik';
font-weight: normal;
text-transform: uppercase;
font-size: 16.1px;
}
}
}
}
#addUserWindow::backdrop{
background-color: var(--back-color);
opacity: .333;
width: 100vw;
height: 100vh;
box-sizing: border-box;
}
}
}
#statuSection{
@@ -379,7 +438,7 @@ main{
#statusDesc{
width: 77%;
padding: 7.77px;
padding-right: 16.1px;
padding-right: 33px;
font-size: 16.1px;
line-height: 1.1em;
@@ -449,10 +508,21 @@ main{
padding-right: 16.1px;
h3{
position: sticky;
position: relative;
margin-bottom: 7.77px;
}
article{
h4{
padding: 16.1px;
}
a{
margin-right: 13.12px;
}
}
.solidBox{
width: 100%;
height: auto;
+2 -1
View File
@@ -102,6 +102,7 @@
#statusDesc{
font-size: 16.1px;
padding-left: 33px;
}
}
@@ -172,6 +173,7 @@
ol{
font-size: 16.1px;
padding-left: 16.1px;
strong{
font-size: 22px;
}
@@ -209,7 +211,6 @@
height: 77px;
width: 50%;
border-radius: 33px 0 0 33px;
margin-left: -88px;
}
.textBtnStyle{