/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");





/* --------------------------------------------------
	=GLOBAL
-------------------------------------------------- */

/* colors

grey:         #646464
grey light:   #f5f5f5
blue:         #2981ad
blue light:   #2880ac
blue dark:    #004f9c
orange:       #eb7d00
orange light: #ff9219

*/



/* helpers */
.strong {
	font-weight: bold;
}


.hint {
	color: #666;
	font-size: 12px;
}


.bordered-box {
	background-color: white;
	border: 5px solid #f5f5f5;
	-webkit-border-radius: 15px;
	-moz-border-radius   : 15px;
	border-radius        : 15px;
	overflow: hidden;
	padding: 1em 2em;
	position: relative;
}

.bordered-box input[type=text],
.bordered-box textarea,
.bordered-box input[type=email],
.bordered-box input[type=password],
.bordered-box input[type=tel],
.bordered-box input[type=url],
.bordered-box input[type=search],
.bordered-box input[type=date],
.bordered-box select {
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-box-shadow   : none;
	-webkit-box-shadow: none;
	-o-box-shadow     : none;
	box-shadow        : none;
	font-size: 14px;
}

.bordered-box select {
	border: 1px solid #ccc !important;
	-moz-box-shadow   : none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow     : none !important;
	box-shadow        : none !important;
}

.bordered-box__close {
	color: #333;
	line-height: 27px;
	padding: 4px 35px 4px 0;
	position: absolute;
	right: 30px;
	top: 20px;
}

.bordered-box__close:after {
	border: 1px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	content: 'x';
	display: block;
	line-height: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 3px;
	width: 26px;
}
/* /helpers */





body {
	background-color: white;
}

#footer-outer {
	background-color: #646464;
}

#header-outer {
	-webkit-box-shadow: none;
	-o-box-shadow     : none;
	-moz-box-shadow   : none;
	box-shadow        : none;
}

.container-wrap,
.project-title {
	background-color: white;
	padding-bottom: 0;
}





/* --------------------------------------------------
	=TYPOGRAPHY
-------------------------------------------------- */

/** Generated by FG **/
@font-face {
	font-family: 'Conv_DINOffc';
	src: url('fonts/din/DINOffc.eot');
	src: local('☺'), url('fonts/din/DINOffc.woff') format('woff'), url('fonts/din/DINOffc.ttf') format('truetype'), url('fonts/din/DINOffc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Conv_DINOffc', Sans-Serif;
	color: #333;
}



/* title */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Conv_DINOffc', Sans-Serif;
	text-transform: uppercase;
}

h1, .h1 {
	font-size: 42px;
}

h2, .h2 {
	color: #2981ad;
	font-size: 32px;
}

h3, .h3 {
	font-size: 22px;
}


.main-content h1, .h1,
.main-content h2, .h2,
.main-content h3, .h3,
.main-content h4, .h4,
.main-content h5, .h5,
.main-content h6, .h6 {
	text-transform: none;
}

.row .col.section-title h1,
.row .col.section-title h2 {
	font-family: 'Conv_DINOffc', Sans-Serif;
}

.row .col.section-title h1 {
	margin-top: 2.2em;
}



/* links */
body a {
	color: #eb7d00;
}



/* lists */
.main-content ul li {
	background: transparent url('img/puce.png') 0 6px no-repeat;
	padding-left: 14px;
	list-style: none;
}


#sidebar li {
	background: none;
	padding-left: 0;
}

.vc_span4 ul {
	margin-left: 0;
}




/* --------------------------------------------------
	=BUTTONS
-------------------------------------------------- */

.nectar-button {
	font-family: 'Conv_DINOffc', Sans-Serif;
}





/* --------------------------------------------------
	=FORMS
-------------------------------------------------- */


input[type=submit],
button[type=submit],
input[type="button"] {
	background-color: transparent !important;
	border: 2px solid #333;
	color: #333;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.page input[type=submit]:hover,
.page button[type=submit]:hover,
.page input[type="button"]:hover {
	background-color: transparent !important;
	border-color: #eb7d00;
	color: #eb7d00;
}





/* --------------------------------------------------
	=TABLE

body:not(.woocommerce-cart) .main-content table {
	border: 0;
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1) {
	background: transparent;
}

body:not(.woocommerce-cart) .main-content tr th:first-child,
body:not(.woocommerce-cart) .main-content tr td:first-child,
body:not(.woocommerce-cart) .main-content td {
	border: 0;
}
-------------------------------------------------- */





/* --------------------------------------------------
	=LAYOUT
-------------------------------------------------- */

.post-type-archive .container-wrap,
.single-formations .container-wrap {
	padding-top: 95px;
}



/* header */
@media only screen and (min-width: 1000px) {
	#header-outer {
		top: 40px;
	}
}

.admin-bar #header-outer,
.logged-in.buddypress #header-outer {
	top: 72px;
}
/* /header */





