/*
Theme Name: ergopix
Theme URI: http://www.ergopix.ch
Description: Thème responsive de ergopix sàrl
Author: ergopix sàrl
Version: 1.0
*/

/* Fonts */
	
	@import url("https://hello.myfonts.net/count/3585fa");
	
	  
	@font-face {font-family: 'Gilroy-SemiBold';
	src: url('fonts/3585FA_0_0.eot');
	src: url('fonts/3585FA_0_0.eot?#iefix') format('embedded-opentype'),
			url('fonts/3585FA_0_0.woff2') format('woff2'),
			url('fonts/3585FA_0_0.woff') format('woff'),
			url('fonts/3585FA_0_0.ttf') format('truetype');}
	 
/* Logged */

	#wpadminbar {
		bottom: 0;
		top:auto;
		z-index: 1000000;
	}
	#wpadminbar .quicklinks>ul>li {
        position:relative;
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
        bottom:28px;
    }
	@media (max-width: 576px){
		#wpadminbar {
		    bottom: -46px;
		}
	}
	
	body.logged-in {
		margin-bottom: 32px;
	}
	body.role-anonymous {
		margin-bottom: 0;
	}
		body.role-anonymous #wpadminbar {
			display: none;
		}
		
	body:not(.role-administrator) #wp-admin-bar-rocket-settings,
	body:not(.role-administrator) #wp-admin-bar-docs,
	body:not(.role-administrator) #wp-admin-bar-faq,
	body:not(.role-administrator) #wp-admin-bar-support,
	body:not(.role-administrator) #wp-admin-bar-gform-forms {
		display: none !important;
	}

/*******************************************/

