/*=======================================================
Theme Name: Kobaltt
Theme URI: http://www.e-sysoft.fr
Author: e-sysoft
Author URI: http://www.e-sysoft.fr
Description: Kobaltt
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
=======================================================*/

/*============== HOME */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html, body{
	height: 100%;
	font-family: 'Lato', sans-serif;
}

body{

	position: relative;
}

select{

	background: white;
	-webkit-appearance:none;
}

.btn-primary{
	background-color: #2d3c64;
	border-color: #2d3c64;
}
.btn-upload{
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default{
	background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #474747;
    padding: 4px 8px;
}
.alert-warning {
    color: black;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.alert-info {
    color: #8f3131;
    background-color: #f7d9d9;
    border-color: #f7d9d9;
}
.btn-danger:hover{
	background-color: #d9534f
}
.btn-primary:hover{
	background-color: #2d3c64
}

.redirect-screen{
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 99999999999999
}
.fileUpload{
	position: relative;
	margin-top: 10px;
}
.filebtn{
	width: 150px;
	height: 30px;
	position: relative;
	cursor: pointer;
}
.filebtn .texte{
	display: inline-block;
	position: absolute;
	line-height: 30px;
	padding: 0 4px;
	overflow: hidden;
	top: 0; left: 0; right: 0; bottom: 0;
}
.fileUpload input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	filter: alpha(opacity=0);
}
.loader-block{
	text-align: center;
	width: 420px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -210px;
	color: #2d3c64;
	font-size: 18px;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 20px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #eb4c0e;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
		} 50% { 
			transform: scale(1.0);
			-webkit-transform: scale(1.0);
		}
	}

	/* Prev et Next offre */
	.offre_recrut{
		position: relative;
	}
	.prev_offre, .next_offre{
		position: absolute;
		width : 44px;
		height: 70px;
		background-repeat: no-repeat;
		background-position: center;
		top:50%;
		margin-top: -22px;
		transition: all 0.3s linear;
	}
	.prev_offre{
		background-image: url('images/fleche_gauche_formulaire.png');
		left: -60px;
	}
	.next_offre{
		background-image: url('images/fleche_droite_formulaire.png');
		right: -60px;
	}

	.prev_offre:hover, .next_offre:hover{
		opacity: 0.5
	}

	/*.checkmail:after, .loading{
		content: '';
		display: block;
		position: absolute;
		width: 40px;
		height: 100%;
		right: 0;
		z-index:9999;
		background-image: url('images/loader.gif');
		background-repeat: no-repeat;
		top: 0;
		}*/
		.loading{

			display: block;
			width: 100%;
			height: 60px;
			background-image: url('images/loader.gif');
			background-repeat: no-repeat;
			background-position: center;
		}
		input.email{
			position: relative;
		}
		.rouge{ background-color: #FFBABA !important;color:#D8000C;}
		.cacher{
			display: none;
		}
		.pointer{
			cursor: pointer;
		}
		.rouge::-webkit-input-placeholder { color:#D8000C; }
		.rouge::-moz-placeholder { color:#D8000C; } /* firefox 19+ */
		.rouge:-ms-input-placeholder { color:#D8000C; } /* ie */
		.rouge input:-moz-placeholder { color:#D8000C; }

		.aligncenter{
			text-align: center;
			margin: auto;
		}
		.warning{
			margin-top: 15px;
		}
		.warning span{
			color: #9F6000;
			background-color: #FEEFB3;
			display: inline-block;
			padding: 8px 15px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
		}

		.alert{
			text-align: center;
		}
		.alertCompte{
			margin-top: 20px;
		}

		.shadow{
			-moz-box-shadow: 2px 2px 20px 0px #ddd;
			-webkit-box-shadow: 2px 2px 20px 0px #ddd;
			-o-box-shadow: 2px 2px 20px 0px #ddd;
			box-shadow: 2px 2px 20px 0px #ddd;
			filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=134, Strength=20);
		}

		.smBlocksBtns #searchsubmit{
			height: 46px !important;
			margin-top: 0 !important;
			width: 100%!important;
			margin-left: 0!important;
		}

		@media only screen(min-width: 768px){
			#form_row .col-sm-4 input[type='text']{
				height: 46px
			}

		}


		/*============== LES COULEURS */
		a{
			color: #464746;
		}

		.lato_bold{
			font-family: 'Lato', sans-serif;
			font-weight: 700
		}

		.f_bleu{
			background-color: #384a7b;
			color: white;
		}
		.f_bleu_marine{
			background-color: #2d3c64;
			color: white;
		}
		.f_orange{
			background-color: #eb4c0e;
			color: white;
		}
		.f_orange_c{
			background-color: #f7672f;
			color: white;
		}
		.f_rouge{
			background-color: #eb4c0e;
			color: white;
		}
		.f_vert{
			background-color: #dff0d8;
			color: #3c763d!important;
		}
		.f_gris{
			background-color: #afb2b0
		}
		.upper{
			text-transform: uppercase;
		}
		ul, li{
			list-style: none;
			padding: 0;
			margin: 0
		}
		.logout{
			display: block;
			width: 100%;
			height: 100%;
			color: white;
		}
		.logout:hover{
			text-decoration: none;
			color: #ddd
		}
		.logout-btn {
			height: 30px !important;
			margin-bottom: 10px;

		}
		.logout-btn span{
			line-height: 12px !important;
			padding-left: 0 !important;
			text-align: right;
			color: black !important;
			text-transform: capitalize !important;
			padding-right: 5px;
			text-decoration: underline;
		}
		.logout-btn span:hover{
			text-decoration: none
		}

		/* ============== MES CANDIDATURES */
		.about h3{
			font-weight: normal;
			color: #838383;
			position: relative;
		}
		.about h3:before{
			width: 58px;
			height: 58px;
			background-size: 90%;
			content: "";
			display: inline-block;
			vertical-align: middle;
			background-image: url("images/arrow_accor.png");
			background-repeat: no-repeat;
		}

		.offres_infos .liste_offres{
			display: none;
		}
		.offres_infos:first-child .liste_offres{
			display: block;
		}
		.liste_offres ul li{
			margin-bottom: 20px;
		}
		.liste_offres ul li a{
			background-color: #ddd;
			display: block;
			color: black;
			padding: 20px;
		}
		.liste_offres ul li a:hover{
			background-color: #eee;
		}
		.liste_offres ul li .titre,
		.liste_offres ul li .lieu{
			font-weight: 600
		}
		.liste_offres ul li .row:first-child{
			margin-bottom: 10px;
		}

		/*============== NAV HOME */
		.acces{
			width: 272px;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 200
		}
		#profil{
			margin-bottom: 0
		}
		.login_block .connect{
			margin-bottom: 10px;
			z-index: 11
		}
		.login_block .nav_btn{
			z-index: 10
		}
		.login_block .connect,
		.login_block .nav_btn{
			height: 48px;
			position: relative;

		}

		.login_block .connect .icon,
		.login_block .nav_btn .icon{
			width: 55px;
			height: 100%;
			display: inline-block;
			position: absolute;
			top: 0;
			left: 0;
			overflow: hidden;

		}
		.login_block .connect .icon img,
		.login_block .nav_btn .icon img{
			position: absolute;
			top: 0;
			bottom:0;
			right: 0;
			bottom: 0;
			margin: auto;
			transition: all 0.5s ease-in-out;
		}
		.login_block .txt_label{
			color: white;
			text-transform: uppercase;
			display: inline-block;
			height: 100%;
			width: 100%;
			padding-left: 65px;
			line-height: 48px;
			font-weight: normal;
		}


		.connect .form_c{
			width: 217px;
			position: absolute;
			right: 0;
			top: 0;
			display: none;
		}

		.connect .form_c .login_f{
			width: 100%;
			border: none;
			padding: 10px;
			color: black;
		}
		.connect .form_c .login_s{
			width: 100%;
			display: block;
			border: none;
			padding: 10px;
		}
		.connect .login{
			border-bottom: 1px solid #eee
		}
		.connect .pswd{
			background-color: #f5f6f5
		}

		.create.f_bleu_marine{
			color: white;
			font-size: 11px;
			text-decoration: underline;
			padding: 5px;
		}
		.create.f_bleu_marine span{
			display: inline-block;
			padding: 5px;
		}
		.create.f_bleu_marine span a{
			color: white;
			text-decoration: underline;
		}
		.create.f_bleu_marine span a:hover{
			text-decoration: none;
		}



		/*============== BOUTONS */
		.b_icon{
			display: inline-block;
			position: relative;
			padding: 10px;
			text-decoration: none;
		}
		.b_icon:hover{
			text-decoration: none;
			color: white
		}
		.b_icon span.icon{
			display: inline-block;
			position: absolute;
			width: 40px;
			height: 100%;
			top: 0;
			left: 0;
			line-height: 40px;
		}

		.b_icon span:last-child{
			padding-left: 40px
		}


		.btn_plus, .btn_search{
			position: relative;
			width: 100%;
			border: none;
			height: 100%
		}

		.btn_plus:after{
			content: attr(data-label);
			display: block;
			height: 100%;
			text-transform: uppercase;
			line-height: 50px;
			text-align: center;
		}

		.btn_search{
			background-repeat: no-repeat;
			background-position: 15px center;
			text-align: center;
			line-height: 50px;
			text-transform: uppercase;
			font-size: 18px;
			border-radius: 4px;
		}
		.btn_postuler{
			padding: 50px 10px;
			color: #fff;
			position: relative;
			font-size:20px;
			font-weight:normal;
		}
		.btn_postuler .loader{
			position: absolute;
			width: 50px;
			height: 50px;
			top: 50%;
			left: 50%;
			margin-top: -25px;
			margin-left: -25px;
			padding: 10px;
			border-radius: 50%;
			background-color: white;

		}

		.top_rs{
			width: 46px; height: 46px;
			position: absolute;
			background-color: white;
			top: 76px;
			z-index: 200
		}

		#wrap{
			background-color: #f6f6f6;
			/*overflow-x:hidden;*/
		}
		body{
			overflow-x:hidden;
		}
		/*============== SIDEBAR */
		.sidebar{
			position: absolute;
			width: 367px;
			height: 100%;
			right: 20px; top: 0;
			z-index: 9999;
			background-color: #f6f6f6;
			-moz-transform: translate3D(105%,0,0);
			-moz-transition: all 0.4s ease-in-out 0s;
			-webkit-transform: translate3D(105%,0,0);
			transform: translate3D(105%,0,0);
			-ms-transform: translate(105%,0);
			transition: all 0.4s ease-in-out 0s;
		}
		.sidebar.actif{

			transform: translate3D(0%,0,0);
			-moz-transform: translate3D(0%,0,0);
			-ms-transform: translate(0%,0);
			-webkit-transform: translate3D(0%,0,0);
		}

		.parent{
			position: relative;
		}
		.open_title, .parent a:first-child{
			font-weight: normal;
			padding-left: 57px;
			padding-right: 77px;
			margin-bottom: 0;
			padding-bottom: 35px;
			margin-top: 35px;
			border-bottom: 1px solid #dedede;
			position: relative;
			font-size: 24px;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
		}
		.parent a:hover{
			text-decoration: none;
		}

		.parent .sub-menu a{
			font-weight: inherit;
			padding-left: 0;
			padding-right: 1;
			margin-bottom: 0;
			padding-bottom: 0px;
			margin-top: 0;
			border-bottom: none;
			position: relative;
			font-size: inherit;
			text-decoration: none;
			text-transform: inherit;
		}

		.open_title:after, .parent:after{
			content:"";
			position: absolute;
			width: 58px;
			height: 58px;
			display: block;
			right: 10px;
			top: 0px;
			background-image: url("images/arrow_accor.png");
			background-repeat: no-repeat;
			transition: all 0.5s ease-in-out;
		}

		.rotation:after,
		.icon.rotation img{
			transform: rotate(90deg);
		}

		.open_content, .sub-menu{
			padding: 20px 10px 10px 57px
		}
		.open_content li,
		.sub-menu li{
			margin-bottom: 10px;
		}
		.open_content li a, .sub-menu li a{
			color: white;
			font-size: 16px;
		}
		.sub-menu{
			background-color: #384a7b;
		}

		.menu .sub-menu{
			display: none
		}
		.menu .menu-item-has-children{
			cursor: default
		}

		/*============== LES SECTIONS*/
		.t_section{
			border-bottom: 1px solid gray;
			padding-bottom: 10px;
			margin-bottom: 10px;
		}
		.compte_content{
			margin-top: 30px;
			clear: both;
			overflow: hidden;
		}
		.w2llabel{
			display: none !important;
		}

		.create_a input[type="text"],
		.create_a input[type="email"],
		.create_a .pwd,
		.create_a select,
		.create_a textarea,
		.upload_f{
			width: 100%;
			background-color: #f4f4f4;
			padding: 8px;
			border:none;
			cursor: pointer;
		}
		.create_a p{
			position: relative;
		}

		.errorchamp{
			position: absolute;
			right: 2px;
			top: 2px;
			bottom: 2px;
			display: inline-block;
			background-color: white;
			border-radius: 4px;
			text-align: center;
			color: red;
			padding: 5px 20px;
		}

		.desactiver{opacity:0.5; cursor:default !important}
		.label-required{
			margin-bottom: 15px;
			color:red;
			font-size:13px
		}
		.upload_f{
			padding:0px;
			background-color: white
		}
