body{
	font-family:  source_sans_proregular, Arial, sans-serif;
	background-image: url(../images/fond.jpg);
    background-position: 0 0; /* 0px -86px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.card {
    box-shadow: 0 0 20px 0 rgba(0, 72, 153, .15);
}