/* header top */
.header--top {
	background: #c8c8c8;
	background: -moz-linear-gradient(top, #c8c8c8 0%, #dbdbdb 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #c8c8c8), color-stop(100%, #dbdbdb));
	background: -webkit-linear-gradient(top, #c8c8c8 0%, #dbdbdb 100%);
	background: -o-linear-gradient(top, #c8c8c8 0%, #dbdbdb 100%);
	background: -ms-linear-gradient(top, #c8c8c8 0%, #dbdbdb 100%);
	background: linear-gradient(to bottom, #c8c8c8 0%, #dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dbdbdb', GradientType=0 );
	height: 40px;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.admin-bar .header--top,
.logged-in.buddypress .header--top {
	top: 32px;
}


.borders {
	overflow: hidden;
}

.border {
	float: left;
	height: 6px;
	width: 33.333333%;
}

.border--blue--dark {
	background-color: #004f9c;
}

.border--blue {
	background-color: #2981ad;
}

.border--orange {
	background-color: #eb7d00;
}



.baseline {
	background: transparent url('img/flag_ch.png') 100% 50% no-repeat;
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
	margin: 0;
	padding: 0 25px 0 0;
}



header#top {
	border-bottom: 3px solid #dbdbdb;
}


header#top #logo,
header#top #logo img {
	display: block;
}

header#top #logo {
	background-color: #fff;
	border: 3px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius   : 10px;
	border-radius        : 10px;
	left: 0;
	padding: 0 0 0 10px;
	position: absolute;
	top: 3px;
}


@media only screen and (max-width: 1000px) and (min-width: 1px) {
	#html body header#top #logo img {
		height: 45px !important;
	}

	#html header#top #logo {
		margin-top: -10px !important;
	}
}
/* /header top */





/* content */
.avatar,
.avatar img {
	display: block;
}

.avatar {
	border-bottom: 5px solid #2981ad;
}





body[data-bg-header="true"] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
	padding-bottom: 0;
}



.main-content .vc_span8 {
	padding-right: 1em;
}

.main-content .vc_span4 {
	padding-left: 1em;
}

.service-product-row {
	border-bottom: 1px solid #f5f5f5;
}



.main-content .comment-list .comment {
	background: none;
	padding-left: 0;
}



.single .heading-title {
	border: 0;
	padding-bottom: 15px;
	margin-top: 50px;
}
.single.single-trainings .heading-title {
	border: 0;
	padding-bottom: 0px;
	margin-top: 0px;
}

.single.single-trainings .heading-title h1 {
	margin-top: 0px;
	font-size: 42px;
}
/* /content */





/* sidebar */
#sidebar div ul li {
	border-bottom: 0;
}

#sidebar .widget.widget_categories li a,
#sidebar .widget.widget_pages li a,
#sidebar .widget.widget_nav_menu li a {
	border-bottom: 0 !important;
}
/* /sidebar */





/* footer */
#footer-outer .widget h4,
.text-on-hover-wrap .categories a {
	font-family: 'Conv_DINOffc', Sans-Serif;
}

#footer-outer .widget h4 {
	color: #ccc;
}

#footer-widgets a {
	color: #ff9219;
}

#footer-widgets a:hover {
	text-decoration: underline;
}
/* /footer */





/* --------------------------------------------------
	=NAVIGATION
-------------------------------------------------- */

/* main menu */
header#top nav > ul > li > a {
	font-size: 14px;
	padding-top: 0 !important;
	padding-bottom: 30px !important;
	text-transform: uppercase;
}
header#top nav > ul > li.megamenu ul li a {
	line-height: 17px;
}
#lang_sel_list {
  height: 16px;
  float: right;
  margin-top: -28px;
}
#header-outer header#top nav > ul.buttons {
  display: none;
}

/*
	mobile
	quick fix : hide duplicated menu languages;
*/
#mobile-menu .container > ul > li:nth-child(11),
#mobile-menu .container > ul > li:nth-child(12),
#mobile-menu .container > ul > li:nth-child(13) {
	display: none;
}
/* /mobile */

/* /main menu */



/* breadcrumbs */
.breadcrumbs {
	font-size: 12px;
}

.breadcrumbs,
.breadcrumbs a {
	color: #a9a9a9 !important;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}
/* /breadcrumbs */





/* --------------------------------------------------
	=MODULES
-------------------------------------------------- */

/* mod languages switcher */
header#top nav > ul > li.menu-item-language > a {
	padding-right: 5px;
	padding-left: 5px;
}

header#top .menu-item-language .iclflag,
#header-secondary-outer .menu-item-language .iclflag {
	margin-right: 0;
}
/* /mod languages switcher */





/* mod social links */
.socials {
	margin: 2px 0;
	float: right;
	overflow: hidden;
}

.social__item {
	float: left;
	list-style: none;
	margin-right: 10px;
}

.social__link {
	background: transparent url('img/sprite_socials.png') 0 0 no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -9999em;
}

.social__link:hover {
	background-position: 0 -30px;
}

.social__link--blog {
	background-position: 0 0;
}

.social__link--facebook {
	background-position: -40px 0;
}
.social__link--facebook:hover {
	background-position: -40px -30px;
}

.social__link--twitter {
	background-position: -80px 0;
}
.social__link--twitter:hover {
	background-position: -80px -30px;
}

.social__link--linkedin {
	background-position: -120px 0;
}
.social__link--linkedin:hover {
	background-position: -120px -30px;
}

