.text-afnor {
	color: #3d085a;
}
.text-energies {
	color: #34bce2;
}
.well-afnor {
	background-color: #3d085a;
}
.well-afnor label, .well-afnor p, .well-afnor small {
	color: white;
}
.text-normal {
	font-weight: normal;
}

h1 {
	margin-top: 10px;
	font-size: 29px;
	font-weight: bold;
}

h2.text-afnor {
	margin-top: 10px;
	font-size: 25px;
	font-weight: bold;
	color: #ffcb05;
}

.container {
	margin-top: 20px;
	padding-top: 30px;
}

body {
	background-color: #ebecec;
}
.container {
	background-color: #FFFFFF;
}

.btn-main {
  color: #FFFFFF;
  background-color: #34BCE2;
  border-color: #34BCE2;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  color: #FFFFFF;
  background-color: #34BCE2;
  border-color: #34BCE2;
}

.btn-main:active,
.btn-main.active,
.open .dropdown-toggle.btn-main {
  background-image: none;
}

.btn-main.disabled,
.btn-main[disabled],
fieldset[disabled] .btn-main,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled:active,
.btn-main[disabled]:active,
fieldset[disabled] .btn-main:active,
.btn-main.disabled.active,
.btn-main[disabled].active,
fieldset[disabled] .btn-main.active {
  background-color: #34BCE2;
  border-color: #34BCE2;
}

.btn-main .badge {
  color: #34BCE2;
  background-color: #FFFFFF;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.has-error .select2-selection {
	border: 2px solid #e74c3c !important;
}

.form-group {
    margin-bottom: 15px;
}
.form-group label {
	font-size: 13px !important;
}


.form-group a {
	text-decoration: underline;
}

.form-group.has-error a {
	color: #e74c3c;
}
