.adv_entete {
	
}

.adv_entete_content {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 280px;
}

.adv_entete_left {
	width: 70%;
	display: flex;
	flex-direction: column;
}

.adv_entete_left_content {
	flex: 1;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.adv_entete_right {
	width: 30%;
	display: flex;
    justify-content: flex-end;
	align-items: center;
}

.adv_entete_subtitle {
	font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.adv_entete_subtitle p {
	margin: 12px 0;
}

.adv_entete_right img {
	max-width: 180px;
	object-fit: contain;
    width: 100%;
}

.adv_entete .ct-section-inner-wrap {
	padding-bottom: 35px;
	padding-top: 35px;
}

.real_type {
	display: block;
}

.adv_entete_real .adv_entete_right img {
	max-width: 350px;
	max-height: 150px;
}

.cta_entete {
	margin-top: 30px;
}


.adv_entete_content.adv_entete_real .page_title {
	display: flex;
    flex-direction: column;
}

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


	.adv_entete_content {
		min-height: 70px;
	}

}

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

	.adv_entete_subtitle {
		font-size: 1.2rem;
	}

}

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

	.adv_entete > .ct-section-inner-wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.adv_entete_content {
		flex-direction: column-reverse;
		min-height: auto;
	}

	.adv_entete_left {
		width: 100%;
	}

	.adv_entete_right {
		width: 100%;
		justify-content: flex-start;
		margin-bottom: 20px;
		margin-top: 0;
	}

	.adv_entete_right img {
		max-width: 130px;
		object-fit: contain;
    	width: 100%;
	}

	.adv_entete_breadcrumb {
		margin-top: 20px;
	}

}

@media screen and (max-width: 479px) {
	.adv_entete_right img {
		max-width: 110px;

	}
}