.font-serif-baskerville { font-family:"Baskerville"}

.font-serif-playball { font-family:"Playball"}

.t-champagne { color:#c5b293}
.t-rosepoudre {color:#f3dce1}
.t-bleu {color:#3b4d6c}

.b-champagne { background-color:#c5b293}
.b-rosepoudre {background-color:#f3dce1}
.b-bleu {background-color:#3b4d6c}

.fond-bck {
    background-image:url("/img/fond.png"); 
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 60% auto;
    background-color:#fff;
} 


@media (min-width: 768px) {
    .fond-bck {
        background-size: 60% auto;
    }
}
