﻿.breadcrumb-banner-area {
	background: #435677 no-repeat top fixed !important;
	-webkit-background-size: cover;
	/* pour anciens Chrome et Safari */
	background-size: cover;
	/* version standardis�e */
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(204, 204, 204, 1);
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(204, 204, 204, 1);
	box-shadow: inset 0px 1px 5px 0px rgba(204, 204, 204, 1);
}

.bg-opacity-dark-blue-90::before {
	background: none !important;
}

.breadcrumb-text h2 {
	color: white !important;
	padding-bottom: 0 !important;
}

.title>span,
h3 {
	color: #435677;
	font-weight: bold;
	font-size: 28px;
	border: none;
	padding: 0px;
	text-transform: uppercase;
}

#sticky-header {
	background-color: #fff;
}

.logo img {
	max-height: 120px;
}

i.fa.fa-globe {
	display: none;
}

.black-bg {
	background: #C99515;
}

h3,
h2 {
	padding-bottom: 10px !important;
}

.main-menu li:nth-child(-n+2) {
	display: none;
}