/*
	Black							#4E4E4E
	Black Input					#4A4A4A
	Black Input hover		#4E4E4E
	Blue							#5183B0
	Blue hover					#355672
	Dark Blue					#355672
	White hover				#BCBDBF
	Light Grey					#F6F6F6
	Grey	(main)				#BCBDBF
	Grey							#E9E9E9
	Green						#3B8655
	Dark Grey					#848484
	Orange						#E38352
	Dark Orange				#966D50
	Yellow						#EFAD23
	Yellow hover				#BB830E
	Purple						#795694
	Purple hover				#5D3C77
	Red							#FF2B2B
	Bleu très clair				#C8E1F7
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
*/



/************ fonts ************/
@font-face {
    font-family: 'FF Meta';
    src: url("../files/fonts/MetaWeb-Normal.oet") format("eot");
	src: url("../files/fonts/MetaWeb-Normal.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'FF Meta';
    src: url("../files/fonts/MetaWeb-NormalIta.oet") format("eot");
	src: url("../files/fonts/MetaWeb-NormalIta.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
    font-family: 'FF Meta';
    src: url("../files/fonts/MetaWeb-Bold.oet") format("eot");
	src: url("../files/fonts/MetaWeb-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}
/************ /fonts ************/


/************ layout ************/
@viewport {
   width:device-width;
   zoom:1;
}

*, input, select, optgroup, option, label, button{
	font-family: 'FF Meta', Arial, Verdana, Lucida, 'Sans serif';
}

.pure-g [class *="pure-u"] {
	font-family: 'FF Meta', Arial, Verdana, Lucida, 'Sans serif';
}

html, body{
	width: 100%;
	min-width: 320px;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	
	background-color: #FFF;
	
	font-family: 'FF Meta', Arial, Verdana, Lucida, 'Sans serif';
	color: #4E4E4E;
	font-size: 18px;

}

p{
	line-height: 24px;
}

a{
	color: #5083b0;
	text-decoration: none;
}
.sel a{
	color: #3b8655;
	text-decoration: none;
}

a:hover{
	color: #355672;
	text-decoration: none;
}

label{
	line-height: 30px;
	
	cursor: pointer;
}

td,
th{
	padding: 0;
	
	word-break: break-word;
	word-wrap: break-word;
	text-align: left;
}

dl{margin: 30px 0;}
dt{font-weight: bold;}
dd{margin: 15px 0 15px 40px;}

hr{border: 1px solid #E9E9E9;}


.jt-hr-dark{
	height: 1px;
	background-color: #848484;
}
.jt-hr-invisible{
	visibility: hidden;
}

.jt-hide, .hidden, .material-tooltip{
	display: none;
}

.jt-ly-noscript{
	display: block;
	padding: 5px 6.25%;
	
	background-color: #FF2B2B;
	
	text-align: center;
	color: #FFFFFF;
	
	z-index: 400;
}

.jt-ly-noscript-link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.jt-ly-noscript-link:hover{
	color: #BCBDBF;
}

.pf-up-but {
    background: #141414;
    bottom: 45px;
    color: white;
    display: none;
    font-size: 1.7em;
    height: 45px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    line-height: 39px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 45px;
    z-index: 200;
    border: 1px solid #fff;
    opacity: 0.7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
}

/* ------ Bootstrap (Recruiters & Candidates) ------- */

.modal{
	z-index: 9999;
	top: 20%;
}

/* ------ End - Bootstrap (Recruiters & Candidates) ------- */

/* ------ Slick ------- */

.slick-slide{
	margin-left: 20px;
}

/* ------ end - Slick ------- */

/* ------ StickyShare --------*/

#st-2{
	z-index: 9998 !important;
}

.st-sticky-share-buttons .st-first, .st-sticky-share-buttons .st-last, .st-sticky-share-buttons .st-toggle{
	border-radius: 0 !important;
}

/* ------ end - StickyShare -------*/

/* ------ Dialog --------*/

.jt-ly-dialog{
	display: none;
	position: fixed;
	bottom:0;
	z-index: 999;
	width: 390px;
	height: auto;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background-color: #FFF;
}

.jt-ly-dialog-right{
	right:0;
}

.jt-ly-dialog-close{
	font-size: 12px;
	color: #999;
	cursor: pointer;
}

.jt-ly-dialog-title{
	font-weight: bold;
	font-size: 18px;
}

.jt-ly-dialog-content{
	padding: 30px;
}

/* ------ end - dialog ------- */

/* ------ Top Line ------ */
	
.jt-ly-top-line{
	position: absolute;
	height: 30px;
	width: 100%;
	text-align: center;
	background-color: #28353d;
	color: #FFF;
	z-index: 9999;
}

.jt-ly-top-line a{
	color: #FFF;
}

.jt-ly-top-line-container{
	min-width: 320px;
	position: relative;
	line-height: 30px;
	font-size: 15px;
}

.jt-ly-top-line-left{
	float: left;
}

.jt-ly-top-line-sociallinks{
	display: inline-block;
	margin: 0;
	padding: 0;

}

.jt-ly-top-line-sociallinks-item{
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
}

.jt-ly-top-line-sociallinks-item a{
	font-size: 14px;
	color: #e8e8e8;
}

.jt-ly-top-line-sociallinks-item:first-child{
	border-left: 1px solid rgba(255,255,255,0.2);
}

.jt-ly-top-line-sociallinks-item:last-child{
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}

.jt-ly-top-line-sociallinks > .linkedin:hover{
	background-color: #0073b0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.jt-ly-top-line-sociallinks > .facebook:hover{
	background-color: #4867aa;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.jt-ly-top-line-right{
	float: right;
}

#jt-ly-topprimary-nav{
	display: inline-block;
}

#jt-ly-topprimary-nav ul{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jt-ly-navmenu li{
	border-right: 1px solid rgb(60,60,60);
	border-right: 1px solid rgba(255,255,255,0.2);
	margin: 0 0 0 0;
	height: 30px;
	float: left;
	margin-right: 0;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.jt-ly-top-line-langues-container{
	float: right;
}

.jt-ly-top-line-langues-container ul{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jt-ly-top-line-langues-container li{
	margin: 0 0 0 0;
	height: 30px;
	float: left;
	margin-right: 0;
	position: relative;
	padding-left: 5px;
}

.jt-ly-top-line-langues-container li>.is-selected{
	text-decoration: underline;
}

/* ------ End - Top Line ------ */

/* ------ Menu ------ */

.jt-ly-menu-right-container a{
	font-size: 17px;
}

.jt-ly-menu-right{
	display: none;
	float: right;
}

.jt-ly-menu-right-container ul{
	margin: 0;
}

.jt-ly-menu-right-container ul>li{
	display: inline-block;
	margin-right: 20px;
}

.jt-ly-menu-right-link{
	height: 100px;
	line-height: 100px;
	color: #28353d;
}

.jt-ly-menu-right-container ul>li>.current, .jt-ly-menu-right-container ul>li:hover>.jt-ly-menu-right-link{
	color: #a32221;
}

.jt-ly-menu-right-item.small{
	height: 70px;
}

.jt-ly-menu-right-item.small > .jt-ly-menu-right-link{
	line-height: 70px;
	height: 70px;
}

.jt-ly-menu-right-container ul>.current, .jt-ly-menu-right-container ul>.jt-ly-menu-right-item:hover{
	border-bottom: 2px solid #a32221;
	color: #a32221;
}

.jt-ly-menu{
	position: absolute;
	width: 270px;
	height: 100%;
	top: 0;
	left: -270px;
	background-color: #4e4e4e;
	background-image: url('../img/design/menu_gradient_left.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.jt-ly-menu-container{
	padding-bottom: 100px;
}

.jt-ly-menu-list{
	margin: 0;
	padding: 0;
}

.jt-ly-menu-link{
	display: block;
	height: 54px;
	padding: 0 0 0 25px;
	vertical-align: middle;
	
	border-bottom: 1px solid #3C3C3C;
	
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	line-height: 56px;
}

.jt-ly-menu-link-selected{
	font-weight: bold;
}

.jt-ly-menu-link:hover{
	color: #BCBDBF;
}

.jt-ly-menu-link-portal{
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;

	font-size: 14px;
	line-height: 16px;
	color: #BCBDBF;
}

.jt-ly-menu-link-portal:hover{
	color: #FFFFFF;
}

.jt-ly-menu-login,
.jt-ly-menu-logged{
	display: block;
	margin-top: 15px;
	padding: 10px 0 10px 25px;
	
	color: #5183B0;
	text-decoration: none;
	
	z-index: 330;
}

.jt-ly-menu-login-recruiter,
.jt-ly-menu-logged-recruiter{
	display: block;
	
	padding: 10px 0 10px 25px;
	
	color: #5183B0;
	text-decoration: none;
	
	z-index: 330;
}

.jt-ly-menu-login:hover,
.jt-ly-menu-logged:hover{
	color: #BCBDBF;
}

.jt-ly-menu-logout,
.jt-ly-menu-placeOffer{
	display: block;
	margin-top: 5px;
	padding: 10px 0 10px 25px;

	color: #EFAD23;
	text-decoration: none;
	
	z-index: 331;
}

.jt-ly-menu-logout:hover,
.jt-ly-menu-placeOffer:hover{
	color: #BCBDBF;
}

.jt-ly-menu-socnet{
	display: none;
}

.jt-ly-menu-socnet-item{
	width: 40px;
	
	text-align: center;
}

.jt-ly-container{
	min-width: 320px;
	width: 100%;
	min-height: 100%;
	
	overflow: hidden;
}

.jt-ly-header{
	min-width: 320px;
	width: 100%;
	height: 55px;
	z-index: 9999;
	position: fixed;
	background-color:#FFF;
	border-bottom: 1px solid #dbdbdb;
	top: 0;
}

.jt-ly-header-menu-btn{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 6.25%;
	padding-top: 28px;
	
	background-image: url(../img/design/menu_icon_mobile.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 25px;
	
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}

.jt-ly-header-logo{
	
}

.jt-ly-header-logo img{
	max-width: 100%;
    height: auto;
	max-height: 30px;
	position: relative;
	margin-left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translate(0, -50%);
}

.jt-ly-header-menu-languages-btn{
	display: block;
	width: 30px;
	height: 28px;
	position: absolute;
	top: 12px;
	right: 6.25%;
	vertical-align: middle;
	padding-bottom: 2px;
	
	border: 1px solid #dbdbdb;
	
	color: #444444;
	text-align:center;
	font-size: 20px;
	text-decoration: none;
	line-height: 34px;
}

.jt-ly-header-container{
	min-width: 320px;
	position: relative;
}

.jt-ly-main{
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 15px;
	min-height:100%;
   position:relative;
}

.jt-ly-menu-languages{
	display: none;
	position: absolute;
	width: 80px;
	height: 100%;
	top: 0;
	right: -80px;
	padding: 0 0 200px 0;
	margin: 0;
	
	background-color: #4e4e4e;
	background-image: url('../img/design/menu_gradient_right.jpg');
	background-repeat: repeat-y;
	background-position: left;
	
	overflow: hidden;
}

.jt-ly-menu-languages-container{
	
	padding: 0 0 100px 0;
	margin: 0;
}

.jt-ly-menu-languages-link{
	display: block;
	width: 35px;
	height: 34px;
	margin: 15px 0 15px 15px;
	vertical-align: middle;
	
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
}

.jt-ly-menu-languages-link:hover{
	color: #BCBDBF;
}

.jt-ly-menu-languages-link.is-selected{
	color: #838383;
	border-color: #838383;
}

.jt-ly-menu-languages-item{
	line-height: 0;
}

.jt-ly-menu-languages-separator{
	display: none;
}

.jt-ly-pre-footer{
	background-color: #5183b0;
	padding: 10px 0;
}

.jt-ly-pre-footer-container{
   	min-width: 320px;
	position: relative;
}

.jt-ly-newsletter-label{
	color: #FFF;
}

.jt-ly-footer{
	bottom: 0;
	padding: 23px 0;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
	background-color: #2c3e50;
	bottom: 0;
	margin-bottom: 0;
}

.jt-ly-footer-menu{
	padding: 0;
	margin: 0;
	
	border-top: 1px solid #FFFFFF;
	
	list-style-type: none;
}

.jt-ly-footer-menu-link{
	display: block;
	width: 100%;
	height: 40px;
	
	border-bottom: 1px solid #FFFFFF;
	
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}

.jt-ly-footer-menu-link:hover{
	color: #BCBDBF;
}

.jt-ly-footer-copyright{
	margin-top: 23px;
	
	font-size: 16px;
	line-height: 20px;
}

.jt-ly-footer-submenu{
	padding: 0;
	margin: 23px 0 0 0;
	
	list-style-type: none;
}

.jt-ly-footer-submenu-link{
	display: block;
	margin-bottom: 12px;

	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}

.jt-ly-footer-submenu-link:hover{
	color: #BCBDBF;
}

.jt-ly-footer-ratio{
	margin-top: 46px;
	font-size: 13px;
}

.jt-ly-footer-ratio-link{
	color: #FFFFFF;
	text-decoration: none;
}

.jt-ly-footer-ratio-link:hover{
	color: #BCBDBF;
}

.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/************ /layout ************/


/************ global ************/
.jt-container{
	padding-left: 6.25%;
	padding-right: 6.25%;
	z-index: 9;
}

.jt-container-mobile{
	padding-left: 6.25%;
	padding-right: 6.25%;
}

.jt-container-purple{
	background-color: #795694;
	color: #FFFFFF;
}

.jt-container-bordered{
	border: 1px solid #dbdbdb;
}

.jt-container-blue{
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFFFFF;
}

.jt-line-orange{
	width: 100%;
	margin-top: 23px;
	margin-bottom: 23px;
	padding-top: 20px;
	
	background-color: #E38352;
	
	color: #FFFFFF;
}

.jt-line-blue{
	width: 100%;
	margin-top: 23px;
	margin-bottom: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #FFF;/*#5083b0;*/
	border-top: #5083b0 solid 2px;
	border-bottom: #5083b0 solid 2px;
	
	color: #5083b0;
}

.jt-line-grey{
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: #E9E9E9;
}

.jt-line-red{
	padding-top: 20px;
	padding-bottom: 20px;

	background-color: #FF4848;
	color:#FFFFFF;
}

.jt-line-no-margin{
	margin:0;
}

.jt-line-no-padding-bottom{
	padding-bottom: 0;
}

.jt-img-container{
	display: block;
	
	border: 1px solid #E9E9E9;

	background-color: #FFFFFF;
	
	text-align: center;
	font-size: 0;
	
	overflow: hidden;
}

.hidden{
	display: none;
}

.jt-img{
	max-width: 100%;
}

.jt-picture{
	display: inline-block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.jt-link-more{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 15px;
}

.jt-link-purple{
	border-color: #795694 !important;

	color: #795694;
}

.jt-link-purple:hover{
	color: #5D3C77;
}

.jt-link-purple > a{
	border-color: #795694 !important;

	color: #795694;
}

.jt-link-purple > a:hover{
	color: #5D3C77;
}

.jt-link-purple.current{
	color: #4E4E4E;
}

.jt-link-white{
	color: #FFFFFF;
}

.jt-link-white:hover{
	color: #BCBDBF;
}

.jt-link-orange{
	color: #E38352;
}

.jt-link-like{
	color: #5183B0;
	
	cursor: pointer;
}

.jt-back-link{
	font-weight: bold;
	
	float: left;
}

.jt-list{
	padding-left: 0;
}

.jt-list-light{
	margin: 0;
	padding-left: 0;
}

.jt-list-item{
	display: block;
	padding: 0 0 0 20px;
	
	background-image: url('../img/design/list_icon_white.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	
	line-height: 24px;
	
	list-style-type: none;
}

.jt-list-light .jt-list-item{
	padding-left: 0;
	
	background: none;
}

.jt-list-large-item{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	
	text-align: center;
	line-height: 0;
}

.jt-list-large-without-logo{
	text-align: center;
	overflow: hidden;
}

.jt-list-large-without-logo .jt-list-large-item{
	display: inline-block;
	width: 196px;
	height: 61px;
	overflow: hidden;
	
	border: 2px solid #818181;
	
	line-height: 65px;
}

.jt-txt-medium{
	font-size: 16px;
	line-height: 46px !important;
}

.jt-txt-warning{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;

	text-align: center;
	color: #EFAD23;
	font-weight: bold;
}

a.jt-txt-warning:hover{
	color: #BB830E;
}

.jt-txt-note{
	font-size: 14px;
}

.jt-txt-blue{
	color: #5183B0;
}

.jt-classic{
	font-family: Helvetica !important;
}

.jt-ajax{
	text-align: center;
}

.jt-item{
	margin-bottom: 10px;
}

#flashMessage {
	padding: 10px 0 8px;
	
	background-color: #3b8655;
	
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#flashMessage.error{
	background-color: #FF2B2B;
}

#PortalMessageFlash {
    background-color: #fff;
    color: #5183b0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px;

}

.jt-box{
	border:1px solid #ddd;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jt-box-no-border{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jt-box h3{
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 5px 5px 10px;
	font-weight: normal;
}

.jt-box-blue h3{
	background-color: #5183B0;
	color: #FFF;
}

.jt-box-turquoise h3{
	background-color: #45bacb;
	color: #FFF;
}

.jt-box-orange h3{
	background-color: #fb6200;
	color: #FFF;
}
/************ /global ************/


/************ title ************/
.jt-title-small{
	font-size: 18px;
	font-weight: bold;
}

.jt-title-medium{
	font-size: 20px;
	font-weight: bold;
}

.jt-title-large{
	font-size: 24px;
	font-weight: bold;
}

.jt-title-very-large{
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}

.jt-title-large-thin{
	margin-bottom: 10px;
	
	font-size: 24px;
	font-weight: normal;
}

.jt-title-blue{
	color: #5183B0;
}

.jt-title-purple{
	color: #795694;
}

.jt-title-orange{
	color: #E38352;
}

.jt-title-turquoise{
	color: #45bacb;
}

.jt-title-thin{
	margin: 0;
}

.jt-title-hasSubtitle{
	margin-bottom: 3px;
}

.jt-subtitle{
	margin-top: 0;
	
	font-weight: normal;
}

.jt-title-desktop{
	display: none;
}

/************ /title ************/


/************ hero ************/
.jt-hero{
	/*margin-top: 130px;*/
	width: 100%;
	height: 260px;
	padding-top: 30px;
	padding-bottom: 30px;
	
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.jt-hero-training{
	height: 350px;
}

.jt-hero-container{
	position: relative;
}

.jt-hero-home{
	background-image: url('../img/design/main_hero.jpg');
}

.jt-hero-training{
	background-image: url('../img/design/training_hero.jpg');
}

.jt-hero-healthcare{
	background-image: url('../img/design/healthcare_hero.jpg');
}

.jt-hero-it{
	background-image: url('../img/design/it_hero.jpg');
}

.jt-hero-sales{
	background-image: url('../img/design/sales_hero.jpg');
}

.jt-hero-electronics{
	background-image: url('../img/design/electronics_hero.jpg');
}
/************ /hero ************/

/************ modal anniversaire ************/
	/* The Modal (background) */
	.jt-modal {
		display: block;
		/*background-image: url("../img/design/black_bg.png");*/
	    margin-top: -1px;
	    padding-top: 1px;
	    
	    background-position: center center;
		background-size: cover;
		display: none;
		left: 0;
		min-height: 100%;
		min-width: 320px;
		position: absolute;
		width: 100%;
		z-index: 500;
		top: -1px;
	}

	/* Modal Content/Box */
	.jt-modal-content {
		background-color: #e8e8e8;
		margin: 15% auto; /* 15% from the top and centered */
		border: 1px solid #888;
		width: 90%; /* Could be more or less, depending on screen size */
		box-shadow: 8px 8px 12px #414141;
	}

	.jt-modal-content h4{
		text-align: center;
	}

	.jt-modal-facebook-container{
		width: 100%;
		text-align: center;
	}

	.jt-modal-facebook{
		display: inline-block;
		width: 90%;
		padding-bottom: 10px;
		z-index: 1;
	}

	.jt-modal-facebook-tracker{
		display: inline-block;
		width: 90%;
		padding-bottom: 10px;
		height: 130px;
		z-index: 99;
		position: absolute;
	}

	/* The Close Button */
	.jt-modal-close {
		position: relative;
		color: #342e2c;
		float: right;
		font-size: 28px;
		font-weight: bold;
		margin-bottom: -29px;
		margin-right: 5px; 
	}

	.jt-modal-close:hover,
	.jt-modal-close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}
/************ /modal ************/

/************ categories ************/
.jt-categories-section{
	margin-bottom: 10px;
	padding: 10px 10px 0 10px;	
	background-color: #E9E9E9;
}

.jt-categories-title{
	height: 28px;
	margin: 0;
	vertical-align: top;

	color: #5183B0;
	font-size: 18px;
	
	cursor: pointer;
}

.jt-categories-section-plus{
	float: right;
}

.jt-categories-section-portal{
	margin-top: 30px;
}

.jt-categories-group{
	margin: 0 0 10px 0;
	padding-top: 5px;
	padding-left: 0;

	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	border: 1px solid #FFFFFF;
	
	background-color: #FFFFFF;
	
	font-size: 18px;
	line-height: 25px;
	
	list-style-type: none;
}

.jt-categories-group-portal{
	border: 1px solid #5183B0;
}

.jt-categories-group-title{
	padding: 3px 10px;
	position: relative;
	bottom: 5px;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFF;
	font-weight: bold;
	word-wrap: break-word;
}

.jt-categories-group-title-link{
	color: #FFFFFF;
}

.jt-categories-group-title-link:hover{
	color: #BCBDBF;
}

.jt-categories-line{
	line-height: 0;
	
	word-wrap: break-word;
}

.jt-categories-item{
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.jt-categories-opener{
	display: none;
}
/************ /categories ************/

/************ button ************/
.jt-button{
	display: inline-block;
	width: 100%;
	height: 35px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	
	border: none;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
	background: none;
	
	text-align: center;
	line-height: 35px;
	
	cursor: pointer;
}

.jt-button:hover{
	color: #FFFFFF;
}

.jt-button-small{
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	
	line-height: 26px;
	
	cursor: pointer;
}

.jt-button-blue{
	background-color: #5183b0;
    /*border:2px solid #4e81b4;*/
    border-radius: 0;
    color: #FFF;
}

.jt-button-blue:hover{
	background-image: url(../img/design/color-729BBF.png);
}

.jt-button-orange{

	border: 2px solid #fb6200;
		
	background-color: #fb6200;
	
	color: #FFFFFF;

	font-weight: bold;

	/*border-bottom: 2px solid #966D50;
	background-color: #E38352;
	
	color: #FFFFFF;
	font-weight: bold;*/
}

.jt-button-orange:hover{
	background-color: #FFFFFF;
	color: #fb6200;
}

.jt-button-turquoise{
	background-color: #FFFFFF;
    border:2px solid #45bacb;
    border-radius: 0;
    color: #45bacb;
    font-weight: bold;
}

.jt-button-turquoise:hover{
	background-color: #45bacb;
    color: #FFFFFF;
}

.jt-button-red{
	border-bottom: 2px solid #966D50;

	background-color: #FF4848;
	
	color: #FFFFFF;
	font-weight: bold;
}

.jt-button-red:hover{
	background-color: #FF7575;
}

.jt-button-purple{
	border: 2px solid #795694;

	background-color: #FFFFFF;
	
	color: #795694;
	font-weight: bold;
}

.jt-button-purple:hover{
	background-color: #966FA4;
}

.jt-button-yellow{
	background-color: #EFAD23;
	
	color: #FFFFFF;
}

.jt-button-yellow:hover{
	background-color: #F6CE5E;
}

.jt-button-green{
	background-color: #1CB841;
	
	color: #FFFFFF;
}

.jt-button-light{
	border: 1px solid #5183B0;
	
	background: none;
}

.jt-button-light:hover{
	background-color: #5183B0;
	
	color: #FFFFFF;
}

.jt-button-thin{
	font-weight: normal;
}

.jt-button-auto{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
/************ /button ************/

/************ form ************/
.jt-form-container{
	padding: 15px;
}

.jt-form-horizontal{
	width: 100%;
		
	text-align: left;
}

.jt-form-horizontal .submit{
	position: relative;
}
.jt-form-horizontal .submit .jt-button{
	position: absolute;
	top: 0;
}

.jt-hero .jt-form-horizontal{
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/

	background-image: #FFFFFF;
	background-image: url("../img/design/hero_white_bg.png");
	background-repeat: repeat;
}

.jt-form-horizontal .jt-form-input-container,
.jt-form-horizontal .jt-form-select-container, .jt-form-multiselect-container{
	margin-bottom: 15px;
}

.jt-form-vertical{
	margin-top: 23px;
	margin-bottom: 23px;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/

	background-color: #E9E9E9;
}

.jt-form-vertical .jt-form-textarea-container,
.jt-form-vertical .jt-form-select-container,
.jt-form-vertical .jt-form-input-container,
.jt-form-popup .jt-form-textarea-container,
.jt-form-popup .jt-form-select-container,
.jt-form-popup .jt-form-input-container{
	margin-bottom: 15px;
}

.jt-form-radio-container{
	height: 35px;
	padding-top: 5px;
}

.jt-form-input-container{
	height: 38px;

	border: 1px solid #BCBDBF;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
	background-color: #FFFFFF;
}

.jt-form-input{
	width: 95%;
	height: 36px;
	margin-left: 2.5%;
	
	border: none;
	
	background: none;
	
	line-height: 40px;
}

.jt-form-date{
	height: 36px;
	margin-left: 1%;
	border: 1px solid #BCBDBF;
	background-color: #FFFFFF;
	line-height: 40px;
	margin-right: 1%;
}

.jt-form-select-container{
	position: relative;
	height: 38px;

	border: 1px solid #BCBDBF;

	background-color: #ffffff;

	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/

	/*background-image: -o-linear-gradient(-90deg, #FCFCFC 0%, #F5F5F5 48%, #ECECEC 50%, #F0F0F0 100%);
	background-image: -moz-linear-gradient(-90deg, #FCFCFC 0%, #F5F5F5 48%, #ECECEC 50%, #F0F0F0 100%);
	background-image: -webkit-linear-gradient(-90deg, #FCFCFC 0%, #F5F5F5 48%, #ECECEC 50%, #F0F0F0 100%);
	background-image: -ms-linear-gradient(-90deg, #FCFCFC 0%, #F5F5F5 48%, #ECECEC 50%, #F0F0F0 100%);
	background-image: linear-gradient(-180deg, #FCFCFC 0%, #F5F5F5 48%, #ECECEC 50%, #F0F0F0 100%);*/
	
	overflow: hidden;
}

.jt-form-select{
	width: 125%;
	height: 40px;
	/*margin-left: 2.5%; */
	/*padding-right: 30%;*/
	vertical-align: middle;
	
	border: none;
	
	background: transparent;
	background-image: url('../img/design/select-triangle.svg');
	background-repeat: no-repeat;
	background-position: 75% center;
	
	line-height: 40px;
	
	cursor: pointer;
}

.jt-form-textarea-container{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #BCBDBF;
	
	background-color: #FFFFFF;
	
	overflow: hidden;
}

.jt-form-textarea{
	width: 95%;
	margin-left: 2.5%;
	
	border: none;
}

.jt-form-file-relative{
	position: relative;
}

.jt-form-file{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	
	font-size: 20px;
	
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

.jt-form-file-button{
	width: 95% !important;
	height: 38px !important;
	margin-left: 5%;
	
	cursor: pointer;
}

.jt-form-file-container{
	background-color: #E9E9E9;
	width: 95%;
	margin-left: 2.5%;
}

.jt-form-disabled{
	background-color: #E9E9E9;
	
	cursor: pointer !important;
}

.jt-form-file-info{
	display: inline-block;
	margin-bottom: 5px;

	font-size: 14px;
	color: #848484;
}

.jt-form-checkbox{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.jt-form-checkbox-label{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	
	line-height: 24px;
}

.jt-form-checkbox-link{
	vertical-align: top;
}

.jt-form-search{
	min-height: 0px;
}

.jt-form-search-horizontal .jt-form-search{
	min-height: 40px;
}

.jt-form-search-container{
	position: relative;
	margin-top: 13px;
}

.jt-form-search-horizontal{
	position: relative;
	min-height: 50px;
}

.jt-form-search-title{
	display: none;
}

.jt-form-search-spacer{
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.jt-form-search-horizontal .jt-form-search-spacer{

}

.jt-form-search-selected{
	position: relative;
	height: 40px;
	padding-left: 10px;
	padding-right: 25px;
	overflow: hidden;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	word-wrap: break-word;
	word-break: break-all;
	
	cursor: pointer;
}

.jt-form-search-selected-plus{
	position: absolute;
	top: 0;
	right: 10px;
}

.jt-form-search-list{
	display: none;
	position: relative;
	bottom: 10px;
	width: 100%;
	padding-top: 10px;
	padding-left: 0;
	margin: 0;
	margin-bottom: 1px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	overflow: hidden;
}

.jt-form-search-list-item{
	display: block;
	padding: 5px 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	
	list-style-type: none;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

.jt-form-search-list-link{
	display: inline-block;
	width: 100%;
	height: 100%;
	
	word-break: keep-all;
	word-wrap: normal;
}

.jt-form-send-submit{
	background-color: #e38352;
	position: relative;
	margin-right: 0;
	width: 39px !important;
	line-height: 39px;
	height: 39px;
	
	background-image: url('../img/design/paper-plane.svg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
}

.jt-form-search-submit{
	/*position: absolute;
	right: 0;
	width: 39px !important;*/
	line-height: 39px;
	height: 39px;
	
	background-color: #e38352 !important;
	background-image: url('../img/design/search.svg') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: 20px 20px !important;
}

.jt-form-search-keywords{
	display: none;
}

.jt-form-search-list .selected{
	display: none;
}

.jt-form-search-desktop{
	display: none;
}

.jt-table-filled .jt-form-submit{
	margin-bottom: 23px;
}

.jt-table-filled .jt-form-input{
	float: left;
}

.jt-form-popup .submit{
	margin-top: 23px;
}

.jt-form-popup .jt-form-checkbox{
	margin-bottom: 0;
}

.jt-form-admin-search{
	width: 50%;
	float: right;
	
	text-align: right;
}

.jt-form-admin-search-input{
	height: 38px;
	line-height: 38px;
	padding: 0;
	
	color: #4A4A4A;
}

.jt-form-admin-search-submit{
	padding: 0 10px;
	height: 42px;
	line-height: 40px;
	
	border: none;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFFFFF;
}

.jt-form-dgeo{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	margin-bottom: 23px;
	
	text-align: center;
}

.jt-form-dgeo .jt-form-checkbox{
	margin-bottom: 0;
}

.jt-form-dgeo-checkbox-group{
	padding-top: 10px;
	position: relative;
}

.jt-form-dgeo .jt-sesam-dgeo{
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 10px;
}

.jt-form-dgeo .jt-button{
	display: inline-block;
	width: 50%;
}

.jt-form-dgeo .pure-g{
	margin-bottom: 15px;
}

.jt-form-dgeo-label{
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	
	text-align: right;
}

/* --- Input AddOn --- */

.jt-InputAddOn {
  	display: flex;
}

.jt-InputAddOn-field {
  flex: 1;
  font-size: 16px !important;
  /* field styles */
}

.jt-InputAddOn-item {
	background-color: hsla(31,15%,50%,.1);
	color: #666;
	font: inherit;
	font-weight: inherit;
	font-weight: 400;
	margin-left: -1px;
}

.jt-InputAddOn-field, .jt-InputAddOn-item{
	border: 1px solid hsla(31,15%,50%,.25);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(147, 128, 108, 0.25);
	padding: .5em .75em;
}

/* --- End - Input AddOn --- */

/************ /form ************/


/************ /socnet ************/
.jt-socnet-title{
	text-align: center;
	font-size: 20px;
}

.jt-socnet{
	margin: 0;
	padding: 0;
	
	text-align: center;
	
	list-style-type: none;
}

.jt-socnet-item{
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
	font-size: 35px;
}

.jt-socnet-item > .linkedin:hover{
	color: #0073b0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.jt-socnet-item > .facebook:hover{
	color: #4867aa;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
/************ /socnet ************/

/************ eptica ***********/

.jt-home-search-container{
	position: relative;
	background-color: rgba(255,255,255,0.50);
	padding: 10px 10px;
}

.jt-search-total, .jt-search-total:hover{
	color: #FFF;
	background-color: #4e81b4;
	background-image: none;
	cursor: default;
	height: 50px;
}

.sumo_location select, .sumo_location .CaptionCont, .sumo_location > .CaptionCont > .placeholder{
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.sumo_location > .CaptionCont{
	border-radius: 0 !important;
}

.sumo_location > .CaptionCont, .sumo_location > .CaptionCont:hover{
	border: none !important;
	border-left: 1px #ccc solid !important;
	box-shadow: none !important;
}

.sumo_location .optWrapper{
	top: 50px !important;
}

.sumo_location .select-all > span i, .sumo_location > .optWrapper.multiple > .options li.opt span i{
	border-radius: 0 !important;
}

.sumo_location > .optWrapper.multiple > .options li.opt.selected span i{
	background-color: #4e81b4 !important;
}

.sumo_location > .optWrapper > .options > li.opt:first-child {
	border-radius: 0 !important;
}

.sumo_location > .CaptionCont > span.placeholder{
	color: #4E4E4E !important;
	font-size: 100% !important;
	font-style: normal !important;
}

.jt-title-home-search{
	text-align: center;
	font-size: 25px;
	text-shadow: 1px 1px 4px #FFF;
}

.jt-home-input-container{
	padding-left: 15px;
	background-color: #FFF;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}

.jt-home-search-icon{
	position: relative;
	margin-top: 11px;
	color: #4E4E4E;
	margin-left: 1px;
	z-index: 9;
	font-size: 22px;
}

#search-button.disabled{
  pointer-events: none;
  cursor: default;
}

.jt-home-search-input{
	margin-left: 20px;
	width: 70%;
}

.jt-home-search-submit{
	display: inline-block;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    border-radius: 0; 
    border: 2px solid #4e81b4; /* Here */
	width: 100%;
	height: 50px;
	background-color: #4e81b4;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 50px;
}

.jt-home-search-submit:hover{
	color: #FFF;
}

.jt-home-result-container{
	line-height: 5px;
}

.jt-home-result-footer{
	background-color: #E9E9E9;
	margin-bottom: -25px;
	margin-right: -10px;
	margin-left: -10px;
	padding: 10px;
	font-size: 16px;
}

.jt-home-result-footer > span{
	margin: 0 10px 0 10px;
}

.jt-home-result-date{
	color: #999999;
	font-size: 16px;
	line-height: 10px;
}

.jt-home-result-img{
	text-indent: -10000px
}

#search-corpus ul{
	padding: 0;
	margin: 0;
}

#search-corpus ul>li{
	list-style: none;
}

#search-corpus ul>li>.count{
	font-size: 20px;
	margin-right: 5px;
}

#search-results tr{
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
	padding: 10px;
}

#search-results tr:first-child{
	margin-top: 20px;
}

#search-results td:first-child{
	height: 100%;
}

.jt-home-filter-container{
	margin-top: 5px;
	font-weight: bold;
}

.jt-home-filter-container label{
	margin-right: 15px;
}

.jt-home-filter-container input{
	margin-right: 5px;
}

.hideable {
    display : none;
}

.show-all {
    color: #355672;
    text-decoration: underline;
}

.show-less {
    display: none;
    color: #355672;
    text-decoration: underline;
}

.show-less, .show-all{
	cursor: pointer;
}

#constraints-wrap{
	background-color: #E9E9E9;
}

.constraints-title{
	padding: 15px 15px 0 15px;
	font-size: 24px;
}

#constraints-body li, #constraints-body ul{
	list-style: none;
}

.collapsible{
	padding: 0;
	margin:0;
	font-size: 14px;
}

.constraint-applied-name{
	font-weight: bold;
	list-style: none;
}

.constraint-buttons i{
	cursor: pointer;
	margin-left: 10px;
}

.constraint-name {
   margin-left: 10px;
}

.constraints-wrap li, .collapsible li{
	list-style: none;
}

.collapsible-header{
	min-height: 2rem;
	line-height: 2rem;
	padding: 0 1rem;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 15px;
}

.collapsible-body{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding: 1vw 1.5vw;
}

.collapsible-body ul{
	padding: 0;
	margin: 0;
}

.progress-circle td{
	height: 100%;
}

.progress-circle{
	max-width: 50px;
	margin-left: 0;
	margin-bottom: 10px;
}

.progressbar-text{
	font-size: 12px;
	font-weight: bold;
}

	/*** pagination ***/
	#pagination ul{
		margin-left: 0;
		padding-left: 0;
	}

	#paginations-wrap ul li{
		display: inline-block;
		text-align: center;
	}

	#paginations-wrap ul>li>span{
		color: #5183B0;
	}

	#paginations-wrap ul>li>span:hover{
		color: #355672;
		text-decoration: underline;
	}

	#paginations-wrap ul{
		text-align: center;
	}

	#paginations-wrap ul>li{
		margin-left: 5px;
		margin-right: 5px;
		font-size: 18px;
		cursor: pointer;
	}

	#paginations-wrap ul>li>.current{
		color: #355672;
		cursor: default;
	}
	/*** /pagination ***/

