2024-01-19 12:07:30 +01:00
|
|
|
h2{
|
|
|
|
margin-bottom: 5vh;
|
2024-01-18 15:28:25 +01:00
|
|
|
}
|
2024-01-19 12:07:30 +01:00
|
|
|
#liste-equipe ul{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-evenly;
|
2024-01-18 16:49:48 +01:00
|
|
|
}
|
|
|
|
|
2024-01-19 12:07:30 +01:00
|
|
|
#description{
|
|
|
|
text-align: justify;
|
|
|
|
width: 50%;
|
|
|
|
margin-left: 25vw;
|
|
|
|
margin-bottom: 5vh;
|
2024-01-18 16:49:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-01-19 12:07:30 +01:00
|
|
|
#recrute{
|
|
|
|
color: white;
|
|
|
|
background-color: darkred;
|
2024-01-18 15:28:25 +01:00
|
|
|
}
|