.adv_camp_bloc_bleu_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}

.adv_camp_img_left {
	width: calc( ((100vw - 1300px)/2) + 20% + 200px );
	margin-left: calc( ((100vw - 1260px)/-2)) !important;
	background-size: cover;
	background-position: center;
	margin-right: -200px;
	max-width: 550px;
}

.adv_camp_bloc_bleu {
	background: rgb(0,68,195);
	background: -moz-linear-gradient(90deg, rgba(0,68,195,1) 0%, rgba(0,35,153,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,68,195,1) 0%, rgba(0,35,153,1) 100%);
	background: linear-gradient(90deg, rgba(0,68,195,1) 0%, rgba(0,35,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0044c3",endColorstr="#002399",GradientType=1);
	border-radius: 20px;
	padding: 75px 110px;
	width: 80%;
	transform: translate(0, 80px) scale(0.9);
	transition: 0.6s;
	opacity: 0;
}

.adv_camp_bloc_bleu.animated {
	opacity: 1;
	transform: translate(0, 80px) scale(1);
}

.bloc_bleu_icons {
	opacity: 0;
	transform: translate(-100px);
	transition: 0.7s;
}

.bloc_bleu_icons:nth-child(2) {
	transition: 0.7s 0.3s;
}

.bloc_bleu_icons:nth-child(3) {
	transition: 0.7s 0.5s;
}

.bloc_bleu_icons:nth-child(4) {
	transition: 0.7s 0.7s;
}

.bloc_bleu_icons:nth-child(5) {
	transition: 0.7s 0.9s;
}

.bloc_bleu_icons.animated {
	opacity: 1;
	transform: translate(0px);
}

.adv_camp_bloc_bleu h2 {
	text-align: left;
}


.adv_camp_bloc_bleu ul {
	padding-left: 15px;
}


.titre_margintop {
	margin-top: 50px;
}

.icon_donnees {
    display: flex;
    margin: 50px 0 80px 0;
	flex-wrap: wrap;
	gap: 50px;
}

.icon_donnees > div {
    text-align: center;
}

.icon_donnees img {
    height: 70px;
}

.icon_donnees_titre {
    font-weight: bold;
	margin-top: 6px;
}

.link_center {
	text-align:center;
}

.chiffres_resultats {
    display: flex;
    margin: 20px 0 40px 0;
	flex-wrap: wrap;
	gap: 50px;
	justify-content: center;
	text-align:center;
}
.chiffre_resultats{
	font-weight: 600;
  	font-size: 3em;
}

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

	.adv_camp_img_left {
		margin-left: 0px !important;
		width: calc(20% + 200px );
	}

}

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

	.icon_donnees > div {
		width: calc(50% - 50px) !important;
	}
	.chiffres_resultats > div {
		width: calc(50% - 50px) !important;
	}

}

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

	.adv_camp_bloc_bleu {
		padding: 75px 80px;
	}

}

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

	.icon_donnees img {
		height: 50px;
	}

	.adv_camp_bloc_bleu {
		width: calc(100% - 50px) !important;
		padding: 35px 35px;
	}

}

@media screen and (max-width: 480px) {
	.icon_donnees > div {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.chiffres_resultats > div {
		width: 100% !important;
		margin-bottom: 30px;
	}
}