/************ /eptica ***********/

/************ ad ************/
.jt-ad{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 23px;
	max-width: 320px;
	overflow: hidden;
	
	border: 1px solid #E9E9E9;
	
	text-align: center;
	font-size: 0;
}

.jt-ad-img{
	width: 100%;
}

.jt-ad-desktop{
	display: none;
}

.jt-ad-desktop-container{
	display: none;
}
/************ /ad ************/


/************ training ************/
.jt-training{
	margin-bottom: 23px;
	padding: 15px 6.25% 23px;
}

.jt-training-title{
	font-weight: bold;
	color: #795694;
}

.jt-training-link{
	color: #FFFFFF;
}

.jt-training-link:hover{
	color: #BCBDBF;
}

.jt-training-link-head{
	font-weight: bold;
}

.jt-training-subtitle{
	margin-bottom: 0;
}

.jt-training-content{
	padding-top: 23px;
	padding-bottom: 23px;
	
	background-color: #FFFFFF;
}

.jt-training-content h1,
.jt-training-content h2,
.jt-training-content h3,
.jt-training-content h4,
.jt-training-content h5,
.jt-training-content h6,
.jt-training-content a,
.jt-training-links a{
	color: #795694 !important;
}

.jt-training-content a:hover,
.jt-training-links a:hover{
	color: #5D3C77 !important;
}

