/* Sticky footer styles
-------------------------------------------------- */
html, body {
	height: 100%;
	margin: 0; padding: 0;
}
body {
	display : table;
	width: 100%;
}
footer {
	display : table-row;
	height: 40px; /* ? titre d'exemple */
}
@font-face {
	font-family: 'Carnollia Signature';
	src: url('/static/fontawesome-free-5.15.3-web/webfonts/Carnollia Signature.ttf');
	font-weight: normal;
	font-style: normal
}

/* Override Bootstrap btn-primary : #007bff -> #B19370 */
.btn-primary,
.btn-primary:focus,
a.btn-primary {
	background-color: #B19370 !important;
	border-color: #B19370 !important;
}
.btn-primary:hover {
	background-color: #9a7d5a !important;
	border-color: #9a7d5a !important;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #8a6d4a !important;
	border-color: #8a6d4a !important;
}
