/* font-family */
.raleway {
	font-family: "Raleway", sans-serif !important;
}

.norican {
	font-family: "Norican", cursive;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

.poppins {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: red !important;
}

.banner-image {
	background-image: url("../images/04-projets/cnd/ducor-slider-v-2.0/cnd-slider-1.1.png");
	background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif !important;
	color: #0864a1 !important;
}

.navbar {
	background: #000046; /* fallback for old browsers */
	background: -webkit-linear-gradient(
		to bottom,
		#1cb5e0,
		#000046
	); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to bottom,
		#1cb5e0,
		#000046
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer {
	background: #000046; /* fallback for old browsers */
	background: -webkit-linear-gradient(
		to bottom,
		#1cb5e0,
		#000046
	); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(
		to bottom,
		#1cb5e0,
		#000046
	); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