embed,
iframe,
object,
video {
	max-width: 100%;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

figure.wp-caption.alignright, img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

img.aligncenter, .wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.wp-caption, img {
	max-width: 100%;
}

body {
	background: #fff;
	font-family: Roboto;
	color: #2E2E2E;;
}

a {
	color: #009AEF;
	text-decoration: none;
}

a:focus, a:hover,a:active {
	outline: 0 none!important;
	color: #009AEF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
	font-family: 'Gilroy-SemiBold';
}

h1 {
	/*font-size: 26px;
	line-height: 1.3846153846;*/
	color: #2E2E2E;
	font-family: Gilroy-SemiBold;
	font-size: 48px;
	font-weight: 800;
	line-height: 48px;
	display: inline-block;
	width: 100%;
}

h2 {
	font-size: 24px;
	line-height: 1;
}
/*
.section h2 {
	color: #2E2E2E;
	font-family: Gilroy-SemiBold;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.0909090909;
}
*/
.section h2 {
	/* font-size: 26px; */
	/* line-height: 1.3846153846; */
	color: #2E2E2E;
	font-family: Gilroy-SemiBold;
	font-size: 30px;
	font-weight: 800;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}

h3 {
	font-size: 20px;
	line-height: 1.2;
}

h4 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h5 {
	font-size: 16px;
	line-height: 1.5;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

p {
	margin-bottom: 10px;
}

ul, ol {
	list-style: none !important;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.pos-rel {
	position: relative;
}


.small-cap-text {
	color: #999999;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
	width: 100%;
	display: inline-block;
}

.no-change {
	color: inherit !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-decoration: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}


input[type=text] {
	 /* Remove First */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
/* Menu Mobile */

	#menu-mobile {
		background-color: #fafafa;
	}

	.logo-mobile-menu {
	    z-index: 99999999999;
	    display: block;
	    position: relative;
	    top: 5px;
	    left: 20px;
	}
	.mm-listview .item {
		padding-bottom: 10px;
	}
	.mm-listview .item span,
	.mm-listview .item a:not(.mm-next) {
	    border-bottom: 1px solid #e7e7e7;
	    margin: 0 20px !important;
	    padding: 10px 0 15px !important;
	    font-family: 'Gilroy-SemiBold';
	    font-size: 17px;
	}
	.mm-arrow::after, .mm-next::after {
		top: -20px;
	}
	.mm-listview .item.mm-logo-item {
		top: 0;
		position: absolute;
		padding: 0;
		margin: 0;
		background-color: #fafafa;
	}
		.mm-listview .item.mm-logo-item a {
			padding: 0 !important;
			margin: 0 !important;
			border: none !important;
		}
	#mm-1 .mm-listview .item:nth-child(2),
	.sub-menu.mm-listview .item:first-child {
		margin-top: 10px;
	}
	
	.mm-listview .item.active a,
	.mm-listview .item.active span {
		color: #19B39B;
	}


/* Header */

	header {
		height: 145px;
		margin-bottom: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}
	nav.navbar {
		background-color: #fff;
		color:#2E2E2E;
	}
	
	.nav-brand img {
    	transition: width 2s;
		-webkit-transition: width 2s; /* Safari */
		-moz-transition: width 2s; /* Safari */
		-o-transition: width 2s; /* Safari */
    }
	body.home .page-header {
		margin-bottom: 48vh;
	}
	body.home .page-header .page-header-image {
		background-position: top center !important;
	}
	.page-header .page-header-image {
		background-position: center center !important;
	}
	.header-mask {
		
		background-color: #0099A6;
		/*
		background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.48) 80%, #000000 100%);
		background: rgba(255,255,255,1);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(246,246,246,0.68) 53%, rgba(237,237,237,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(1%, rgba(255,255,255,0.99)), color-stop(53%, rgba(246,246,246,0.68)), color-stop(100%, rgba(237,237,237,0)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(246,246,246,0.68) 53%, rgba(237,237,237,0) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(246,246,246,0.68) 53%, rgba(237,237,237,0) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(246,246,246,0.68) 53%, rgba(237,237,237,0) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(246,246,246,0.68) 53%, rgba(237,237,237,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
		*/
		background: -moz-linear-gradient(top, rgba(0,153,166,0.65) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,153,166,0.65) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,153,166,0.65) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a60099a6', endColorstr='#00000000',GradientType=0 );
	
		height: 50vh;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		opacity: 1;
		transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		-op-transition: opacity 1s;
		-ms-transition: opacity 1s;
	}
	body.home .header-white-mask,
	.header-white-mask {
		
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 61%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 61%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	
		height: 50vh;
		left: 0;
		position: absolute;
		right: 0;
		bottom: -30vh;
		z-index: 100;
		opacity: 1;
		transition: opacity 1s;
		-moz-transition: opacity 1s;
		-webkit-transition: opacity 1s;
		-op-transition: opacity 1s;
		-ms-transition: opacity 1s;
	}
	.header-white-mask {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
		opacity: .7;
		height: 20vh;
		bottom: 0vh;
	}
	
	.top-navbar {
		top:10px;
		margin: 0 !important;
		padding: 0 !important;
		min-height: 30px !important;
		height: 50px;
		z-index: 1030 !important;
		max-width: 800px;
		right: 0;
	}
	.top-navbar ul {
		list-style:none;
		float:right;
	}
		.top-navbar ul li {
			display:inline-block;
			line-height: 1.9;
		}
		.top-navbar ul li.right-dot {
			position: relative;
		}
		.top-navbar ul li.right-dot::after {
			display: inline-block;
		    height: 4px;
		    width: 4px;
		    background-color: #fff;
		    content: "";
		    float: right;
		    line-height: 4px;
		    margin: 0;
		    padding: 0;
		    position: absolute;
		    top: 18px;
		    right: 0;
		}
		.top-navbar ul li.right-dot a {
			font-family: Lineto Akkurat Regular;
		}
		.top-navbar ul li a {
			color: #2E2E2E !important;
			font-family: Roboto !important;
			font-size: 14px !important;
			font-weight: 500 !important;
			line-height: 16px !important;
			text-transform: uppercase !important;
			opacity: .3;
		}
		
		.nav-item.circle-menu-item {
			height:40px;
			width:40px;
			border-radius:20px;
			background-color:rgba(77,77,77, 0.3);
		}
		li.nav-item.nav-search {
			background-color:rgba(77,77,77, 0.1);
		}
		li.nav-item.nav-search:hover {
			background-color:rgba(77,77,77, 0.2);
		}
		
		a.nav-link {
			color: #2E2E2E;
		}
		
		a.nav-link i {
			margin-left:0;
		}
		a.nav-search i {
			margin-top: 5px;
		}
		
		.nav-login {
			border-radius: 3px;
			background-color:rgba(77,77,77, 0.1);
			padding: 5px 15px;
		}
		.nav-login:hover {
			background-color:rgba(77,77,77, 0.2);
		}
			.nav-login a {
				text-decoration: none !important;
			}
		.nav-logged-in {
			border-radius: 3px;
		    padding: 5px 15px;
		    border: 1px solid #f7f7f7;
		}
			span.small-username {
			    text-transform: none;
			    font-size: 10px;
			    line-height: 12px;
			    padding: 0;
			    margin: 0;
			    color: #b7b7b7;
			}
		.top-navbar ul li.right-dot {
			position: relative;
		}
		.top-navbar ul li.right-dot::after {
			display: inline-block;
		    height: 4px;
		    width: 4px;
		    background-color: #2E2E2E;
		    content: "";
		    float: right;
		    line-height: 4px;
		    margin: 0;
		    padding: 0;
		    position: absolute;
		    top: 13px;
		    right: 0;
		    border-radius: 2px;
		    opacity: .3;
		}
		
	.main-navbar,
	.main-navbar .container {
		margin-bottom: 0;
		box-shadow: none;
		padding: 0 !important;
	}
	.main-navbar {
		padding: 18px 0 0 0 !important;
	}
		.main-navbar a.navbar-brand {
			margin: 0;
			padding: 0;
			/* width: 122px; */
		}
			.main-navbar a.navbar-brand {
				border-radius: none;
			}
		
		.main-navbar.navbar .navbar-nav .nav-item a.nav-link {
			color: #444;
			font-family: 'Gilroy-SemiBold';
			font-size: 24px;
			line-height: 40px;
			text-align:right;
			text-transform:none;
		}
		
	.collapse.navbar-collapse.justify-content-end { /* peut-etre identifier avec #mainlinks */
	    margin-top: 20px;
	    width: auto;
	    position: absolute;
		right: 30px;
		top: 30px;
	}
		
	/* Fixed */
	
		header.fixed {
			width:100%;
			padding-left: 0;
			padding-right: 0;
			top: 0;
			position: fixed;
			z-index: 10000000;
			background: #fff;
			/*box-shadow: 1px 5px 10px #f7f7f7;*/
			border-bottom: 1px solid #f7f7f7;
			height: 100px;
		}
		header.fixed > div.container {
			margin: 0 auto;
			position:relative;
		}
			header.fixed .navbar.main-navbar img {
				width:200px;
			}
			header.fixed .collapse.navbar-collapse.justify-content-end {
				margin-top: 0px;
			}
		/*
		header.fixed .navbar {
		    background: #fff !important;
			padding-left: 0;
			padding-right: 0;
		}
			header.fixed .navbar.top-navbar {
				z-index: 2000;
				top: 5px;
				height: 30px;
				background: transparent !important;
			}
			header.fixed .navbar.top-navbar .container .row,
			header.fixed .navbar.top-navbar .container .row div {
				height: 30px;
			}
			header.fixed .navbar.top-navbar .container .row div ul {
				margin-bottom: 0;
			}
			header.fixed .navbar.top-navbar .circle-menu-item {
				display:none;
			}
			header.fixed .navbar.main-navbar {
				padding-top: 5px;
				padding-bottom: 5px;
				-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.14);
				-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.14);
				box-shadow: 0 2px 0 rgba(0,0,0,0.14);
				width:auto;
			}
			header.fixed .navbar.main-navbar .navbar-translate {
				min-width: 200px;
			}
				header.fixed .navbar.main-navbar .navbar-translate a,
				header.fixed .navbar.main-navbar .navbar-translate a img {
					display: block;
				}
			header.fixed .navbar.main-navbar .navbar-nav {
				margin-top: 30px;
			}
			header.fixed .navbar.main-navbar.navbar .navbar-nav .nav-item a.nav-link {
				color: #444;
				font-family: Lineto Akkurat Bold;
				font-size: 16px;
				line-height: 26px;
			}
			*/
	
	/* Burger */
	
		#hamburger {
			display:block;
			width:20px;
			overflow:hidden;
			float:right;
			height: 20px;
			margin-top: -1px;
		}
		html:not(.mm-opened) #hamburger {
			margin-top: 4px;
		}
		
		#hamburger span {
			background:#999;
			display:block;
			height:2px;
			margin:4px 0;
			position:relative;
			-webkit-transform:rotate(0);
			-ms-transform:rotate(0);
			transform:rotate(0);
			top:0;
			left:0;
			opacity:1;
			filter:alpha(opacity=100);
			-webkit-transition:none .5s ease;
			transition:none .5s ease;
			-webkit-transition-property:-webkit-transform,top,left,opacity;
			transition-property:transform,top,left,opacity;
		}
		#hamburger span:first-child {
			margin-top: 0;
		}
		
		html.mm-opened #hamburger span.top-bar {
			-webkit-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
			transform:rotate(45deg);
			top:12px;
		}
		
		html.mm-opened #hamburger span.middle-bar {
			opacity:0;
			filter:alpha(opacity=0);
		}
		
		html.mm-opened #hamburger span.bottom-bar {
			-webkit-transform:rotate(-45deg);
			-ms-transform:rotate(-45deg);
			transform:rotate(-45deg);
		}
		
		html.mm-opened #hamburger span.middle-bar {
			left:-40px;
		}
	
	/* Page Sub Menus and Internal Naviguation */

	.pageSubMenu-container {
		margin-bottom:32px;
	}
	
	.pageInternalNav.fixed {
		position: fixed;
		z-index: 99999999;
		background: #fff;
		display: block;
		top: 100px;
		max-width: 350px;
    	width: 100%;
		margin-top: 0;
		/*padding: 0 10px 10px 10px;*/
		padding:  10px 0 15px 0;
	}
	.pageInternalNavMobile.fixed {
		padding:  10px 0 5px 0;
		margin-bottom: 0;
	}
	.pageInternalNav.fixed:not(.pageInternalNavMobile)::before,
	.pageInternalNav.fixed:not(.pageInternalNavMobile)::after {
		content: " ";
		display: block;
		background-color: #fff;
		height: 100%;
		width: 15px;
		position: absolute;
		left: -15px;
		top: 0;
	}
	.pageInternalNav.fixed::after {
		left: auto;
		right: 0;
	}
	.pageInternalNav.fixed > span {
		margin-top: 16px;
	}
		ul.sidebarMenu {
			list-style:none;
			margin:0;
			padding:0;
		}
		ul.sidebarMenu li.parent-item a {
			color: #2E2E2E;
			font-family: Gilroy-SemiBold;
			font-size: 28px;
			line-height: 32px;
			text-decoration: none;
		}
			ul.sidebarMenu li.parent-item.active {
			}
		ul.sidebarMenu li.child-item a {
			color: #bebebe; /*#19B39B*/
			font-family: Roboto;
			font-size: 14px;
			line-height: 24px;
			text-decoration: none;
		}
		ul.sidebarMenu li.child-item.active a {
			color: #999999;
		}
		/*
			li.child-item.active::before {
				content: "\f105";
				font-family: FontAwesome;
				margin-right: 5px;
			}
			li.child-item.active i {
				display: none;
			}
		*/
	
	.header-image-bg {
		display: block;
		width: 100%;
		min-height: 600px;
		background-position: center center !important;
		background-size: cover !important;
		position: relative;
	}
			
	/* Slider */
	
	.slick-dots li {
		margin: 0 5px !important;
	}
	.slick-dots li:first-child {
		margin-left: 10px !important;
	}
	.slick-dots li button::before {
		content: inherit !important;
	}
	.slick-dots li button {
		
		background: none !important;
		
		color: #FFFFFF !important;
		font-family: Roboto !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 16px !important;
		opacity: 0.4;
		text-shadow: 2px 1px 12px #999;
	}
	.slick-dots li.slick-active button {
		opacity: 1;
	}
	.slick-dots li button:before {
	    opacity: 0 !important;
	}
	.slick-dots {
		bottom: 15px !important;
		left: 0 !important;
		text-align: left !important;
	}
	
	span.slick-prev-custom, span.slick-next-custom {
		z-index: 7000000;
		color: #fff;
		top: auto;
		bottom: 15px;
		background: none;
		font-size: 14px;
		cursor: pointer;
		position: absolute;
	}
	span.slick-prev-custom {
		left: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
	span.slick-next-custom {
		right: 15px;
		margin-left: 5px;
	}
	
	.slick-arrow span {
		text-shadow: 2px 1px 12px #999;
	}
	
	/* Home Slider and Sliders */
	
	.homeSliderContainer {
		position: relative;
		overflow: hidden;
	}
	.slick-slide {
		background: #242424;
		position: relative;
	}
		.slick-slide img {
			opacity: .3;
			-webkit-transition: opacity .4s ease-in-out;
			-moz-transition: opacity .4s ease-in-out;
			-ms-transition: opacity .4s ease-in-out;
			-o-transition: opacity .4s ease-in-out;
			transition: opacity .4s ease-in-out;
		}
		.slick-slide.highlighted img {
			opacity: 1;
		}
	.sltextMainContainer {
		position: absolute;
		top: 51%;
		left: 50%;
		display: block;
		height: 200px;
		width: 25%;
		min-width: 300px;
	}
	span.slide-text-container {
		position: absolute;
		bottom:0;
		right: 0;
		background: #fff;
		width:100%;
		height:100%;
		display:none;
		padding: 25px 45px;
	}
	span.slide-text-container.showtext {
		display:block;
	}
		span.slide-text-container a {
			display:block;
			width:100%;
			text-decoration: none !important;
		}
			span.st-title {
				display:block;
				width:100%;
				color: #2E2E2E;
				font-family: Gilroy-SemiBold;
				font-size: 36px;
				font-weight: 800;
				line-height: 40px;
			}
			span.st-subtitle {
				display:block;
				width:100%;
				text-transform: uppercase;
				color: #009AEF;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
			}
			
	/* Vertical Copyright */
	
		.vertical-caption {
			position: absolute;
			z-index: 99999999999;
			color: #fff;
			text-transform: uppercase;
			display: block;
			height: 20px;
			width: 572px;
			text-align: right;
			padding-right: 5px;
			
			/* Rotate from top left corner (not default) */
		    -webkit-transform-origin: 0 0;
		    -moz-transform-origin:    0 0;
		    -ms-transform-origin:     0 0;
		    -o-transform-origin:      0 0;
			transform-origin: 		  0 0;
		    
		    -webkit-transform: rotate(-90deg); 
		    -moz-transform:    rotate(-90deg); 
		    -ms-transform:     rotate(-90deg); 
		    -o-transform:      rotate(-90deg);
			transform: 		   rotate(-90deg);
			
			opacity: 0.4;
			font-family: Roboto;
			font-size: 14px;
			font-weight: 500;
			line-height: 16px;
			text-shadow: 0 0 3px rgba(0,0,0,0.7);
		}
		.vertical-caption-one-image {
			position: absolute;
			z-index: 99999999999;
			color: #fff;
			text-transform: uppercase;
			display: block;
			height: 20px;
			text-align: right;
			padding-left: 5px;
			
			/* Rotate from top left corner (not default) */
		    -webkit-transform-origin: 10px 10px;
		    -moz-transform-origin:    10px 10px;
		    -ms-transform-origin:     10px 10px;
		    -o-transform-origin:      10px 10px;
			transform-origin: 		  10px 10px;
		    
		    -webkit-transform: rotate(90deg); 
		    -moz-transform:    rotate(90deg); 
		    -ms-transform:     rotate(90deg); 
		    -o-transform:      rotate(90deg);
			transform: 		   rotate(90deg);
			
			opacity: 0.4;
			font-family: Roboto;
			font-size: 14px;
			font-weight: 500;
			line-height: 16px;
			text-shadow: 0 0 6px 0 rgba(0,0,0,0.5);
		}
			.vertical-caption-one-image span {
				transform: rotate(180deg);
				display: inline-block;
				position: relative;
				width: 100%;
				height: 20px;
			}
		
	/* Home Gallery */
	
	.home-gallery-bg {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+10,f5f5f5+11,f5f5f5+89,ffffff+90,ffffff+100 */
		/* Old browsers */
		background: #ffffff; 
		/* FF3.6-15 */
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 135px, #f5f5f5 136px, #f5f5f5 89.4999%, #ffffff 89.5%, #ffffff 100%); 
		/* Chrome10-25,Safari5.1-6 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 135px,#f5f5f5 136px,#f5f5f5 89.4999%,#ffffff 89.5%,#ffffff 100%); 
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		background: linear-gradient(to bottom, #ffffff 0%,#ffffff 135px,#f5f5f5 136px,#f5f5f5 89.4999%,#ffffff 89.5%,#ffffff 100%); 
		/* IE6-9 */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
		padding: 15px 0;
	}


	.row.home-gallery {
		margin-bottom: 50px;
	}
	
	.gallery-box {
		display:block;
		float: left;
		position: relative;
		height: 100%;
		width: 100%;
	}
		.gallery-box a {
			display:block;
			width:100%;
			text-decoration: none !important;
			height: 100%;
			position: relative;
		}
		.single-galerie .gallery-box a {
			overflow: hidden;
		}
			.single-galerie .gallery-box a img {
				transition: all .5s;
			}
		.fill-image {
			display: block;
			height: 100%;
			width: 100%;
			overflow: hidden;
			z-index: 10;
			position: relative;
		}
		.fill-image span {
			display: block;
			height: 100%;
			width: 100%;
			z-index: 10;
			background-position: top center;
			background-repeat: no-repeat;
			background-size: contain;
			transition: all .5s;
			background-size: cover;
		}
		.gallery-box a:hover .fill-image span,
		.gallery-box a:focus .fill-image span,
		.single-galerie .gallery-box a:hover img, 
		.single-galerie .gallery-box a:focus img {
			transform: scale(1.05);
		}
		.gallery-box img {
			opacity: 0;
			z-index: 10;
		}
		.gallery-box span.gbox-text-container {
			position: absolute;
			bottom:-35px;
			left: 0;
			background: #f5f5f5;
			width:70%;
			max-width:300px;
			padding: 10px 5px 10px 0;
			z-index: 50;
		}
		.single-galerie .gallery-box span.gbox-text-container,
		.row.home-gallery:last-child .disp1-1 .gbox-text-container,
		.row.home-gallery:last-child .disp1-2 .col-md-4 .gallery-box:last-child .gbox-text-container, 
		.row.home-gallery:last-child .disp1-2 .col-md-8 .gbox-text-container {
			background: #fff;
		}
			.gallery-box span.gbox-title {
				display:block;
				width:100%;
				color: #2E2E2E;
				font-family: Gilroy-SemiBold;
				font-size: 24px;
				font-weight: 800;
				line-height: 26px;
			}
			.gallery-box span.gbox-subtitle {
				display:block;
				width:100%;
				text-transform: uppercase;
				color: #009AEF;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
			}
		
		/* Duo on the side */
		
		.gallery-box.disp1-2.box-2 {
			height: 50%;
		}
			.gallery-box.disp1-2.box-2 .fill-image span {
			    height: 89%;
			    margin-bottom: 11%;
			    background-size: cover;
			}
		.gallery-box.disp1-2.box-3 {
			height: 50%;
		}
			.gallery-box.disp1-2.box-3 .fill-image span {
			    height: 89%;
				margin-top: 9px;
			    background-size: cover;
			}
			
		.disp1-2 .gallery-box span.gbox-text-container {
			bottom: -5px;
		}
				
		/* Portrait Image Box */
		
		.gallery-box.disp1-1.box-2 {
			display: block;
			height: 100%;
			width: 100%;
		}
		.gallery-box.disp1-1.box-2 img {
			position: absolute;
			height: 100%;
			display: none;
			width: auto;
			overflow: visible;
			z-index: 1000;
			padding-bottom: 50px;
			max-width: 200%;
		}
		.gallery-box.disp1-1.box-2 span.gbox-text-container {
			z-index: 1500;
		}
		.portrait-box .fill-image {
			display: block;
			height: 100%;
			width: 100%;
		}
		.portrait-box .fill-image span {
			display: block;
			height: 100%;
			width: 100%;
			background-size:cover;
			background-position: top center;
			background-repeat: no-repeat;
		}
		.portrait-box img {
			opacity: 0;
		}
	
	/* Home Page */
	
	.home-container {
		
	}
		.home-container ul {
			margin:0;
			padding:0;
			display:block;
		}
		
		.th-title {
			color: #2E2E2E;
			font-family: Gilroy-SemiBold;
			font-size: 48px;
			font-weight: 800;
			line-height: 48px;
			display: inline-block;
			width: 100%;
		}
		.th-link {
			color: #bebebe; /*#19B39B*/
			font-family: Roboto;
			font-size: 14px;
			font-weight: 500;
			line-height: 16px;
			text-transform: uppercase;
			margin-top: 8px;
			display: inline-block;
		}
		.link-th-mobile {
			
		}
			.link-th-mobile > span {
				border: 1px solid #bebebe; /*#19B39B*/
				display: inline-block;
				width: 100%;
				padding: .75rem 1.25rem;
				margin-bottom: 30px;
			}
			.link-th-mobile span a {
				color: #bebebe !important; /*#19B39B*/
				text-transform: uppercase;
				text-decoration: none !important;
			}
		
		.formations-per-school {
			/*margin-top:96px;*/
		}
			.formations-per-school h3 {
				margin-top:0;
				margin-bottom: 0;
			}
			.formations-per-school .cursus-title {
				margin-top:15px;
				margin-bottom: 5px;
			}
			.formations-per-school ul {
				margin:0;
				padding:0;
			}
				.formations-per-school ul li {
					margin-bottom:5px;
					padding:0;
				}
					.formations-per-school ul li a {
						color: #bebebe; /*#19B39B*/
						font-family: Roboto;
						font-size: 15px;
						font-weight: 500;
						line-height: 16px;
					}
		.formations-per-metier {
			margin-top:96px;
			margin-bottom:96px;
		}
			.tabs-metier {
				display: block;
				overflow: hidden;
				margin-bottom: 32px !important;
			}
			.formations-per-metier ul.tabs-metier li {
				display: inline;
				margin-right:26px;
				/*margin-bottom:30px;
				float: left;*/
			}
			.formations-per-metier ul.tabs-metier li.nav-item-it3 {
				display: inline-block;
			}
			.metier-tabs .nav-tabs a {
				box-shadow: none !important;
				padding: 0 !important;
				background: none !important;
				color: #bebebe !important; /*#19B39B*/
				opacity:0.5;
				font-family: Gilroy-SemiBold;
				font-size: 28px !important;
				font-weight: 800 !important;
				line-height: 35px !important;
				display: inline !important;
			}
			.metier-tabs .nav-tabs a:hover {
				opacity: .8;
			}
			.metier-tabs .tabs-metier li:first-child a,
			.metier-tabs .tabs-metier li:nth-child(2) a,
			.metier-tabs .tabs-metier li:nth-child(3) a,
			.metier-tabs .tabs-metier li:nth-child(4) a,
			.metier-tabs .tabs-metier li:nth-child(5) a {
				font-size: 34px !important;
				font-weight: 800 !important;
				line-height: 41px !important;
			}
			.metier-tabs .nav-tabs a.active {
				opacity:1;
				color: #2E2E2E !important;
			}
			.metier-tabs > .tab-content {
				overflow: hidden;
			}
			.training-degree {
				display: none;
			}
			.tabs-formation {
				font-size: 28px !important;
				font-weight: 800 !important;
				line-height: 32px !important;
			}
			.tabs-formation .nav-item {
				display: inline;
				margin-right: 30px;
			}
			.tabs-formation .nav-item a {
				display: inline !important;
			}
			.tabs-formation a span {
				color: #B3B3B3;
				font-size: 22px !important;
				font-weight: 800 !important;
				line-height: 48px !important;
			}
				.formation-container.formation-tabs .tab-content.subformations-metier .tab-pane .tab-content {
					clear: both;
				}
				.subformations-metier > div {
					padding-top: 0 !important;
				}
				.subformations-metier ul {
					overflow: hidden;
				}
				.subformations-metier ul.nav-tabs li {
					margin-right: 0;
					display: inline-block;
					float: left;
				}
				.subformations-metier .nav-tabs .nav-link {
					color: #bebebe !important;
					border-radius: 0 !important;
				}
				.subformations-metier .nav-tabs .nav-link.active {
					color: #2E2E2E !important; /*#19B39B*/
					border-bottom: 4px solid #bebebe !important; /*#19B39B*/
					border-radius: 0 !important;
					padding-right: 15px;
					padding-left: 0 !important;
				}
				
			.other-form {
				margin-top: 32px;
			}			
				.other-form > div {
					background-color: #F5F5F5;
					padding: 5px 15px;
				}
				
				
			/* Color */
			
			.metier-tabs .nav-tabs .landing-metier-color,
			.metier-tabs .nav-tabs .opening-formation-color {
				color: #2E2E2E !important;
				opacity: 1 !important;
			}
				
		/* Blue Content */
		
		.section-home-blue-content {
			padding: 15px 0 0 0 !important;
			position: relative;
		}
			.section-home-blue-content .row.home-gallery-title{
				padding-right: 0 !important;
				padding-left: 0 !important;
			}
		.blue-content-adjust-container {
			padding: 0 !important;
		}
		.shbc-ctnr {
			position: relative;
		}
			.section-home-blue-content .blue-link {
				position:absolute;
				right: 0;
				bottom: 0;
				/*
				background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.35) 100%);
				background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%);
				background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.35) 100%);
				background: radial-gradient(circle, #19B39B 0%, #19B39B 79.18%, #19B39B 100%);
				padding: 20px 50px;*/
				width: 300px;
			}/*
				.section-home-blue-content .blue-link a {
					color: #FFFFFF;
					font-family: Gilroy-SemiBold;
					font-size: 16px;
					line-height: 16px;
					opacity: .7;
				}
				.section-home-blue-content .blue-link a:hover {
					opacity: .9;
				}*/
				
				.section-home-blue-content .blue-link .application-submission-container {
					height: 56px;
					margin: 0;	
				}
				.section-home-blue-content .blue-link .app-sub-left span.top {
					line-height: 26px;
				}
				.section-home-blue-content .blue-link .app-sub-right {
					height: 56px;
				}
				.section-home-blue-content .blue-link .application-submission-container i {
					top: 20px;
				}
			.section-home-blue-content .container {
				background-repeat: no-repeat !important;
				background-size: cover !important;
				background-position: center center !important;
				padding: 64px 64px 96px 64px;
				position:relative;
				top: 30px;
				z-index: 100;
			}
			.section-home-blue-content .left-text h3 {
				opacity: 1;
				color: #FFFFFF;
				font-family: Gilroy-SemiBold;
				font-size: 34px;
				font-weight: 800;
				line-height: 32px;
				margin-top:0;
			}
			.section-home-blue-content .left-text p {
				color: #FFFFFF;
				font-family: Roboto;
				font-size: 22px;
				line-height: 32px;
			}
			.numbers-data {
				text-align:center;
			}
				.numbers-data .num {
					color: #FFFFFF;
					font-family: Gilroy-SemiBold;
					font-size: 96px;
					letter-spacing: -3px;
					line-height: 93px;
					text-align: center;
					width:100%;
					display:block;
				}
				.numbers-data .data {
					opacity: 1;
					color: #FFFFFF;
					font-family: Gilroy-SemiBold;
					font-size: 16px;
					line-height: 16px;
					text-align: center;
					width:100%;
					display:block;
					text-transform: uppercase;
					margin-bottom:64px;
				}
				.numbers-data img {
					margin: 0 auto;
				}
		/* Map */
		
		.map-bg {
			height: 600px;
			background-position: center center !important;
			background-size: cover !important;
			margin: 0;
			padding: 15px 0;
		}
			.map-bg .row {
				overflow: hidden;
				display: block;
				height: 100%;
				margin: 0;
			}
				.google-directions-container {
					position: relative;
					overflow: hidden;
					display: block;
					height: 100%;
				}
					.google-directions {
						position: absolute;
						height: 238px;
						width: 415px;
						border-radius: 3px;
						background-color: #FFFFFF;
						box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
						bottom: 40px;
						right: 40px;
						display: block;
						text-decoration: none !important;
					}
						.gd-address-title {
							text-transform: uppercase;
							display: block;
							width:100%;
							color: #333;
							text-decoration: none !important;
							padding: 40px 40px 0 40px;
						}
						.gd-address-text {
							color: #666666;
							font-family: Roboto;
							font-size: 14px;
							font-weight: 500;
							line-height: 24px;
							display: block;
							width:100%;
							text-decoration: none !important;
							padding: 0 40px;
						}
						.gd-itinary-ctnr {
							height: 56px;
							display: block;
							width:100%;
							background-color: #bebebe; /*#19B39B*/
							color: #FFFFFF;
							font-size: 18px;
							font-weight: 500;
							line-height: 56px;
							position: absolute;
							bottom: 0;
							left: 0;
							
							cursor: pointer;
							transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
						0s;
						}
							.gdi-title {
								text-transform: uppercase;
								display: block;
								float: left;
								text-decoration: none !important;
								font-family: Roboto;
								text-align: left;
								padding-left: 40px;
								position: relative;
								z-index:100;
								color: #fff !important;
							}
							.gdi-icon {
								float: right;
								display: block;
								width:56px;
								text-decoration: none;
								text-align: center;
								background-color: #117565;
								position: relative;
							}
								.gdi-icon span {
									line-height: 80px;
									display:block;
									width: 100%;
									position: absolute;
									left: 0;
								}
									.gdi-icon i {
										font-family: FontAwesome;
										font-style: normal;
										position: relative;
										left: 43%;
										display: block;
										width: 10px;
										display: block;
										top: 18px;
									}
								
				.google-directions-container a .gd-itinary-ctnr i {
					transition: all .4s;
				}
						
			/*
			.google-directions-container a:hover .gd-itinary-ctnr {
				color: #fff !important;
				background-color: transparent;
				text-shadow: nthree;
			}
				.google-directions-container a:hover .gd-itinary-ctnr span.gdi-title {
					color: #fff !important;
				}
				.google-directions-container a:hover .gd-itinary-ctnr .gdi-icon i {
					transform: scale(2) !important;
					color: #fff !important;
					z-index:100;
				}
			.google-directions-container a:hover .gd-itinary-ctnr:before {
				left: 0%;
				right: auto;
				width: 100%;
			}
			.google-directions-container a .gd-itinary-ctnr:before {
				display: block;
				position: absolute;
				top: 0px;
				right: 0px;
				height: 100%;
				width: 0px;
				z-index: 1;
				content: '';
				color: #fff !important;
				background: #138675;
				transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
			0s;
			}
			*/
								
	/* Accordion */
	
	.accordionMasterContainer {
		
	}
		.accordionMasterContainer .classic-btn {
		 	margin: 0;
		}
		.accordionMasterContainer .classic-btn::before {
			z-index: 0;
		}
		.accordionMasterContainer .card-header .classic-btn > a[data-toggle="collapse"][aria-expanded="true"] .cbtn-right span i {
			filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1) !important;
			-webkit-transform: rotate(90deg) !important;
			-ms-transform: rotate(90deg) !important;
			transform: rotate(90deg) !important;
		}
		.accordionMasterContainer .card {
			border-radius: 0;
			box-shadow: none;
			border: none;
			margin-bottom: 0;
		}
			.accordionMasterContainer .card .card {
				border-bottom: 1px solid #242424;
				border-left: none;
				border-top: none;
				border-right: none;
			}
				.accordionMasterContainer .card .card {
					border: none;
					margin-bottom: 5px;
				}
		.accordionMasterContainer .cardFormation {
			border: none;
		}
		.accordionMasterContainer .card .card-header {
			border-radius: 0;
		}
		.accordionMasterContainer > div > .card > .card-header {
			padding: 0 !important;
		}
			.accordionMasterContainer > div > .card > .card-header i {
				top: 20px;
			}
			.accordionMasterContainer #collapseMet {
				border-left: 1px solid #242424;
				border-right: 1px solid #242424;
				border-bottom: 1px solid #242424;
				-webkit-transition: all 150ms ease 0s;
			}
		.accordionMasterContainer .card .card .card-header {
			padding: 5px 0;
		}
		.accordionMasterContainer .cardFormation .card-header {
			padding: .15rem .35rem;
		}
		.accordionMasterContainer .card .card-header::after {
			content: none;
		}
		.accordionMasterContainer h5 {
			margin-top: 0;
		}
		.accordionMasterContainer h5 a {
			/*color: #19B39B !important;*/
			text-transform: uppercase;
			text-decoration:none !important;
			position: relative;
		}
		.accordionMasterContainer .card-header.active h5 a,
		.accordionMasterContainer .cardMet > .card-header.active > h5 a span i {
			color: #444 !important;
		}
		.accordionMasterContainer h5 a:hover {
			text-decoration:none !important;
		}
		.accordionMasterContainer .cardFormation h5 {
			margin-top: 0;
		}
		.accordionMasterContainer .cardFormation h5 a span {
			color: #ccc !important;
		}
			.accordionMasterContainer .cardMet > .card-header > h5 a span {
				position: absolute;
				right: 0;
			}
			
			.accordionMasterContainer .cardMet > .card-header > h5 a span i {
				color: #242424 !important;
			}
			.accordionMasterContainer .cardMet > .card-header > h5 a:not(.collapsed) span i,
			.accordionMasterContainer .cardMet > .card-header > h5 a[data-toggle="collapse"] span i {
				transform: none !important;
			}
			.accordionMasterContainer .cardMet > .card-header > h5 a[aria-expanded="true"] span i {
				transform: rotate(90deg) !important;
			}
		.accordionMasterContainer .cardMet .card-header h5 a {
			letter-spacing: -0.2px;
		}
		.accordionMasterContainer .cardMet .card-block {
			padding: 5px 0 5px 25px;
		}
		.accordionMasterContainer .cardMet .cardFormation h5 a,
		.accordionMasterContainer .cardMet .cardFormation h5 a:hover {
			text-transform: none;
			text-decoration: none !important;
			font-weight:400;
			border: none !important;
			color: #2E2E2E !important;
		}
			.accordionMasterContainer .cardMet .cardFormation h5 a span {
				font-weight: 100;
				font-size: 14px;
				display: inline-block;
				width: 100%;
			}
		
	
	/* Classic Button */
	
	.classic-btn {
		border: 1px solid #bebebe; /*#19B39B*/
		color: #bebebe; /*#19B39B*/
		font-family: Roboto;
		margin: 32px 0;
		overflow: hidden;
		height:56px;
		border-radius: 2px;
		
		z-index: 1;
		cursor: pointer;
		display: block;
		position: relative;
		transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	0s;
	}
	.classic-btn.btn-InternalNavMobile {
		height: 38px;
	}
		.classic-btn a {
			display: block;
			overflow: hidden;
		}
			.classic-btn .cbtn-left {
				float: left;
				width: 80%;
				padding: 3px 15px;
				text-transform: uppercase;
				z-index: 10;
			}
				.classic-btn .cbtn-left span {
					font-size: 18px;
					font-weight: 500;
					line-height: 50px;
					display:block;
					width: 100%;
					color: #bebebe; /*#19B39B*/
				}
				.classic-btn.btn-InternalNavMobile .cbtn-left span {
					line-height: 30px;
				}
			.classic-btn .cbtn-right {
				float: left;
				width: 20%;
				text-align: center;
				padding: 0 15px;
				height:56px;
				border-left: 1px solid #bebebe; /*#19B39B*/
				position: relative;
			}
			.classic-btn.btn-InternalNavMobile .cbtn-right {
				height: 38px;
			}
				.classic-btn .cbtn-right span {
					line-height: 56px;
					display:block;
					width: 100%;
					position: absolute;
					left: 0;
					height: 56px;
				}
				.classic-btn.btn-InternalNavMobile .cbtn-right span {
					height: 38px;
				}
					.classic-btn .cbtn-right span i {
						color: #bebebe !important; 
						float: none !important;
						/*top: auto !important;*/
						transform: unset !important;
						font-weight: 100 !important;
						font-size: 14px;
						position: relative;
						left: 43%;
						display: block;
						width: 10px;
						display: block;
						top: 20px;
					}
					.classic-btn.btn-InternalNavMobile .cbtn-right span i {
						top: 11px;
					}
					
		.classic-btn i,
		.classic-btn span {
			transition: all .4s;
		}
		/*	
	.classic-btn:hover {
		color: #000 !important;
		background-color: transparent;
		text-shadow: nthree;
	}
		.classic-btn:hover span {
			color: #fff !important;
		}
		.classic-btn:hover .cbtn-right {
			border-left: 1px solid #fff !important;
		}
			.classic-btn:hover .cbtn-right span i {
				transform: scale(2) !important;
				color: #fff !important;
			}
		.classic-btn:hover:before {
			left: 0%;
			right: auto;
			width: 100%;
		}
	.classic-btn:before {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
		width: 0px;
		z-index: -1;
		content: '';
		color: #000 !important;
		background: #19B39B !important;
		transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	0s;
	}*/
	
	/* Red Button */
	.red-btn {
		border: 1px solid #b21919;
		color: #b21919;
	}
		.red-btn .cbtn-left span {
			color: #b21919;
		}
	.red-btn .cbtn-right {
		border-left: 1px solid #b21919;
	}
			.red-btn .cbtn-right span i {
				color: #b21919 !important;
			}
	.red-btn:before {
		background: #b21919 !important;
	}
	
	/* Back To Top Button */
	
	#backtotopBtn {
	    display: none;
	    position: fixed;
	    bottom: 32px;
	    right: 15px;
	    z-index: 99;
	    border: none;
	    outline: none;
	    background-color: #808080; /*#138675*/
	    color: #ffffff;
	    cursor: pointer;
	    height: 56px;
		width: 56px;
	}
	
	#backtotopBtn:hover {
	    background-color: #bebebe; /*#19B39B*/
	}
	
		#backtotopBtn i {
			position: absolute;
			display: block;
			top: 15px;
			left: 38%;
		}
		
		
	/* Bouton En Savoir Plus
	
	.see-formation {
		border: 1px solid #19B39B;
		color: #19B39B;
		font-family: Roboto;
		margin: 32px 0;
		overflow: hidden;
		height:80px;
		border-radius: 2px;
	}
		.see-form-left {
			float: left;
			width: 80%;
			padding: 15px;
			text-transform: uppercase;
		}
			.see-form-left a,
			.see-form-left a:hover {
				font-size: 18px;
				font-weight: 500;
				line-height: 50px;
				display:block;
				width: 100%;
				color: #19B39B;
				background-color: #fff;
			}
		.see-form-right {
			float: left;
			width: 20%;
			text-align: center;
			padding: 0 15px;
			height:80px;
		}
			.see-form-right span {
				line-height: 80px;
			} */
			
			
	/* Formation */
	
	.formation-container {
		
	}
		.formation-tabs h2 {
			margin-top: 12px;
		}
		.formation-tabs .tab-pane {
			padding-top:20px;
		}
		.formation-tabs .nav-item {
		}
			.formation-tabs .nav-link {
				font-size: 34px !important;
				/*font-weight: bold !important;*/
				line-height: 40px !important;
				background: none !important;
				box-shadow: none !important;
				text-align: left !important;
				padding-left: 0 !important;
				padding-bottom: 5px !important;
				font-family: Gilroy-SemiBold;
				padding-right: 15px !important;
				border: 4px solid transparent !important;
			}
			.single-formation .formation-tabs .nav-link {
				/*color: #2E2E2E !important;*/
				padding-right: 15px;
				padding-left: 0 !important;
			}
			.single-formation .formation-tabs .nav-link.active {
				color: #009AEF !important;
				border-bottom: 4px solid #009AEF;
				border-radius: 0 !important;
			}
			
			.formation-resume-item p {
				font-size: 1em;
			}
			
			.formation-resume-item .r-title,
			.formation-periodes .r-title {
				color: #999999;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
				text-transform: uppercase;
			}
			.formation-resume-item .r-text {
				color: #2E2E2E;
				font-family: Roboto;
				font-size: 16px;
				font-style: italic;
				line-height: 24px;
			}
																
																
		.formation-container ul {
			margin:0 !important;
			padding:0 !important;
		}
		ul.formation-social-ul li {
			display: inline-block;
			padding: 15px 15px 15px 0;
		}
			ul.formation-social-ul li a {
				color: #009AEF;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
			}
				ul.formation-social-ul li a i {
					box-sizing: border-box;
					height: 40.5px;
					width: 40.5px;
					border: 0.5px solid #F5F5F5;
					border-radius: 20px;
					background-color: #F5F5F5;
					color: #2E2E2E;
					text-align: center;
					line-height: 40.5px;
					margin-right: 5px;
				}
		li.formation-periodes-item .p-title {
			color: #2E2E2E;
			display: inline-block;
			width: 80%;
		}
		li.formation-periodes-item .p-number {
			color: #2E2E2E;
			font-size: 16px;
			font-weight: bold;
			text-align: right;
			display: inline-block;
			width: 15%;
		}
		
		/* Complementary Information */
		
		ul.cfinfo-list {
			margin-top: 32px !important;
		}
			ul.cfinfo-list li {
				display: inline-block;
				width: 100%;
				margin-bottom: 16px;
			}
				ul.cfinfo-list li a {
					display: inline-block;
					width: 100%;
					overflow: hidden;
				}
				span.cfl-image {
					display: inline-block;
					float: left;
					width:15%;
					margin-right: 15px;
					margin-top: 5px;
				}
					span.cfl-image img {
						width:150px;
					}
				span.cfl-title {
					display: inline-block;
					float: left;
					width: 75%;
					font-weight: 900;
					font-size: 16px;
					color: #2E2E2E;
				}
				span.cfl-desc {
					display: inline-block;
					float: left;
					width: 80%;
					color: #2E2E2E;
				}
		
	/* Bouton Application */
	
	.application-submission-container {
		background-color: #bebebe; /*#19B39B*/
		color: #fff;
		font-family: Roboto;
		margin: 32px 0;
		overflow: hidden;
		height:80px;
		border-radius: 2px;
		
		cursor: pointer;
		display: block;
		position: relative;
		transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	0s;
	}
		.sidebar .application-submission-container {
			margin-top: 6px;
		}

		.application-submission-container a {
			display: block;
			width: 100%;
			text-decoration: none !important;
		}
			.app-sub-left {
				float: left;
				width: 80%;
				padding: 15px;
				text-transform: uppercase;
				z-index: 3;
				position: relative;
			}
				.app-sub-left span.top {
					font-size: 18px;
					font-weight: 500;
					line-height: 21px;
					display:block;
					width: 100%;
					color: #fff;
				}
				.app-sub-left span.bottom {
					font-size: 14px;
					font-style: italic;
					font-weight: 500;
					line-height: 16px;
					display: block;
					width: 100%;
					color: #fff;
				}
			.app-sub-right {
				float: left;
				width: 20%;
				background-color: #808080; /*#138675*/
				text-align: center;
				padding: 0 15px;
				height:80px;
				position: relative;
			}
				.app-sub-right span {
					line-height: 80px;
					color: #fff;
					display:block;
					width: 100%;
					position: absolute;
					left: 0;
				}
		.application-submission-container i {
			transition: all .4s;
			position: relative;
			left: 43%;
			display: block;
			width: 10px;
			display: block;
			top: 33px;
		}
		
	/*	
	.application-submission-container:hover {
		color: #000 !important;
		background-color: transparent;
		text-shadow: nthree;
	}
		.application-submission-container:hover i {
			transform: scale(2);
		}
	.application-submission-container:hover:before {
		left: 0%;
		right: auto;
		width: 100%;
	}
	.application-submission-container:before {
		display: block;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 100%;
		width: 0px;
		z-index: 0;
		content: '';
		color: #000 !important;
		background:  #808080; / *#138675* /
		transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	0s;
	}
	*/
		
	/* Articles */
	
	.row.news {
		clear: both;
		height: auto;
		overflow: visible;
		display: flex;
		margin-bottom: 200px;
		margin-top: 64px;
	}
	.articles .news a:not(.cepv-press) {
		position: relative;
		display: block;
		overflow: visible;
		min-height: 300px;
	}
	.articles .news .no-image a:not(.cepv-press) {
		min-height: 200px;
	}
	a.cepv-press {color: #2E2E2E;text-decoration:none;}
	.news-image {
		position:relative;
		z-index:1;
		overflow: hidden;
		display: block;
		min-height: 400px;
	}
	.news-image-img {
		position:relative;
		z-index:1;
		display: block;
		background-size: cover;
		background-repeat: no-repeat;
		min-height: 400px;
		transition: all .5s;
	}
	.articles .news a:hover .news-image-img,
	.articles .news a:focus .news-image-img {
		transform: scale(1.05);
	}
	.news-text {
		position: absolute;
		z-index:10;
		/* bottom: -100px; */
		top: 90%;
		background: #fff;
		width: 90%;
		right: 0;
		padding: 0 25px;
		transition: all .5s;
	}
	.no-image .news-text {
		bottom: 0;
		top: auto;
	}
	.no-image.even .news-text {
		right: auto;
	}
	
	.articles .news a:hover .news-text,
	.articles .news a:focus .news-text {
		-webkit-box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
		-moz-box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
		box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
	}
	
		.news-text h3 {
			color: #2E2E2E;
			font-family: Gilroy-SemiBold;
			font-size: 26px;
			font-weight: bold;
			line-height: 26px;
			margin-top: 15px;
		}
			/*.news-text h3::before {
				display: block;
				border-top:  2px solid #F5F5F5;
				width: 100%;
				height: 1px;
				content: " ";
				margin-bottom: 32px;
			}*/
		.news-text .article-info {
			
		}
		.news-date {
			color: #999999;
		}
		.news-work {
			text-transform: uppercase;
		}
		.news-text .excerpt p {
			color: #2E2E2E;
			font-family: Roboto;
			font-size: 20px;
			line-height: 32px;
		}
	.no-image {
	    margin-bottom: 64px;
	}
	
	body.category h1 {
		margin-bottom: 0;
	}
	
	.category {
		text-transform: inherit;
	    font-weight: inherit;
	}
	
	.categories {
		list-style:none;
		text-align: right;
		color: #999999;
		font-family: Roboto;
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
		text-transform: uppercase;
	}
	.categories.all-categories {
		/*margin-bottom: 32px;*/
	}
	.categories ul {
		margin: 0;
		padding:0;
		display: block;
		overflow: hidden;
	}
	.categories ul li {
		color: #138675;
		text-align: right;
		margin: 3px 0;
	}
	.categories ul li a {
		color: #19B39B;
		display: inline !important;
		min-height: auto !important;
		text-transform: none !important;
	}
		
	/* Collection / Gallery columns */
	
	.columnist {
		overflow: hidden;
		display: block;
		margin: 32px 15px;
		padding: 0;
		-webkit-column-count: 4;
		-webkit-column-gap:   15px;
		-moz-column-count:    4;
		-moz-column-gap:      15px;
		column-count:         4;
		column-gap:           15px;
	}
		.columnist li {
			display: block;
			float: none;
			max-width: 450px;
		}
		
		/* V2 with Masonry */
		
		.divcolumnist {margin: 32px 15px;}
		.grid-sizer,.divcolumnistelmt { width: 24%; margin-bottom: 15px; }
		.gutter-sizer { width: 1%; }
		@media (max-width: 1440px) {.grid-sizer,.divcolumnistelmt { width: 24%; }}
		@media (max-width: 1200px) {.grid-sizer,.divcolumnistelmt { width: 24%; }}
		@media (max-width: 991px) {.grid-sizer,.divcolumnistelmt { width: 32.3333%; }}
		@media (max-width: 767px) {.grid-sizer,.divcolumnistelmt { width: 49%; }}
		@media (max-width: 576px) {.grid-sizer,.divcolumnistelmt { width: 100%; }}
		
	/* Collection */
	
	.collection-container {
		
	}
			.collection-container h1 {
				font-family: Gilroy-SemiBold;
				font-size: 48px;
				font-weight: bold;
				line-height: 48px;
			}
			.collection-subtitle {
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
				text-transform: uppercase;
			}
			.collection-text-left {
				
			}
			.collection-text-right {
				
			}
			.collection-keywords {
				color: #808080;
				font-family: Roboto;
				font-size: 14px;
				font-weight: 500;
				line-height: 16px;
				text-transform: uppercase;
			}
			
	.collection_container {
		margin: 0 auto;
		max-width: 1920px;
	}
	
		ul.collection_images li {
			margin: 0 0 15px;
		}
		
		/* Fresco Override */
		
	
	/* Gallery */
	
	.gallery-container {
		
	}
		.gallery-container h2 {
			font-family: Gilroy-SemiBold;
			font-size: 48px;
			font-weight: bold;
			line-height: 48px;
		}
		.gallery-description {
			
		}
			
	.collections-wrapper {
		margin: 0 auto;
		max-width: 1920px;
	}
			.collections-container .gallery-box {
				max-width: 450px;
				margin: 0 0 45px;
			}
				.collections-container .gallery-box img {
					opacity: 1;
					width: 100%;
					height: auto;
				}
				.collections-container .gallery-box .gbox-text-container {
					bottom: 0;
					padding: 10px 5px 0 0;
				}
				.collections-container .gallery-box span.gbox-title {
					font-family: Gilroy-SemiBold;
					font-size: 22px;
					font-weight: bold;
					line-height: 22px;
				}
				.collections-container .gallery-box span.gbox-subtitle {
					color: #808080;
				}
		
	/* Page */
	
	/* General */

	.section {
		padding: 0; /*15px 0*/ 
	}
	
	.page-content {
		font-family: Roboto;
		color: #2E2E2E;
		padding-top:32px;
	}
	.page-content.below-title {
		padding-top: 0;
	}
	.page-content h2,
	.page-content h3,
	.page-content h4,
	.page-content h5,
	.page-content h6 {
		font-family: Gilroy-SemiBold;
		margin:15px 0 5px;
		color: #cccccc;
	}
		.page-content.below-title h2:first-child,
		.page-content.below-title h3:first-child,
		.page-content.below-title h4:first-child,
		.page-content.below-title h5:first-child,
		.page-content.below-title h6:first-child {
			margin-top: 0;
		}
	.page-content h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.page-content h3 {
		font-size: 32px;
		line-height: 32px;
	}
	.page-content h4 {
		font-size: 26px;
		line-height: 28px;
	}
	.page-content h5 {
		font-size: 16px;
		line-height: 32px;
	}
	.page-content h6 {
		color: #666666;
		font-size: 16px;
		line-height: 32px;
	}
	.page-content p {
		font-size: 20px;
		line-height: 32px;
		margin: 0 0 30px 0;
	}
	.page-content .card-title p {
		margin: 0 0 10px 0;
	}
	.page-content p a:not(.btn),
	.page-content a:not(.btn) {
		color: #19B39B;
	}
	.page-content p a:hover,
	.page-content a:hover {
		
	}
	.page-content strong {
		font-weight: 900;
	}
	.page-content ul, 
	.page-content ol {
		margin: 0 0 30px 27px;
		padding: 0;
	}
		.page-content ul li::before {
			/*content: "-";*/
			margin-right:10px;
		}
		/*
		.page-content ol li::before {
			content: ' ';
			border: 2px solid #F5F5F5;
			display: block;
			width: 30px;
			height: 30px;
			border-radius: 15px;
			position: absolute;
			left: -30px;
			z-index: 1;
		}
		*/
		.page-content ol li {
			padding-left: 8px;
			list-style: decimal;
			position: relative;
			z-index: 10 !important;
		}
		.page-content li {
			font-size: 18px;
			line-height: 32px;
		}
		.page-content ul li {
			/*list-style-position: outside;
			list-style-type: '-';
			list-style-image:url(./images/dash.png);*/
			list-style: square;
			display: list-item;
			padding-left: 8px;
		}
	.page-content blockquote {
		font-size: 28px;
		letter-spacing: 1px;
		line-height: 32px;
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 96px;
	    padding: 36px 14px;
	    margin-left: 30px;
	}
		.page-content blockquote p {
			font-size: 28px;
			letter-spacing: 1px;
			line-height: 32px;
			margin: 0 0 10px 0;
			border-left: 8px solid #f5f5f5;
			padding-left: 15px;
		}
	.page-content caption,
	.page-content .wp-caption-text {
		color: #808080;
		font-family: Roboto;
		font-size: 14px;
		line-height: 32px;
	}
	.page-content img {
		height: auto;
	}
		.gallery-caption {
		    font-size: 10px;
		    line-height: 15px;
		    margin-bottom: 3px;
		}
	.page-content span.legend,
	.page-content p span.legend br {
		color: #808080;
		font-family: Roboto;
		font-size: 14px !important;
		line-height: 18px !important;
		display: inline-block;
	}
	
	/* Content Composer */
	
	.content-composer-container {
		margin-left: -15px;
		margin-right: -15px;
	}
		.content-composer-container .row {
			margin-bottom: 16px;
		}
			.content-composer-container .row .page-content:first-child {
				padding-top: 0;
			}
				.content-composer-container .row .page-content:first-child h2 {
					margin-top: 0;
				}
			.content-composer-container .row .page-content-left, 
			.content-composer-container .row .page-content-right {
				padding-top: 0;
			}
		.content-composer-container p {
			margin: 0 0 15px 0;
		}
	
	
	/* Pagination */

	nav.pagination {
		display: table;
    	margin: 32px auto;
    }
    	nav.pagination h2 {
			display: none;
	    }
		nav.pagination span,
		nav.pagination a {
			display:inline-block;
			width:36px;
			height:36px;
			background-color: #F5F5F5;
	    	margin:0 5px;
	    	border-radius:18px;
			color: #333333;
			font-size: 12px;
			line-height: 36px;
			text-align: center;

		}
		nav.pagination span.current {
			font-size: 22px;
			line-height: 36px;
			font-weight: 900;
			top: 3.5px;
			position: relative;
		}
		nav.pagination a.page-numbers {
			background-color: #F5F5F5;
			color:#333333;
		}
		nav.pagination a.next, 
		nav.pagination a.prev {
	    	width:80px;
	    	border-radius:0;
	    }
		nav.pagination a:hover {
			background-color:#F5F5F5;
			color:#333333;
		}
		
		
		
	/* Agenda */
	
	.agenda-title-container span {
		color: #2E2E2E;
		font-family: Gilroy-SemiBold;
		font-size: 34px;
		font-weight: bold;
		line-height: 34px;
	}
	.agenda-section {
		background-color: #F5F5F5;
		padding-bottom: 128px;
		margin-bottom: -64px;
	}
	.page-template-page-schools-tpl .agenda-section {
		padding-top: 8px;
		margin-top: 8px;
	}
	.agenda-container {
		color: #2E2E2E;
		font-family: Gilroy-SemiBold;
		font-size: 22px;
		font-weight: bold;
		line-height: 22px;
	}
		.agenda-container .row {
			border-bottom: 2px solid #E6E6E6;
			padding-bottom: 5px;
    		margin-top: 32px;
		}
			.agenda-container .agenda-date {
				
			}
				.agenda-container .agenda-date span:not(.month-spacer) {
					display: block;
					width: 100%;
					font-size: 34px;
					font-weight: bold;
					line-height: 34px;
				}
				.agenda-container .agenda-date span.month-spacer {
					display: inline-block;
					width: 35px;
				}
			.agenda-container .agenda-title {
				position: relative
			}
				.agenda-container .agenda-title span {
					position: absolute;
					bottom: 0;
				}
				.agenda-container .agenda-title a {
					color: #009AEF;
					font-family: Roboto;
					font-size: 14px;
					font-weight: 500;
					line-height: 16px;
					display: inline-block;
					margin-left: 15px;
				}
					.agenda-container .agenda-title a i {
						display: inline-block;
						margin-right: 5px;
					}
	
	/* Google Map */
	
	.section-map {
		margin-bottom: -64px;
		padding-bottom: 0;
	}
	.google-map {
		min-height: 600px;
	}
	
	
	/* Forms */
	
	.contact-sidebar {
		padding-top: 18px;
		text-align: right;
	}
	.gform_wrapper {
		margin: 16px 0 12px !important;
	}
	.container .gform_wrapper ul.gform_fields li.gfield {
		padding-left: 0 !important;
	}
	body:not(.connect) .gform_wrapper ul li.gfield {
		margin-top: 24px;
	}
	.gform_wrapper input:not([type="radio"]),
	.gform_wrapper select,
	.gform_wrapper .select2-container,
	.gform_wrapper textarea {
		 /* Remove First */
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    
		border: 1px solid #bebebe !important; /*#19B39B*/
		color: #bebebe; /*#19B39B*/
		font-family: Roboto !important;
		margin: 8px 0 !important;
		overflow: hidden;
		height:56px;
		border-radius: 2px !important;
		background: #fff !important;
		
		cursor: pointer;
		display: block;
		position: relative;
		width: 100% !important;
		
		padding: 6px 15px !important;
	}
	.gform_wrapper textarea {
		min-height: 200px;
		width: 100% !important;
	}
		.gform_wrapper .select2-selection {
			background: none !important;
			border: none !important;
			padding: 0 !important;
		}
			.select2-container--default .select2-selection--single .select2-selection__arrow {
				top: 8px !important;
			}
		.container .gform_wrapper .form-group:not(.is-focused) label.control-label {
			top: auto !important;
			left: auto !important;
			padding-left: 5px !important;
			
			display: none !important;
		}
		.container .gform_wrapper .form-group.is-focused label.control-label,
		.container .gform_wrapper .form-group:not(.is-empty) label.control-label {
			margin: 0 !important;
			top: -17px !important;
			left: 15px !important;
			padding-left: 0 !important;
			
			display: none !important;
		}
	li.page-ctct-name {
		
	}
		li.page-ctct-name div label {
			display: none !important;
		}
	li.page-ctct-email {
		float: left;
		display: inline-block;
		width:50% !important;
		clear: none !important;
		margin-top: 8px !important;
	}
	li.page-ctct-phone {
		float: left;
		display: inline-block;
		width:50% !important;
		clear: none !important;
		margin-top: 8px !important;
	}
	li.page-ctct-list {
		clear:both !important;
		padding-top: 2px !important;
		display: inline-block !important;
		margin-top: 8px !important;
		width: 100% !important;
	}
	li.page-ctct-subject {
		margin-top: 10px !important;
	}
	li.page-ctct-message {
		
	}
	.gform_footer {
		margin-top: 0 !important;
		padding: 0 !important;
	}
		.gform_footer #gform_submit_button_1 {
			display: none;
		}
	.custom-form-submit {
		max-width: 49%;
		margin-left: 0;
		margin-top: 24px !important;
	}
	
		/* https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css */
		.gform_wrapper input::-webkit-input-placeholder,
		.gform_wrapper textarea::-webkit-input-placeholder,
		.gform_wrapper select::-webkit-input-placeholder,
		.gform_wrapper .select2-container::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		    color:   #999999;
		}
		.gform_wrapper input:-moz-placeholder,
		.gform_wrapper textarea:-moz-placeholder,
		.gform_wrapper select:-moz-placeholder,
		.gform_wrapper .select2-container:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		   color:    #999999;
		   opacity:  1;
		}
		.gform_wrapper input::-moz-placeholder,
		.gform_wrapper textarea::-moz-placeholder,
		.gform_wrapper select::-moz-placeholder,
		.gform_wrapper .select2-container::-moz-placeholder { /* Mozilla Firefox 19+ */
		   color:    #999999;
		   opacity:  1;
		}
		.gform_wrapper input:-ms-input-placeholder,
		.gform_wrapper textarea:-ms-input-placeholder,
		.gform_wrapper select:-ms-input-placeholder,
		.gform_wrapper .select2-container:-ms-input-placeholder { /* Internet Explorer 10-11 */
		   color:    #999999;
		}
		.gform_wrapper input::-ms-input-placeholder,
		.gform_wrapper textarea::-ms-input-placeholder,
		.gform_wrapper select::-ms-input-placeholder,
		.gform_wrapper .select2-container::-ms-input-placeholder { /* Microsoft Edge */
		   color:    #999999;
		}
		
		.gform_wrapper input::placeholder,
		.gform_wrapper textarea::placeholder,
		.gform_wrapper select::placeholder,
		.gform_wrapper .select2-container::placeholder { /* Most modern browsers support this now. */
		   color:    #999999;
		}
		
		.select2-container .select2-selection--single .select2-selection__rendered {
			color: #999 !important;
		}
		
		.select2-container--default .select2-results__group {
			padding: 6px 15px !important;
		}
		.select2-container--default .select2-results__option .select2-results__option {
			padding: 4px 25px !important;
		}
		
		.select2-results > ul li.select2-results__option[role="group"]:first-child {
			display: none !important;
		}
		
		.container .gform_wrapper div.validation_error {
			max-width: 100% !important;
		}
		.gform_wrapper.gform_validation_error .gform_body ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
			max-width: 100% !important;
		}
		.gfield_description.validation_message::before {
			content: "* ";
			font-size: 12px;
			line-height: 12px;
			color: #a94442;
		}
		.gfield_description.validation_message {
			font-size: 12px !important;
			line-height: 12px !important;
			margin-bottom: 10px;
			padding-left: 15px !important;
		}
		
		.gform_body label {
			display: none !important;
		}
		
		
		
		.container .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
			 /* Remove First */
		    -webkit-appearance: checkbox !important;
			-moz-appearance: checkbox !important;
			appearance: checkbox !important;
			border: inherit !important;
			color: inherit !important;
			font-family: inherit !important;
			margin: inherit !important;
			margin-right: inherit;
			overflow: inherit !important;
			height: inherit !important;
			border-radius: inherit !important;
			background: inherit !important;
			cursor: inherit !important;
			display: block !important;
			position: inherit !important;
			width: inherit !important;
			padding: inherit !important;
			float: left;
			top: 5px;
			margin-right: 5px !important;
		}
		.container .gform_wrapper ul.gfield_radio li input[type="radio"]:not([value="gf_other_choice"]) {
			 /* Remove First */
		    -webkit-appearance: radio !important;
			-moz-appearance: radio !important;
			appearance: radio !important;
			border: inherit !important;
			color: inherit !important;
			font-family: inherit !important;
			margin: inherit !important;
			margin-right: inherit;
			overflow: inherit !important;
			height: inherit !important;
			border-radius: inherit !important;
			background: inherit !important;
			cursor: inherit !important;
			display: block !important;
			position: inherit !important;
			width: inherit !important;
			padding: inherit !important;
			float: left;
			top: 5px;
			margin-right: 5px !important;
		}
		.container .gform_wrapper input[type="radio"] {
			display: inline-block !important;
			float: left;
			margin: 0 10px 0 0 !important;
			width: 20px !important;
		    height: 20px !important;
		    color: #000 !important;
		    text-indent: 0 !important;
		    padding: 0 !important;
		    border-radius: 10px !important;
		    font-size: 20px;
		    line-height: 20px;
		    z-index: 100000;
		}
		.gfield_checkbox label {display: inline-block !important;}
		
		ul.select2-selection__rendered li.select2-selection__choice {
			background-color: #fff;
			border: 1px solid #333;
			padding: 0 10px;
			color: #333;
			font-size: 14px;
			/*margin-top: 10px;*/
		}
		ul.select2-selection__rendered li.select2-search.select2-search--inline input.select2-search__field {
			height: 30px;
			border: none !important;
		}
		.select2-container--default .select2-selection--multiple ul.select2-selection__rendered .select2-selection__choice {
			background-color: #fff;
			border: none;
			border-radius: 0;
			padding: 0 5px;
		}
		.select2-container--default .select2-selection--multiple::after {top: 35% !important;}
	
	/* Search */
	
	.content-page.search-content {
		transition: all 0.4;
	}
	.facetwp-facet {
		margin-bottom: 5px !important;
		min-height: 40px;
	}
	input.facetwp-search, 
	.fs-label-wrap {
		background-color: #fff;
		border: 1px solid #bebebe !important; /*#19B39B*/
		margin-top: 5px;
		-webkit-border-radius: 0;		
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;		
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.fs-label-wrap {
		min-height: 32px;
		line-height: 22px;
	}
	.fs-dropdown {
		z-index: 100000 !important;
	}
	.facetwp-search {
		padding: 6px 22px 6px 8px;
		background-color: #fff;
		border: 1px solid #bebebe; /*#19B39B*/
		width: 100%;
	}
	.facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
		width: 100% !important;
	}
	.search-results {
		display: none;
	}
	.search-container {
		-webkit-box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
		-moz-box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
		box-shadow: 0px 10px 26px -8px rgba(170,170,170,1);
		padding: 32px;
		background-color: #FFF;
		margin: 16px auto 48px;
	}
	.search-container.fixed {
		position: fixed;
		margin: 0;
		width: 1140px;
		top: 100px;
		z-index: 100000;
	}
		.search-container .facetwp-facet {
			margin-bottom: 0;
		}
		.search-container .fs-search {
			display: none;
		}
		.search-container .fs-option.selected {
			cursor: default;
			color: #C9C9C9;
		}
	.facet-label {
		color: #bebebe; /*#19B39B*/
		margin-bottom: 5px;
	}
	.rc {
		margin-bottom: 15px;
		position: relative;
		z-index: 10;
	}
		.rc h3 {
			margin-bottom: 0;
			margin-top: 0;
		}
		.rc h3 a:hover {
			text-decoration: none;
		}
		.rc h3.r a {
			color: #bebebe; /*#19B39B*/
			font-size: 20px;
			line-height: 22px;
			position: relative;
			padding-left: 30px;
			display: inline-block;
		}
		.rc h3.r a i {
			display: inline-block;
			width: 30px;
			position: absolute;
			left: 0;
			top: 4px;
		}
	.search-url {
		display: block;
		margin-bottom: 5px;
		margin-top:0;
		font-size: 12px;
		color: #444;
		padding-left: 34px;
		font-style: normal;
	}
	.st {
		display: block;
		margin-bottom: 15px;
		margin-top:0;
		padding-left: 34px;
	}
	.st p {
		display: block;
		margin-top:0;
		margin-bottom: 0;
		font-size: 16px;
		color: #888;
	}