.social__link--googleplus {
	background-position: -160px 0;
}
.social__link--googleplus:hover {
	background-position: -160px -30px;
}

.social__link--xing {
	background-position: -200px 0;
}
.social__link--xing:hover {
	background-position: -200px -30px;
}

.social__link--youtube {
	background-position: -240px 0;
}
.social__link--youtube:hover {
	background-position: -240px -30px;
}
/* /mod social links */





/* mod slideshow */

/* Nectar slider */
@media only screen and (min-width: 1300px) {
	.swiper-slide .content,
	.banner__inner {
		width: 40%;	 /*65%*/
	}
}

#html .swiper-slide .content h2,
#html .banner__title,
#html .swiper-slide .content p,
#html .banner__snippet {
	color: white;
	display: inline-block;
	font-family: 'Conv_DINOffc', Sans-Serif;
	padding-right: 1em !important;
	padding-left: 1em !important;
}


@media only screen and (max-width: 480px) {

	#html .page .swiper-slide .content p,
	#html .banner__snippet {
		font-size: 14px !important;
		line-height: 1.2 !important;
		padding: .5em .2em !important;
	}

}

@media only screen and (min-width: 481px) and (max-width: 690px) {

	#html .page .swiper-slide .content p,
	#html .banner__snippet {
		font-size: 16px !important;
		line-height: 1.2 !important;
		padding: .5em .2em !important;
	}

}

@media only screen and (min-width: 1000px) {

	#html .page .swiper-slide .content p,
	#html .banner__snippet {
		font-size: 19px !important;
		line-height: 1.2 !important;
	}

}

.container-wrap .swiper-slide .content h2,
.container-wrap .banner__title {
	background-color: #eb7d00;
	background-color: rgba(235, 125, 0, .85);
	font-weight: bold;
	margin-bottom: 0;
	line-height: 45px !important;
	text-transform: none;
}

@media only screen and (max-width: 480px) {

	#html .container-wrap .swiper-slide .content h2,
	#html .container-wrap .banner__title {
		font-size: 16px !important;
		padding: .5em .2em !important;
	}

}

@media only screen and (min-width: 481px) and (max-width: 690px) {

	#html .container-wrap .swiper-slide .content h2,
	#html .container-wrap .banner__title {
		font-size: 18px !important;
		padding: .5em .2em !important;
	}

}

@media only screen and (min-width: 1000px) {

	#html .container-wrap .swiper-slide .content h2,
	#html .container-wrap .banner__title {
		font-size: 22px !important;
	}

}

.swiper-slide .content p,
.banner__snippet {
	background-color: #2981ad;
	background-color: rgba(41, 129, 173, .85);
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-bottom: 30px !important;
}

.swiper-slide .button.transparent a,
.swiper-slide .button.transparent_2 a {
	border: 2px solid #333;
	color: #333;
}

.swiper-slide .button a {
	font-family: 'Conv_DINOffc', Sans-Serif;
}

.swiper-slide .button.transparent a:hover {
	border-color: #eb7d00;
	color: #eb7d00;
}


/* Nectar blog */
.blog-slideshow {

}

.page .swiper-slide.blog-slideshow .content p {
	color: #333;
	font-size: 14px !important;
	line-height: 1.5 !important;
}



/* Homepage slider */
#featured article {
	background-color: #fff !important;
	top: 40px !important; /* matches header-top height */
}

/* /mod slideshow */





/* Banner */
.banner-wrapper {
	margin-top: 0;
	margin-bottom: 24px;
	padding-bottom: 21.64%; /* ratio 1663 / 360 */
	position: relative;
	width: 100%;
}

.banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	z-index: 1001;
}

.banner--formations {
	background-image: url('img/slide_formations.jpg');
}

.banner__inner {
	padding-top: 40px;
}


#html .banner__snippet {
	display: block;
}

@media only screen and (max-width: 690px) {

	.banner__inner {
		padding-top: 10px;
	}

	#html .banner--formations .banner__title {
		height: auto !important;
		line-height: 1 !important;
	}

}

@media only screen and (min-width: 1000px) {

	.banner__inner {
		padding-top: 100px;
	}

	#html .banner__snippet {
		display: inline-block;
	}

}

/* /Banner */




/* mod currently */
.row--currently {
	margin-top: 50px;
}

.currently__inner {
	background-color: #fff;
	-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow   : 2px 4px 1px rgba(0, 0, 0, .07);
	box-shadow        : 2px 4px 1px rgba(0, 0, 0, .07);
	min-height: 450px;
	padding: 10px 15px 35px 15px;
}

.currently__img {
	display: block;
	margin-bottom: 40px;
	width: 100% !important;
}

.currently__heading,
.currently__body {
	text-align: center;
}

.currently__heading {
	font-size: 32px;
	margin-bottom: 20px;
	text-transform: none;
}

.currently__body {
	margin-bottom: 2em;
}

.currently__link {
	border: 2px solid #333;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	bottom: 40px;
	color: #333;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
}


@media only screen and (min-width: 1300px) {
	.home .currently__link {
		position: absolute;
	}
}

.currently__link:hover {
	color: #eb7d00;
}

.currently__link span {
	display: block;
	text-align: center;
	text-transform: uppercase;
}

