2024-03-13 19:37:09 +01:00
|
|
|
.charte-modal {
|
|
|
|
|
color: #07892f;
|
|
|
|
|
transition: color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.charte-modal:hover {
|
|
|
|
|
color: #46b10d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orientation-modal {
|
|
|
|
|
color: #da131a;
|
|
|
|
|
transition: color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orientation-modal:hover {
|
|
|
|
|
color: #880005;
|
|
|
|
|
}
|
2024-03-13 22:14:35 +01:00
|
|
|
|
|
|
|
|
#template {
|
|
|
|
|
margin-bottom: 10em;
|
|
|
|
|
}
|