diff --git a/herbeumont/src/scss/home/events.scss b/herbeumont/src/scss/home/events.scss index 8a045d1e..8fe75b96 100644 --- a/herbeumont/src/scss/home/events.scss +++ b/herbeumont/src/scss/home/events.scss @@ -16,14 +16,13 @@ .portaltype-imio-smartweb-portalpage.section-index .sortable-section.sectionevents::before { content: ""; - position: absolute; - bottom: 0; - top: 0; - transform: translateX(-50vw); - width: 100vw !important; - border-radius: 0 20px 20px 0; + background: $primary-svg; right: 0; - left: 0; + width: 95%; + height: 55%; + bottom: 0; + position: absolute; + border-radius: 0 0 0 80px; z-index: -1; } diff --git a/herbeumont/src/scss/home/footer.scss b/herbeumont/src/scss/home/footer.scss index a6f2148b..57e461f9 100644 --- a/herbeumont/src/scss/home/footer.scss +++ b/herbeumont/src/scss/home/footer.scss @@ -1,3 +1,10 @@ +#portal-footer-wrapper { + background: url("../../assets/svg/visuel-footer.svg") center top no-repeat + $primary; + background-size: 100%; + padding-top: 120px; +} + #smartweb-footer .sectiontext figure, #smartweb-minisite-footer .sectiontext figure { max-width: 65% !important;