.bel-stock {
	font-family: Georgia, "Century Gothic", helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

.bel-stock h1 {
	color: #5F3CB5;
	font-size: 1.4em;
}

.bel-stock h2 {
	margin-top: 34px;
}

.bel-stock table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

.bel-stock table td,
.bel-stock table th {
	padding: 7px;
	border: 1px solid #efefef;
	text-align: center;
	vertical-align: top;
}

.bel-stock table th {
	font-weight: bold;
	background-color: #f2f2f2;
}

.bel-stock a {
	text-decoration: none;
}
.bel-stock .bel-stock-nav {
	box-shadow: 2px 2px 6px #66666655;
	font-size: 1em;
	padding: 9px 18px;
}

.bel-stock .bel-stock-nav a.active {
	font-weight: bold;
	text-decoration: underline;
}

.bel-stock .bel-affich {
	text-align: center;
	color: #5F3CB5;
	border: 1px solid #5F3CB5;
	padding: 7px;
	font-size: 1.2em;
}

.bel-stock .bel-affich.bel-erreur {
	color: #b32d2e;
	border-color: #b32d2e;
}

.bel-stock #bel-global {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
}

.bel-stock #bel-gauche,
.bel-stock #bel-droite {
	flex: 1 1 50%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0 3%;
}

.bel-stock #bel-gauche {
	border-right: 1px solid #5F3CB5;
}

.bel-stock fieldset {
	max-width: 500px;
}

.bel-stock .bel-submit-btn {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 4px 4px 11px #66666666;
	color: #ffffff;
	font-size: 1em;
	background: #5f3cb5;
	padding: 9px 18px;
	border: none;
	cursor: pointer;
}

.bel-stock .bel-type-entree {
	color: #2e7d32;
	font-weight: bold;
}

.bel-stock .bel-type-sortie {
	color: #b32d2e;
	font-weight: bold;
}

/* Calculette */
.bel-stock .bel-calc-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 10px;
}

.bel-stock .bel-calc-form {
	border-right: 1px solid #000;
	padding: 7px;
	min-width: 220px;
}

.bel-stock .bel-colonne {
	width: 150px;
	padding: 10px;
	box-sizing: border-box;
}

.bel-stock .bel-ligne {
	display: flex;
	justify-content: space-between;
}

.bel-stock .bel-ligne2 {
	margin-bottom: 10px;
}

.bel-stock .bel-ligne2 label {
	display: inline-block;
	width: 70px;
}

.bel-stock .bel-ligne2 input {
	width: 100px;
}


@media (max-width: 782px) {
	.bel-stock #bel-global {
		flex-direction: column;
	}

	.bel-stock #bel-gauche,
	.bel-stock #bel-droite {
		width: 100%;
		border-right: none;
	}

	.bel-stock #bel-gauche {
		border-bottom: 1px solid #5F3CB5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}