2024-01-17 14:35:18 +01:00
|
|
|
.plan-du-site-section {
|
|
|
|
max-width: 800px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-du-site-section h2 {
|
|
|
|
color: #1a1a1a;
|
|
|
|
font-size: 28px;
|
2024-01-17 18:47:54 +01:00
|
|
|
margin-bottom: 30px;
|
2024-01-17 14:35:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.plan-du-site-section ul {
|
2024-01-17 18:47:54 +01:00
|
|
|
list-style-type: disc;
|
2024-01-17 14:35:18 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-du-site-section li {
|
2024-01-17 18:47:54 +01:00
|
|
|
margin-bottom: 20px; /* Ajout de marge en bas de chaque élément de la liste */
|
2024-01-17 14:35:18 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.plan-du-site-section a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #333;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.plan-du-site-section a:hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
}
|