.jt-training-footer-button{
	margin-top: 23px;
}
/************ /training ************/



.halfbutton{
	width: 48%;
}
.leftbutton{
	float: left;
}


/************ magazine ************/
.jt-magazine-top{
	padding-top: 1px;
	padding-bottom: 1px;
}

.jt-magazine-top article{
	width: 200px;
}

.jt-magazine-container{
	margin-bottom: 23px;
}

.jt-magazine-top .jt-title-large{
	margin-top: 12px;
	margin-bottom: 8px;
}

.jt-magazine-link-top{
	display: inline-block;
	float: right;
	margin-top: 22px;
	
	font-size: 12px;
	color: #FFFFFF;
}

.jt-magazine-link-top:hover{
	color: #BCBDBF;
}

.jt-magazine-img{
	width: 100%;
}

.jt-magazine-img-large{
	width: 100%;
	margin-top: 10px;
	margin-right: 20px;
}

.jt-magazine-img-large .pure-img{
	margin-left: auto;
	margin-right: auto;
}

.jt-magazine-header > .jt-magazine-header-title{
	font-size: 18px;
	font-weight: normal;
}

.jt-magazine-header-title{
	/*font-size: 18px;*/
	/*font-weight: normal;*/
	margin-bottom: 5px;
}

.jt-magazine-header-subtitle{
	margin: 0;

	font-size: 14px;
	line-height: 16px;
}

