body{
  color: #1f0307;
  font-size: 14px;
  padding: 0 64px;
  @media not all and (min-width: 640px) {
   padding: 0 16px;
	}
}
.color-titre {
    color: #1f0307;
}
h2, h3, h4, h5 {
    color: #000;
}
input, select, select option{
	font-size: 14px;
}
.textRecapCircuit{
	color: rgba(45, 99, 52, 1);
  font-size:16px;
}
.TextTitle{
	color: rgba(66, 59, 51, 1);
}
.textEtape{
	color: rgba(66, 59, 51, 1);
}
button:disabled, input[type=submit]:disabled, input[type=button]:disabled {
    cursor: not-allowed;
    border: #faf6f1;
    background-color: #edf2f7;
    color: #a0aec0;
}
.bnt-actif {
    color: #fff;
    background-color: rgba(45, 99, 52, 1);
}
button, input[type=submit], input[type=button] {
    font-weight: 400;
    font-size: 12px;
    background-color: rgba(45, 99, 52, 1);
    border: #faf6f1 solid 1px;
    color: #fff;
	padding: 12px 24px;
  	border-radius: 50px;
    display: flex;
    transition: all .4s ease;
    text-transform: uppercase;
    align-items: center;
  	cursor: pointer
}

button:hover, input[type=submit]:hover, input[type=button]:hover{
    background-color: #D2E3D7;
  	color: #423B33;
    border-color: #D2E3D7;
}

.color-row0 {
    background-color: #faf6f1;
}
.info-options{
  background-color: #faf6f1;
}
.bnt-info-options{
	background-color: #ed9973;
  	color: #fff;
  	padding: 0.4rem 0.7rem;
  	height: unset;
}










.step-actif {
    color: #fff;
    background-color: rgba(45, 99, 52, 1);
}

.step-off {
    color: #a0aec0;
    background-color: #edf2f7;
}

.step .h3-off {
    color: #a0aec0;
}
.criteres, .devis, .sauvegarde, .participant, .infos, .infoAssurance, .billet, .resume, .devis.total {
    background-color: #faf6f1;
}

button.bnt-inscription.bnt-actif{
    font-weight: 400;
    font-size: 16px;
    background-color: rgba(45, 99, 52, 1);
    border: #faf6f1 solid 1px;
    color: #fff;
	padding: 12px 24px;
    border-radius: 50px;
    display: inline-block;
  	height: unset;
    transition: all .4s ease;
    text-transform: uppercase;
}

button.bnt-inscription.bnt-actif:hover{
      background-color: #f36856;
    border-color: #f36856;
}
.total, .sstotal {
    color: #1f0307;
}
input.bnt-suivant, input.bnt-precedent{
  height:unset;
}

.resume h3{
	display: flex;
  	align-items: center;
}
.resume h3 span.bnt-actif{
    font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}