/* --------------------------------------------------------------- */
/*
/* Connexion
/*
/* --------------------------------------------------------------- */
.login_box {
	border:1px solid #e7e7e7;
	padding-bottom:1rem;
}

.login_box h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size:20px;
	text-transform: uppercase;
	background-color:#e7e7e7;
	padding:0.5rem;
}

.login_box .box_content {
	padding:1rem;
}

.login_box .bouton {
	margin:1rem 0;
}

/* --------------------------------------------------------------- */
/*
/* Compte
/*
/* --------------------------------------------------------------- */
.compte section {
	margin-bottom:6rem;
}

.compte .actions a {
	text-decoration:none;
	color:#25aaa5;
	margin-right:0.5rem;
}

.compte .actions a:last-child {
	margin-right:0;
}

.compte .details a {
	padding:0.35rem;
}

/* --------------------------------------------------------------- */
/*
/* Détail commande
/*
/* --------------------------------------------------------------- */
.table thead th {
	border-top:none;
}

.totaux {
	font-weight:bold;
}

.adresses {
	margin-bottom:3rem;
}
