* {
	font-family: 'Open Sans';
}
html {
	scroll-behavior: smooth;
}
body {
	margin-top: 56px;
	text-size-adjust: 100% !important;
	-ms-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;
}
h2 {
	text-align: left;
}
.navbar-brand {
	font-family: "Open Sans";
	font-weight: bold;
}
h4 {
	margin-top: 12px;
	text-align: left;
}
.single-offered {
	background-color: #D9E4EB;
	padding: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 100%;
	border-radius: 3px;
}
.single-offered ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.single-offered li {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	background: #EBF4F7;
	text-align: left !important;
}
.single-offered h4 {
	text-align: left !important;
}

@media (max-width: 800px) {
	.image-full-height {
		padding-bottom: 48px;
	}
	.img_col_bg {
		margin-bottom: 48px;
	}
	.col-lg-4 {
		margin-bottom: 25px;
	}
	.col-mb-4 {
		margin-bottom: 25px;
	}
	.img_col_bg {
		height: 260px !important;
		margin-bottom: 0px !important;
	}
	.single-offered {
	}
	.single-offered h4 {
	}
	.single-offered li {
		padding-top: 8px;
		padding-bottom: 5px;
	}
	.single-offered img {
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
}
.post-prev-img {
	margin: 0 auto;
	height: 200px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-radius: 3px;
}
.post-prev-img img {
	min-height: 200px;
	margin: 0 -100%;
	max-width: 100%;
	width: auto;
	min-width: 100%;
	top: -50px;
}
header {
	padding: 156px 0 100px;
}
section {
	padding: 60px 0px 0px 0px;
}
.bg-image-full {
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.titres {
	border-bottom: #2C73C8 1px solid;
	margin-bottom: 18px;
	padding-bottom: 10px;
}
.image-full-height {
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	min-height: 100%;
}
#mainNav {
	background-color: steelblue;
}
.btn-submit {
	background: steelblue;
}
.flex {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex:before, .flex:after {
	display: none;
}
.row:before, .row:after {
	display: inline-block;
}
