.ntl_entete {
	background-size: cover;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.ntl_entete::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1F4246;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
	opacity: 0.8;
	pointer-events: none;
}

.ntl_entete > .ct-section-inner-wrap {
	min-height: 300px;
	display: flex;
    flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center !important;
	position: relative;
	z-index: 1;
}

.entete_subtitle {
	color: #ffffff;
    font-family: 'Barlow Condensed';
    text-transform: uppercase;
    font-weight: 300;
	letter-spacing: 0.1rem;
	margin-top: 15px;
}

.ntl_breadcrumb a {
	color: white;
}

.ntl_breadcrumb span {
	font-weight: 600;
}

@media screen and (max-width: 767px) {

	.ntl_entete > .ct-section-inner-wrap {
		min-height: 230px;
	}

}

@media screen and (max-width: 767px) {

	.page_title {
		font-size: 3.5rem;
	}
	.ntl_entete {
		background-attachment: unset;
	}

}