body
{
	--primary: #063D27;
}

h1.title.h3.mb-2
{
	color: #063D27!important;
	border-bottom: 1px solid;
	width: 100%;
}

h2
{
	color: #063D27!important;
	border-bottom: 1px solid;
	width: 100%;
}

span.classe
{
	font-weight: bold;
}

span.descriptif.checkbr
{
	display: block;
}

span.descriptif.select
{
	display: flex;
}

span.descriptionsaisie
{
	display: flex;
}

span.rdv-field.optclasse
{
	display: flex;
	padding-left: 10px;
}

span.rdv-field.optdescription
{
	display: none;
}

span.saisie
{
	display: flex;
}

td.marge
{
	padding-bottom: 5px;
}

td.montant
{
	color: #063D27;
	font-weight: bold;
}

td.prestation
{
	font-weight: bold;
	font-variant: all-small-caps;
	font-size: x-large;
	color: #063D27;
	padding-top: 10px;
}

.bg-gradient
{
	background: #063D27!important;
}

.btn-info
{
	background-color: #063D27;
	border-color: #063D27;
}

.btn-primary:hover
{
	background-color: #F39F14;
	border-color: #063D27;
}

.btn-warning
{
	background-color: #063D27;
	border-color: #063D27;
}

.btn-warning:hover
{
	background-color: #F39F14;
	border-color: #063D27;
}