.sprite {
    background-image: url(spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-email {
    width: 40px;
    height: 40px;
    background-position: -5px -5px;
}

.sprite-google {
    width: 40px;
    height: 40px;
    background-position: -5px -55px;
}

.sprite-la-dentisterie-albigeoise-logo {
    width: 201px;
    height: 200px;
    background-position: -5px -105px;
}

.sprite-phone {
    width: 40px;
    height: 40px;
    background-position: -5px -315px;
}

.sprite-website {
    width: 40px;
    height: 40px;
    background-position: -5px -365px;
}
