

a.return-top {
    display: block;
    height: 44px;
    width: 44px;

    position: fixed;
    right: 60px;
    bottom: -44px;

    background-color: #fe131a;

    text-indent: -5000px;
    
    transition: bottom .2s ease-out;
}
a.return-top.visible {
    bottom : 30px;
}

a.return-top:before, a.return-top:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;

    background-color: #fff;

    position: absolute;
    top: 12px;
}
a.return-top:before {
    transform: rotate(45deg);
    left: 16px;
}
a.return-top:after {
    transform: rotate(-45deg);
    left: 27px;
}

@media only screen and (max-width:960px) {
    a.return-top {
        display: none;
    }
}

a.footer-help {
    display: block;
    padding: 30px 20px;
    margin-top: 50px;
    
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;

    clear: both;

    background-color: #fe131a;
}

footer {
    padding: 55px;

    background-color: #242424;
    background-image: url('../images/footer-shape.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
    color: #fff;

    clear: both;
}

footer .footer-top {
    margin-bottom: 30px;
    text-align: center;

    border-bottom: 1px solid #313131;
}
footer .footer-top:after {
    content: "";
    display: block;
    clear: both;
}

footer ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

footer .logo {
    display: inline-block;
    width: 137px;
    height: 68px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 30px;

    vertical-align: middle;

    background-image: url(../images/logo-white.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;

    text-indent: -5000px;
}
.no-svg footer .logo {
    background-image: url(../images/logo-white.png);
}

.lang-en footer .logo {
    background-image: url(../images/logo-white-en.svg);
}
.lang-en.no-svg footer .logo {
    background-image: url(../images/logo-white-en.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

    .no-svg footer .logo {
        background-image: url(../images/logo-white@2x.png);
    }
    .lang-en.no-svg footer .logo {
        background-image: url(../images/logo-white-en@2x.png);
    }

}

footer p.baseline {
    display: inline-block;
    max-width: 140px;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 30px;
    padding-bottom: 30px;

    vertical-align: middle;
    text-align: left;

    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

footer .footer-menu {
    display: inline-block;
    margin: 0;
    margin-bottom: 30px;

    vertical-align: middle;
}

footer .footer-menu li {
    /*float: left;*/
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;

    border-right: 1px solid #505050;
}
footer .footer-menu li:last-child {
    border-right: 0;
}

footer .footer-menu li a {
    color: inherit;
}

@media only screen and (max-width:420px) {
    footer {
        padding: 20px;
    }
    footer p.baseline {
        margin-right: 0;
    }
}


/* --------------------------------------------------

    SOCIAL FOOTER

-------------------------------------------------- */
    
.social-menu {
    text-align: center;
}
.social-menu li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;

    vertical-align: middle;
}
.social-menu li a {
    display: block;
    width: 31px;
    height: 31px;

    background-image: url(../images/sprite-maj-2024.svg);
    background-position: -2px -2px;
    background-repeat: no-repeat;

    text-indent: -5000px;
}
.no-svg .social-menu li a {
    background-image: url(../images/sprite.png);
}



.social-menu li.facebook a {
    width: 12px;
    height: 21px;
    background-position: -3px -3px;
}
.social-menu li.twitter a {
    width: 25px;
    height: 21px;

    background-position: -15px -2px;
}
.social-menu li.instagram a {
    width: 22px;
    height: 22px;

    background-position: -42px -3px;
}
.social-menu li.vimeo a {
    width: 24px;
    height: 21px;

    background-position: -67px -3px;
}
.social-menu li.youtube a {
    width: 23px;
    height: 25px;
    background-position: -92px -3px;
}

.social-menu li.linkedin a {
    width: 28px;
    height: 25px;
    background-position: -95px -92px;
}
.social-menu li.email a {
    width: 24px;
    height: 17px;

    background-position: -115px -2px;
}
























