﻿footer {background:#46065b;}
.footer-socials {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:2rem 0 1rem 0;}
.footer-socials strong {position:relative;display:inline-block;width:100%;padding:1rem 0 2rem 0;color:#d1ebfa;text-align:center;font-size:1.5rem;font-weight:300;}
.footer-socials strong:after {content:'';position:absolute;bottom:1rem;width:150px;left:calc(50% - 75px);height:2px;background:#9f13e7;}
.footer-socials a {padding:1rem 2rem;margin:0 1rem;background:#3d404a;border-radius:10px;display:flex;}
.footer-socials a img {filter:invert(1);height:24px;}
.footer-socials a:hover {background:#9f13e7;}
.footer-mobile-apps {text-align:center;padding-bottom:2rem;}
.footer-mobile-apps strong {position:relative;display:block;width:100%;padding:1rem 0 2rem 0;color:#d1ebfa;text-align:center;font-size:1.5rem;font-weight:300;}
.footer-mobile-apps strong:after {content:'';position:absolute;bottom:1rem;width:150px;left:calc(50% - 75px);height:2px;background:#9f13e7;}
.footer-mobile-apps a {display:inline;}
.footer-mobile-apps svg {display:inline-block;margin:0 1rem;cursor:pointer;transition:.4s;fill:#3d404a;}
.footer-mobile-apps svg:hover {fill:#9f13e7;}
.footer-call-center {margin:auto;padding:2rem 0;}
.footer-ssl {margin:auto;}
.footer-nav {padding:4rem calc(50% - 585px);display:flex;justify-content:center;}
.footer-nav ul {padding:0 2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;}
.footer-nav ul:not(:last-of-type) {border-right:1px solid #d1ebfa;}
.footer-nav strong {display:block;padding-bottom:1rem;margin-top:-.5rem;color:#d1ebfa;}
.footer-nav a {position:relative;padding-bottom:.25rem;color:#d1ebfa;font-size:14px;}
.footer-nav a:after {position:absolute;content:'';left:0;bottom:.25rem;right:100%;height:1px;background:#d1ebfa;transition:.4s;}
.footer-nav a:hover:after {right:0;}
.copyright {width:100%;max-width:1170px;margin:auto;padding:1rem 0;border-top:1px solid #d1ebfa;display:flex;align-items:center;justify-content:space-between;}
.copyright > * {color:#d1ebfa;font-size:12px;}
#dn-signature {width:27px;height:17px;}
#dn-signature img {object-fit:cover;object-position:left;height:100%;}
#dn-signature:hover {width:128px;}
/* ---- **** ---- **** ---- **** ---- **** ---- **** ---- **** ---- */
@media only screen and (max-width:768px){
    footer {margin-top:4rem;}
    .footer-nav {display:none;}
    .footer-socials a {padding:.5rem 1rem;margin:0 .5rem;}
    .copyright {padding:1rem;}
}