/* Footer */
	
	.footer-wrapper {
	    position: relative;
	    width:  100vw;
	    background-color: #333333;
	}
	body:not(.home) .footer-wrapper {
	    margin-top: 64px;
	}
	footer {
		color:#fff;
	}
		footer .container {
			padding-left: 0;
			padding-right: 0;
		}
		footer .container .row div,
		footer .container .row div a:not(.framed):not(.footer-menu) {
			color: #fff;
			/*font-family: Lineto Akkurat Bold;*/
			font-size: 14px;
			line-height: 24px;
			text-decoration: none !important;
		}
		footer .container .row div span {
			display:block;
			text-transform: uppercase;
			width:100%;
			opacity:.6;
			
			color: #666666;
			font-family: Roboto;
			font-size: 14px;
			font-weight: 500;
			line-height: 24px;
		}
		footer .container .row div.logo-col span {
			margin-top: 104px;
		}
		footer a.footer-menu {
			color: #B3B3B3;
			font-family: Roboto;
			font-size: 18px;
			font-weight: 500;
			line-height: 24px;
			margin-bottom:40px;
			display: block;
			margin-top:40px;
		}
		footer a.logo {
			position: absolute;
			display: block;
			overflow: hidden;
			top: -30px;
			z-index: 99999;
		}
			footer .logo img {
				background: #fff;
				border-radius: 0 !important;
			}
		
		.footer-bottom > div {
			position: relative;
			overflow: hidden;
			display: block;
			min-height: 150px;
		}
			.footer-bottom > div.logo-img img {
				right: 0;
			}
			
			.footer-bottom > div img, 
			footer ul.social-footer {
				margin: 0;
				position: absolute;
				bottom: 0;
			}
				footer ul.social-footer li {
					
				}
					footer ul.social-footer li a {
						padding: 0;
					}
						footer ul.social-footer li a i {
							font-size: 20px;
							margin-right: 70px;
						}
		.framed {
			border: 1px solid #B3B3B3;
			display: inline-block !important;
			padding: 15px;
			text-decoration: none !important;
		}
		.copyright {
			opacity: 0.5;
			color: #FFFFFF;
			font-family: Roboto;
			font-size: 14px !important;
			font-weight: 500;
			line-height: 24px !important;
			margin-top:30px;
			border-top:2px solid rgba(255, 255, 255, 0.03);
			padding: 48px 0;
		}
			.copyright a {
				color: #FFFFFF;
				text-decoration: none;
				display: inline-block;
			}
			

