/*
 Theme Name:   ubeo-standard-child
 Theme URI:    http://www.ubeo.ca
 Description:  Ubeo Soluweb Child Theme
 Author:       Ubeo
 Author URI:   http://www.ubeo.ca
 Template:     ubeo-theme
 Version:      1.0.01
 Text Domain:  ubeo-theme-child
*/
textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	background: #e9e9e9;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #444;
}
h1, .styleH1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 30px;
	padding-left: 20px;
	color: #444;
	background: url("images/orange_dot.png") 0 8px no-repeat;
	-webkit-background-size: 14px 14px;
	-moz-background-size: 14px 14px;
	-o-background-size: 14px 14px;
	background-size: 14px 14px;
}
.title_head {
	padding-left: 0 !important;
	background: none !important;
}
.title_head img {
	position: relative;
	top: -2px;
	width: 14px;
}
h2, .styleH2 {
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
	color: #ff6600;
	margin-bottom: 24px;
}
.styleH2 {
	padding-left: 0;
	background: none;
}
h6, .styleH6 {
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.small_text {
	font-size: 12px;
	line-height: 17px;
}
a, .orange {
	color: #ff6600;
}
a:hover {
	color: #ec2128;
}
.white, .styleH2.white {
	color: #fff;
}
.wpcf7-form p {
	margin-bottom:1px;
}
/*------------------------------------------*\
    General
\*------------------------------------------*/
.p_margB_8 p {
	margin-bottom: 8px;
}
.padT_30 {
	padding-top: 30px;
}
.red_bar {
	padding: 20px 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	background: #ea672f;
	background: -moz-linear-gradient(left,  #ea672f 0%, #ec2128 100%);
	background: -webkit-linear-gradient(left,  #ea672f 0%,#ec2128 100%);
	background: linear-gradient(to right,  #ea672f 0%,#ec2128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea672f', endColorstr='#ec2128',GradientType=1 );
}
.panel-row-style.bottom_image {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bottom_image p, .red_bar p {
	margin-bottom: 0;
}
.bottom_image img {
	width: 100%;
}
.back_btn {
	color: #444;
}
.back_btn i.fa{
	font-size: 0.7em;
}
/*------------------------------------------*\
    Header
\*------------------------------------------*/
#btn_top {
	background: #ea672f;
	background: -moz-linear-gradient(top, #ea672f 0%, #ec2128 100%);
	background: -webkit-linear-gradient(top, #ea672f 0%,#ec2128 100%);
	background: linear-gradient(to bottom, #ea672f 0%,#ec2128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea672f', endColorstr='#ec2128',GradientType=0 );
	border: solid 1px #ec2128;
}
#header {
	padding-top: 20px;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 70%, #e2e2e2 100%);
	background: -webkit-linear-gradient(left,  #ffffff 70%,#e2e2e2 100%);
	background: linear-gradient(to right,  #ffffff 70%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
}
#main_logo {
	display: block;
	width: 70%;
	max-width: 290px;
	margin: 0 auto 20px auto;
}
#top_grey_bar {
	display: none;
}
#recrutement_top {
	display: none;
}
body.home #recrutement_top {
	display: block;
}
.lang-selector{
	float: right;
	font-weight: bold;
	font-size: 19px;
}
.wpml-ls-legacy-list-horizontal{
	border: none !important;
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal a{
	padding: 6px 12px;
	line-height: 0;
}
/*------------------------------------------*\
    Menu - navigation
\*------------------------------------------*/
#menu {
	position: relative;
	width: 116%;
	margin-left: -8%;
	background: #ea672f;
	background: -moz-linear-gradient(left,  #ea672f 0%, #ec2128 100%);
	background: -webkit-linear-gradient(left,  #ea672f 0%,#ec2128 100%);
	background: linear-gradient(to right,  #ea672f 0%,#ec2128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea672f', endColorstr='#ec2128',GradientType=1 );
}
.menu-item {
	border-top: solid 1px #d81b22;
}
.menu-item a {
	font-size: 18px;
}
.menu-item > a:hover, .nav-list > li:hover > a {
	color: #fff;
	background: #333;
}
#mobi_links {
	position: absolute;
	top: 12px;
	left: 3%;
	z-index: 122;
}
#mobi_links .tel_link {
	font-weight: 600;
	font-size: 17px;
	color: #fff;
}
#mobi_links .wpml-ls-legacy-list-horizontal a{
	color: #ffffff;
}
#menu-main-menu .menu-politics, #menu-menu-en .menu-politics{
	display: none;
}
.socials_circle {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #ec2128;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-left: 12px;
	background: #fff;
	text-align: center;
}
/*------------------------------------------*\
    Slider
\*------------------------------------------*/
#banner_wrapper {
	display: none;
}
.bxslider, .bxslider li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	font-family: 'FontAwesome';
	font-size: 24px;
	width: 37px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	top: auto;
	bottom: -50px;
}
.bx-wrapper .bx-prev {
	left: 50%;
	padding-right: 3px;
	margin-left: -55px;
	background: #c4c4c4;
}
.bx-wrapper .bx-next {
	right: 50%;
	padding-left: 3px;
	margin-right: -55px;
	background: #c4c4c4;
}
.temoignages_wrapper {
	padding: 30px 0 80px 0;
}
.temoignages_wrapper .bx-wrapper {
	max-width: 800px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}
.temoignages_wrapper p {
	text-align: center;
	margin-bottom: 8px;
}
.temoignages_wrapper p.name {
	font-style: italic;
	color: #888;
}
/*------------------------------------------*\
    Pages
\*------------------------------------------*/
.mobi_candidats {
	padding-top: 16px;
}
.btn_gradient, .wpcf7-submit {
	display: inline-block;
	color: #fff;
	padding: 10px 28px;
	background: #ea672f;
	background: -moz-linear-gradient(left,  #ea672f 0%, #ec2128 100%);
	background: -webkit-linear-gradient(left,  #ea672f 0%,#ec2128 100%);
	background: linear-gradient(to right,  #ea672f 0%,#ec2128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea672f', endColorstr='#ec2128',GradientType=1 );.
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
	margin-bottom: 4px;
}
.btn_gradient:hover, .wpcf7-submit:hover {
	color: #fff;
	background: #ec2128;
}
.btn_gradient.btn_gradient_block {
	display: block;
	text-align: center;
	padding: 10px 0;
}
.home_secundo {
	width: 100%;
	max-width: 600px;
}
.img_in_link {
	float: right;
	margin-right: 10px;
}
/*------------------------------------------*\
	Candidats
\*------------------------------------------*/
.categories {
	display: block;
	position: relative;
}
.black_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("images/black.png") 0 0 repeat;
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */ filter: alpha(opacity=0);
	/* Netscape */ -moz-opacity: 0;
	/* Safari 1.x */ -khtml-opacity: 0;
	/* Good browsers */ opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.categories:hover .black_hover {
	/* IE 8 */-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */ filter: alpha(opacity=100);
	/* Netscape */ -moz-opacity: 1;
	/* Safari 1.x */ -khtml-opacity: 1;
	/* Good browsers */ opacity: 1;
}
.categories_name {
	position: absolute;
	width: 80%;
	padding: 21px 0 1px 0;
	height: auto;
	top: 50%;
	margin-top: -50px;
	left: 10%;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	background: #ea672f;
	background: -moz-linear-gradient(left, #ea672f 0%, #ec2128 100%);
	background: -webkit-linear-gradient(left, #ea672f 0%,#ec2128 100%);
	background: linear-gradient(to right, #ea672f 0%,#ec2128 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea672f', endColorstr='#ec2128',GradientType=1 );
	z-index: 3;
}
.right_arrow {
	position: relative;
	display: block;
	width: 33px;
	margin: 0 auto;
	top: 16px;
}
#contact_box .textwidget {
	max-width: 400px;
}
.form_full {
	padding-bottom: 25px;
}
textarea {
	height: 140px;
}
/*------------------------------------------*\
\*------------------------------------------*/
.category_title {
	font-size: 27px;
	line-height: 31px;
	margin-bottom: 12px;
}
#tbl_header {
	color: #fff;
	background: #414141;
}
#tbl_results {
	padding-bottom: 8px;
	border-bottom: solid 2px #e9e9e9;
	margin-bottom: 20px;
}
#tbl_header table, #tbl_results table {
	width: 100%;
}
#tbl_header td, #tbl_results td {
	font-size: 12px;
	line-height: 17px;
	vertical-align: top;
	padding: 5px;
}
#tbl_results .one_result:nth-child(even) {
	background: #e9e9e9;
}
#tbl_results .resume {
	padding: 6px 0;
}
#tbl_results .resume a {
	display: block;
	color: #fff;
	padding: 2px 5px;
	text-align: center;
	background: #414141;
}
#tbl_results .resume a:hover {
	color: #fff;
	background: #ff6600;
}
#tbl_results .details {
	border-top: solid 1px #ccc;
	padding-top: 8px;
	display: none;
}
.td_name img {
	width: 75px;
	margin: 4px 0 0 4px;
}
.resume_on .td_name, .resume_on .td_job, .resume_on .td_years {
	font-weight: 600;
	color: #ff6600;
}
.td_btn .btn_plus_info {
	width: 40px;
	float: right;
}
/*------------------------------------------*\
    Footer
\*------------------------------------------*/
#pre_footer {
	border-top: solid 15px #414141;
	padding: 20px 0 1px 0;
	text-align: center;
	background: #414141;
	background: -moz-linear-gradient(left,  #414141 0%, #ffffff 45%, #ffffff 55%, #414141 100%);
	background: -webkit-linear-gradient(left,  #414141 0%,#ffffff 45%,#ffffff 55%,#414141 100%);
	background: linear-gradient(to right,  #414141 0%,#ffffff 45%,#ffffff 55%,#414141 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#414141',GradientType=1 );
}
#footer {
	padding: 40px 0 20px 0;
	text-align: center;
	background: #414141;
}
#footer_logo {
	width: 70%;
	max-width: 300px;
}
.footer_mail {
	color: #fff;
}
.footer_tel {
	font-size: 25px;
	font-weight: 600;
	color: #ff6600;
}
.footer_mail:hover, .footer_tel:hover {
	color: #ff6600;
}
#footer .socials_circle {
	color: #414141;
	margin: 0 8px;
}
#footer .socials_circle:hover {
	background: #ff6600;
}
.footer_menu {
	display: none;
}
#signature {
	font-size: 13px;
	color: #fff;
}
#signature a {
	white-space: nowrap;
	color: #fff;
}
.signature_break {
	display: none;
}


