
/****************************************/
/* LP PILLARS (TAB-H) START  */
/****************************************/
.lp-pillars {
	position: relative;
	margin: 35px 0;
}

.lp-pillars__title {
	font-size: 24px;
	margin: 0 0 40px;
	text-align: center;
}

.lp-pillars__navs {
	margin: auto;
	display: flex;
	margin-bottom: 20px;
}


.lp-pillars__navs_item {
	border: none;
	display: flex;
	cursor: pointer;
	position: relative;
	background: none;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 1;
	z-index:1;
}
.lp-pillars__navs_item>* {
	pointer-events: none;
}

.lp-pillars__navs_item_txt {
	display: none;
	background: none;
	white-space: nowrap;
	font: normal normal normal 12px/1.1 Sofia Pro;
	border: 1px solid #92A1B3;
	padding: 8px 20px 9px 20px;
	border-radius: 26px;
	margin: 0 2rem; /* important pour espacement desktop */
	color: #92A1B3;
}

.lp-pillars__navs_item:hover .lp-pillars__navs_item_txt,
.lp-pillars__navs_item:hover .lp-pillars__navs_item_counter {
	border-color: #102D45;
	color: #102D45;
}

 .lp-pillars__navs_item_txt, .lp-pillars__navs_item_counter {
	transition: all ease 222ms !important;
	font-style: normal;
}

.lp-pillars__navs_item.js-tabs__title-active .lp-pillars__navs_item_txt,
.lp-pillars__navs_item.js-tabs__title-active .lp-pillars__navs_item_counter {
	text-shadow: 0 -0.3px 0.6px black;
	border-color: #FFC415;
	background: #FFC415;
	color: #102D45;
}

.lp-pillars__navs_item_counter {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	color: #92A1B3;
	background: #DDEBFD;
	border-radius: 99rem;
	font-size: 14px;
	margin: 0 2rem; /* important pour espacement mobile */
	height: 38px;
	width: 38px;
}

.lp-pillars__navs_item:after {
	content: '';
	position: absolute;
	background: #DDEBFD;
	transform: translate(-50%, -50%);
	transition: all ease 222ms !important;
	width: 100%;
	height: 5px;
	bottom: 14px;
	left: 100%;
	z-index:-1;
}


.lp-pillars__navs_item:last-child:after {
	transform: translate(-200%, -50%);
	width: 50%;
}	
	
.js-pillars__tab {
	display: flex;
	align-items: center;
	gap: 100px;
}

.js-pillars__tab>* {
	flex: 1;
}


.lp-pillars__tab_item_title {
	font: normal normal bold 16px/1.1 Open Sans;
	color: #004F9F;
}
.lp-pillars__tab_item_texte {
	color: #1E3E6A;
}
.lp-pillars__tab_item_img {
	display: block;
	margin-left: auto;
	max-width: 440px;
	max-height: 440px;
}


.lp-pillars__tabs .col2 {
	position: relative;
	display: none;
	z-index: 3;
}

.lp-pillars__tabs .col2:after {
	content: '';
	position: absolute;
	background: no-repeat url(../img/wave-pillars.svg);
	transform: translate(30%, -50px);
	z-index: -1;
	height: 150%;
	width: 100%;
	right: 0;
	top: 0;
}

.lp-pillars__tab_item_texte>*+* {
	margin-top: 1.38em;
}

@media (min-width: 768px) {
	body.home .lp-pillars {
		margin: 120px 0 140px 0;
	}
  body:not(.home) .lp-pillars {
		margin: 90px 0 140px 0;
	}
	.lp-pillars__tabs .col2 {
		display: flex;
	}
	.lp-pillars__title {
		font-size: 28px;
	}
	.lp-pillars__tab_item_texte {
		min-width: 400px;
	}
	.lp-pillars__navs_item_txt {
		display: flex;
	}
	.lp-pillars__navs {
		margin-bottom: 60px;
		justify-content: center;
		max-width: max-content;
	}
}

.lp-pillars__tab_item_texte ul li {
  position: relative;
  font: normal normal normal 16px/28px Open Sans;
  padding-left: 2.5rem;
  color: #1E3E6A;
}

.lp-pillars__tab_item_texte ul li+li {
  margin-top: 2rem;
}

.lp-pillars__tab_item_texte ul li:before {
  content:'●';
  color: #00adeb;
  position: absolute;
  font-size: 1.6em;
  top: -3px;
  left: 0;
}