/* @override 
	https://new.nailalliance.fr/content/themes/phenyx-theme-default/css/order_wizard.css */


ul.steps {
/*	display: flex;*/
	justify-content: center;
	align-items: center;	
	position: relative;
	text-align: center;
	
/*	height: 100px;
	max-width: 100%;*/
	min-height: 100px;
	
	padding-top: 20px;

	margin: 0;
}


ul.steps li {
	position: relative;
	display: inline-block;

	width: 20%;
	
	list-style: none;
	text-align: left;
	margin-top: 10px;
}
ul.steps li a {
	height: 43px;
	display: block;
}
ul.steps li a:hover {
	text-decoration: none;
}
ul.steps li a::after {
/*	/* Cercle de l'étape *!/
	--rayon: 50px;
	content: "";
	display: block;
	position: absolute;
	width: calc( var(--rayon) * 2);
	height: calc( var(--rayon) * 2);
	border-radius: 50%;
	background-color: #2c2a34;
	top: calc(50% - var(--rayon));
	left: calc(50% - var(--rayon));
	left: 0;
	
	z-index: -1;
	transition-property: width height top left;
	transition-duration: .6s;*/
}
ul.steps li a:hover::after {
/*	--rayon: 100px;
	background-color: var(--color-light);*/
}


/* Numéro + check */
ul.steps li .fa-check {
	transform: scale(0.7);
	position: absolute;
	top: -15px;
	border-radius: 50%;
	background-color: var(--color-light);

	opacity: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	left: -15px;
}
ul.steps li .fa-check::before,
ul.steps li .fa-check::after {
	color: var(--blanc);
}
ul.steps li .stepDesc {
	position: relative;
	font-size: 25px;
	display: block;
	max-width: 200px;
	line-height: 18px;
}
ul.steps li a span.stepDesc small {
	/* Texte détaillant l'étape */
	font-size: 11px;
	display: block;
	white-space: nowrap;
	padding-left: 7px;
}

/* 
 *
 * Pas encore validé */

ul.steps li a:hover {
	color: #fff;
}

/*
 *
 * Onglet en cours */

ul.steps li a.selected {
	color: #2b2b2b;
	background: none;
	position: relative;
}
ul.steps li a.selected + span.stepNumber,
ul.steps li:has(a.selected) span.stepNumber,
ul.steps li a.selected span.stepNumber {
	color: #2b2b2b;
}
ul.steps li a::before {
	/* La fleche */
	top: 100%;
	left: 0%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #2b2b2b;
	border-width: 10px;
	
	transform-origin: 50% 0%;
	transform: scale(0);
	
	transition: transform .5s ease-in-out 0s;
}
ul.steps li a::after {
	/* Le trait : invisible */
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #2b2b2b;
	width: 0%;
	
	transition: width .5s ease-in-out 0s;
}
ul.steps li a.selected::after {
	width: 100%;
}
ul.steps li a:hover::after {
	width: 100%;
}
ul.steps li a.selected::before {
	transform: scale(1);
}
ul.steps li a:hover::before {
	transform: scale(1);
}


/*
 *
 * Onglet .done */
ul.steps li a.done {
	color: var(--color-oui);
}
ul.steps li a.done:hover {
	color: #fff;
}
ul.steps li a.done span.stepNumber {
	background-color: var(--color-oui);
	color: var(--blanc);
	/* invisible */
}
ul.steps li a.done .fa-check {
	opacity: 1;
}


ul.steps li a.done::after {
	/* cercle du fond */
	--rayon: 100px;
	border-left: 1px solid var(--color-oui);

	background-color: rgba(42, 40, 49, 0);
	background-image: linear-gradient(to right, #2a2831 65.6%, rgba(42, 40, 49, 0) 100%);
}
ul.steps li a.done:hover::after {
	--rayon: 100px;
	background: none #3e3c48;
	border-left: 1px solid var(--color-light);
	border-color: #292831;
}



/*
 *
 *
 * .stepsEditMode 
 * Va commencer à faloir faire le ménage dans tous ces sélecteurs, mais on a décidé qu'en mode édition, pas de couleur verte 
 */
 
ul.steps.stepsEditMode li a.done {
	color: var(--presque-blanc);
}
ul.steps.stepsEditMode li a.done:hover {
	color: var(--blanc);
}
ul.steps.stepsEditMode li a.done span.stepNumber {
	background-color: var(--presque-blanc);
	color: var(--blanc);
}
ul.steps.stepsEditMode li a.done::after {
	border-left: 1px solid var(--presque-blanc);
}
ul.steps.stepsEditMode li a.done .fa-check {
	transform: scale(0.5);
}



.actionBar {
	display: flex;
	justify-content: center;
}
.actionBar .loader,
.actionBar .msgBox {
	display: none; /* Parce que voilà quoi */ 
}
.actionBar a {
	min-width: 150px;
	margin-right: 1px;
	margin-left: 1px;
}
.actionBar a.buttonPrevious {
	order: 1;
}
.actionBar a.buttonNext {
	order: 2;
}
.actionBar a.buttonFinish {
	order: 3;
}
/* Les icones des boutons */
.actionBar a i,
.actionBar a svg {
	margin: 10px auto;
	width: 20px;
	line-height: 50px;
    height: 50px;
}
.total_price_container.text-right {
    text-align: right;
    margin-right: 20px
}

.stepContainer {
/*	width: 80%;*/
	margin: auto;
	padding: 20px 10px 0;
	
	max-width: 1050px;
}
.stepContainer h2 {
	/* Header */
	text-align: center;
}
#guestCheckout,
#createAccount,
#SubmitLogin {
    display: flex;
    float: right;
    justify-content: space-between;
    align-items: baseline;
}
#order_wizard .actionBar a {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    line-height: 50px;
}
#submitAccount {
    float: right
}
#areYouCompany {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 30px;
}