.currently__link:hover {
	border-color: #eb7d00;
}

.currently__link:hover span {
	color: #eb7d00;
}



/* temp */
.row--currently-bis {
	margin-top: 20px;
}

.blog-recent .col,
.row--currently-bis .vc_span4 /* col blog */ {
	background-color: #fff;
	-webkit-box-shadow: 2px 4px 1px rgba(0, 0, 0, .07);
	-moz-box-shadow   : 2px 4px 1px rgba(0, 0, 0, .07);
	box-shadow        : 2px 4px 1px rgba(0, 0, 0, .07);
	border: none;
	border: 1px solid rgba(0, 0, 0, .03);
	padding: 10px 15px 35px 15px;
	position: relative;
	text-align: center;
}

.row--currently-bis .vc_span4 {
	margin-left: 0;
}

@media only screen and (min-width: 1300px) {

	.home .blog-recent .col,
	.home .row--currently-bis .vc_span4 /* col blog */ {
		min-height: 620px;
		position: relative;
	}

}

#html .blog-recent .title,
#html .blog-recent .title a,
#html .row--currently-bis .vc_span4 .title a {
	color: #333 !important;
}

#html .blog-recent .title a:hover,
#html .row--currently-bis .vc_span4 .title a:hover {
	color: #EB7D00 !important;
}

#html .blog-recent .title,
#html .row--currently-bis .vc_span4 .title a {
	font-size: 28px !important;
	line-height: 1 !important;
	margin-bottom: 20px !important;
	text-transform: none !important;
}

.blog-recent .col img {
	margin: 15px auto;
}

.blog-recent .meta-author,
.blog-recent .meta-category,
.blog-recent .meta-comment-count {
	display: none;
}
/* temp */
/* /mod currently */





/* mod contact */
.row--contact,
.row--formation-detail {
	background-color: #f5f5f5;
	margin: 60px 0 30px 0;
	padding: 30px 0 40px 0;
}

.contact__title {
	margin-bottom: 30px;
}

.row--contact #author-bio {
	border-bottom: 0;
	width: auto;
	padding: 0;
}

.row--contact .author__name {
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.row--contact .author__desc {
	font-size: 14px;
}

.row--contact #author-bio .avatar {
	float: left;
	height: auto;
	position: static;
}

.row--contact input[type=text],
.row--contact textarea,
.row--contact input[type=email],
.row--contact input[type=password],
.row--contact input[type=tel],
.row--contact input[type=url],
.row--contact input[type=search],
.row--contact input[type=date]  {
	background-color: white;
	border: 0;
	-moz-box-shadow   : none;
	-webkit-box-shadow: none;
	-o-box-shadow     : none;
	box-shadow        : none;
	font-size: 14px;
}

.row--contact #author-bio #author-info {
	overflow: hidden;
	width: auto;
}

.row--contact textarea {
	height: 100px;
}

.row--contact .wpcf7 p {
	line-height: 1;
}

.row--contact .socials {
	float: none;
}
/* /mod contact */





/* mod sla */
.sla-steps {
	overflow: hidden;
	padding: 1em 2em;
}

.sla-steps {
	background-color: #f5f5f5;
	margin-bottom: 30px;
}

.sla-extensions {
	background-image: url('img/cubes.png');
	background-position: 95% 50px;
	background-repeat: no-repeat;
}



.sla-steps__title {
	margin-bottom: 30px !important;
	padding-left: 45px;
	position: relative;
	text-decoration: none;
}
.sla-steps__title:before {
	border: 1px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius   : 50%;
	border-radius        : 50%;
	content: '1';
	display: block;
	line-height: 26px;
	height: 26px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 26px;
}

.sla-extensions .sla-steps__title:before {
	content: '2';
}

.sla-results {
	background-color: #2981ad;
	color: white;
	font-size: 18px;
	margin-bottom: 40px !important;
	padding: 17px 30px;
}

.sla-results input[type=text],
.sla-results textarea,
.sla-results input[type=email],
.sla-results input[type=password],
.sla-results input[type=tel],
.sla-results input[type=url],
.sla-results input[type=search],
.sla-results input[type=date] {
	background-color: white;
	border: 0;
	padding: 5px !important;
}



.sla-getfree,
.sla-getfree a {
	color: white !important;
	text-align: center;
	text-transform: uppercase;
}

.sla-getfree {
	background-color: #eb7d00;
	-webkit-border-radius: 3px;
	-moz-border-radius   : 3px;
	border-radius        : 3px;
	float: none;
}

.sla-getfree a {
	display: block;
	padding: 5px 40px;
}



#sla-calculator .slal-features,
#sla-calculator .slal-features tr,
#sla-calculator .slal-features td {
	background: none;
}

#sla-calculator .slal-features {
	border: 0;
}

#sla-calculator .slal-features td {
	border: 0;
	font-size: 14px;
	vertical-align: top;
}

#sla-calculator .slal-features td:first-child {
	padding-left: 0;
}

#sla-calculator .slal-features .strong {
	color: #333;
	font-size: 16px;
}

#sla-calculator select {
	border: 1px solid !important;
	-moz-box-shadow   : none !important;
	-webkit-box-shadow: none !important;
	-o-box-shadow     : none !important;
	box-shadow        : none !important;
	padding: 1px !important;
}



