.vc_formation_grid span.btn-container{
	text-align: center;
}

.vc_formation_grid span.btn-container .btn {
	position: relative;
}

.vc_formation_grid span.btn-container .btn i {
	position: absolute;
	font-size: 20px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	opacity: 0;
	visibility: hidden;
}

.vc_formation_grid.loading span.btn-container .btn i{
	opacity: 1;
	visibility: visible;
}

.vc_formation_grid.loading span.btn-container .btn span {
	opacity: 0;
	visibility: hidden;
}

.isotope-system .btn-container span {
	transition:.25s;
}

.isotope-system.loading .btn-container span {
	opacity: 0;
}

.vc_formation_grid .isotope-system.loading .btn-container i {
	opacity: 1;
	visibility: visible;
}
.vc_formation_grid.multi_type .isotope-system {
	display: none;
}

.vc_formation_grid.multi_type .isotope-system.active {
	display: block;
}

div#tabs-formation {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 36px;
	border-bottom: 1px solid #0b8bb9;
}

div#tabs-formation a {
	border: 1px solid #0b8bb9;
	border-bottom: 0;
	padding: 18px;
	color: #0b8bb9;
	font-weight: 600;
}

div#tabs-formation a:not(:last-child) {
	margin-right: 18px;
}

div#tabs-formation a.active, div#tabs-formation a:hover {
	background: #0b8bb9;
	color: #fff;
}

@media (max-width: 600px){

	div#tabs-formation a {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0px!important;
		border-bottom: 1px solid;
	}

	div#tabs-formation {
		border-bottom: none;
	}

}