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 {
|
2024-11-08 06:12:36 +01:00
|
|
|
height: 100vh;
|
|
|
|
overflow: scroll;
|
|
|
|
.layout-container {
|
2024-11-07 04:37:14 +01:00
|
|
|
position: relative;
|
2024-11-08 06:12:36 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
//height: 100%;
|
|
|
|
header {
|
|
|
|
z-index: 2;
|
|
|
|
}
|
|
|
|
main {
|
|
|
|
z-index: 1;
|
|
|
|
padding: 0.5rem;
|
|
|
|
@media screen and (min-width: $breakpoint_tablet) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
footer {
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
#background {
|
|
|
|
z-index: -1;
|
|
|
|
}
|
2024-11-07 04:37:14 +01:00
|
|
|
}
|
|
|
|
overflow-x: hidden;
|
2024-11-05 01:44:18 +01:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:49:56 +01:00
|
|
|
html {
|
2024-11-08 06:12:36 +01:00
|
|
|
overflow: hidden;
|
2024-11-07 23:49:56 +01:00
|
|
|
}
|
|
|
|
|
2024-11-05 01:44:18 +01:00
|
|
|
|
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;
|
|
|
|
} */
|