.sla-steps .arifancybox {
	display: none;
	height: 14px;
	width: 14px;
}

.sla-steps .arifancybox img {
	margin: 0;
}

.slae-option {
	margin-bottom: 5px;
}

.slae-group {
	width: 100%;
}

.slae-group p {
	padding: 0;
}


/* tooltipster */
.tooltipster-content h2 {
	text-transform: none;
}
/* /tooltipster */

/* /mod sla */





/* mod highlight */
.highlight__title,
.highlight__title a {
	color: #2880ac;
}

.highlight__title {
	font-size: 20px;
	margin-bottom: 10px !important;
	text-transform: none;
}

.highlight__title a:hover {
	color: #EB7D00;
}


.highlight__meta {
	font-size: 12px;
	color: #666;
	line-height: 1;
	margin-bottom: 30px;
	overflow: hidden;
	padding: 0;
}

.highlight__author,
.highlight__category {
	float: left;
}

.highlight__author {

}

.highlight__category {
	border-left: 1px solid;
	margin-left: 5px;
	padding-left: 5px;
}

.highlight__category a {
	color: #666;
	text-decoration: none;
}
.highlight__category a:hover {
	text-decoration: underline;
}

.highlight__body {

}
/* /mod highlight */





/* mod partners */
.row--partners {
	background-color: #f5f5f5;
	margin-top: 100px;
	padding-top: 24px;
}

.partners {
	margin: 0;
	padding: 0;
}

.partner {
	list-style: none;
}

.partner__link {
	display: block;
	outline: 0;
}
/* /mod partners */





/* mod toggle */
.toggle {
	margin-bottom: 1px !important;
}

body .toggle > div {
	border: 1px solid #dadada;
	border-top: 0;
	-webkit-box-shadow: none;
	-o-box-shadow     : none;
	-moz-box-shadow   : none;
	box-shadow        : none;
	padding-bottom: 3em;
}

.toggle h3 a {
	font-size: 16px !important;
}
/* /mod toggle */





/* mod formation */
.row--formation-header .col--right h3 {
	color: #2981ad;
}

.row--formation-header .col--right ol {
	color: #eb7d00;
}



.obqf-globalsold,
.obqf-terms {
	margin-bottom: 60px;
}



/* reduction */
.obqf-globalsold {
	background: #F5F5F5 url('img/picto_reduction.png') 30px 15px no-repeat;
	min-height: 85px;
	padding: 15px 30px;
}

.obqf-globalsold__text {
	margin: 0;
	font-size: 22px;
	padding: 0 0 0 130px;
}
/* reduction */



/* filters */
.obqf-terms {
	background-color: #dadada;
	padding: 5px 30px 15px 30px;
}

