.vc_session_carousel .owl-carousel .owl-item{
	display: flex;
	padding: 20px 15px;
}

.formation-item {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
	transition: box-shadow .25s;
}

.top-area {
	position: relative;
	background: rgba(145, 145, 145, 0.35);
	padding: 30px;
}

.top-area:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 2px;
	height: 30px;
	margin: auto;
	background: #919191;
}

.formation-cat {
	font-size: 14px;
	margin-bottom: 35px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: #919191;
}

.formation-item:hover {
	box-shadow: 0 0 0 10px rgb(11 139 185 / 0.25);
}

.formation-item a {
	display:block;
}

.formation-item a:hover {
	color: #000000!important;
}

.top-area {
	position: relative;
	background: rgb(11 139 185 / 0.35);
	padding: 30px;
}

.top-area:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 2px;
	height: 30px;
	margin: auto;
	background: #919191;
}

.formation-cat {
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	color: #919191;
}

.formation-title {
	word-break: break-word;
}

div.formation-title h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0;
}

.formation-metas ul, .formation-metas li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.post-content .formation-metas ul ul {
	/* padding: 0; */
	margin: 0;
	/* padding-left: 16px; */
}

.post-content .formation-metas ul ul li {
	list-style: disc;
	display: list-item;
	margin-bottom: 0;
}

.bottom-area {
	padding: 15px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.formation-metas * {
	font-size: 13px;
}

.formation-metas i, .formation-metas img {
	margin-right: 12px;
	color: #0b8bb9;
	width: 25px;
	min-width: 25px;
	text-align: center;
	font-size: 18px;
}

.formation-metas li {
	display: flex;
	align-items: flex-start;
	line-height: normal;
}

.formation-metas li:not(:last-child){
	margin-bottom: 15px;
}

.formation-cta {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 51px;
	font-size: 21px;
	background: #0b8bb9;
	color: #fff!important;
	transition: 0;
}

.formation-item .formation-cta, .formation-item .formation-cta:hover{
	color: #fff!important;
}

.formation-cta i {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.formation-cta:hover *{
	color: #fff!important;
}

.formation-marker.formation-cta {
	right: 104px;
}

.formation-direction.formation-cta {
	right: 52px;
}

.vc_session_carousel .owl-stage-outer {
	overflow: hidden;
}

.vc_session_carousel .owl-carousel {
	position: relative;
}

.vc_session_carousel .owl-prev,
.vc_session_carousel .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	background: gainsboro;
	z-index: 100;
}

.vc_session_carousel .owl-prev {
	left: -30px;
}

.vc_session_carousel .owl-next {
	right: -30px;
}

.vc_session_carousel .owl-prev i, .vc_session_carousel .owl-next i {
	top: 0;
	color: #000;
	font-size: 30px;
}

.vc_session_carousel .owl-stage {
	display: flex !important;
	flex-direction: row;
}

/*SINGLE FORMATION*/
body.single-formation div#header-page-section-text .uncode-share {
	position: relative;
	margin: 16px 0;
	margin-left: -15px;
}

body.single-formation div#header-page-section-text {
	padding-bottom: 36px;
}

div#greta-sidebar {
	padding-bottom: 70px;
}

body.single-formation #greta-sidebar .divider-wrapper hr {
	border-color: #0a8bb9;
}

body.single-formation #greta-sidebar .uncode_text_column {
	padding: 0;
	margin-top: 18px;
}

body.single-formation #greta-sidebar .uncode_text_column p {
	line-height: normal;
	font-size: .85em;
}

body.single-formation #greta-sidebar span.btn-container.btn-block {
	position: absolute;
	left: 0;
	transform: translateY(36px);
}

body.single-formation #greta-sidebar span.btn-container.btn-block a {
	width: 100%;
}

.single-formation .icon-box .fa-stack i {
	color: #0a8bb9;
}

.single-formation .icon-box .fa-stack.fa-rounded {
	background: none!important;
	border: none;
}

span.fa.fa-stack.fa-1x.btn-color-210407.fa-rounded.btn-disable-hover {}

.single-formation .icon-box .fa-stack i.fa.fa-info-large {
	color: #ceeaf3;
}

div#selected_session > div {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	font-weight: 600;
	color: #000;
}

div#sessions-formation .formation-item > div{
	cursor: pointer;
}