body {
	font-family: 'Hind', sans-serif;
	background-image: url('https://www.transparenttextures.com/patterns/notebook-dark.png');
	background-color: #fff;
}

h4, h5 {
	color: #7b1fa2 !important;
	font-family: 'Sacramento', cursive;
}

h5 a {
	color: #7b1fa2 !important;
}

.card {
	font-family: 'Hind', sans-serif;
}

span.titre {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8)
}

span.titre2 {
	color: #e1bee7;
}

.resa {
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}

.cagnotte {
    text-align: center;
background-color: lightblue;
padding: 8px;
border: 1px solid darkcyan;
}