.filters {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.main-content .filters {
	margin: 0;
}

.filter__item {
	list-style: none;
}
.main-content ul .filter__item {
	background: none;
	padding: 0;
}

.filter__link {
	background-color: white;
	border: 2px solid #333;
	color: #333;
	display: block;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 12px 15px;
}

.filter__link:hover,
.filter__link.active {
	border-color: #eb7d00;
	color: #eb7d00;
}
/* /filters */



/* formation */
.formation,
.formations,
.training,
.trainings {
	border-bottom: 1px dotted #dadada;
	padding: 20px;
}

.single .formation,
.single .formations,
.single .training,
.single .trainings {
	border: 0;
	padding: 0;
}

.formation .content-inner,
.formations .content-inner,
.training .content-inner,
.trainings .content-inner {
	position: relative;
}

.formation .title,
.formation .title a,
.formations .title,
.formations .title a,
.training .title,
.training .title a,
.trainings .title,
.trainings .title a  {
	color: #333;
	font-size: 22px;
}

.formation .title a:hover,
.formations .title a:hover,
.training .title a:hover,
.trainings .title a:hover {
	color: #eb7d00;
}

.formation .title
.formations .title {
	margin-bottom: 20px;
}

.obqf-informations {
	overflow: hidden;
}

.obqf-nbday,
.obqf-price,
.obqf-citiesdates {
	padding-left: 40px;
}

.obqf-nbday {
	background: transparent url('img/picto_time.png') 0 0 no-repeat;
	margin-bottom: 10px;
}

.obqf-price {
	background: transparent url('img/picto_price.png') 0 0 no-repeat;
}

.obqf-citiesdates {
	background: transparent url('img/picto_calendar.png') 0 0 no-repeat;
	margin-left:;
}

.obqf-globalsold-min {
	color: #c00;
}

.obqf-soldprice {
	color: #267fac;
}

.obq-citydates {
	border-bottom: 1px solid #dadada;
}

.obq-city,
.obq-dates {
	display: inline-block;
}

.obq-city {
	width: 50%;
}



/* faq */
.faq__item,
.row--faq li {
	color: #2981ad;
}

.faq__desc,
.row--faq li p {
	color: #333;
	line-height: 1.5;
}
/* faq */



.formation__calltoaction {
	background-color: white !important;
	border: 2px solid #333;
	color: #333;
	display: block;
	line-height: 1;
	margin: 1em 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
}

.formation__calltoaction:hover {
	border-color: #eb7d00;
	color: #eb7d00;
}



/* state */
.formation.js-is-hovered,
.formations.js-is-hovered,
.training.js-is-hovered,
.trainings.js-is-hovered {
	background-color: #f5f5f5;
}

.formation.js-is-hovered .title a,
.formations.js-is-hovered .title a,
.training.js-is-hovered .title a,
.trainings.js-is-hovered .title a {
	color: #eb7d00;
}



.formations__hint {
	margin: 15px 0;
}


/* detail */
.row--formation-detail {
	margin-top: 30px;
	padding-bottom: 5px;
}

.formations__hint {
	margin: 0;
	padding: 0;
}

.trainers-wrapper {

}

.trainers {
	overflow: hidden;
}

.trainer {
	cursor: pointer;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.trainer__portrait {
	height: 100px;
	margin-bottom: 5px !important;
	width: 100px;
}

.trainer__name {

}



/* trainer form box */
.obqt-picture {
	margin-bottom: 15px;
}

.obqu-social.socials {
	float: none;
}

.obqt-content {
	overflow: hidden;
}

.obqt-name {
	font-size: 24px;
	margin-bottom: 10px;
}

.obqt-job {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.obqt-details {
	margin-bottom: 30px;
}

.obqt-cf p {
	line-height: 1;
}

.bordered-box .obqt-cf input[type=text],
.bordered-box .obqt-cf textarea,
.bordered-box .obqt-cf input[type=email],
.bordered-box .obqt-cf input[type=password],
.bordered-box .obqt-cf input[type=tel],
.bordered-box .obqt-cf input[type=url],
.bordered-box .obqt-cf input[type=search],
.bordered-box .obqt-cf input[type=date] {
	border-color: #ececec;
	border-width: 2px;
	padding: 5px 10px !important;
}

.obqt-trainer.bordered-box {

}

.main-content ul.ulonsitelink {
	margin: -20px 0 20px 0;;
}

/* /trainer form box */



.single-formations .wpcf7-form p span.wpcf7-list-item-label {
	color: #333 !important;
}
.single-formations .wpcf-field-introduction .rw-rating-table {
	display: none;
}

/* form workshop booking */
.form-book-workshop {
	margin-top: 60px;
}

.form-book-workshop.bordered-box {
	padding-right: 35px;
	padding-left: 35px;
}

.form-book-workshop .h2 {
	margin-bottom: 15px !important;
}

.form__col--right {
	padding-left: 7%;
}

.fbw__intro {
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 40px;
	padding-bottom: 30px;
}

.form-book-workshop .wpcf7-textarea {
	height: 120px;
}

.wpcf7 .wpcf7-response-output {
  float: left;
  margin-left: 7%;
}
/* /form workshop booking */



.row--soug img {
	margin-right: 1em;
	vertical-align: top;
}
/* /formation */

/* /mod formation */





/* mod tag cloud */
.page #sidebar .widget .tagcloud a,
.page .post-tags a,
.single-post #sidebar .widget .tagcloud a,
.single-post .post-tags a,
.archive #sidebar .widget .tagcloud a,
.archive .post-tags a,
.tag #sidebar .widget .tagcloud a,
.tag .post-tags a {
	background: none !important;
	color: #eb7d00 !important;
}

.page #sidebar .widget .tagcloud a:hover,
.page .post-tags a:hover,
.single-post #sidebar .widget .tagcloud a:hover,
.single-post .post-tags a:hover,
.archive #sidebar .widget .tagcloud a:hover,
.archive .post-tags a:hover,
.tag #sidebar .widget .tagcloud a:hover,
.tag .post-tags a:hover {
	background: none !important;
}
/* /mod tag cloud */





/* --------------------------------------------------
	=BLOG
-------------------------------------------------- */

/* nectar */
#single-meta li {
	background: none;
}

.page-id-35 .swiper-slide .content,
.page-id-35 .banner__inner {
	width: 60%;
}

.single-post span.post-featured-img {
	display: none;
}



#post-area.col_last.span_12 {
	clear: both;
}



/* entry */
article.post .content-inner,
article.post .post-meta,
article.post .post-meta .date {
	/*border: 0;*/
}

article.post .post-meta {
	padding-bottom: 1.5em;
}

.blog article.post .post-content {
	padding-left: 195px;
	padding-right: 100px;
}



article.post .post-meta .date {
	color: #878787;
	margin: 0;
	padding: 0;
}

article.post .post-meta .month,
article.post .post-meta .day,
article.post .post-meta .year {
	font-family: 'Conv_DINOffc', Sans-Serif;
	line-height: 1;
}

article.post .post-meta .month,
article.post .post-meta .day {
	margin-bottom: 3px;
}

article.post .post-meta .month {
	font-size: 20px;
}

article.post .post-meta .day {
	font-size: 32px;
}

article.post .post-meta .year {
	font-size: 17px;
	margin: 0 0 5px 0;
}



.page article.post .post-header h2 a {
	color: #2981ad !important;
}
.page article.post .post-header h2 a:hover {
	text-decoration: underline;
}



.page .avatar-wrapper {
	position: absolute;
	top: 0;
	width: 80px;
}

.page article.post .content-inner {
	padding-left: 90px;
}

#post-area .post .content-inner {
	overflow: hidden;
}

