/*

	@Titre: Création d'un dossier Oxiva

	(c) Viktory

*/


body 
{
	background-image: url("images/oxiva_fond.png");
	background-color: #FFFFFF;
	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

.form-control-alert
{
	display: none;
	margin-top: 5px;
}

#assistant
{
	position: relative;
	/*width: 50%;*/
	top: 20px;
	background-color: #FFFFFF;
    border: 0px solid transparent;
    border-radius: 4px;
    box-shadow: 3px 3px 5px rgba(96, 96, 96, 0.3);
    padding: 0px;
}

.pricing-item-list 
{
	list-style: none;
	margin: 0;
	padding: 0;
	/*fill: var(--text-secondary);
	color: var(--text-secondary);*/
	/*line-height: 1.5rem;
	font-size: 1rem;*/
}

.pricing-item-list li 
{
	display: flex;
	/*margin-bottom: 0.75rem;*/
}

.pricing-item-list li .pili-val 
{
	/*color: var(--accent-color);*/
	margin-left: 1rem;
	text-align: right;
}

.justify-content-between 
{
	justify-content: space-between !important;
}

.titre_edition
{
	font-size: 2rem;
	font-weight: 550;
	text-align: center;
	margin-bottom: 5px;
	border-bottom: 2px solid;
  	margin-bottom: 0.25rem;	
}

.prix_edition
{
	margin-bottom: 10px;
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
}

.texte_edition p 
{
	margin: 0 0 7px;
}

.minus
{
	font-size: 1.5rem;
}

.tab-pane-header
{
	margin: 0px;
	background-position: right;
  	background-repeat: no-repeat;
  	height: 200px;
    padding: 0px 0px 0px 20px;
}


.tab-pane-header .logo
{
	height: 50px;
	margin-top: 10px;
}

.tab-pane-header h3
{
	margin: 0px;
	position: relative;
	top: 20px;
	color: #182A3E;
	font-weight: 350;
}

.tab-pane-header h5
{
	margin: 0px;
	position: relative;
	top: 30px;
	color: #AAAAAA;
	font-weight: 300;
}

.tab-pane-body
{
	margin-left: 15%;
	margin-right: 15%;
}

.tab-pane-body-large
{
	margin-left: 15px;
	margin-right: 15px;	
}

.steps
{
	text-align: center;
	margin-bottom: 10px;
}

.steps span
{
	display: inline-block;
	margin-right: 10px;
	width: 35px;
	border-bottom: 3px solid #AAAAAA;
}

.step-active
{
	border-bottom: 3px solid #51AEE0 !important;
}

.btn_prec
{
	margin-right: 10px;
}

label.etape
{
	margin-bottom: 10px;
}

@media only screen and (max-width: 1024px)
{
	#assistant
	{
		width: 80%;	
	}

	.tab-pane-header
	{
	  	height: 150px;
	}

	.tab-pane-body
	{
		margin-left: 10%;
		margin-right: 10%;
	}	
}


@media only screen and (max-width: 800px)
{
	#assistant
	{
		width: 99%;
	}

	.tab-pane-header
	{
	  	height: 150px;
	}

	.tab-pane-body
	{
		margin-left: 2%;
		margin-right: 2%;
	}
}


.edition
{
	border-radius: 4px;
}

.edition:hover
{
	cursor: pointer;
}

.edition.actif
{
	border-color: #182A3E;
}