footer{
    background-color: #352d6d;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    border-bottom: 0;
}

@media screen and (max-width: 450px) {
    footer p{
        width : 80%; 
        padding: 20px;
        font-family: 'Open Sans', sans-serif;
    }
}

@media screen and (min-width: 451px) {
    footer p{
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        width : 80%; 
        padding: 20px;
        font-family: 'Open Sans', sans-serif;
    }
}

footer a{
    color: white;
    text-decoration: none;
}

footer a:hover{
    text-decoration: underline;
}

/* Pour le bouton top */

#scrollUp
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #15297c;
    position: fixed;
    right: -100px;
    bottom : 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.icone{
    height: 30px;
    width: 30px;
}