.footer
{
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer hr
{
    border-top: 8px solid #ffffff;
    margin: 0;
    padding: 0;
}
.footer hr.light-blue
{
    border-color: #80b8e1;
}
.footer hr.dark-blue
{
    border-color: #0e4d88;
}
.footer a
{
    color: #0E4D88;
}
.footer a:hover,
.footer a:focus
{
    text-decoration: none;
}
.footer .contact-informations
{
    list-style: none;
    text-align: right;
    line-height: 16px;
}
.footer .contact-informations strong
{
    position: relative;
    padding-right: 10px;
}
.footer .contact-informations strong:after
{
    content: "";
    width: 7px;
    height: 7px;
    background: #0E4D88;
    position: absolute;
    top: 7px;
    right: 0px;
}
@media(max-width: 767px)
{
    .footer .contact-informations
    {
        text-align: left;
        padding: 0;
    }
    .footer .contact-informations strong
    {
        padding-left: 10px;
    }
    .footer .contact-informations strong:after
    {
        left: 0px;
    }
}
.footer .slogan
{
    text-align: center;
}
@media(max-width: 767px)
{
    .footer .slogan
    {
        text-align: left;
        margin: 15px 0px;
    }
}
.footer #container-menu-footer ul
{
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
@media(max-width: 767px)
{
    .footer #container-menu-footer ul
    {
        margin: 10px 0 10px 0;
    }
}
.footer #container-menu-footer ul li
{
    position: relative;
}
.footer #container-menu-footer ul li:before
{
    content: "";
    width: 7px;
    height: 7px;
    background: #0E4D88;
    position: absolute;
    top: 7px;
    left: -10px;
}
.footer #container-menu-footer ul li a
{
    color: #000000;
    font-weight: bold;
}