.entite-facturation-wrapper{
	display:	flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.entite-facturation-wrapper .form-type-select,
.entite-facturation-wrapper .btn-add-entity-fact{
	margin-bottom: 10px!important;
}

.entite-facturation-wrapper .form-radios{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	
}
.entite-facturation-wrapper .form-radios .js-form-type-radio{
	width:32%;
	padding-right:1%;
	margin-bottom:10px!important;
}
.entite-facturation-wrapper .form-radios .js-form-type-radio label > div{
	border: 1px solid black;
	padding: 10px;
	/* margin-bottom: 15px; */
	cursor: pointer;
	border-radius: 15px;
}
.entite-facturation-wrapper .form-radios .js-form-type-radio input{
	display: none;
}
.entite-facturation-wrapper .form-radios .js-form-type-radio input:checked + label > div{
	border-color: #00abc4;
}

.entite-facturation-wrapper .form-radios .js-form-type-radio .wrapper-radio{
	padding-left: 20px;
	position: relative;
	margin-top: 15px;
}
.entite-facturation-wrapper .form-radios .js-form-type-radio .wrapper-radio::before{
	content:'';
	border:1px solid #00abc4;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}
.entite-facturation-wrapper .form-radios .js-form-type-radio input:checked + label > div{
	color: 	#00abc4;
}
.entite-facturation-wrapper .form-radios .js-form-type-radio input:checked + label > div .wrapper-radio::before{
	background: #00abc4;
}


.form-item-custom-informations-personnel-field-facturation{
	padding-left: 0!important;
}
.form-item-custom-informations-personnel-field-facturation input{
	display:none!important;
}

.form-item-custom-informations-personnel-field-facturation label > div{
	padding: 10px;
	border-radius: 10px;
	border: 1px solid black;
}
.form-item-custom-informations-personnel-field-facturation input:checked + label > div{
	color: 	#00abc4;
	border-color: #00abc4;
}

.form-item-custom-informations-personnel-field-facturation p{
	margin-bottom: 0;
}


.btn.btn-add-entity-fact{
	font-size:15px;
	text-align:center;
	background: #fac710;
	color:white;
	padding:10px 20px;
	border-radius: 0;
	font-weight: 500;
	margin-left: 0;
}

.btn.btn-add-entity-fact:hover,
.btn.btn-add-entity-fact:::before,
.btn.btn-add-entity-fact:::after{
	border-color: #fac710;
}

.path-checkout [name*="field_autofact_montant"]{
	width:250px !important;
}


.path-checkout [id*="-subform-field-autofact-profile-0-inline-entity-form-field-civilite"].form-radios,
.commande-formation-form [id*="edit-field-civilite"].form-radios
{
  display: flex;
  flex-wrap: wrap;
}

.path-checkout [id*="-subform-field-autofact-profile-0-inline-entity-form-field-civilite"].form-radios > div,
.commande-formation-form [id*="edit-field-civilite"].form-radios > div{
	padding: 8px 15px 8px 39px;
	margin-bottom: 5px;
}

.path-checkout [id*="-subform-field-autofact-profile-0-inline-entity-form-field-civilite"].form-radios > div input,
.commande-formation-form [id*="edit-field-civilite"].form-radios > div input{
	left: 15px;
    top: 11px;
}

.wrapper-form-facturation{
	border: 1px solid black;
	padding: 25px;
	margin-bottom: 15px;
	border-radius: 15px;
}

[name*="[field_reference_commande]"]{
	max-width: 400px!important;
}