.field--type-text-with-summary, .field--type-text-with-summary p, .field--type-text-with-summary span{
	font-family:"Open sans", sans-serif !important;
}

.fond-rouge{
	background-color:var(--primary-color);
}
.fond-rouge-demi{
	background-color:var(--primary-color-op50);
}
.fond-rouge-light{
		background-color:var(--primary-color-op20);
}
.fond-rouge-ultralight{
		background-color:var(--primary-color-op05);
}
.fond-bleu{
	background-color:var(--blue-cseei);
}
.fond-bleu-demi{
		background-color:#93A5D4;/*50*/
}
.fond-bleu-light{
		background-color:#D5DDEC;/*20*/
}
.cta-style {
	position: relative;
	z-index:0;
}

.cta-style::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 35%;
	left: 0;
	top: 0;
	background-image: url(https://dev.cseei-airfrance.fr/system/files/medias/images/2026-02/cta-sm-left.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.cta-style::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 85%;
	top: 0;
	background-image: url(https://dev.cseei-airfrance.fr/system/files/medias/images/2026-02/cta-sm-right.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index:2;
}
.cta-style .w-100{
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	z-index:3 !important;
}
.cta-style.cta-style-v2::after{
		left: 92%;
}