2024-05-25 00:33:32 +02:00
|
|
|
section.list
|
|
|
|
{
|
|
|
|
display : flex;
|
|
|
|
justify-content : space-between;
|
|
|
|
flex-wrap:wrap;
|
|
|
|
}
|
|
|
|
section.list > div
|
|
|
|
{
|
2024-05-30 19:28:09 +02:00
|
|
|
width : 30%;
|
2024-05-25 00:33:32 +02:00
|
|
|
}
|
|
|
|
section.list img {
|
|
|
|
display:inline-block;
|
|
|
|
|
|
|
|
}
|
|
|
|
.short-text {
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
2024-05-29 16:30:22 +02:00
|
|
|
|
|
|
|
|
2024-05-30 19:28:09 +02:00
|
|
|
/* modification par Yann */
|
|
|
|
|
|
|
|
nav {
|
|
|
|
position: fixed;
|
2024-06-01 10:02:46 +02:00
|
|
|
width: 100%;
|
2024-06-09 04:13:50 +02:00
|
|
|
|
2024-05-30 19:28:09 +02:00
|
|
|
top: 0;
|
2024-06-01 10:02:46 +02:00
|
|
|
right: 0;
|
2024-05-30 19:28:09 +02:00
|
|
|
}
|
|
|
|
|
2024-06-09 04:13:50 +02:00
|
|
|
main.container {
|
2024-05-30 19:28:09 +02:00
|
|
|
margin-top: 60px;
|
|
|
|
}
|
|
|
|
|
2024-06-06 22:16:05 +02:00
|
|
|
.container ul {
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container li {
|
|
|
|
margin-right : 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2024-06-09 04:13:50 +02:00
|
|
|
|
|
|
|
section.connexion {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.authentification {
|
|
|
|
width: 45%;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.new {
|
|
|
|
width: 45%;
|
|
|
|
}
|