footer-flex {
    align-items:center;
    background-color:#000020;
    color:white;
    font-family:'Open Sans';
    font-size:1em;
    gap:2em;
    justify-content:space-around;
    padding:2em;
    display:flex;
    flex-wrap:wrap;

    
    
}


footer-signature, footer-contact {
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    gap:0.5em;
}

footer-signature img {
    height:3em;
}


footer-links {
    display:block;
}

footer-contact {
    display:block;
}


footer-signature a {
    border:1px dotted #000020;
}

footer-signature a:hover {
    border:1px dotted white;
}




footer-flex nav a {
    border-bottom:1px dotted white;
    color:white;
    text-decoration:none;

}

footer-flex nav a:hover {
        border-bottom:1px solid white;
}


footer-contact a {
    color:white;
    text-decoration:none;
    border-bottom:1px solid rgb(0,0,0,0);

}

footer-contact a:hover {
    
        border-bottom:1px solid white;
}


footer-contact img {
    height:1em;
}




.div-footer,.nav-footer{
    display:flex;
    gap:0.25em;
    align-items:center;
}


.img-footer-signature {
    width:8em;
}


@media only screen and (max-width: 700px) {
.footer-page {
    font-size:0.8em;
    }
    
}

.img-envelope {
    height:23px;
    margin-bottom:2px
}

.img-facebook {
    height:24px;
}