footer{
    background-position: center bottom 2px;
    background-image: linear-gradient(180deg,#ffffff 0%,rgba(255,218,164,0.3) 100%),url(/img/VAE5.png);
    padding-bottom: 2em;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .Conteneur{
    margin: 0 5%;
}
footer a{
    color: #252525;
}
footer .BlocGauche {
    width: 40%;
    margin-left: 10%;
}
footer .BlocDroite {
    margin-top: 5em;
    width: 30%;
    margin-left: 10%;
}
footer .BlocDroite a{
    font-size: 1.5em;
    text-wrap: nowrap;
    line-height: 2em;
}
footer .BlocDroite p{
    line-height: 0.5em;
}
footer .Pied{
    text-align: center;
    margin: 6em 5% 0 5%;
}
footer .Pied p{
    text-align: center;
    line-height: 1em;
    font-size: 0.9em;
}
footer .Pied .Liens a{
    color: var(--couleur1);
}
footer .LogoLinkedin{
    width: 2em;
    height: 2em;
    padding: 0;
    margin: 1em 0 0 0;
    background: #fff;
}

@media screen and (max-width: 980px){
    footer .BlocDroite {
        margin: 0;
        padding: 0;
        width: unset;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    footer .BlocGauche {
        width: unset;
        margin: 0 5%;
    }
}

@media screen and (max-width: 600px){

}


@media screen and (max-width: 460px){
        footer .BlocDroite a {
       font-size: 1em;
    }
}