/** fichier local **/

footer div#etablissement {
    position: relative;
    top: 20px;
    height:49px;
    width:100px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url('../img/unicaen-logo-noir.svg');
    background-size: 100px 49px;
}
