This commit is contained in:
2024-01-19 14:39:33 +01:00
parent 1f599e01ac
commit a7fd97c3f1
9 changed files with 102 additions and 44 deletions

View File

@@ -4,6 +4,7 @@ h1,h2,h3,h4,h5{
}
#cv-1{
display: flex;
flex-direction: row;

View File

@@ -8,4 +8,8 @@ nav,footer{
#information-sup{
display: none;
}
*{
color: black;
}

View File

@@ -1,6 +1,8 @@
h2{
margin-bottom: 5vh;
}
#liste-equipe ul{
display: flex;
align-items: center;
@@ -16,6 +18,21 @@ h2{
#recrute{
margin-top: 5vh;
padding-bottom: 2vh;
display: flex;
flex-direction: column;
align-items: center;
color: white;
background-color: darkred;
}
#recrute a{
font-size: 25px;
color: white;
}
#recrute a:hover{
text-decoration: underline;
}
#recrute li{
margin-bottom: 1vh;
}

View File

@@ -239,6 +239,15 @@ footer #autres a:hover{
text-decoration: underline;
}
footer #cp {
position: absolute;
color: rgba(255, 255, 255, 0.5);
font-weight: 100;
list-style-type: none;
margin: 0;
padding:0;
}
#menu-mobile{
background-color: darkred;
z-index: 100;