/* GDPR */

	.gdpr-container {
	    background-color: #444 !important;
	    color: #f2f2f2;
	    padding-bottom: 10px;
	}
			
@media (max-width: 1440px){
	
	.homeSliderContainer, 
	.slick-slide img {
		max-height: 450px;
	}
	.th-title {
	    font-size: 40px;
	    line-height: 40px;
	}
}
		
@media (max-width: 1200px){
	
	.single-formation h1 {
		font-size: 36px;
		line-height: 36px;
	}
	.homeSliderContainer, 
	.slick-slide img {
		max-height: 450px;
	}
	
	.search-container.fixed {
		width: 930px;
		padding: 15px;
	}
	
	li.page-ctct-email,
	li.page-ctct-phone {
		width: 50% !important;
	}

}
		
@media (max-width: 991px) {
	
	.single-formation h1 {
		font-size: 30px;
		line-height: 30px;
	}
	header {
		height: 110px;
	}
	.navbar .navbar-toggler-bar {
		background: #2E2E2E !important;
	}
	.navbar-brand img {
		width: 225px;
	}
	a.nav-login,
	a.nav-login:hover {
		position: absolute;
		z-index: 3000;
		right: 72px;
		display: block;
		color: #999 !important;
		top: 0px;
		float: left;
		line-height: 18px;
		padding: 0;
		background:none;
		border:none;
		text-decoration: none;
		line-height: 20px !important;
		font-size: 20px;
	}
	.search-link-mobile {
		position: absolute;
		z-index: 3000;
		right: 35px;
		display: block;
		width: 20px;
		height: 20px;
		color: #999 !important;
		top: 0px;
		float: left;
		line-height: 20px !important;
		font-size: 20px;
	}
	.top-navbar {
		z-index: 0 !important;
		display: none;
	}
	
	.homeSliderContainer, 
	.slick-slide img {
		max-height: 425px;
	}
	
	.columnist {
		-webkit-column-count: 2;
		-webkit-column-gap:   15px;
		-moz-column-count:    2;
		-moz-column-gap:      15px;
		column-count:         2;
		column-gap:           15px;
	}
	
	.section-home-blue-content .left-text h3 {
		font-size: 28px;
	}
	.section-home-blue-content .left-text p {
		font-size: 18px;
		line-height: 24px;
	}
	.numbers-data .num {
		font-size: 76px;
	}
	.section-home-blue-content .blue-link {
		width: 100%;
		text-align: center;
	}
	.logo-col {
		min-height: 110px;
	}
	
	.search-container.fixed {
		width: 690px;
	}
	
	li.page-ctct-email,
	li.page-ctct-phone {
		width: 50% !important;
	}
	li.page-ctct-email {
		margin-right: 0 !important;
	}
}

