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

    
    
}

.a-dotted {
    border-bottom:1px dotted white;
    color:white;
    text-decoration:none;

}
.a-dotted:hover {
    text-decoration:underline;
}

.a-dotted:hover {
        border-bottom:1px solid white;
}


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

}

.a-plain:hover {
    
        border-bottom:1px solid white;
}


.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;
}