2023-12-06 05:01:23 +01:00
|
|
|
.layout-container > footer {
|
2024-11-02 04:12:25 +01:00
|
|
|
width: 100%;
|
2023-12-06 05:01:23 +01:00
|
|
|
background-color: white;
|
|
|
|
margin-top: 50px;
|
2025-02-07 16:58:27 +01:00
|
|
|
padding: 0 $x_margin !important;
|
|
|
|
@media screen and (min-width: $breakpoint_desktop) {
|
|
|
|
width: calc(100% - 50vw);
|
|
|
|
margin-left: 25vw;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
#footer_middle {
|
2025-02-07 16:58:27 +01:00
|
|
|
display: flex;
|
2023-12-14 09:38:25 +01:00
|
|
|
#footer_left > div {
|
|
|
|
margin-top: 5px;
|
|
|
|
display: flex;
|
2025-02-07 16:58:27 +01:00
|
|
|
justify-content: start;
|
2023-12-14 09:38:25 +01:00
|
|
|
align-items: center;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
#block-erabletheme-logorep {
|
2025-02-07 16:58:27 +01:00
|
|
|
max-width: 100px;
|
2023-12-14 09:38:25 +01:00
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
#block-erabletheme-logoepau {
|
2025-02-07 16:58:27 +01:00
|
|
|
max-width: 150px;
|
2023-12-14 09:38:25 +01:00
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
@media (min-width: $breakpoint_tablet) {
|
|
|
|
padding-left: 2vw;
|
|
|
|
}
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
#footer_section {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
position: relative;
|
|
|
|
#footer_center {
|
2025-02-07 16:58:27 +01:00
|
|
|
width: 100%;
|
|
|
|
> div {
|
2023-12-14 09:38:25 +01:00
|
|
|
display: flex;
|
2025-02-07 16:58:27 +01:00
|
|
|
justify-content: space-around;
|
|
|
|
nav ul {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
li {
|
|
|
|
a {
|
|
|
|
color: $dark_green;
|
|
|
|
font-family: 'Marianne', sans-serif;
|
|
|
|
font-weight: 800;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-size: 0.6rem;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 1.2;
|
|
|
|
}
|
|
|
|
&:last-of-type {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:first-of-type {
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
&:last-of-type {
|
|
|
|
margin-right: 1rem;
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
@media (min-width: $breakpoint_tablet) {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
2024-11-02 04:12:25 +01:00
|
|
|
|
2023-12-14 09:38:25 +01:00
|
|
|
#footer_right {
|
|
|
|
width: 30%;
|
|
|
|
#block-erabletheme-socialmedialinks-2 ul {
|
2024-11-02 04:12:25 +01:00
|
|
|
display: flex;
|
2025-02-07 16:58:27 +01:00
|
|
|
justify-content: end;
|
2024-11-02 04:12:25 +01:00
|
|
|
li {
|
|
|
|
a {
|
|
|
|
span {
|
|
|
|
font-weight: lighter;
|
2025-02-07 16:58:27 +01:00
|
|
|
font-size: 0.8rem;
|
|
|
|
width: 1.6rem;
|
|
|
|
height: 1.6rem;
|
|
|
|
padding-top: 0.2rem;
|
|
|
|
border-radius: 0.8rem;
|
2024-11-02 04:12:25 +01:00
|
|
|
color: white;
|
|
|
|
background-color: $teal;
|
2025-02-07 16:58:27 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2024-11-02 04:12:25 +01:00
|
|
|
}
|
|
|
|
svg.ext {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
2024-11-02 04:12:25 +01:00
|
|
|
&:last-of-type {
|
2025-02-07 16:58:27 +01:00
|
|
|
margin-left: 5px;
|
2024-11-02 04:12:25 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
@media (min-width: $breakpoint_tablet) {
|
2024-11-02 04:12:25 +01:00
|
|
|
width: auto;
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
}
|
2024-11-02 04:12:25 +01:00
|
|
|
|
2023-12-14 09:38:25 +01:00
|
|
|
}
|
|
|
|
@media (min-width: $breakpoint_tablet) {
|
|
|
|
display: flex;
|
2023-12-06 05:01:23 +01:00
|
|
|
}
|
|
|
|
}
|
2023-12-14 09:38:25 +01:00
|
|
|
@media (min-width: $breakpoint_tablet) {
|
2025-02-07 16:58:27 +01:00
|
|
|
display: block;
|
2023-12-14 09:38:25 +01:00
|
|
|
padding: 0;
|
|
|
|
}
|
2024-11-02 04:12:25 +01:00
|
|
|
}
|