footer {
    position: absolute;
    width: 100%;
    z-index: 20;
    min-height: 35px;
    height: 35px;
    background: #1cc1c5;
    background: -moz-linear-gradient(left, #1cc1c5 0%, #966eaa 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1cc1c5), color-stop(100%, #966eaa));
    background: -webkit-linear-gradient(left, #1cc1c5 0%, #966eaa 100%);
    background: -o-linear-gradient(left, #1cc1c5 0%, #966eaa 100%);
    background: -ms-linear-gradient(left, #1cc1c5 0%, #966eaa 100%);
    background: linear-gradient(to right, #1cc1c5 0%, #966eaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1cc1c5', endColorstr='#966eaa', GradientType=1);
}

.path-frontpage footer{
    bottom: 0;
}

footer .menu--footer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.menu--footer .menu a {
    position: relative;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-decoration: none;
    display: block;
    height: 35px;
    padding: 10px 15px;
}

.menu--footer .menu a.is-active {
    color: #FFFFFF;
}

.menu--footer .menu a .ext {
    position: relative;
    padding: 10px 15px;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-decoration: none;
    display: block;

}

.menu--footer .menu a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    background-color: #FFFFFF;
    width: 1px;
    height: 12px;
}

#block-pieddepage {
    max-height: 35px;
    overflow: hidden;
}

footer .copyright {
    padding: 10px 55px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.menu--footer .menu a:hover {
    text-decoration: underline;
    position: relative;
    padding: 10px 15px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
}

ul.menu > li > a {
    background-color: transparent;
    font-weight: 100;
}

.menu--footer ul.menu:after{
    height: 0;
}

.menu--footer > ul.menu > li:before {
    content: none;
}

.menu--footer > ul > li.menu-item {
    padding-top: 0;
}


@media only screen and (max-width: 1200px) {
    footer {
        display: flex;
        height: 55px;
        flex-direction: column;
        align-items: center;
    }
    footer .copyright {
        height: 25px;
        margin-top: 0;
    }

    .menu--footer > ul > li {
        float: left;
    }

    footer .menu--footer {
        position: relative;
        height: 30px;
    }

    .menu--footer .menu a {
        padding-top: 5px;
    }

    .menu--footer > ul.menu > li > a:after {
        top: 5px;
    }

    .menu--footer .menu a:hover {
        padding-top: 5px;
    }
}


@media only screen and (max-width: 769px){
    footer {
        display: none;
    }
}