@media screen and (max-width: 519px) {
	.details td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		float: none;
		clear: both;
	}
}
@media screen and (min-width: 520px) {
	.mobi_candidats p.styleH1.margB_8 {
		font-size: 34px;
		line-height: 38px;
		background: url("images/orange_dot.png") 0 center no-repeat;
		background-size: auto auto;
		-webkit-background-size: 14px 14px;
		-moz-background-size: 14px 14px;
		-o-background-size: 14px 14px;
		background-size: 14px 14px;
	}
	.td_name {
		width: 25%;
	}
	.td_btn .btn_plus_info {
		width: 80px;
	}
	.td_job {
		width: 25%;
	}
	.td_years {
		width: 25%;
	}
	.td_btn {
		width: 25%;
	}
	.td_years_btn {
		width: 50%;
	}
	#tbl_header td, #tbl_results td {
		box-sizing: border-box;
		padding: 8px;
	}
	#tbl_results .resume a {
		padding: 4px 5px 3px 5px;
	}
}

@media screen and (max-width: 520px) {
	#mobi_links .tel_link {
		font-size: 4.5vw;
	}
	#mobi_links .wpml-ls-legacy-list-horizontal a{
		font-size: 5vw;
	}
}



@media screen and (min-width: 666px) {
	#menu {
		width: 109.5%;
		margin-left: -5%;
	}
	.categories {
		width: 50%;
		float: left;
	}
}






@media screen and (min-width: 768px) {
	.td_name {
		width: 27%;
	}
	.td_job {
		width: 31%;
	}
	.td_years {
		width: 21%;
	}
	.td_btn {
		width: 20%;
	}
	.td_years_btn {
		width: 41%;
	}
	.td_btn .btn_plus_info {
		width: 94px;
	}
	#tbl_header td, #tbl_results td {
		font-size: 14px;
		line-height: 20px;
	}
}