/*.create_a [required], .create_a :required,
.add_cv{
	border-left : red;
	border-left : 4px solid rgba(200, 0, 0, 0.85)
	}*/

	.btn_bleu_submit{
		background-color: #eb4c0e;
		color: white;
		border:none;
		width: 100%;
		padding: 8px;
		border-radius: 6px;
		font-weight: normal
	}
	.create_a #btn_cand,
	.first-cand, .next-cand, .prev-cand{
		background-color: #eb4c0e;
		color: white;
		border: none;
		cursor: pointer;
		padding: 8px;
	}
	.create_a #btn_cand{
		width: 100%;
	}

	#mon_metier .aldisplay,
	#mes_coords .aldisplay { display:none !important;}

	.upload_f{
		position: relative;
		overflow: hidden;
		margin: 0
	}
/*.upload_f input.upload{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	}*/
	.add_cv{
		display: block;
		background: #f4f4f4;
		padding:8px;
	}
	.upload_cv span{
		color: #2d3c64;
		padding-left:10px;
		display: none;
	}
	.upload_cv p{
		margin-bottom: 5px
	}
	/*============== FORMULAIRE */
	#form_home{
		width: 100%; height: 100%;
	}
	input[type="text"]{
		border:none;
	}
	.home #main{
		height: 100%;
	}
	#main{
		padding-bottom: 40px;
		background-color: white;
		position: relative;
		/*z-index: 99999999;*/
		transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		/*-webkit-transform: translate3D(0,0,0);*/
	}

	.home #main{
		padding-bottom: 0
	}
	.home_sections{
		-webkit-transition: all 0.4s ease-in-out;
		-webkit-transform: translate3D(0,0,0);
		-ms-transform: translate(0,0);
		-ms-transition: all 0.4s ease-in-out;
		-moz-transform: translate(0,0);
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		transform: translate(0,0);
		
	}
	#main.open,
	.home_sections.open{
		-webkit-transform: translate3D(-387px,0,0);
		-moz-transform: translate3D(-387px,0,0);
		transform: translate3D(-387px,0,0);
		-ms-transform: translate(-387px,0);
	}
	.home_slide{
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 100;
		height: 650px;
	}

	.hauteur_personnalise{ height: 1000px !important}

	select{
		border:none;
	}
	.mejs-controls {display: none !important;}
	.big_input{
		width: 100%;
		/*height: 48px;*/
		padding: 15px;
		text-align: center;
		font-size: 20px;
		color: #464746;
		cursor: pointer;
		text-transform: uppercase;
	}
	.home_moteur{
		display: table;
		height: 100%;
		position: relative;
		z-index: 20
	}
	.home_moteur .row{
		display: table-cell;
		vertical-align: middle;
	}
	.home_moteur .row{
		margin-bottom: 10px;
		position: relative;
	}
	.home_moteur .big_input{
		height: 54px
	}

	.home_moteur .row:last-child{
		margin-bottom: 0
	}

	.home_moteur .boutons span{
		display: block;
		height: 54px;
		cursor: pointer;
		border-radius: 4px;
	}
	.home_moteur .boutons span:after{
		line-height: 54px
	}
	.home_sections .col-md-6{
		padding-right: 15px;
		padding-left: 15px;

	}
	.home_sections .col-md-6 div.contenu{
		height: 308px;
		border-radius: 6px;
		overflow: hidden;
		display: table;
		width: 100%;
		position: relative;
		overflow: hidden;
		
	}

	.home_sections .row:last-child{
		padding-bottom: 30px;
	}

	.home_sections .row .col-md-6 img{
		width: 100%;
		border-radius: 6px;
	}
	.home_sections .last-el .col-md-6 .contenu{
		height:355px;
	}
	.home_sections .last-el .col-md-6{
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.home_sections h2{
		text-transform: uppercase;
		color: #294060;
		text-align: center;
		font-weight: 900;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.home_sections .col-md-6 div.contenu .fixChrome{
		background-color: rgba(56, 74, 122, 1);
		border-radius: 6px;
		width: 100%;
		height: 100%;
		opacity: 0;
		left: 0;
		position: absolute;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
		
	}
	.home_sections .desc{
		color: white;
		padding: 40px;
		width: 100%;
		height: 100%;
	}
	.home_sections .desc .btn_more, .lien_interne{
		
		padding: 8px;
		text-align: center;
		background-color: #eb4c0e;
		color: #fff;
		border-radius: 4px;
		display: inline-block;
	}
	.lien_interne:hover{
		color: #fff;
		background-color: #343741;
		text-decoration: none;
	}
	.home_sections .desc .btn_more{
		position: absolute;
		bottom: 20px;
		left: 40px;
		background-color: white;
		color: black;
	}

	.home_sections .desc .btn_more:hover{
		background-color: #eb4c0e;
		color: white;
		text-decoration: none;
	}
	.home_sections .desc .mini_logo{
		width: 42px;
		height: 43px;
		position: absolute;
		bottom: 20px;
		right: 40px;
	}

	.home_sections .row .col-md-6 .titre{
		text-align: center;
		color: white;
		font-weight: 400;
		display: table-cell;
		vertical-align: middle;
		background-color: rgba(56, 74, 122, 0.5);
		width: 100%;
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-ms-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
		
	}

	.home_sections .col-md-6 div.contenu:hover > .titre{
		opacity: 0;
	}

	.home_sections .col-md-6 div.contenu:hover > .fixChrome{
		border-radius: 6px;
		opacity: 1;
	}

	.clients{
		height: 95px;
		background-color: #f5f6f5;
		background-color: rgba(255,255,255,0.5);
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 10
	}


	.clients #searchform{
		display: none;
	}
	.home_slide .logo{
		padding-top: 16px;
		margin-left: 20px;
		width: 302px;
		position: absolute;
		z-index: 99
	}
	.logo{
		text-align: center;
		width: 100%;
	}
	.logo h1 span{
		font-size: 19px;
		color: #2d3c64;
		display: block;
		font-style: italic;
		font-weight: 400;
		margin-top: 15px;
	}
	.vPlayer{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 650px;
	}
	.vPlayer li{
		position: absolute;
		z-index: 9;
		top: 0; left: 0; right:0 ; bottom: 0;
		display: none;
		background-repeat: no-repeat;
		background-size: cover !important;
		background-color: black
	}
	.vPlayer li:first-child{
		display: block;
	}
	@media only screen and (min-width: 768px) {
		.vPlayer li, .vPlayer li img{
			width: 100%;
			height: 100%;
		}
	}

	@media only screen and (max-width: 640px){
		.vPlayer li, .vPlayer li img{
			height: 213px;
		}
		
	}
	
	.vPlayer.no_video{
		background-size: cover;
		background-position: center center;
	}

	ul.triggers{
		position: absolute;
		width: 100;
		text-align: center;
		left: 50%;
		z-index: 10;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
	ul.triggers li{
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background-color: white;
		margin-bottom: 16px;
		text-indent: -99999px;
		font-size: 0px;
		cursor: pointer;
		display: inline-block;
		margin: 0 10px;
	}
	ul.triggers li.active{
		background-color: #eb4c0e
	}

	video {
		width: 100%;
		height: auto;
		/*max-height: 100%;*/
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-background-size: cover;
		background-size: cover;
		background-color: transparent;
	}

	@media only screen and (max-width:768px){
		ul.triggers{
			z-index: 9999;
		}
	}
	
	@media only screen and (max-width:680px){
		.vPlayer{
			background-color: #666666;
		}
		.clients{
			bottom: inherit;
			top: 212px;

		}
		ul.triggers{
			bottom: 450px !important;
		}
		.home_slide .logo{
			margin-left: 0
		}
		.vPlayer{
			height: 570px
		}
	}


	.home_slide .plus_infos{
		text-align: center;
		color: white;
		margin-top: 40px;
		text-transform: uppercase;
	}
	.home_slide .plus_infos div img{
		cursor: pointer;
	}
	.home_slide h1{
		text-transform: uppercase;display: block;
		font-weight: normal;
		color: white;
		position: absolute;
		text-align: center;
		z-index:6;
		width: 100%;
		top: 44%;
		left: 50%;
		font-size: 45px;
		color: rgba(255,255,255,0.9);

		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		
	}

	#form_home .choix{
		position: absolute;
		padding: 10px 20px;
		bottom: 94px;
		background-color: #384a7b;
		z-index: 999;
		z-index: 10;
	}
	#form_home .col-md-1{
		display: block;
	}
	.choix{
		width: 100%;
	}
	.choix .check{
		background-color: #fafafa;
		position: relative;
		height: 220px;
	}
	.choix .check_content{
		height: 220px;
		padding-bottom: 40px;
	}
	.choix .check_content .field_group h4{
		padding-left: 10px;
		font-weight: 900;
		color: #384a7b;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.choix .tips{
		background-color: #efefef;
		height: 220px;
		top:0;
		width: 100%
	}
	.choix h3{
		margin-top: 0
	}
	.choix .col-md-1{
		text-align: right;
	}
	.choix .col-md-1 span{
		width: 24px; height: 24px;
		display: inline-block;
		cursor: pointer;
	}
	.choix h4 img{
		margin-right: 15px;
	}
	.home_slide .choix h4{
		display: block;
		color: white;
		padding-top:10px;
		padding-bottom:10px;
	}
	.tab_titre{
		font-size: 28px;
		text-transform: uppercase;
		padding: 20px;
		background-color: #f2f2f2;
		color: #838485;
		font-weight: 900;
		cursor: pointer;
		border-bottom: 4px solid #e7e7e7;
	}
	.check_field{
		position: relative;
		height: 36px;
	}
	.check_field span{
		position: absolute;
		right: 10px;
		top: 8px;
	}
	input[type="checkbox"]:checked{
		opacity: 0.4
	}
	.check_field label{
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 400;
		color: black;
		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #9c9d9d;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		
	}
	.check_field label:hover{
		background-color: #f4f4f4
	}
	.home_slide .choix .col-md-6{
		margin-bottom: 10px;
	}
	.choix .col-md-6{
		position: relative;
	}
	.choix .get_checked{
		position: absolute;
		padding: 10px;
		text-align: center;
		text-transform: uppercase;
		background-color: #28292d;
		bottom: 0;
		width: 100%;
		z-index: #28292d;
		font-weight: 900;
		z-index: 99999;
		cursor: pointer;
		color:#fff;
		font-weight:normal;
	}

	.tips{
		background-color: #e7e7e7;
		height: 220px;
		width: 9100%;
		position: absolute;
		z-index: 999999;
		padding: 20px;
	}

	.tips_label{
		display: inline-block;
		background-color: #cccccc;
		color: #333;
		padding: 4px;
		font-size : 11px;
		cursor: pointer;
		margin-right: 5px;
		margin-bottom: 5px;
		padding-right: 25px;
		position: relative;
		border-radius : 4px; 
	}
	.tips_label:hover{
		background-color: #eb4c0e;
		color: white;
	}

	.tips_label:after{
		position: absolute;
		width: 20px;
		height: 100%;
		content:"x";
		text-align: center;
		color: white;
		font-size:14px;
		line-height: 20px;
		top: 0;
		right: 0
	}

	.vide{
		display: none;
	}

	/*============== PAGE INTERNE */
	article{
		padding: 20px 0;
	}

	.content_page h1,.agences h1{
		text-transform: uppercase;
		font-weight: 900;
		font-size: 36px;
		margin-bottom: 30px;
		position: relative;
		border-bottom: 2px solid #d8d6d6;
		padding-bottom: 20px;
		padding-left: 35px;
		background-image: url("images/fleche_titre.png");
		background-position: left 7px;
		background-repeat: no-repeat;
	}

	.agences h1{
		border: none;
		margin-bottom: 10px;
	}
	.agences h1:after{
		display: none;
	}
	.agences .sous_titre{
		/*color: #bbb;*/
		font-weight: 700;
		margin-bottom: 20px;
		font-size: 24px;
		position: relative;
		border-bottom: 2px solid #d8d6d6;
		padding-bottom:5px;
	}
	.agences .sous_titre span{
		width: 40px;
		display: inline-block;
	}
	.agences .sous_titre span img{
		max-width: 100%
	}

	.agences .liste{
		padding-top: 20px;
	}
	.agences .liste li{
		margin-bottom: 10px;
		text-transform: uppercase;
		font-weight: 900;
		color: #333
	}

	.agences .liste li:hover{
		color: #aaa;
		cursor: pointer;
	}

	.agences .liste li.actif{
		font-size: 150%;
		color: #333;
	}
	.liste_agence{
		background-color: #eee;
		position: relative;
		height: 0;
		transition : all 0.5s cubic-bezier(.7,.18,.29,.94);
	}
	.liste_agence.padd{
		height: auto;
	}
	.liste_agence .col-md-3{
		padding-top: 20px;
	}
	.loader{
		text-align: center;
	}
	.loader.loading_alertes{
		padding: 20px 0;
	}
	.page-template-page-agence .loader{
		position: relative;
		z-index: 9999;
		text-align: center;
		padding: 20px;
		transition : all 0.5s cubic-bezier(.7,.18,.29,.94);
	}
	.page-template-page-agence .loader.go{
		transform: translateY(500px) scale(0);
	}
	.page-template-page-agence .loader img{
		position: relative;
		display: inline-block;
	}
	.page-template-page-agence-php footer{
		padding-top: 0
	}
	.page-template-page-agence-php .col-md-3{
		display: inline-block;
	}
	.page-template-page-agence-php #main{
		padding-bottom: 0
	}
	.liste_agence span{
		display: block;
		text-align: center;
	}
	.liste_agence .titre{
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.liste_agence .row{
		padding: 10px 0 30px 0;
	}
	.carte {
		width: 360px;
		height: 330px;
		position: relative;
	}
	.carte img{
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		-webkit-transition:  opacity 0.4s ease-in-out;
		-moz-transition:  opacity 0.4s ease-in-out;
		-ms-transition:  opacity 0.4s ease-in-out;
		-o-transition:  opacity 0.4s ease-in-out;
		transition:  opacity 0.4s ease-in-out;
		
	}
	.carte img:first-child{
		opacity: 1
	}
	.carte img.actif{
		opacity: 1
	}
	.content_page h1:after, .agences .sous_titre:after {
		content: "";
		display: block;
		width: 180px;
		height: 2px;
		background-color: #222222;
		position: absolute;
		bottom: -2px;
		left: 0;
	}

	.content_page h2{
		font-weight: 900;
		padding-left: 35px;
		background-image: url("images/puce_titre3.png");
		background-repeat: no-repeat;
		background-position: left center;
	}

	.content_page table{
		background-color: #fafafa;
		border: 1px solid #ddd;
		margin-bottom: 20px;
	}

	.content_page table td{
		border: 1px solid #ddd;
		padding: 10px;
	}

	.content_page ul li{
		padding: 20px 15px 20px 50px;
		font-weight: 700;
		background-image: url("images/check.png");
		background-position: 10px center;
		background-repeat: no-repeat;
	}

	.content_page ul li:nth-child(even){
		background-color: #efefef;
	}
	.content_page blockquote{
		padding-top: 80px;
		background-image: url("images/citation.png");
		background-repeat: no-repeat;
		background-position: center top;
		font-weight: 900;
		text-align: center;
		border: none;
	}

	#main.interne header{
		padding: 20px;
	}
	.search_bar{
		background-color: #343741;
		position: relative;
	}
	.search_bar #form_row{
		margin: 20px -8px;
		
	}
	.search_bar .chapeau{
		position: absolute;
		top: -50px;
	}

	.search_bar:before{
		position: absolute;
		content: attr(data-label);
		text-align: center;
		top: -50px;
		background-image: url("images/fleche_compte.png");
		background-position: 150px 0px;
		background-repeat: no-repeat;
	}
	.chapeau span,.search_bar:before{
		display: inline-block;
		height: 50px;
		line-height: 50px;
		padding: 0 20px 0 10px;
		background-color: #2b2e36;
		color: white;
		text-transform: uppercase;
	}
	.search_bar:after{
		content: "";
		display: block;
		width: 72px;
		height: 50px;
		position: absolute;
		top: -50px;
		left: 146px;
		background-image: url("images/fleche_compte.png");
		background-repeat: no-repeat;
		background-position: center center;
		border:1px solid #eee;
	}

	.search_bar:before, .search_bar:after{
		display: none;
	}

	.chapeau span{
		position: relative;
	}
	.chapeau span:after{
		content: "";
		display: block;
		width: 72px;
		height: 50px;
		position: absolute;
		top: 0;
		right: -72px;
		background-image: url("images/fleche_compte.png");
		background-repeat: no-repeat;
		background-position: center center;
		border:1px solid #eee;
	}

	.search_bar input[type="text"].big_input{
		width: 100%;
		padding: 20px 10px;
		font-size: 14px;
		height: 66px;
	}
	.search_bar .filtrer, .btn_bar{
		color: white;
		padding: 17px 10px;
		background-color: #222222;
		display: block;
		font-weight: normal;
		font-size: 16px;
		border-radius: 6px;
	}
	.btn_bar{
		padding-right: 0; padding-left: 0;
		text-align: center;
	}
	.btn_bar.actif{
		background-color: white;
		color: #222
	}
	.lost_pass.actif{
		color: white
	}
	.search_bar .filtrer img, .btn_bar img{
		margin-right: 15px;
	}
	#search_job .choix{
		padding: 15px 0;
	}

	.offres_nb{
		padding-top: 20px;
		padding-bottom: 10px; 
	}
	.offres_nb span{
		display: block;
	}
	.offres_nb span:first-child{
		font-size: 40px;
		color:#eb4c0e;
		font-weight: 700;
		margin-right: 15px;
		text-decoration: underline;
	}
	.offres_nb span a{
		color: #eb4c0e
	}
	.offres_nb span:last-child{
		font-weight: 700;
		font-size: 16px;
		color: #222
	}
	.legendes{
		border-bottom: 2px solid #d8d6d6;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.page_title{
		padding: 0 20px 0 10px;
		background-color: #343741;
		text-transform: uppercase;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		color: white;

	}
	.arrow_gris{
		padding-left: 20px;
		background-image: url("images/arrow_gris.png");
		background-repeat: no-repeat;
		background-position: left 8px;
	}
	.puce_titre{
		padding-left: 35px;
		height: 25px;
		background-image: url("images/puce_titre3.png");
		background-repeat: no-repeat;
		background-position: left top;
		font-weight: 900;
	}
	.legendes:after, .titre_barre:after{
		content: "";
		display: block;
		width: 180px;
		height: 2px;
		background-color: #222222;
		position: absolute;
		bottom: -2px;
		left: 0;
	}
	.titre_barre{
		border-bottom: 2px solid #d8d6d6;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 16px;
	}
	.legendes img{
		margin-right: 8px;
	}
	.legendes span{
		margin-right: 20px;
	}
	.list_results .offre{
		background-color: #e7e7e7;
		clear: both;
		overflow: hidden;
		margin-bottom: 20px;
		height: 330px;
		display: block;
		border-radius: 6px 6px 0 0;
	}
	.list_results .offre:hover{
		text-decoration: none
	}

	.list_results .titre_offre{
		background-color: #343741;
		color: white;
		padding: 20px;
		padding-left:40px;
		padding-right:40px;
	}
	.list_results .titre_offre .date_pub{
		font-weight: normal
	}
	.list_results .titre_offre .lieu{
		text-align: right;
		font-weight: normal;
		font-size:17px;
	}
	.list_results .desc_offre{
		padding: 15px;
	}
	.list_results .intitule{
		margin-top: 20px;
		font-size: 18px;
		font-weight: normal;
	}
	.list_results .intitule span{
		font-size:14px;
	}
	.fav{
		height: 30px;
		background-image: url("images/fav.png");
		background-repeat: no-repeat;
		background-position: top right;
		margin: 20px 20px 10px 20px;
		cursor: pointer;
		position: absolute;
		bottom: 30px;
		width: 100%;
		right: 20px;
	}
	.fav.saved{
		background-image: url("images/fav_rol.png");
	}
	.offre_content{
		position: relative;
	}
	.search .offre{
		position: relative;
	}
	.search .offre:hover{
		text-decoration: none;
	}
	.search .fav{
		position: absolute;
		bottom:20px;
		display: block;
		left:0;
		width: 92%;
	}
	.search .offre:hover > .desc_offre{
		color: black;
	}
	.search .offre:hover > .titre_offre{
		background-color: #333;
	}
	.save-fav-loader{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
		background-color: rgba(0,0,0,0.8);
	}
	.save-fav-loader img{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -15px;margin-left:-15px;
		padding: 6px;
		border-radius: 50%;
		background: white;
	}

	/*============= FICHE OFFRE */
	.fiche{
		margin-bottom: 20px;
	}

	.fiche .btn_postuler{
		-webkit-transition: background-color 0.5s ease-in-out;
		-moz-transition: background-color 0.5s ease-in-out;
		-ms-transition: background-color 0.5s ease-in-out;
		-o-transition: background-color 0.5s ease-in-out;
		transition: background-color 0.5s ease-in-out;
		
	}
	.fiche .btn_postuler.f_rouge:hover{
		background-color: #a92f00
	}
	.offre_titre h3{
		font-size: 28px;
	}
	.offre_type{
		font-size: 30px;
	}
	.offre_recrut{
		background-color: #333740;
		color: white;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.offre_mission{
		background-color: #e7e7e7;
		padding-top: 30px;
		padding-bottom: 30px;
		color: #333740;
	}
	.offre_mission a{
		color: white;
	}
	.offre_competences{
		margin-top: 30px;
	}
	.offre_competences .row{
		margin-bottom: 20px
	}
	h3.del_user{
		cursor: pointer;
	}
	h3.del_user + span{
		font-size: 12px;
		display: none;
		text-transform: lowercase;
		padding: 8px;
		border-radius: 4px;
		background-color: #f2dede;
		color: #a94442;
		border-color: #ebccd1;
		display: none
	}
	h3.del_user + span.actif{
		display: inline-block;
	}
	h3.del_user + span a{
		color: #a94442;
	}

	/*============= FOOTER */

	footer{
		height: 212px;
		background-color: white;
		padding: 0px 0 20px 0;
		z-index: 999999;
		padding-top:40px;
	}
/*.page-template-compte  footer{
	position: fixed;
	width: 100%;
	bottom: 26px;
	}*/
	.sharing{
		background-color: #ccc;
		padding: 8px 0;
	}
	.sharing img{
		margin: 5px;
	}

	.copyright div{
		margin-top: 48px;
	}
	.copyright div span{
		display: block;
		font-size: 12px;
	}
	footer .liens ul,
	footer .liens ul li{
		list-style: none;
		padding: 0; margin: 0;
	}
	footer .liens ul li{
		margin-bottom: 10px;
		background-image: url("images/puce.png");
		background-repeat: no-repeat;
		background-position: left 5px;
		padding-left: 15px;
		width: 50%;
		float: left;

	}
	footer .social{
		background-color: #aaa;
		display: inline-block;
		position: absolute;
		top: -40px;
		right: 15px;
		text-align: center;
		width: 672px
	}
	footer .social span{
		width: 30px;
		display: inline-block;
		margin-right: 40px;
		padding: 8px 0;
	}
	footer .social span img{
		max-width: 100%;
		vertical-align: middle;
	}

	footer .newsletter form{
		background-color: #384a7b;
		height: 162px;
	}
	footer .newsletter label{
		display: block;
		height: 77px;
		text-transform: uppercase;
		text-align: center;
		line-height: 77px;
		color: white;
	}
	footer .newsletter input[type="email"]{
		height: 80px;
		border: none;
		width: 250px;
		text-align: center;
		font-size: 20px;

	}
	footer .newsletter input[type="submit"]{
		height: 80px;
		border:none;
		background-color: #2d3c64;
		color: white;
		line-height: 80px;
		text-align: center;
		position: absolute;
		right: 8px;
		width: 117px;
		bottom: 0; 
		cursor: pointer;
	}
	footer .copyright, footer .agences, footer .liens{
		margin-top: 20px;
	}
	footer .liens{
		padding-top: 40px;
	}

	.job_result, .ville_result {
		display: block; 
		position:relative
	} 
	.ui-autocomplete {
		position: absolute;
		z-index: 99999999;
		background-color: white;
		left: 0;
		bottom: 0;
		top: inherit!important;
		max-height: 400px;
		overflow-y: scroll;
	}
	.ui-autocomplete li{
		padding: 10px;
		background-color: #444;
		border: 1px solid #444;
		color: white;
		cursor: pointer;
	}
	.ui-autocomplete li:hover{
		background-color:#333;
	}
	.ui-helper-hidden-accessible{
		display: none
	}
	.candMsg{
		cursor: pointer;
		display: none;
		color: white;
		text-align: center;
		padding: 10px;
		position: absolute;
		font-size: 24px;
		width: 101%;
		height: 101%;
		top:0;
		background-color: #343741;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		z-index: 999999999999999;
		-moz-box-shadow: 0px 0px 20px 0px #aaaaaa;
		-webkit-box-shadow: 0px 0px 20px 0px #aaaaaa;
		-o-box-shadow: 0px 0px 20px 0px #aaaaaa;
		box-shadow: 0px 0px 20px 0px #aaaaaa;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#aaaaaa, Direction=NaN, Strength=20);
	}
	.candMsg div{
		position: relative;
		top: 50%; 
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		
	}
	.candMsg .show{
		display: block;
	}
	#mon_metier .tab_titre{
		padding-left: 75px;
	}

	.titre_desc{
		margin-top: 10px;
		font-size: 24px;
	}
	.candidature_s{
		margin-top: 40px;
	}
	.select_form{
		padding: 20px 0;
		text-align: center;
	}
	.select_form span{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		border: 1px solid #343741;
		margin: 0 10px;
		cursor: pointer;
	}
	.select_form span.actif{
		background-color: #eb4c0e;
		color: white;
		border-color: #eb4c0e;
	}

	.search_bar h1{
		color: white;
		text-align: center;
		padding:10px 0;
	}
	.search_bar .container{
		width: 1170px;
	}
	#espace-candidat .search_bar{
		margin-bottom:40px;
	}
	#espace-candidat .search_bar #form_row{
		color: white;
		font-size: 20px;
		text-transform: uppercase;
	}
	#espace-candidat .list-group-item{
		padding-left: 35px;
	}
	.visible-medium{
		display: none;
	}

	/*============ ESPACE CANDIDAT */

	.champ-gris{
		width: 70%;
		background-color: #f4f4f4;
		padding: 8px;
		border: none;
		cursor: pointer;border: 1px solid #ccc;
	}
	#espace-candidat .separator{
		border-bottom: 1px solid gray;
		margin: 10px 0 20px 0;
		margin-right: 10px;
		font-weight: bold
	}
	#espace-candidat #mes-infos {
		padding-top: 30px
	}
	#espace-candidat #mes-infos label{
		width: 30%;
	}
	#espace-candidat #form_row{
		text-align: center;
	}
	#espace-candidat #form_row .col-md-2{
		float: none;
		display: inline-block;
	}
	.form-horizontal .control-label{
		text-align: left !important
	}
	#espace-candidat h3{
		padding-left: 35px;
		background-image: url('images/arrow_accor.png');
		background-repeat: no-repeat;
		background-position: left 0;
		background-size: 25px;
	}
	#espace-candidat h3.btn{
		background-image: none;
		padding-right: 35px;
		text-align: center;
	}

	/*============ FIN ESPACE CANDIDAT */

	@media (min-width: 980px){
		.visible-medium{
			display: block !important
		}
	}

	@media (max-width: 1170px){
		.container {
			width: 100% !important;
		}
	}

	#lien_cv{
		margin-top: 10px;
		display: inline-block;
	}
	.compte-btn{ cursor: pointer}
	.comptebtnnext, .comptebtnprec{
		background-color: #3e5286;
		border-radius: 6px
	}
	.logged-in .btn_bleu_submit{
		background-color: #3e5286;
	}
	.logged-in .btn_bleu_submit{
		cursor: pointer;
	}
	#sales_s{
		background-color: #eb4c0e  
	}
	.intro{
		background-color: #f2f2f2;
		padding: 20px 0px;
		margin-top:-10px;
	}
	.intro td{
		vertical-align: top;
	}
	.intro td+td{
		padding-left: 20px;
	}

	.single table td{
		border:none;
	}

	.first-cand{

	}

	.center-block{
		float: none
	}

	@media only screen and (max-width: 1280px){
	/*.affiner{
		width: 270px;
		border-radius:  4px
	}
	.search_btn{
		right: 0px;
		}*/
	}

	@media only screen and (max-width: 1024px){
		body{
			overflow-x:hidden;
		}
		.search_bar input[type="text"].big_input{
			width: 200px;
			border-radius:  4px
		}
		.search_btn{
			right: 57px;
		}
		.search_ville, .search_salaires{
			margin-left: -44px;
		}
		.search_salaires{
			-moz-appearance: none; -webkit-appearance: none; appearance: none;
			border-radius: 4px;
		}
		.sidebar{
			position: fixed
		}
	}

	@media only screen and (max-width: 768px){
		
		.home_slide .logo{
			margin-top: 10px;
			position: relative;
			text-align: center;
			width: 60%;
			margin: auto;
			z-index: 10
		}
		.home_slide h1{
			font-size: 95%;
			top: 28%;
		}
		.home_slide .logo img{
			max-width: 60%
		}
		.login_block .connect{
			margin-bottom: 0
		}
		.acces{
			width: 100%;
			position: relative;
		}
		
		/* Home moteur */
		.clients{
			height: 55%;
		}
		.home_moteur{
			display: block;
			bottom: 0;
			position: absolute;
			height: auto;
		}
		.home_moteur .row{
			display: block;
			vertical-align: inherit;
		}
		.home_moteur .col-xs-12{
			margin-bottom: 10px
		}
		.home_moteur .row:last-child .boutons .col-xs-12{
			padding:0;
		}
		#form_home .choix{
			z-index: 9999999;
			position: relative;
			bottom:20px;
		}

	/*
	* Koballt c'est aussi
	*/
	.logo.aligncenter{
		width: 60%;
	}
	.logo.aligncenter img{
		max-width: 100%
	}
	#main.interne header{
		padding-top: 0
	}
	.home_sections h2{
		padding-bottom: 0;
		padding-top: 0;
		font-size: 20px
	}
	.home_sections .col-md-6{
		margin-bottom: 20px
	}
	.home_sections .row{
		margin-bottom: 0!important
	}
	.home_sections .desc{
		padding:10px;
		font-size: 14px
	}
	.home_sections .desc .mini_logo,
	.search_bar .chapeau{
		display: none;
	}

	.legendes{
		padding-left: 10px;
	}

	.list_results .offre{
		height: auto;
	}
	.sharing{
		margin-bottom: 20px;
	}
	.sharing img{
		width: 20px;
	}
	.copyright div{
		margin:20px;
	}
	.offre_type,
	.offre_titre h3,
	.about h3{
		font-size: 20px
	}
	.about h3:before{
		display: none;
	}
	.btn_postuler{
		margin-top: 20px;
		font-size: 20px;
	}
	.agences .liste{
		padding-left: 20px;
	}
	.carte{
		text-align: center;
		height: 200px;
	}
	.carte img{
		width: 60%;
		left: 50%;
		margin-left: -30%
	}
	.page-template-page-agence-php .col-md-3{
		width: 100%
	}
	.agences .sous_titre{
		font-size: 20px;
		padding-left: 10px;
		margin-bottom: 0
	}
	.open_content, .sub-menu{
		padding:20px;
	}
	.content_page h2{
		font-size: 15px;
	}

	/*
	* SIDEBAR
	*/
	.sidebar{
		width: 100%;
		right: 0;
		z-index: 999999999999
	}
	.open_title, .parent a:first-child{
		font-size: 18px;
		padding-left: 30px;
		margin-top: 24px;
	}
	.open_title:after, .parent:after{
		top: -10px;
	}
	.back_home_mobile{
		padding:10px;
		text-align: center;
	}
	.back_home_mobile img{
		width: 60%
	}

	/*
	* BARRE RECHERCHE
	*/
	.search_salaires{
		background-color: transparent!important;
	}
	.search_bar input[type="text"].big_input,
	.search_bar select{
		height: 46px;
		padding: 10px;
		width: 100%;

	}
	#form_row .col-xs-12{
		margin: 5px 0;
	}
	.search_bar #form_row{
		/*margin: 0;*/
		padding-top: 10px;
	}

	.search_bar #form_row .col-md-2{
		margin: 5px
	}
	.search_bar #form_row .col-md-2:last-child{
		margin-bottom: 15px
	}
	.search_ville, .search_salaires{
		margin-left: inherit;
	}
	#search_job .search_bar .filtrer, .btn_bar{
		padding: 10px;
	}
	.search_btn{
		position: relative;
		right: inherit;
		top: inherit;
		width: 100%;
		margin-bottom: 10px;
		height: 50px;
	}
	.search_btn #searchsubmit{
		width: 94%;
		height: 50px;
		margin-top: 5px;
		margin-left: 10px;
	}
	.t_section{
		padding-left: 5px;
		font-size: 20px
	}

	/*
	* FOOTER
	*/
	footer{
		padding-top: 0
	}
	footer .copyright, footer .agences, footer .liens{
		text-align: center;
		margin-top: 0
	}
	footer .liens ul li{
		width: 100%
	}
	footer .social{
		display: block;
		position: relative;
		width: 100%;
		right: 0;
		top: -18px;
	}
	footer .social span {
		width: 20px;
		display: inline-block;
		margin-right: 20px;
		padding: 8px 0;
	}

	.home_sections .col-md-6 div.contenu{
		height: auto;
		display: block;
	}
	.home_sections .col-md-6 div.contenu .fixChrome,
	.home_sections .desc .btn_more{
		position: inherit;
	}
	.home_sections .row .col-md-6 .titre{
		position: absolute;
	}
}
@media only screen and (max-width: 680px){
	.smBlocksBtns{
		text-align: center;
	}
	.smBlocksBtns .affiner{
		margin-bottom: 10px
	}
	.home_sections .row .col-md-6 .titre{
		padding :10px 5px 10px 5px;
		margin: 0
	}
	.home_sections .last-el .col-md-6 .contenu{
		height: auto
	}
	.list_results .titre_offre .lieu{
		text-align: left;
	}
	.single table td{
		display: block;
	}
	.content_page table{
		display: block;
		width: 100%;
	}
	.single table td, .single table tr, single table{
		width:100%;
	}
	.content_page img{
		width: 100;
		max-width: 100%;
		height: auto;
	}
	.content_page h2{
		font-size: 30px;
		margin-left: 10px
	}
	.content_page p:empty{
		display: none;
	}
}


/*########### MODIF SLIDER */
.grand_ecran{height: 670px !important;}
.vPlayer.grand_ecran li {background-size:100% !important;}

.tres_grand_ecran{height: 800px !important;}
.vPlayer.tres_grand_ecran li {background-size:100% !important;}