.blog article.post .avatar {
	left: 100px;
	position: absolute;
}

#html #post-area .more-link {
	background-color: transparent !important;
	border: 2px solid #333;
	color: #333;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	-moz-transition   : none;
	-o-transition     : none;
	-webkit-transition: none;
	transition        : none;
}
#html #post-area .more-link:hover {
	border-color: #eb7d00;
	color: #eb7d00;
}

#html #post-area .more-link span,
#html #post-area .more-link span:hover {
	background: none !important;
}

#html  #post-area .more-link span {
	-moz-transition   : none;
	-o-transition     : none;
	-webkit-transition: none;
	transition        : none;
	border: 0;
	font-size: inherit;
	padding: 0;
}
/* /entry */



/* sidebar */
#sidebar h4 {
	color: #333;
	font-family: 'Conv_DINOffc', Sans-Serif;
	text-transform: uppercase;
}

.post_count{
	padding-left: 20px;
	background: url(img/stats.png) top left no-repeat;
	margin-bottom: 10px !important;
}

/* search */
.widget_search .search-form .search-field {
	background-color: white;
	border: 1px solid #c8c8c8;
}

.widget_search .search-form .search-field::-webkit-input-placeholder {
	color: #646464;
}
.widget_search .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
	color: #646464;
}
.widget_search .search-form .search-field:-ms-input-placeholder {
	color: #646464;
}
.widget_search .search-form .search-field:-moz-placeholder { /* Firefox 18- */
	color: #646464;
}

.widget_search .search-form .search-submit {
	background: transparent url('img/picto_magnify.png') 50% 50% no-repeat;
	border: 0;
	display: inline-block;
	height: 43px;
	padding: 0;
	text-indent: -9999em;
	width: 50px;
}

.widget_search .search-form .search-submit:hover {
	background-color: transparent !important;
}
/* /search */



/* categories */
#sidebar #categories-2 ul li,
#sidebar #text-8 ul li {
	border-bottom: 1px solid #DDD !important;
}
/* /categories */



/* recent comments */
#sidebar .widget li.recentcomments {
	background: none;
	padding-left: 0 !important;
}
/* /recent comments */
/* /sidebar */





/* post a comment */
#respond {
	background-color: white;
	border: 5px solid #f5f5f5;
	-webkit-border-radius: 15px;
	-moz-border-radius   : 15px;
	border-radius        : 15px;
	padding: 25px !important;
}

#respond input[type=text],
#respond textarea,
#respond input[type=email],
#respond input[type=password],
#respond input[type=tel],
#respond input[type=url],
#respond input[type=search],
#respond input[type=date] {
	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius   : 5px;
	border-radius        : 5px;
	-moz-box-shadow   : none;
	-webkit-box-shadow: none;
	-o-box-shadow     : none;
	box-shadow        : none;
	font-size: 14px;
}
/* /post a comment */


.bloggers-list {
}

.main-content ul.bloggers-list li {
	list-style: none;
	width: 23%;
	display: inline;
	float: left;
	background: transparent;
	height:	;
}
.bloggers-list li img {
	margin: 0 !important;
	height: 250px;
}
.bloggers-list li .author_photo,
.bloggers-list li .author_name {
	margin: none;
	display: block;
}
.bloggers-list li .author_name {
	height: 85px;
}

.authorpicture {
	display: block;
	float: left;
	margin: 0 16px 8px 0;
}
.authormeta {
	float: left;
}
.authordesc {
	float: left;
}





/* --------------------------------------------------
	=AUTHOR
-------------------------------------------------- */

.author .authordesc {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 4em;
	padding-bottom: 2em;
}





/* --------------------------------------------------
	=HOMEPAGE
-------------------------------------------------- */

.home .full-width-content.vc_row-fluid .wpb_column {
	height: 345px !important;
	min-height: 345px;
	padding: 3em;
}

.home .full-width-content.vc_row-fluid .wpb_column:last-child {
	text-align: right;
}

.home .full-width-content.vc_row-fluid .wpb_column h1,
.home .full-width-content.vc_row-fluid .wpb_column p {
	color: #000;
}


/* Entries */
.home .full-width-content.vc_row-fluid .wpb_column.entry--services h1,
.home .full-width-content.vc_row-fluid .wpb_column.entry--services p,
.home .full-width-content.vc_row-fluid .wpb_column.entry--expertise h1,
.home .full-width-content.vc_row-fluid .wpb_column.entry--expertise p {
	color: white;
}

.entry--services .nectar-button.see-through,
.entry--expertise .nectar-button.see-through {
	border-color: white !important;
	color: white !important;
}

.entry--services .nectar-button.see-through:hover {
	border-color: #333 !important;
	color: #333 !important;
}

.entry--expertise .nectar-button.see-through:hover,
.entry--formations .nectar-button.see-through:hover {
	border-color: #EB7D00 !important;
	color: #EB7D00 !important;
}
/* /Entries */





/* --------------------------------------------------
	=MEDIA QUERIES
-------------------------------------------------- */

