#logo{
	margin-bottom:1px;
}
#chantier{
	margin-left:50px;
	text-align: right;
}
#chantier img{
	width:50%;
	height:auto;
}
#chantier p{
	font-size: 12px;
	margin:5px;
	color:#000;
}
.input-with-icon {
	margin-bottom:10px;
}
.form-control{
	border:none;
	border-bottom: solid 1px #2555a1;
	border-radius:0;
}
.nav-tabs .nav-link.active{
	color:#2555a1;
	background-color:#fff;
	border-color:#2555a1 #2555a1 #fff;
}
a.nav-link {
	color:#777;
}
.btn-blue{
	background-color:#2555a1;
    color:#fff;
	cursor:pointer;
}
.btn-blue:hover{
	background-color:#fff;
	color:#2555a1;
	cursor:pointer;
	border: 1px solid #2555a1;
}
.btn-yellow{
	background-color:#ffc808;
    color:#2555a1;
	cursor:pointer;
}
.btn-yellow:hover{
	background-color:#fff;
	color:#2555a1;
	cursor:pointer;
	border: 1px solid #ffc808;
}
.error{
	color:red;
}
.error-control input, .error-control select, .error-control textarea {
	border: 1px solid #f35958 !important;
}
.error-control i {
	color: #f35958 !important;
}
.success-control input, .success-control select.form-control, .success-control textarea.form-control {
	border: 1px solid #0aa699 !important;
}
.success-control i {
	color: #0aa699 !important;
}
.input-with-icon {
	position: relative;
}
.input-with-icon input {
	padding-left: 32px !important;
}
.input-with-icon i {
	color: #e5e9ec;
	display: block;
	position: absolute;
	margin: 9px 2px 4px 10px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}
.input-with-icon.right input {
	padding-left: 12px !important;
	padding-right: 33px !important;
}
.input-with-icon.right i {
	right: 8px;
	float: right;
}
.swal-button--confirm{
  background-color: #2555a1;
}
.swal-text{
	text-align: center;
}
.cart_count
{
	position: absolute;
	bottom: 14px;
	right: -14px;
	width: 23px;
	height: 23px;
	background: #2555a1;
	border-radius: 50%;
	text-align: center;
}
.cart_count span
{
	display: block;
	line-height: 23px;
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}

body.loading {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
body.loading .ajaxLoad {
	background: rgba(0,0,0,.6);
	z-index: 100000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	padding-top: 25%;
	overflow: hidden;
}
body.loading .spinner {
	margin: 0 auto 0;
	width: 70px;
	text-align: center;
}
body.loading .spinner > div {
	width: 18px;
	height: 18px;
	background-color: #FFC808;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
body.loading .spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
body.loading .spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.top_bar_contact_item{
	margin-right:20px;
}
select
{
	display: inline;
	background:none;
	font-size: 16px;
	margin-top:12px;
	border: 0;
	width: auto;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #aaaaaa;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
select:hover
{
	cursor: pointer;
}
select option
{
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.breadcrumb{
	background-color:#FFF;
	padding-top:30px;
	font-size:16px;
}

a {
    color: #2555a1;
}