@media (max-width: 767px) {
	
	.single-formation h1 {
		font-size: 28px;
		line-height: 28px;
		margin-top: 90px;
	}
	header,
	header.fixed {
		height: 75px;
	}
	.navbar-brand img,
	header.fixed .navbar.main-navbar img {
		width: 125px;
	}
	.sltextMainContainer {
		height: 180px;
		left: 40%;
		top: 42%;
	}
	span.st-title {
		font-size: 24px;
		line-height: 26px;
	}
	span.st-subtitle {
		font-size: 12px;
	}
	.th-title {
		font-size: 46px;
		line-height: 46px;
	}
	
	.section-home-blue-content .row.home-gallery-title {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.map-bg {
		background-image: url(./images/map-nomarker.jpg) !important;
		height: 500px !important;
	}
	.google-directions {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 25% auto 0;
		width: 300px;
		height: 200px;
		text-align: center;
	}
		.gd-address-title {
			padding: 20px 20px 0 20px;
		}
		.gd-address-text {
			/*padding: 0 20px;*/
			font-weight: 900;
		}
		.gd-itinary-ctnr {
			height: 46px;
			font-size: 14px;
			line-height: 46px;
		}
	
	.row.home-gallery {
		margin-bottom: 0 !important;
	}
	.gallery-box {
		height: auto !important;
		margin-bottom: 80px !important;
	}
	.fill-image,
	.fill-image span {
		display: none !important;
	}
	.gallery-box img {
		opacity: 1 !important;
		position: relative !important;
		max-width: 100% !important;
		display: block;
	}
	.gallery-box span.gbox-text-container {
		bottom: -35px !important;
	}
	.gallery-box.disp1-1.portrait-box.box-2 {
		margin-bottom: 30px !important;
	}
	.gallery-box.disp1-1.box-2 span.gbox-text-container {
		bottom: 15px !important;
	}
	.portrait-box img {
	    height: auto !important;
	}
	
	.row.home-gallery .gbox-text-container {
		background: #f5f5f5 !important;
	}
	.row.home-gallery:last-child > div:last-child .gbox-text-container {
		background: #fff !important;
	}
	/*
	.pageInternalNav.fixed {
		position: relative !important;
		top: auto !important;
	}
	*/
	.pageInternalNav {
	    position: fixed !important;
	    top: 75px !important;
	    margin-top: 0;
	    padding-top: 10px;
	    padding-bottom: 5px;
	    max-width: 100% !important;
		left: 0;
		border-bottom: 1px solid #f5f5f5;
		background-color: #f5f5f5 !important;
		width: 100%;
	}
		.pageInternalNav > span,
		.pageInternalNav > ul {
		    width: 540px;
		    max-width: 100%;
		    display: block;
		    margin: 0 auto;
		    padding-left: 15px;
		    padding-right: 15px;
		}
		
	.custom-form-submit {
		max-width: 100%;
	}
	.contact-sidebar {
		text-align: center;
		margin-bottom: 32px;
	}
		
	.agenda-container .row {
		padding: 10px 0 30px;
	}
	.agenda-container .agenda-date span:not(.month-spacer) {
		display: inline;
		width: auto;
		margin-right: 8px;
	}
		.agenda-container .agenda-date span.month-spacer {
			width: 15px;
		}
	
	.agenda-container .agenda-title span {
	    position: relative;
		font-weight: normal;
		font-size: 20px;
	}
		.agenda-container .agenda-title a {
			display: inline-block;
			width: 100%;
			margin-left: 0;
		}
		
	.formation-tabs .nav-item {
	    float: left;
	}
	
	.search-container.fixed {
		width: 510px;
		top: 75px;
	}
	
	.footer-wrapper {
		width: 100%;
	}
	footer a.logo {
	    position: relative;
		width: 128px;
		left: auto;
		margin: 0 auto;
	}
	.col-address {
		margin-bottom: 24px;
	}
	.footer-bottom > div.social-col {
		min-height: 80px;
	}
	.footer-bottom > div {
		text-align: center;
	}
	.footer-bottom > div img, 
	footer ul.social-footer {
		position: relative;
		text-align: center;
		margin:32px auto 0;
	}
	footer ul.social-footer li a i {
		margin: 0 30px;
	}
	.footer-bottom > div.logo-img img {
		right: auto;
		position: absolute;
	}
	.footer div.row.text-left {
		text-align: center !important;
	}
	
	.copyright {
		padding: 64px 0;
	}
	.copyright,
	.copyright .text-right {
		text-align: center !important;
	}
		.copyright a.impressum {
			margin-top: 16px;
		}
		
	div.ginput_container_multiselect span.select2.select2-container.select2-container--default {height:120px;}
}

@media (max-width: 640px) {
	
	input#input_1_5_3 {
		margin-bottom: 24px !important;
	}
	
	li.page-ctct-email,
	li.page-ctct-phone {
		width: 100% !important;
	}
	
}

