décors ponctuels (oiseaux, fleurs) sur home, pages internes et footer

This commit is contained in:
2026-06-05 19:34:15 +02:00
parent 0f1e8bab18
commit 8e5a0c936e
16 changed files with 580 additions and 33 deletions

View File

@@ -79,7 +79,7 @@ body .layout-container main {
}
}
body .layout-container footer {
z-index: 0;
z-index: 3;
}
body .layout-container #background {
z-index: -1;
@@ -399,6 +399,7 @@ footer.fluo_links p {
margin-top: 50px;
padding: 1rem 3vw;
box-sizing: border-box;
position: relative;
}
@media (min-width: 1080px) {
.layout-container > footer {
@@ -407,6 +408,33 @@ footer.fluo_links p {
padding: 1rem;
}
}
.layout-container > footer > .footer-decor {
position: absolute;
bottom: 100%;
width: 18vw;
height: auto;
transform: translateY(15%);
pointer-events: none;
}
@media (min-width: 1080px) {
.layout-container > footer > .footer-decor {
width: 8vw;
}
}
.layout-container > footer > .footer-decor-bird {
left: 0;
}
.layout-container > footer > .footer-decor-flower {
right: 0;
}
@media (min-width: 1080px) {
.layout-container > footer > .footer-decor-bird {
left: -4vw;
}
.layout-container > footer > .footer-decor-flower {
right: -4vw;
}
}
.layout-container > footer #footer_middle {
display: flex;
flex-wrap: wrap;
@@ -1182,11 +1210,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 5vh;
}
@media (min-width: 1080px) {
.map-projets-section {
margin-top: 10vh;
margin-bottom: 10vh;
margin-bottom: 4vh;
}
}
@@ -1441,6 +1470,11 @@ main:not(:has(#block-erabletheme-leprogramme-2)):not(:has(#block-erabletheme-vie
border-bottom: 7px solid #33ffc4;
position: relative;
}
@media (min-width: 1080px) {
.layout-content .fullpage {
margin-bottom: 4vh;
}
}
.layout-content .fullpage h2 {
margin-top: 5vh !important;
margin-bottom: 7vh;
@@ -1492,7 +1526,7 @@ main:not(:has(#block-erabletheme-leprogramme-2)):not(:has(#block-erabletheme-vie
color: #4a4a49;
line-height: 1.3;
}
.layout-content .fullpage .fullpage_content p:first-of-type {
.layout-content .fullpage .fullpage_content :is(p, h1, h2, h3, h4, h5, h6):first-child {
margin-top: 7vh;
}
.layout-content .fullpage .fullpage_content .liens_fixed > div > div, .layout-content .fullpage .fullpage_content .file_fixed > div > div,