footer {
    background: #181818;
}
footer .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: auto;
    box-sizing: content-box;
    max-width: 100%;
    padding-top: 0.5em;
    width: 100vw;
}
footer .socials .socials-line {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
footer .socials .socials-line:before,
footer .socials .socials-line:after {
    content: "";
    flex: 1 1 0;
    border-top: 2px solid #303030;
    height: 0;
    margin: 0 18px;
    min-width: 40px;
}
footer .socials .socials-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: .5rem;
}
footer .socials .socials-list li {
    display: flex;
    align-items: center;
}
footer .socials .socials-list img {
    vertical-align: middle;
    display: inline-block;
}
footer .infos {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 1em;
    order: 0;
    text-align: center;
    gap: 0.3em;
}
footer .infos img {
    display: block;
    max-width: 110px;
    margin-bottom: 0.01em;
}
footer .infos p {
    color: #aeaeae;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0.2em 0;
}
footer .links {
    padding: 0.3rem 0 0.5rem 0;
}
@media (max-width: 1023px) {
    footer .links {
        display:flex
    }
}
footer .links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
@media (max-width: 480px) {
    footer .links ul {
        display:grid;
        grid-template-columns: repeat(2,1fr)
    }
}
@media (min-width: 1024px) {
    footer .links ul {
        flex-wrap:nowrap
    }
}
footer .links ul li {
    position: relative;
    flex: 0 0 calc(16.66% - 20px)
}
@media (max-width: 480px) {
    footer .links ul li:nth-child(2):after,footer .links ul li:nth-child(4):after,footer .links ul li:nth-child(6):after {
        content:""
    }
}
@media (min-width: 481px) and (max-width: 1023px) {
    footer .links ul li:nth-child(3):after,footer .links ul li:nth-child(6):after {
        content:""
    }
}
@media (min-width: 1024px) {
    footer .links ul li {
        flex:none
    }
}
footer .links ul li:after {
    color: #c44b17;
    content: "|";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    right: -.25em;
    top: 24%
}
footer .links ul li:last-of-type:after {
    content: ""
}
footer .links ul li a, footer .links ul li a:visited, footer .links ul li a:active, footer .links ul li a:focus, footer .links ul li a:hover {
    color: #aeaeae  !important;
    text-decoration: none;
    padding: 0 0.7rem;
}
footer .links ul li a:hover {
    color: #e1e1e1
}
@media (max-width: 767px) {
    footer .links ul li a.left {
        margin-left:auto
    }
    footer .links ul li a.right {
        margin-right: auto
    }
}
@media (min-width: 1024px) {
    footer .links ul li a {
        width:auto
    }
}
@media (max-width: 600px) { footer .infos img { max-width: 70px; } footer .infos p { font-size: 12px; } footer .links ul { grid-template-columns: 1fr !important; } } 