@media (max-width: 600px) {
	
	.navbar-brand img,
	header.fixed .navbar.main-navbar img {
		width: 125px;
	}
	.homeSliderContainer, 
	.slick-slide img {
		max-height: 340px;
	}
	.sltextMainContainer {
		height: 180px;
		left: 20%;
		top: 34%;
	}
	.th-title {
		font-size: 30px;
		line-height: 30px;
	}
	.classic-btn:not(.btn-InternalNavMobile) .cbtn-left span {
		/*line-height: inherit;*/
	}
	
	.columnist {
		-webkit-column-count: 1;
		-webkit-column-gap:   15px;
		-moz-column-count:    1;
		-moz-column-gap:      15px;
		column-count:         1;
		column-gap:           15px;
	}
	
	.google-directions {
		margin: 30% auto 0;
	}
	
	.search-container.fixed {
		width: 100%;
		left: 0;
	}
	.collections-container .gallery-box span.gbox-title {
		line-height: 28px;
	}
	
}

@media (max-width: 576px) {
	
	header,
	header.fixed {
		height: 75px;
	}
	.main-navbar {
		position: relative !important;
	}
	
	.pageInternalNav > span,
	.pageInternalNav > ul {
	    width: 100%;
	}
	
	.section-home-blue-content .container {
		padding: 32px 15px 64px 15px;
	}
	.section-home-blue-content .left-text h3 {
		font-size: 22px;
	}
	.section-home-blue-content .left-text p {
		font-size: 14px;
		line-height: 20px;
	}
	.numbers-data .num {
		font-size: 56px;
	}
	.numbers-data .data {
		margin-bottom: 32px;
	}
	.footer-bottom > div.logo-img img {
		right: 15px;
		position: relative;
	}
	.footer div.row.text-left {
		text-align: center !important;
		margin-right: 0;
		margin-left: 0;
	}
	.footer div.row.hidden-sm-up {
		margin-right: 0;
		margin-left: 0;
	}
	
	.google-directions {
		margin: 40% auto 0;
	}
	
	
	/* Classic Button */
	
	.classic-btn:not(.btn-InternalNavMobile) {
		height:80px;
	}
		.classic-btn:not(.btn-InternalNavMobile) .cbtn-left {
			padding: 15px;
		}
			.classic-btn:not(.btn-InternalNavMobile) .cbtn-left span {
				line-height: 50px !important;
			}
		.classic-btn:not(.btn-InternalNavMobile) .cbtn-right {
			padding: 0 15px;
			height:80px;
		}
			.classic-btn:not(.btn-InternalNavMobile) .cbtn-right span {
				line-height: 80px;
				height: 80px;
			}
				.classic-btn:not(.btn-InternalNavMobile) .cbtn-right span i {
					top: 33px;
				}
				
	#backtotopBtn i {
		top: 20px;
	}

}

