#site-footer {
overflow: hidden;
}
#site-footer nav ul {
gap: 1em;
margin: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
flex-direction: row;
align-items: center;
}
#footer-middle{
overflow: hidden;
position: relative;
}
#footer-middle  nav a img {
width: auto!important;
height: 20.11px!important;
}
#footer-middle:before {
content: "";
bottom: -21%;
width: 100%;
height: 100%;
display: block;
position: absolute;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-image: url(//megazonelyon.com/wp-content/themes/astra-child/assets/img/footer-megazone.svg);
}
#footer-middle nav ul {
justify-content: space-between;
}
#footer-middle nav ul li a {
color: #ffffff;
font-size: 22px;
font-weight: 300;
letter-spacing: 2.2px;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
transition: all 0.5s ease-in-out;
}
#footer-middle nav ul li a:hover,
#footer-middle nav ul li.current-menu-item a {
opacity: 0.8;
}
#footer-middle nav ul li:last-child a {
padding: 0.4em 1.5em;
letter-spacing: 1.1px;
line-height: 0!important;
background-color: var( --e-global-color-accent );
clip-path: polygon(5% 0%, 100% 0, 100% 70%, 95% 100%, 0 100%, 0% 30%);
}
#footer-bottom {
padding: 0.5em 0;
}
#footer-bottom  nav ul li a {
font-size: 15px;
font-weight: 400;
position: relative;
align-items: center;
transition: color 0.4s ease;
font-family: "Quantico", Sans-serif;
}
#footer-bottom  nav ul li a img {
width: auto!important;
height: 23px!important;
}
#footer-bottom > div > div:first-child nav ul {
justify-content: flex-start;
}
#footer-bottom > div > div:first-child nav ul li a {
color: var( --e-global-color-text );
}
#footer-bottom > div > div:first-child nav ul li {
display: flex;
position: relative;
align-items: center;
}
#footer-bottom > div > div:first-child nav ul li + li:before {
left: -0.8em;
content: "-";
position: absolute;
color: var( --e-global-color-text );
}
#footer-bottom > div > div:first-child nav ul li a:hover {
color: #ffffff;
}
#footer-bottom > div > div:last-child nav ul {
gap: 2.5em;
justify-content: flex-end;
}
#footer-bottom > div > div:last-child nav ul li a {
color: #ffffff;
} .cont-sites {
gap: 5em;
display: flex;
margin-top: 4em;
flex-direction: row;
align-items: center;
justify-content: center;
border-color: #434343;
border-top: solid 1px;
border-bottom: solid 1px;
}
.item-site {
opacity: 0.5;
position: relative;
padding: 2em 0 1.5em 0;
transition: all 0.5s ease-in-out;
}
.item-site:hover {
opacity: 0.9;
}
.item-site.active {
opacity: 1;
border-top: solid 2px;
border-bottom: solid 2px;
border-color: var( --e-global-color-accent );
}
.item-site span {
color: #ffffff;
font-size: 38px;
font-weight: 400;
letter-spacing: 1.9px;
text-transform: uppercase;
font-family: "Teko", Sans-serif;
}
.item-site span.accent {
color: var( --e-global-color-accent );
}   @media (max-width: 767px) {
#footer-middle:before {
bottom: -40%;
}
#footer-middle nav ul {
padding: 1.5em 0;
align-items: center;
flex-direction: column;
justify-content: center;
}
#footer-bottom > div > div nav ul {
justify-content: center!important;
}
.cont-sites {
gap: 2em;
}
.item-site {
padding: 1em 0 1em 0;
}
.item-site span {
font-size: 20px;
}
#footer-bottom nav ul li a {
font-size: 11px;
}
#footer-bottom nav ul li a img {
width: auto!important;
height: 14px!important;
}
#footer-bottom > div > div:last-child nav ul {
gap: 1.5em;
}
#footer-middle nav ul li:last-child a {
font-size: 16px;
padding: 0.5em 1.5em;
}
} @media (min-width: 768px) and (max-width: 1024px) {
#footer-middle > div,
#footer-bottom > div {
padding-left: 5%;
padding-right: 5%;
}
#footer-middle:before {
bottom: -26%;
}
#footer-middle nav ul {
gap: 0.5em;
row-gap: 1em;
padding: 3em 0;
}
#footer-middle nav ul li a {
font-size: 16px;
}
#footer-bottom > div > div:last-child nav ul {
gap: 2em;
}
#footer-bottom nav ul li a {
font-size: 13px;
}
.item-site span {
font-size: 26px;
}
#footer-bottom nav ul li a img {
width: auto!important;
height: 20px!important;
}
} @media (max-width: 1024px) {
.cont-sites {
margin-top: 0;
}
} @media (min-width: 1025px) {
#footer-middle nav ul {
padding: 8em 0;
}
} @media (min-width: 1025px) and (max-width: 1700px) {
#footer-middle nav ul {
padding: 6em 0;
}
}