.jt-magazine-header-subtitle-large{
	margin: 10px 0 10px 0; 
	padding: 5px;
	background-color: #E9E9E9;
	font-size: 18px;
	line-height: 20px;
}

.jt-magazine-header-subtitle-large2{
	margin: 0;
	padding-top: 7px;
	
	font-size: 18px;
	line-height: 20px;
	text-align: right;
}

.jt-magazine-header-separator{
	display: none;
}

.jt-magazine-content{	
	font-size: 16px;
	line-height: 20px;
}

.jt-magazine-content2{	
	line-height: normal;
}

.jt-magazine-more{
	text-align: right;
}

.jt-magazine-paginate{
	text-align: center;
}

.jt-magazine-paginate .jt-button{
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.jt-magazine-header-share{
	float: left;
}
/************ /magazine ************/


/************ partner ************/
.jt-partner{
	margin-bottom: 23px;
}

.jt-partner-more{
	color: #FFFFFF;
	font-weight: bold;
}

.jt-partner-more:hover{
	color: #BCBDBF;
}
/************ /partner ************/


/************ paginate ************/
.jt-paginate{
	margin: 0;

	text-align: center;
}

.jt-paginate .prev,
.jt-paginate .next,
.jt-paginate-number{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 26px;
	
	font-weight: bold;
}

.jt-paginate-full{
	display: none;
}
/************ /paginate ************/


/************ table ************/
.jt-table{
	width: 100%;
}

.jt-table-head{
	display: none;
}

.jt-table-title{
	font-weight: bold;
}

.jt-table-title .jt-link-orange{
	font-weight: normal;
}

.jt-table-row{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: 2px solid #E9E9E9;
}

.jt-table-row.is-first{
	padding-top: 0;

	border: none;
}

.jt-table-right-mobile{
	text-align: right;
}

.js-table-filled-header{
	display: none;
}

.jt-table-filled-container{
	margin-top: 23px;
	margin-bottom: 23px;
}

.jt-table-filled{
	width: 100%;
	margin-top: 20px;
	
	border-collapse: collapse;
	border-spacing: 0;
}

.jt-table-filled-selected .jt-table-filled-cell{
	background-color:#5183B0;
	
	color:#F6F6F6;
}

.jt-table-filled-cell{
	height: 50px;
	padding: 15px 10px;
	
	border: 2px solid #F6F6F6;
	
	text-align: center;
	line-height: 20px;
}

.jt-table-filled-cell-height{
	padding: 15px 10px;
	
	border: 2px solid #F6F6F6;
	
	text-align: left;
	line-height: 20px;
}

.jt-table-filled-cell-dark{
	background-color: #848484;
	
	color: #F6F6F6;
	font-weight: bold;
}

.jt-table-filled-cell-light{
	background-color: #E9E9E9;
}

.jt-table-striped{
	background-color: #E9E9E9;
}
/************ /table ************/


/************ nav ************/
.jt-nav{
	padding-top: 10px;
	padding-bottom: 10px;
}
.jt-nav-link{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	
	border: 1px solid #5183B0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align: center;
}

.jt-nav-full{
	display: none;
}

.jt-nav-full2{
	visibility: hidden;
}

.jt-nav-none{
	display: inline-block;
	margin-top: -0px;
	width: 30px;
	height: 30px;
	line-height: 32px;

	border: 1px solid #BCBDBF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #BCBDBF;
	text-align: center;
}

.jt-nav-right{
	float: right;
	text-align: right;
	height: 30px;
}
/************ /nav ************/


/************ header ************/
.jt-header{
	border-bottom: 2px solid #E9E9E9;
	
	word-break: break-word;
	word-wrap: break-word;
}

.jt-header-thanks{
	text-align: center;
}

.jt-header-button{
	margin-top: 10px;
	margin-bottom: 10px;
}

.jt-header-bottom{
	margin-top: 23px;
	margin-bottom: 23px;
}
	
.jt-header-subtitle{
	line-height: 24px;
}

.jt-header-bottom-item{
	display: block;
}

.jt-header-subcategory-title{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 10px;
}

.jt-header-subcategory-link{
	display: inline-block;
	margin-bottom: 10px;
}

.jt-header-subcategory-link.is-selected{
	font-weight: bold;
}
/************ /header ************/

/************ home **************/
/************ /home **************/

/************ offer ************/
.jt-offer{
	padding-top: 23px;
	padding-bottom: 23px;

	background-color: #FFFFFF;
	
	overflow: hidden;
}

.jt-offer-email-form-switch{
	display: none;
	width: 100%;
	height: 40px;
	
	background-color: #E9E9E9;
	
	text-align: center;
	line-height: 40px;
}

.jt-offer-email-form{
	display: none;
}

.jt-offer-html{
	max-width: 800px !important;
}

.jt-offer-container{
	margin-bottom: 23px;
}

.jt-offer-right{
	padding: 8px;

	background-color: #E9E9E9;
}

.jt-offer-right-404{
	margin-top: 10%;
	margin-bottom: 10%;
	padding: 8px;

	background-color: #E9E9E9;
}

.jt-training-right{
	padding: 8px;

	background-color: #E9E9E9;
}

.jt-offer-right-container{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;

	background-color: #FFFFFF;
	
	line-height: 20px;
	word-break: break-word;
	word-wrap: break-word;
}

.jt-offer-criteria{
	list-style-type: square;
	margin-top: -15px;
}

.jt-offer-criteria li{
	margin-top: 5px;
}


/************ /offer ************/


/************ profile ************/
.jt-profile-container{
	margin-top: 23px;
}

.jt-profile-container2{
	margin-bottom: 23px;
}

.jt-profile{
	min-height: 125px;
	position: relative;
	margin-bottom: 23px;
	padding: 10px;
	
	background-color: #E9E9E9;
	
	color: #5183B0;
	line-height: 22px;
}

.jt-profile-img{
	float: left;
	width: 100px;
	height: 125px;
	margin-right: 10px;
}

.jt-profile-icon{
	width: 30px;
	margin-right: 5px;
}

.jt-profile-candidate-icon{
	margin-top: 5px;
	width: 40px;
}

.jt-profile-candidate-icon-text{
	margin-top:-35px;
	margin-left: 50px;
}

.jt-profile-name{
	font-weight: bold;
}

.jt-profile-category{
	position: absolute;
	right: 10px;
	bottom: 10px;
	
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}

.jt-profile-block{
	margin-top: 30px;
	padding: 45px 20px;

	background-color: #E9E9EB;
	
	overflow: hidden;
}

.jt-profile-block.is-last{
	margin-bottom: 23px;
}

.jt-profile-info{
	font-weight: bold;
}

.jt-profile-info-name{
	margin-bottom: 5px;
	
	font-size: 26px;
}

.jt-profile-header{
	padding-bottom: 35px;
}
/************ /profile ************/


/************ calendar ************/
.jt-calendar-title{
	display: block;
	padding: 8px 5px 5px 15px;
	margin-top: 16px;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.jt-calendar-title-orange{
	margin-bottom: 10px;

	background-color: #E38352;
}

.jt-calendar-event-title{
	margin-bottom: 0;
	
	font-size: 20px;
	color: #5183B0;
	font-weight: bold;
}

.jt-calendar-event-date{
	margin: 0;
	
	font-size: 16px;
	font-weight: bold;
}

.jt-calendar-event-text{
	margin: 0;
	
	font-size: 16px;
}
/************ /calendar ************/

/************ JobMail ************/

.js-container-jobmail
{
	display:none;
}

.jt-title-form-jobmail
{
	font-size:18px;
	margin-top: 10px;
	text-align: center;
}

.js-container-jobmail-sucess
{
	display: none;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.jt-button-jobmail
{
	margin-top: 20px;
}

/************ /JobMail ***********/


/************ event ************/
.jt-event{
	min-height: 60px;
	padding: 10px;
	margin-bottom: 23px;
	
	background-color: #FFFFFF;
}

.jt-event-calendar{
	float: left;
	width: 60px;
}

.jt-event-calendar-month{
	height: 20px;

	background-color: #4E4E4E;
	
	text-align: center;
	line-height: 24px;
	vertical-align: bottom;
}

.jt-event-calendar-day{
	position: relative;
	bottom: 1px;
	padding-top: 3px;

	border: 2px solid #4E4E4E;
	
	color: #4E4E4E;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	vertical-align: bottom;
}

.jt-event-calendar-right{
	padding-top: 3px;
	padding-left: 70px;

	color: #4E4E4E;
	word-break: break-word;
	word-wrap: break-word;
}

.jt-event-time{
	margin-top: 10px;
	padding: 20px 30px;
	background-color: #FFFFFF;
}

.jt-event-time-title{
	display: inline-block;
	margin-bottom: 15px;
	
	font-size: 24px;
	color: #E38352;
	font-weight: bold;
}

.jt-event-time-start{
	border-bottom: 2px solid #4E4E4E;
	
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 34px;
}

.jt-event-time-end{
	padding-left: 15px;
}

.jt-event-time-hour{
	color: #E38352;
	font-weight: bold;
}

.jt-event-time-month{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
}
/************ /event ************/


/************ company ************/
.jt-company-rss{
	float: right;
}

.jt-company-img{
	width: 100%;
}

.jt-company-box span{
	font-size: 16px;
}

.jt-company-box hr{
	margin-bottom: 5px;
	margin-top: 5px;
}

.jt-company-adv-title
{
	padding-top: 4%;
	padding-left: 15px;
	font-size: 15px;
}

.jt-offer-bottom-container{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;

	background-color: #FFFFFF;
	
	line-height: 20px;
	word-break: break-word;
	word-wrap: break-word;
}

.jt-training-bottom-container
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;

	background-color: #FFFFFF;
	
	line-height: 20px;
	word-break: break-word;
	word-wrap: break-word;
}

.jt-training-bottom-bloc
{
	padding-right: 5px;
	padding-left: 5px;
}

/************ /company ************/

/************ brand ************/
.jt-brand-switch
{
	cursor: pointer;
	color: #5183b0;
	text-align: center;
	background-color: #e9e9e9;
}

#map-canvas
{
	margin-bottom: 10px;
}
/************ /brand ************/

/************ popup ************/
.jt-ly-popup{
	display: none;
	position: absolute;
	left: 0;
	min-height: 100%;
	width: 100%;
	min-width: 320px;
	
	background-image: url('../img/design/main_hero.jpg');
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	z-index: 360;
}

.jt-ly-popup .jt-title-small,
.jt-ly-popup .jt-title-medium,
.jt-ly-popup .jt-title-large,
.jt-ly-popup .jt-title-very-large{
	margin-top: 0;
}

.jt-ly-popup-closer{
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 45px;
	right: 4%;
	
	background-image: url('../img/design/close.png');
	background-repeat: no-repeat;
	
	z-index: 362;
	cursor: pointer;
}

.jt-ly-popup-container{
	position: relative;
	top: 25px;
	left: 6.25%;
	width: 87.5%;
	margin-top: 30px;
	margin-bottom: 35px;

	z-index: 361;
}

.jt-ly-popup-item{
	margin-top: 1px;
	padding: 15px;

	background-image: url('../img/design/hero_white_bg.png');
}

.jt-ly-popup-link{
	display: block;
	margin-top: 13px;
}

.jt-ly-popup-ajax-loader{
	display: block;
	margin: 10px auto;
}

.jt-ly-popup-mobile{
	border-color: #BEBEBE;
}

.jt-ly-container-popup{
	position: relative;
	
	width: 100%;
}
/************ /popup ************/


/************ admin ************/
.jt-admin-stats-send{
	margin: 0;
	margin-right: 16px;
	float: right;
}

.jt-admin-stats-send .jt-button{
	padding-left: 8px;
	padding-right: 8px;
}

.jt-admin-stats-checkbox{
	float: left;
	padding-top: 35px;
}

.jt-admin-stats-global{
	padding-left: 25px;
}
/************ /admin ************/


/************ DGEO ************/
.jt-dgeo-right{
	float: right;
	padding-right: 16px;
}

.jt-dgeo-right .jt-button{
	padding-left: 8px;
	padding-right: 8px;
	height: 25px;
	line-height: 28px;
}

.jt-dgeo-title{
	margin-bottom: 0;
}

.jt-dgeo-subtitle{
	margin-top: 0;
	margin-bottom: 23px;
}

.jt-dgeo-online h3{
	position: relative;
	bottom: 3px;
	display: inline-block;
	padding: 3px;
		
	background-color: #3B8655;
	
	color: #F6F6F6;
}
.jt-dgeo-offline{
	position: relative;
	bottom: 3px;
	display: inline-block;
	padding: 3px;
	
	background-color: #FF4848;
	
	color: #F6F6F6;
}
.jt-dgeo-two-lines{
	padding-bottom: 5px !important;
}

.jt-dgeo-img-archive{
	margin-top: 9px;
	margin-right: 5px;
	margin-left: -5px;
	width: 20px;
}

.jt-dgeo-archive-link{
	margin-top: -15px;
}
/************ /DGEO ************/


/************ portal ************/
.jt-portal-events{
	margin-bottom: 0;
}
/************ /portal ************/


/************ error ************/
.jt-error{
	color: #FF2B2B;
}

.error-message{
	margin-top: 5px;

	color: #FF2B2B;
	text-align: left;
}

.jt-error-img-container{
	text-align: center;
}

.jt-error-img{
	max-width: 100%;
	height: auto;
}

.jt-error-right{
	position: relative;
}
/************ /error ************/


/************ portals ************/
.jt-ly-portals-container{
	display: none;
}
	
.jt-ly-portals-link-selected{
	color: #FFFFFF !important;
	font-weight: bold;
}
/************ /portals ************/


/************ share ************/
.jt-share-btn{
	display: inline-block;
	height: 29px;
	margin-right: 7px;
	
	background-image: url(../img/design/share_buttons.png);
}

.jt-share-btn-print{
	width: 24px;

	background-position: -170px 0;
}

.jt-share-btn-email{
	width: 24px;

	background-position: -138px 0;
}

.jt-share-btn-googleplus{
	width: 25px;
	margin-right: 5px;

	background-position: -40px 0;
}

.jt-share-btn-facebook{
	width: 24px;

	background-position: -106px 0;
}

.jt-share-btn-twitter{
	width: 29px;
	margin-right: 5px;

	background-position: -71px 0;
}

.jt-share-btn-linkedin{
	width: 24px;

	background-position: -8px 0;
}

.jt-share-hiddenImg{
	display: none;
}
/************ /share ************/
.commentmessage{
	height: 100px;
}


.jt-order-total{
	margin-top: 15px;
	margin-bottom: 10px;
	
	background-image: url(../img/design/color-5183B0.png);
	background-repeat: repeat;
	
	color: #FFFFFF;
	font-weight: bold;
}
.jt-order-total table{
	width: 100%;
}
.jt-order-total div{
	padding: 15px;
	padding-right: 23px;
}

.jt-order-total-discount{
	margin: 15px 0 0 0;
}

.is-important{
	font-weight: bold;
}

.is-centered{
	text-align: center;
}

.is-lefted{
	text-align: left;
}

.is-righted{
	text-align: right;
}

.is-red{
	color: #FF2B2B;
}

.is-mobile-centered{
	text-align: center;
}

.is-cleared{
	clear: both;
}

.is-underlined{
	text-decoration: underline;
}


.cake-sql-log{
	margin-left: auto;
	margin-right: auto;
}

.jt-socnet-share{
	text-align: center;
	margin-top: 10px;
}
.a2a_kit{
	display: inline-block;
}

/* Groupe Mutuel */

.jt-apply-groupe-mutuel{
	background-color: #D4003C;	
	color: #FFF;
	border: none;
}

.jt-apply-groupe-mutuel:hover{
	background-color: #f20043;	
	color: #FFF;
	border: none;
}

/* Fin - Groupe Mutuel */

.only-mobile
{
	display: none;
}


/* > 586px */
@media screen and (min-width: 35.5em) {
	
}
/* /> 586px */

/* < 768px */
@media screen and (max-width: 48em){
	body{
		overflow-x: hidden;
	}

	.only-mobile{
		display: block;
	}
	.mobile-hide{
		display: none;
	}
	.jt-ly-top-line{
		display: none;
	}

	.jt-ly-clear{
		position: relative;
		height: 54px;
		width: 100%;		
	}


	.jt-ly-header-logo img{
		margin-left: 0;
		max-width: 150px;
		top: 15px;
		left: 50%;
		transform: translateX(-50%);
	}

	/* ---- Eptica ---- */
	.title {
		display: none;
	}

	.sumo_location{
		margin-top: 10px;
	}

	#constraints-wrap{
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.jt-home-result-img{
		max-height: 20px;
    	text-indent: -10000px
	}

	#search-button{
		margin-top: 10px;
	}
	/* ---- /Eptica ---- */

	.jt-ly-header-container{
		width: 100%;
	}

	.jt-ly-pre-footer{
		padding: 6.25%;
	}

	/* ---- Dialog ----- */

	.jt-ly-dialog{
		bottom: 48px;
	}

	/* ---- /Dialog ------ */
}
/* end < 768px */

/* > 768px */
@media screen and (min-width: 48em) {

	.mobile-hide{
		display: block;
	}

	/************ layout ************/
	.jt-ly-menu-right{
		display: block;
	}

	.jt-ly-main{
		position: relative;
		padding-top: 130px;
		min-height:58vh;
		/*padding-bottom: 258px;  */
	}

	.jt-ly-menu{
		top: 115px;
		left: 0;
		width: 87.5%;
		height: 54px;
		padding: 0 6.25%;
		
		background-image: url(../img/design/color-5183B0.png);
		background-repeat: repeat;
		
		overflow: visible;
	}
	
	.jt-ly-menu-container{
		position: relative;
		max-width: 1102px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.jt-ly-menu-list{
		float: left;
		display: inline;
		margin: 0;
		padding: 0;
	}
	
	.jt-ly-menu-item{
		display: inline;
	}
	
	.jt-ly-menu-item-portal{
		display: none;
	}
	
	.jt-ly-menu-link{
		display: inline;
		padding: 0 23px 0 0;
		
		border: none;
	}
	
	.jt-ly-menu-link:hover{
		color: #C8E1F7;
	}
	
	.jt-ly-menu-login{
		position: absolute;
		top: -139px;
		right: 330px;
		width: 170px;
		height: 34px;
		padding: 0;
		margin: 0;

		background-color: #fb6200;

		border-right: 2px solid #fb6200;
		border-left: 2px solid #fb6200;
		border-bottom: 2px solid #fb6200;
		
		color: #FFFFFF;

		text-align: center;
		line-height: 36px;
	}

	.jt-ly-menu-login-recruiter{
		position: absolute;
		top: -139px;
		right: 148px;
		height: 34px;
		padding: 0;
		margin: 0;
		width: 170px;

		background-color: #FFFFFF;

		border-right: 2px solid #45bacb;
		border-left: 2px solid #45bacb;
		border-bottom: 2px solid #45bacb;
		
		color: #45bacb;

		text-align: center;
		line-height: 36px;
	}
	
	.jt-ly-menu-login-recruiter:hover{
		background-color: #45bacb;
		color: #FFFFFF;
	}

	.jt-ly-menu-login:hover{
		background-color: #FFFFFF;
		color: #fb6200;
	}
	
	.jt-ly-menu-logged{
		position: absolute;
		top: -139px;
		right: 300px;
		height: 34px;
		margin: 0;
		padding: 0 12px 0 12px;
		
		background-color: #E9E9E9;
		
		line-height: 36px;
	}
	
	.jt-ly-menu-logged:hover{
		background-color: #E3E0E1;
		
		color: #4E4E4E;
	}
	
	.jt-ly-menu-logout{
		position: absolute;
		top: -139px;
		right: 148px;
		width: 125px;
		height: 34px;
		padding: 0;
		margin: 0;

		background-color: #FFFFFF;

		border-right: 2px solid #5083b0;
		border-left: 2px solid #5083b0;
		border-bottom: 2px solid #5083b0;
		
		color: #5083b0;
		text-align: center;
		line-height: 36px;
	}
	
	.jt-ly-menu-logout:hover{
		background-image: url(../img/design/color-729BBF.png);
		
		color: #FFFFFF !important;
	}
	
	.jt-ly-menu-placeOffer{
		/*position: absolute;
		top: -69px;
		right: 23px;
		width: 250px;
		height: 40px;
		padding: 0;
		margin: 0;*/

		-webkit-border-radius: 21;
		-moz-border-radius: 21;
		border-radius: 21px;
		color: #ffffff;
		font-size: 18px;
		background: #a32221;
		padding: 10px 20px 10px 20px;
		text-decoration: none;
		

	}
	
	.jt-ly-menu-placeOffer:hover{
		background: #cf3838;
		text-decoration: none;
		color: #FFF;
	}

	.jt-ly-top-line{
		position: fixed;
	}

	.jt-ly-clear{
		position: fixed;
	}

	.jt-ly-top-line-container{
		max-width: 1102px;
		width: 87.5%;
		margin: 0;
	}
	
	.jt-ly-header{
		height: 100px;
		padding: 0;
		position: fixed;
		top:30px; 

		background-color: #FFFFFF;
		background-image: none;
	}

	.jt-ly-header.small{
		top:0;
		height: 70px;
	}
	
	.jt-ly-header-logo{
	}

	.jt-ly-header-logo.small {
		width: 370px;
		height: 100px;
	}
	
	.jt-ly-header-logo-blue{
		background-image: url('../img/design/jobtic-logo-blue.png');
	}
	
	.jt-ly-header-logo-sante{
		background-image: url('../img/design/jobtic-logo-sante.png'); 
	}

	.jt-ly-header-logo-electro{
		background-image: url('../img/design/jobtic-logo-electro.png');
	}
	
	.jt-ly-header-logo-purple{
		background-image: url('../img/design/jobtic-logo-purple.png'); 
	}

	.jt-ly-header-logo-formation-electro{
		background-image: url('../img/design/jobtic-logo-formation-electro.png');
	}

	.jt-ly-header-logo-formation-sante{
		background-image: url('../img/design/jobtic-logo-formation-sante.png'); 
	}
	
	.jt-ly-header-menu-btn{
		display: none;
	}

	.jt-ly-header-menu-languages-btn{
		display: none;
	}

	.jt-ly-pre-footer-container{
		max-width: 1102px;
		width: 87.5%;
		margin: auto;
	}
	
	.jt-ly-footer-menu{
		border: none;
	}
	
	.jt-ly-footer-menu-item{
		display: inline-block;
	}
	
	.jt-ly-footer-menu-link{
		height: auto;
		padding: 0 8px 0 8px;
	
		border: none;
		
		font-size: 20px;
		line-height: initial;
	}


	.jt-ly-footer-menu li:first-child {
		margin-left: -8px;
	}
	
	.jt-ly-footer-copyright{
		font-size: 20px;
	}
	
	.jt-ly-footer-submenu-link{
		margin: 5px 0;
		padding: 0 8px 0 8px;
	}
	
	.jt-ly-menu-languages{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 30px;
		
		text-align: center;
		
		overflow: hidden;
	}
	
	.jt-ly-menu-languages{
		display: block;
		padding: 0;
		
		background-image: none;
	}
	
	.jt-ly-menu-languages-container{
		position: static;
		display: inline-block;
		max-width: 1102px;
		width: 87.5%;
		padding: 0;	
		
		font-size: 16px;
		text-align: right;
		
		overflow: hidden;
	}
	
	.jt-ly-menu-languages-item{
		display: inline;
	}
	
	.jt-ly-menu-languages-separator{
		display: inline;
	}
	
	.jt-ly-menu-languages-link{
		display: inline;
		margin: 0;
	
		border: none;
		
		color: #5183B0;
		font-size: 16px;
	}
	
	.jt-ly-menu-languages-link:hover{
		color: #355672;
	}
	
	.jt-ly-menu-languages-link.is-selected{
		color: #E38352;
		text-decoration: none;
	}
	
	.jt-ly-menu-languages-link.is-last{
		margin-right: 23px;
	}
	
	.overthrow-enabled .overthrow {
		overflow: visible;
		-webkit-overflow-scrolling: none;
	}
	/************ /layout ************/
	
	
	/************ global ************/
	.jt-container{
		max-width: 1102px;
		margin-left: auto;
		margin-right: auto;
	}

	.jt-container-mobile{
		padding-left: 0;
		padding-right: 0;
	}
	
	.jt-container-full-mobile{
		max-width: 1102px;
		padding-left: 6.25%;
		padding-right: 6.25%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.jt-container-iframe{
		width: 100%;
	}
	
	.jt-txt-warning{
		margin: 0;
		margin-bottom: 23px;
	}
	
	.jt-list-large-item{
		display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.jt-list-large-without-logo{
		display: inline-block;
	}
	/************ /global ************/


	/************ categories ************/
	.jt-categories-section{
		position: relative;
		padding: 0;
		padding-bottom: 20px;

		background: none;
	}

	.jt-categories-title{
		color: #4E4E4E;
		
		cursor: auto;
	}
	
	.jt-categories-title-mobile{
		display: none;
	}

	.jt-categories-section-plus{
		display: none;
	}
	
	.jt-categories-section-portal{
		margin-top: 0;
	}

	.jt-categories-group{
		margin-right: 23px;
		margin-bottom: 23px;
		
		background-color: #E9E9E9;
	}

	.jt-categories-opener{
		display: inline-block;
		position: absolute;
		right: 23px;
		padding-left: 20px;
		
		background-image: url('../img/design/+.svg');
		background-repeat: no-repeat;
		background-position: left top;
		
		color: #8B8B8B;
		font-weight: bold;
	}
	
	.jt-categories-opener:hover{
		color: #8B8B8B;
	}
	
	.jt-categories-opener.is-opened{
		background-image: url('../img/design/-.svg');
	}
	/************ /categories ************/
	
	/************ modal anniversaire ************/
	.jt-modal-content {
		width: 40%; /* Could be more or less, depending on screen size */
	}

	.jt-modal-facebook{
		width: 60%;
	}

	.jt-modal-facebook-tracker{
		width: 60%;
	}

	/************ /modal anniversaire ************/
	
	/************ ad ************/
	.jt-ad{
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 23px !important;
		max-width: 768px;
	}
	
	.jt-ad-mobile{
		display: none;
	}
	
	.jt-ad-desktop{
		display: block;
		margin-right: 23px;
	}
	/************ /ad ************/
	
	
	/************ hero ************/
	.jt-hero{
		height: 130px;
		padding-top: 48px;
		padding-bottom: 128px;
		margin-bottom: 15px;
	}

	.jt-hero-training{
		height: 130px;
	}
	/************ /hero ************/
	
	
	/************ form ************/
	.jt-form-horizontal{
		width: 100%;
	}
	
	.jt-form-horizontal .jt-form-label{
		display: inline-block;
		height: 26px;
		overflow: hidden;
	}
	
	.jt-form-horizontal .jt-title-medium{
		margin-bottom: 30px;
	}
	
	.jt-form-horizontal .jt-form-submit{
		margin-top: 30px;
	}
	
	.jt-form-element{
		padding-right: 23px;
	}
	
	.jt-form-vertical{
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.jt-form-select{
		/*padding-right: 30%;*/
		
		background-position: 72% center;
	}
	
	.jt-form-search .jt-form-input{
		width: 76%;
	}
	
	.jt-form-search-container{
		margin-top: 23px;
		margin-right: 23px;
	}
	
	.jt-form-search-horizontal.jt-form-search-container{
		margin-right: 0;
	}
	
	.jt-form-search-title{
		display: block;
		
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
	}
	
	.jt-form-search-horizontal .jt-form-search-title{
		top: 0;
		margin: 0;
	}
	
	.jt-form-search-selected{
		display: none;
	}
	
	.jt-form-search-list{
		display: block;
		position: static;
		margin-bottom: 30px;
		
		background: none;
	}
	
	.jt-form-search-horizontal .jt-form-search-list{
		padding: 0;
		padding-top: 10px;
		margin-bottom: 23px;
	}
	
	.jt-form-search-list-item{
		padding: 0;
		margin-top: 10px;
		margin-bottom: 0;
		
		font-size: 18px;
		color: #5183B0;
	}
	
	.jt-form-search-list-link{
		display: inline;
	}
	
	.jt-form-search-horizontal .jt-form-search-list{
		width: auto;
		display: block;
	}
	
	.jt-form-search-horizontal .jt-form-search-list-link{
		padding-right: 10px;
	}
	
	.jt-form-search-list-item.selected{
		display: inline-block;
		font-weight: bold;
	}
	
	.jt-form-search-list-item.selected:before{
		content: '>';
	}
	
	.jt-form-search-list .jt-link-white{
		color: #5183B0;
	}
	
	.jt-form-search-list .jt-link-white:hover{
		color: #355672;
	}
	
	.jt-form-search-keywords{
		display: block;
		/*position: absolute;
		top: 0 !important;*/
		width: 99% !important;
		
		z-index: 301;
	}
	
	.jt-form-search-submit{
		z-index: 302;
	}

	.jt-form-search-submit:hover
	{
		background-color: #e38352;
	}
	
	.jt-form-search-horizontal .pure-u-md-1-3{
		position: relative;
	}
	
	.jt-form-search-horizontal .jt-form-search{
		margin-right: 23px;
		position: relative;
	}
	
	.jt-form-search-spacer{
		bottom: 0 !important;
		margin: 0;
	}
	
	.jt-form-search-desktop{
		display: block;
	}
	
	.jt-form-search-mobile{
		display: none;
	}
	
	.jt-table-filled .jt-form-submit{
		margin-top: 65px;
	}
	
	.jt-form-popup-spaced{
		padding-right: 46px;
	}
	
	.jt-form-checkbox-label{
		bottom: 0;
		margin-bottom: 15px;
		padding-left: 5px;
	}
	
	.jt-form-radio-container{
		height: 45px;
	}
	
	.jt-form-file-info{
		position: absolute;
	}

	.jt-button-top{
		/*margin: 0.67em 0;*/
	}

	.js-button-show-jobmail{

	}



	/************ /form ************/
	
	
	/************ socnet ************/
	.jt-socnet{
		margin-top: 15px;
	}
	
	.jt-socnet-item{
		width: 45px;
		height: 45px;
	}
	/************ /socnet ************/
	
	
	/************ paginate ************/
	.jt-paginate-full{
		display: inline;
	}
	/************ /paginate ************/
	
	
	/************ training ************/
	.jt-training{
		margin-right: 23px;
		
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	}
	/************ /training ************/
	
	
	/************ magazine ************/
	.jt-magazine-top{
		padding: 1px 10px;
		
		/*-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
	}

	.jt-magazine-top article{
		max-width: 200px;
	}
	
	.jt-magazine-header-separator{
		display: inline;
	}
	
	.jt-magazine-header-return{
		display: none;
	}
	
	.jt-magazine-separator-mobile{
		display: none;
	}

	.jt-magazine-first-img{
		padding-right: 15px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.jt-magazine-img-large{
		float: left;
		width: 25%;
		padding-right: 10px;
	}
	
	.jt-magazine-img-large-desktop{
		float: none;
		width: 100%;
	}

	.jt-form-search-title{
		border-bottom: 1px solid #dbdbdb;
	}

	.jt-magazine-search-form{
		/*background-color: #DDD;*/
		border: 1px solid #dbdbdb;
		padding: 5px;
	}

	.jt-magazine-first-content{
		/*text-align: justify;*/
	}
	
	.jt-magazine-content2{
		margin-top: 5px;
		margin-left: 25%;
		padding-left: 10px;
		/*text-align: justify;*/
	}
	.jt-magazine-addon .jt-InputAddOn{
		position: relative;
		width: 50%;
	}
	.jt-magazine-addon .jt-InputAddOn-field{
		flex: none;
		width: 100%;
	}
	/************ /magazine ************/
	
	
	/************ partner ************/
	.jt-partner{
		width: auto;
	}
	
	.jt-partner-left{
		margin-right: 12px;
	}
	
	.jt-partner-center{
		margin-right: 11px;
		margin-left: 11px;
	}
	
	.jt-partner-right{
		margin-left: 12px;
	}
	
	.jt-partner-more{
		display: block;
		text-align: right;
	}
	/************ /partner ************/
	
	
	/************ table ************/
	.jt-table-head{
		display: table-row-group;

		text-align: left;
	}
	
	.jt-table-row{
		padding: 0;
	}
	
	.jt-table-row td{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.jt-table-head .jt-table-right{
		padding-bottom: 15px;
	}
	
	.jt-table-mobile{
		display: none;
	}
	
	.jt-table-spacer{
		display: inline-block;
		margin-left: 10px;
	}
	
	.jt-table-right{
		text-align: right;
	}
	
	.jt-table-filled-selected{
		margin-top:0;
	}
	
	.jt-table-filled-selected .jt-table-filled-cell-dark{
		height:70px;
	}
	/************ /table ************/


	/************ nav ************/
	.jt-nav{
		padding-top: 5px;
		padding-bottom: 2px;
	}
	
	.jt-nav-link{
		display: inline;
		
		border: none;
	}

	.jt-nav-full,
	.jt-nav-full2{
		display: inline;
		visibility: visible;
	}
	
	.jt-nav-none{
		display: inline;
		
		border: none;
	}
	/************ /nav ************/
	
	
	/************ header ************/
	.jt-header-left,
	.jt-header-right{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	
	.jt-header-bottom{
		text-align: center;
	}
	
	.jt-header-bottom-item{
		display: inline-block;
		min-width: 25%;
		margin-left: 11px;
		margin-right: 11px;
	}
	
	.jt-header-subcategory-title{
		margin-bottom: 23px;
	}
	
	.jt-header-subcategory-link{
		padding-right: 10px;
	}
	/************ /header ************/
	
	/************ Eptica *************/

	.sumo_location .optWrapper{
		top: 50px !important;
	}

	.progress-circle{
		margin:auto;
		margin-bottom: 0;
	}

	/************ /Eptica ************/
	
	/************ profile ************/
	.jt-profile.is-first{
		margin-right: 23px;
	}
	/************ /profile ************/
	
	
	/************ calendar ************/
	.jt-calendar-container{
		margin-bottom: 23px;
	}
	/************ /calendar ************/
	
	
	/************ event ************/
	.jt-event-left{
		margin-right: 12px;
	}

	.jt-event-center{
		margin-left: 11px;
		margin-right: 11px;
	}

	.jt-event-right{
		margin-left: 12px;
	}
	/************ /event ************/
	
	
	/************ company ************/
	.jt-company-top .jt-item{
		margin-top: 13px;
	}
	/************ /company ************/
	
	
	/************ popup ************/
	.jt-ly-popup{
		top: 0;
		padding-top: 1px;
		margin-top: -1px;

		background-image: url('../img/design/black_bg.png');	
	}
	
	.jt-ly-popup-closer{
		display: inline-block;
		right: 18.5%;
		margin-top: 0;
	}

	.jt-ly-popup-item{
		background-color: #FFFFFF;
	}
	
	.jt-ly-popup-container{
		left: 20%;
		width: 60%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.jt-ly-popup-mobile{
		display: none;
		
		border-color: #BEBEBE;
	}
	/************ /popup ************/
	
	
	/************ error ************/
	.jt-error-img-container{
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.jt-error-right{
		padding-top: 130px;
		padding-left: 30px;
		padding-bottom: 30px;
	}
	
	.jt-error-right .jt-button{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	/************ /error ************/
	
	
	/************ event ************/
	.jt-event-time{
		margin-right: 23px;
		padding: 5px;
	}
	
	.jt-event-time-start{
		min-width: 50px;
	}
	/************ /event ************/
	
	
	/************ portals ************/
	.jt-ly-portals-container{

		display: block;

		z-index: 400;

		position: fixed;

		/*max-width: 1102px;*/
		width:100%;
		margin: 0 auto;
		
		padding-top: 3px;

		border-bottom: 1px solid #000000;
		
		background-color: #4E4E4E;
	
	}

	.jt-ly-clear{
		display: block;

		
		width:100%;
		margin: 0 auto;
		
		height:25px;

		border-bottom: 1px solid #000000;
		
		background-color: #4E4E4E;
	}
	
	.jt-ly-portals-list{
		margin: 0;
		padding: 2px 0;
		
		text-align: center;
	}
	
	.jt-ly-portals-item{
		display: inline-block;
		padding: 0 11px;
	
		list-style-type: none;
	}
	
	.jt-ly-portals-link{
		color: #BCBDBF;
		font-size: 14px;
	}
	
	.jt-ly-portals-link:hover{
		color: #FFFFFF;
	}

	.jt-ly-portals-link-selected{
		color: #FFFFFF ;
		font-weight: bold;
		font-size: 18px;
	}
	/************ /portals ************/
	
	
	.jt-order-total,
	.jt-order-paymentChoice{
		float: right;
		display: inline-block;
		width: 40%;
	}

	.jt-order-command{
		width: 40%;
		float: right;
	}
	

	.jt-button-auto{
		width: auto;
	}
	
	.jt-column-spaced{
		margin-right: 23px;
	}
	
	.is-mobile-centered{
		text-align: left;
	}
	
	
	.jt-socnet-share{
		text-align: left;
	}

	.jt-container-recruiter{
		

		padding-right: 2.25em;
		padding-left: 2.25em;
	}

	.only-mobile
	{
		display: none;
	}

}
/* /> 768px */

/* > 900px */
@media screen and (min-width: 900px) {
	/************ layout ************/
	.jt-ly-menu-socnet{
		float: right;
		display: inline-block;
		margin: 10px 0 0 0;
		padding: 0;
	}
	
	.jt-ly-menu-socnet-item{
		display: inline-block;
		margin-left: 0;
	}
	
	.jt-ly-menu-socnet-img{
		height: 32px;
	}

	.jt-ly-header{
		/*padding: 0 6.25%;*/
	}

	.jt-ly-header-container{
		width: 100%;
	}

	.jt-ly-footer-container{
		/*position: absolute;
	  	bottom: 0;
	  	width: 100%;
	  	height:258px;   */
	}
	
	.jt-ly-footer-menu-link{
		padding: 0 15px 0 15px;
	}

	.jt-ly-footer-menu li:first-child {
		margin-left: -40px;
	}
	/************ /layout ************/
	
	
	/************ form ************/
	.jt-form-search .jt-form-input{
		width: 79%;
	}
	/************ /form ************/
	
	.jt-title-desktop{
		display: block;
	}

	.jt-container-recruiter{
		

		padding-right: 2.25em;
		padding-left: 2.25em;
	}

	.only-mobile
	{
		display: none;
	}

}
/* /> 900px */

/* > 1024px */
@media screen and (min-width: 64em) {
	.jt-container-recruiter{	

		padding-right: 2.25em;
		padding-left: 2.25em;
	}

	/************ layout ************/
	.jt-ly-menu-socnet-item{
		margin-left: 10px;
	}
	/************ /layout ************/
	
	
	/************ form ************/
	.jt-form-search .jt-form-input{
		width: 82%;
	}
	
	.jt-form-vertical{
		width: 50%;
	}
	
	.jt-form-select{
		/*padding-right: 30%;*/
		
		background-position: 74% center; /* 74% */
	}
	/************ /form ************/
	
	
	/************ popup ************/
	.jt-ly-popup{
		z-index: 500;
	}

	.jt-ly-popup-container{
		left: 32.5%;
		width: 35%;
		margin-top: 60px;
	}
	
	.jt-ly-popup-closer{
		display: inline-block;
		right: 31.8%;
		margin-top: 33px;
	}
	/************ /popup ************/
	/************ event ************/
	.jt-event-time{
		padding: 23px;
	}
	/************ /event ************/

	.only-mobile
	{
		display: none;
	}
}
/* /> 1024px */


/* > 1280px */
@media screen and (min-width: 80em) {
	/************ layout ************/
	.jt-ly-menu{
		width: 100%;
		padding: 0;
	}
	
	.jt-ly-header{
		padding: 0;
	}
	
	.jt-ly-header-container{
		max-width: 1102px;
		width: 87.5%;
		margin: auto;
	}

	.jt-ly-top-line-container{
		width: 100%;
		margin: 0 auto;
	}
	/************ /layout ************/
	
	/************ form ************/
	.jt-form-search .jt-form-input{
		width: 85%;
	}
	/************ /form ************/
	.js-table-filled-header{
		display: table;
	}

	.only-mobile
	{
		display: none;
	}
}
/* /> 1280px */