@media (max-width: 480px) {
	
	header {
		height: 75px;
	}
	.navbar-brand img {
		width: 1250x;
	}
	.sltextMainContainer {
		height: 180px;
		left: 10%;
	}
	
	li.page-ctct-email,
	li.page-ctct-phone {
		width: 100% !important;
	}
	li.page-ctct-email {
		margin-right: 0 !important;
	}
	
}
		
@media (min-width: 992px) and (max-width: 1441px) {
	
	header {
		height: 100px;
	}
	header .navbar.main-navbar img {
	    width: 200px;
	}
	header .collapse.navbar-collapse.justify-content-end {
	    margin-top: 0px;
	}
	.formation-tabs .nav-link {
	    font-size: 40px !important;
	    line-height: 44px !important;
	}
	.sltextMainContainer {
		height: 180px;
	}
	span.st-title {
		font-size: 28px;
		line-height: 30px;
	}
	span.st-subtitle {
		font-size: 12px;
	}
	
	div.gallery-box.disp1-2.box-3 .fill-image {
		margin-top: 10px;
	}
	div.gallery-box span.gbox-title {
		font-size: 20px;
		line-height: 20px;
	}
	div.gallery-box span.gbox-subtitle {
		font-size: 12px;
		line-height: 14px;
	}
	
	.columnist {
		-webkit-column-count: 3;
		-webkit-column-gap:   15px;
		-moz-column-count:    3;
		-moz-column-gap:      15px;
		column-count:         3;
		column-gap:           15px;
	}
	
}

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

	.formation-tabs .nav-link {
	    font-size: 30px !important;
	    line-height: 34px !important;
	}
	.sltextMainContainer {
		height: 180px;
		top: 47%;
	}
	span.st-title {
		font-size: 26px;
		line-height: 28px;
	}
	span.st-subtitle {
		font-size: 12px;
	}
	
	.gallery-box.disp1-2.box-3 .fill-image {
		margin-top: 11px;
	}
	.gallery-box span.gbox-text-container {
		width: 90%;
	}
	.gallery-box span.gbox-title {
		font-size: 17px;
		line-height: 18px;
	}
	.gallery-box span.gbox-subtitle {
		font-size: 11px;
		line-height: 13px;
	}
	
}

