2024-03-20 22:32:05 +01:00
|
|
|
|
2024-04-10 12:37:31 +02:00
|
|
|
/* main[role="main"] {
|
2024-03-29 21:29:59 +01:00
|
|
|
margin-top: 10vh;
|
2024-03-18 21:45:12 +01:00
|
|
|
@media (min-width: $breakpoint_desktop) {
|
2024-03-29 21:29:59 +01:00
|
|
|
margin-top: calc(10vh + 3rem);
|
2024-03-18 21:45:12 +01:00
|
|
|
}
|
2024-04-10 12:37:31 +02:00
|
|
|
} */
|
|
|
|
|
2024-11-05 01:44:18 +01:00
|
|
|
body {
|
|
|
|
background-color: lightgrey;
|
|
|
|
}
|
|
|
|
|
2024-04-10 12:37:31 +02:00
|
|
|
.layout-container {
|
2024-11-05 01:44:18 +01:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2024-11-06 16:59:14 +01:00
|
|
|
main:has(#block-erabletheme-leprogramme-2),
|
|
|
|
main:has(#block-erabletheme-views-block-projets-block-1) {
|
2024-11-05 01:44:18 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
@media screen and (min-width: $breakpoint_tablet) {
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
}
|
2023-12-06 17:06:45 +01:00
|
|
|
}
|
2024-01-06 09:39:13 +01:00
|
|
|
|
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-style: italic;
|
2024-03-29 21:29:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#block-erabletheme-titredepage {
|
|
|
|
display: none;
|
2024-10-31 20:08:58 +01:00
|
|
|
}
|
2024-11-02 04:12:25 +01:00
|
|
|
|
|
|
|
// debug
|
|
|
|
/* * {
|
|
|
|
border: solid 1px red !important;
|
|
|
|
} */
|