.container-page-footer {
    margin-bottom: 40px;
    margin-top: 5em;
    padding-top: 20px;
    border-top: 1px solid #6C757D;
    font-size: 0.8em;
}

#icon-linkedin {
    fill: #0A66C2;
}

.container-page-footer .text-md-center {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

.container-page-footer a,
.container-page-footer a:active,
.container-page-footer a:visited {
    color: #403234;
    text-decoration: none !important;
}

.container-page-footer a:hover {
    text-decoration: underline !important;
    font-weight: normal !important;
}

.container-page-footer .copyright {
    text-align: right;
}

/* ********************************************** */
/* Bouton pour remonter en haut de page */
img#to_top {
    width: 35px;
    height: 35px;
}

div#scrollUp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.9s;
}

div#scrollUp.active {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 3px 5px -1px #0003, 0 6px 10px 0 #00000024, 0 1px 18px 0 #0000001f;
    border-radius: 50px;
}

/* ********************************************** */
/* Partie mobile */

@media (max-width: 480px) {

    .container-page-footer {
        margin-top: 3em;
    }

    .container-page-footer .text-md-center {
        border: none;
    }

    .footer-mention {
        font-size: 0.9em;
    }

    .container-page-footer .copyright {
        margin-top: 25px;
    }
}