@media only screen and (min-width: 1px) and (max-width: 1000px) {
	body.page header#top #logo img {
		height: 40px !important;
		margin-top: 0 !important;
		top: 0 !important;
	}

	.page header#top #logo {
		margin-top: -10px !important;
	}

	#mobile-menu {
		top: 45px;
	}


	/* nectar slider */
	#html .swiper-slide .content p,
	#html .banner__snippet {
		display: none;
	}

	/* blog */
	.swiper-slide .content {
		top: 40px !important;
	}
	/* --- */



	/* banner */
	.single-trainings .container-wrap,
	.single-trainings .project-title,
	.post-type-archive .container-wrap,
	.single-formations .container-wrap {
		padding-top: 55px;
	}

	.banner__inner {
		padding-top: 20px;
	}

	.banner__title,
	.banner__snippet {
		font-size: 1em !important;
	}

	.banner__title {
		line-height: 24px !important;
	}

	.banner__snippet {
		line-height: 18px !important;
		font-size: .9em !important;
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}
	/* /banner */



	/* trainings */
	.filter__item {
		margin-bottom: .5em;
	}

	.obqf-dayprice {
		margin-bottom: .5em;
	}
	/* --- */


	/* Avatar */
	.row--contact #author-bio #author-info {
		padding-left: 0 !important;
	}

	.row--contact #author-bio {
		margin-bottom: 0;
		min-height: 0;
	}

	.row--contact #author-bio .avatar {
		border: 0;
		margin-right: 10px;
	}

	.row--contact #author-bio img.avatar {
		border-bottom: 5px solid #2981AD;
	}

	.bordered-box .avatar img {
		width: 100%;
	}

	/*
	.obqt-picture {
		margin-top: 50px;
	}
	*/
	/* --- */


	/* Form */
	input[type=submit],
	button[type=submit],
	input[type="button"] {
		clear: both;
		width: 100%;
	}
	/* --- */



	/* SLA */
	.slal-features td {
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#sla-total {
		float: none;
		margin-bottom: .5em;
		margin-right: 0;
		width: 100%;
	}

	.sla-viewresult {
		float: none;
	}
	/* --- */



	/* blog */
	#sidebar {
		border-top: 1px solid #DDD;
		margin-top: 3em;
		padding-top: 3em;
	}

	article.post .more-link,
	.blog-recent .more-link {
		float: none;
		display: block;
	}

	.page .avatar-wrapper {
		left: 0;
	}

	article.post {
		border-bottom: 1px solid #DDD;
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	article.post .content-inner {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.rw-rating-table {
		display: none;
	}
	/* --- */

}





@media only screen and (min-width: 1000px) {

	/* nectar slider */
	.nectar-slider-wrap {
		margin-top: 40px;
	}
	/* /nectar slider */


	/* trainings */
	.single-trainings .container-wrap,
	.single-trainings .project-title {
		padding-top: 95px;
	}

	.row--formation-header .col--left {
		padding-right: 4em;
	}

	.filter__item {
		float: left;
		margin-right: 20px;
	}

	.obqf-informations {
		width: 60%;
	}

	.row--formation-detail .obqf-informations {
		width: 50%;
	}

	.obqf-dayprice,
	.obqf-citiesdates {
		float: left;
		width: 50%;
	}
	.obqf-dayprice {
		padding: 0 0 0 40px;
	}

	.formation__calltoaction {
		display: none;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.formation.js-is-hovered .formation__calltoaction,
	.formations.js-is-hovered .formation__calltoaction,
	.training.js-is-hovered .formation__calltoaction,
	.trainings.js-is-hovered .formation__calltoaction {
		display: inline-block;
	}

	.row--formation-detail .trainers-wrapper {
		margin-left: 10%;
	}

	.obqt-assets {
		float: left;
		margin-right: 40px;
		width: 200px;
	}

	.bordered-box {
		padding: 25px 70px;
	}

	.obqt-cf {
		width: 70%;
	}
	/* --- */



	/* FAQ */
	.faq__item,
	.row--faq li {
		float: left;
		padding-right: 3em;
		width: 50%;
	}

	.faq__item {
		min-height: 160px;
	}

	.faq__item:nth-child(odd) {
		clear:left;
	}
	/* --- */



	/* Avatar */
	.row--contact #author-bio .avatar {
		border-bottom: 5px solid #2981AD;
		margin-right: 25px;
		width: 200px;
	}

	.row--contact #author-bio #author-info {
		padding-left: 0;
	}
	/* --- */



	/* SLA */
	.sla-steps {
		padding: 25px 70px;
	}

	.steps__content {
		margin-left: 45px; /* matches .sla-steps__title padding-left */
	}

	#sla-calculator .slal-features td {
		padding: 0 1em 1em 1em;
	}

	.slae-group {
		float: left;
		width: 25%;
	}

	.sla-steps .arifancybox {
		display: inline-block;
	}

	.sla-viewresult {
		float: left;
	}

	#sla-total {
		float: left;
		margin-right: 10px;
		width: 200px;
	}

	.sla-getfree {
		float: right;
	}
	/* --- */



	/* blog */
	.page .avatar-wrapper {
		left: 90px;
	}
	/* --- */

}





.h75 {
	height:75px;
	width: auto;
}
