.inc_entete {
	background-image: url("/wp-content/uploads/2023/06/bg-entete-right.svg");
	background-size: auto 250% !important;
	background-repeat: no-repeat !important;
	background-position: center right;
	position: relative;
}

.inc_entete::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color_light_red);
	position: absolute;
	left: 0;
	top: 0;
    mix-blend-mode: multiply;
}

.inc_entete > .ct-section-inner-wrap {
	position: relative;
	padding-bottom: 30px;
	padding-top: 100px;
}

.entete_subtitle {
	margin-top: 10px;
	max-width: 70%;
}

.inc_entete h1 {
	max-width: 70%;
}



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

	.entete_subtitle {
		max-width: 100%;
	}
	.inc_entete h1 {
		max-width: 90%;
	}

}

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

	.inc_entete h1 {
		max-width: 100%;
	}

}