@media (min-width: 992px) and (max-width: 1200px) {

	.home .formations-per-metier .metier-tabs {
		display: block;
		width: 66.5%;
		flex: unset;
		overflow: auto;
		-webkit-box-flex: unset;
		max-width: 66.5%;
		padding: 0;
		margin: 0;
		border: none;
	}
	.formations-per-metier ul.tabs-metier li {
		margin-right: 16px;
	}
	
}
@media (min-width: 577px) and (max-width: 991px){
	.formations-per-metier ul.tabs-metier li {
		margin-right: 8px;
	}
	.metier-tabs .nav-tabs a, 
	.metier-tabs .tabs-metier li:first-child a, 
	.metier-tabs .tabs-metier li:nth-child(2) a, 
	.metier-tabs .tabs-metier li:nth-child(3) a, 
	.metier-tabs .tabs-metier li:nth-child(4) a, 
	.metier-tabs .tabs-metier li:nth-child(5) a {
		font-size: 24px !important;
		line-height: 31px !important;
	}
}

@media (min-width: 1441px) {
	
}

/* Override Colors */

body.color-cc00cc h1,
body.color-cc00cc .formation-more-info a, 
body.color-cc00cc ul.formation-social-ul li a,
body.color-cc00cc .formation-tabs .nav-link.active,
.gallery-box.color-cc00cc .gbox-title {
	color: #CC00CC !important;
}
body.color-cc00cc .formation-tabs .nav-link.active {
	border-bottom: 4px solid #CC00CC !important;
}

body.color-97e59d h1,
body.color-97e59d .formation-more-info a, 
body.color-97e59d ul.formation-social-ul li a,
body.color-97e59d .formation-tabs .nav-link.active,
.gallery-box.color-97e59d .gbox-title {
	color: #97E59D !important;
}
body.color-97e59d .formation-tabs .nav-link.active {
	border-bottom: 4px solid #97E59D !important;
}

body.color-ffc700 h1,
body.color-ffc700 .formation-more-info a, 
body.color-ffc700 ul.formation-social-ul li a,
body.color-ffc700 .formation-tabs .nav-link.active,
.gallery-box.color-ffc700 .gbox-title {
	color: #ffc700 !important;
}
body.color-ffc700 .formation-tabs .nav-link.active {
	border-bottom: 4px solid #FFCC0 !important;
}

body.color-b92636 h1,
body.color-b92636 .formation-more-info a, 
body.color-b92636 ul.formation-social-ul li a,
body.color-b92636 .formation-tabs .nav-link.active,
.gallery-box.color-b92636 .gbox-title {
	color: #b92636 !important;
}
body.color-b92636 .formation-tabs .nav-link.active {
	border-bottom: 4px solid #b92636 !important;
}

body.color-365294 h1,
body.color-365294 .formation-more-info a, 
body.color-365294 ul.formation-social-ul li a,
body.color-365294 .formation-tabs .nav-link.active,
.gallery-box.color-365294 .gbox-title {
	color: #365294 !important;
}
body.color-365294 .formation-tabs .nav-link.active {
	border-bottom: 4px solid #365294 !important;
}

/* Effects */

@media (min-width: 576px) {
	
	.MoveHorizontal {
		animation: MoveHorizontal 2s linear infinite;
		position:relative;
	}
	@keyframes MoveHorizontal {
	  0% {
	    left: 45%;
	  }
	  25% {
	    left: 50%;
	  }
	  50% {
	    left: 55%;
	  }
	  75% {
	    left: 50%;
	  }
	  100% {
	    left: 45%;
	  }
	}
	
	.MoveVertical {
		animation: MoveVertical 2s linear infinite;
		position:relative;
	}
	@keyframes MoveVertical {
	  0% {
	    top: 15px;
	  }
	  50% {
	    top: 25px;
	  }
	  100% {
	    top: 15px;
	  }
	}
	
}

/* Google Maps */
.pin-wrap {
  position: absolute;
  width: 56px;
  height: 56px;
  margin-top: -70.7106781187px;
  margin-left: -48px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
          transform-origin: 50% 120.7106781187% 0;
}

.pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  margin-left: -28px;
  -webkit-transform-origin: 50% 120.7106781187% 0;
          transform-origin: 50% 120.7106781187% 0;
}

.pin::after {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  height: 56px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 10px solid #19B39B;
  border-radius: 50% 50% 50% 50%;
}

.pin::before {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  height: 56px;
  content: '';
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  border: 10px solid #107061;
  border-radius: 50% 50% 50% 0;
}
/*
.shadow {
  position: absolute;
}

.shadow::after {
  position: absolute;
  left: -70px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: -17px;
  content: '';
  -webkit-transform: rotateX(65deg);
          transform: rotateX(65deg);
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 35px 0 8px;
          box-shadow: rgba(0, 0, 0, 0.3) 35px 0 8px;
}*/

.shadow {
  position: absolute;
  margin-top: -11px;
  margin-left: -29px;
}
.shadow::after {
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  -webkit-transform: rotateX(65deg) !important;
          transform: rotateX(65deg) !important;
  border-radius: 50%;
   -webkit-animation: shadowing 1.8s ease-out;
          animation: shadowing 1.8s ease-out;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 3px #ccc;
          box-shadow: 0 0 6px 3px #ccc;
  background-color: #ccc;
}

.pulse {
  position: absolute;
  margin-top: -29px;
  margin-left: -48px;
  -webkit-transform: rotateX(65deg);
          transform: rotateX(65deg);
}

.pulse::after {
  display: block;
  width: 56px;
  height: 56px;
  content: '';
  -webkit-animation: pulsate 1.8s ease-out;
          animation: pulsate 1.8s ease-out;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 3px #19B39B;
          box-shadow: 0 0 6px 3px #19B39B;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes shadowing {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes shadowing {
  0% {
    -webkit-transform: scale(0.1, 0.1);
            transform: scale(0.1, 0.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.animations a {
  line-height: 42px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  margin: 0 5px;
  padding: 0 10px;
  text-decoration: none;
  color: #19B39B;
  border: 2px solid #19B39B;
  border-radius: 22px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}

.animations a:hover {
  color: white;
  background: #19B39B;
}

/*************************************************/
html.fixfixed,
body.fixfixed {
	position: absolute !important;
	height: 100% !important;
	top: 0 !important;
	width: 100% !important;
	right:0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.fixfixed header, 
body.fixfixed .footer-wrapper {
	display:none !important;
	height: 0 !important;
}
body.fixfixed > .wrapper {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	right:0 !important;
	bottom: 0 !important;
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.fixfixed .search-content,
body.fixfixed .search-content > .container {
	position: absolute !important;
	z-index: 100000 !important;
	top:0 !important;
	left: 0 !important;
	right:0 !important;
	bottom: 0 !important;
	width: 100% !important;
	display:block !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}
body.fixfixed .search-container-overlay {
	position: absolute !important;
	z-index: 1000 !important;
	top:0 !important;
	left: 0 !important;
	width: 100% !important;
	display:block;
	opacity: .4 !important;
	background-color:#000;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.fixfixed .search-container {
	position: absolute !important;
	z-index: 10000000 !important;
	top:0 !important;
	left: 0 !important;
	width: 100% !important;
	display:block !important;
	opacity: 1 !important;
}

/* PRINT */

@media print {
	html,
	body {
		width: 100%;
	}
   body * {
   		background-color: #e7e7e7;
   }
   *.fixed {
	   	display:none !important;
	   	position: relative !important;
   }
   .wrapper > header {
   	display: none !important;
   }
   .main-navbar {
		padding: 0 !important;
   }
   .container {
   	    width: 100%;
   }
   img {
	    max-height: 300px !important;
	}
   h1 {
	    font-size: 30px;
	    line-height: 30px;
	}
   .section h2 {
	    font-size: 20px;
	    line-height: 20px;
	}
	.page-content {
	    padding-top: 0;
	    width: 100% !important;
	    max-width: 100% !important;
	    min-width: 100% !important;
	}
	.page-content h3 {
	    font-size: 22px;
	    line-height: 22px;
	}
   .page-content p {
	    font-size: 14px;
	    line-height: 22px;
	    margin: 0 0 10px 0;
	}
	p {
	    line-height: 22px;
	    font-size: 14px;
	}
	.section-home-blue-content .left-text p {
	    font-size: 14px;
	    line-height: 22px;
	}
	.page-content li {
	    font-size: 14px;
	    line-height: 22px;
	}
	.numbers-data .num {
	    font-size: 36px;
	    line-height: 40px;
	}
	.numbers-data .data {
	    margin-bottom: 14px;
	}
	.formations-per-school ul li a {
	    font-size: 14px;
	}
   .agenda-container .row {
	    padding: 5px 0;
	    margin-top: 0px;
	}
		.agenda-container .agenda-date, 
	   	.agenda-container .agenda-date span:not(.month-spacer),
	  	.agenda-container .agenda-title span {
		    font-size: 14px;
		    line-height: 14px;
		}
	.single-formation .formation-container, 
	.single-formation .formation-container > .row > div,
	.page-template-page-services-tpl .section .row div:not(.hidden-print),
	.page-template-page-services-tpl .section .row p:not(.hidden-print),
	.content-composer-container div:not(.hidden-print),
	.page-content div:not(.hidden-print),
	.page-content p:not(.hidden-print),
	.row:not(.hidden-print) {
	    min-width: 100% !important;
	}
	.single-formation .formation-container div:not(.hidden-print),
	.page-template-page-services-tpl .section div:not(.hidden-print),
	.page-template-page-services-tpl .section p:not(.hidden-print),
	.content-composer-container div:not(.hidden-print),
	.page-content div:not(.hidden-print),
	.page-content p:not(.hidden-print),
	.row:not(.hidden-print) {
		position: relative !important;
   		display: table !important;
   		overflow: visible !important;
   		width: 100% !important;
	    clear: both !important;
	    max-width: 100% !important;
	    flex: 0 !important;
	    float: none !important;
	    background: none transparent !important;
	}
	/*
	.single-formation .formation-tabs {
		display: inline !important;
	    width: 100% !important;
	    clear: both !important;
	    max-width: 100% !important;
	    flex: 0 !important;
	    float: none !important;
	    overflow: visible !important;
	    position: relative !important;
	    height: 100% !important;
	    min-height: 100px !important;
	}
	*/
		.single-formation .tab-pane {
		    display: block !important;
		    margin-bottom: 70px;
		    width: 100% !important;
		    min-width: 100% !important;
		    clear: both !important;
		    max-width: 100% !important;
		}
	.footer-wrapper {
		margin-top: 0 !important;
		height: 96px !important;
	}
		.footer {
			padding: 0 !important;
			margin: 0 !important;
			height: 96px !important;
		}
			.footer .logo,
			.footer .logo img {
				width: 64px !important;
				margin-top:32px;
				margin-bottom: 0 !important;
				padding-bottom: 0 !important;
			}
	.copyright {
	    padding: 0px 0;
	    color: #000;
	    border: none !important;
	    text-align: center;
	    width: 100%;
	    display: table;
	    margin: 0;
	    height: 30px !important;
	}
		.copyright .col-md-8,
		.copyright .container {
			width: 100% !important;
		    margin: 0 !important;
		    padding: 0 !important;
		    float: none !important;
		    display: inline-block !important;
		    font-size: 10px !important;'
		}
	body.home.public,
	body.home.connect, 
	body.page-template-page-news-tpl,
	.gdpr-container,
	.copyright .text-right
	script,
	#backtotopBtn {
		display: none !important;
	}
	.agenda-section,
	script,
	.footer-wrapper,
	.footer-wrapper footer {
		background: none transparent !important;
	}
}