 @charset "UTF-8";
 
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////                                        
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                           CARRIERE                                                 ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
/////                                                                                                    ///// 
////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* Mise en page */

#page_carriere  {
	background-color: rgba(0,0,0,0.01);
	height: 100%;
}

#pageContent {
	position: relative;
	max-width: 960px;
	padding: 0;
}

#pageContent .box {
	margin-left: 150px;
	margin-bottom: 20px;
}

#page_carriere #site_location{ margin-bottom: 0px;}

#page_carriere #career_bloc h1 {
	margin-bottom: 0px; 
	text-align: right; 
	color: #d31d31;
}

#page_carriere h3 {
	margin: -5px 0 20px; 
	text-align: right; 
	color: #31A7D2;
}

#pageTitle {
	background-color: #444;
	height: 100%;
	width: 130px;
	position: absolute;
	top: 15px;
	left: 0px;
	text-align: right;
	overflow: hidden;
}

#pageTitle h2 {
	padding: 0;
	color: #FFF;
	font-family: eurostyle, avenir, arial;
	font-weight: bold;
	letter-spacing: 0.08em;	
	transform: rotate(-90deg);
	vertical-align: top;
	position: relative;
	top: 540px;
	left: 20px;
	font-size: 230px;
	line-height: 200px;
	background-color: transparent;
}

/* HEADER */

#page_carriere #career_bloc {
	border-radius: 0 0 3px 3px;
	background-color: #fff;
	padding: 0px;
	border-top: solid 1px rgba(0,0,0,0.15);
	overflow: hidden;
}

#top_left_box {
	display: inline-block;
	position: relative;
	width: 40%;
	height: 365px;
	padding: 20px 50px 50px ;
	background-color: rgba(0,0,0,0.02);
	box-shadow: inset -5px 0 5px -5px #FFF, 
				inset -10px 0 10px -10px #FFF, 
				inset -15px 0 15px -15px #FFF, 
				inset -20px 0 20px -20px #FFF, 
				inset -25px 0 25px -25px #FFF, 
				inset -30px 0 30px -30px #FFF, 
				inset -35px 0 35px -35px #FFF, 
				inset -40px 0 40px -40px #FFF, 
				inset -50px 0 50px -50px #FFF,  
				inset -60px 0 60px -60px #FFF,  
				inset -70px 0 70px -70px #FFF, 
				inset -80px 0 80px -80px #FFF,  
				inset -90px 0 90px -90px #FFF, 
				inset -100px 0 100px -100px #FFF;
	vertical-align: top;
	overflow: hidden;
}

#top_right_box {
	display: inline-block;
	position: relative;
	width: 60%;
	height: 365px;
	margin-left: -4px;
	padding: 0px 30px 0 0;
	background-color: #FFF;
	box-shadow: inset 100px 0 100px -100px rgba(0,0,0,0.02) ;
}


#page_carriere #career_facts {
	width: 100%;
	position: absolute;
	bottom: 10px; right: 10px;
	margin-bottom: 0;
}

#page_carriere #career_facts li h1 {
	text-align: center;
	color: #666;
}

#page_carriere #career_bloc img {
	height: 390px;
}

#page_carriere #career_profile:hover { height: 260px;}

/* Formulaire */

#page_carriere #full_width2  {
	padding: 20px 0 20px;
}

#page_carriere #full_width2 h2 {
	color: rgba(0,0,0,0.6);
}

#page_carriere form input[type=text] {
	height: 38px;
	width: 28%;
	margin-right: 1%;
	border: solid 0px rgba(0,0,0,0.2);
	background-color: #FFF;
}

#page_carriere form input[type=submit] {
	float: right;
	width: 20%;
	height: 38px;
	padding: 0 30px;
	background-color: rgba(81,81,81,1);
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
}

#page_carriere form input[type=submit]:hover {background-color: rgba(81,81,81,0.8);}

#page_carriere form #list_departements { width: 20%; position: static; }
#page_carriere form #list_postes { width: 16.5%; }
#page_carriere form #list_contrats { width: 10%;  }
#page_carriere form option{ padding: 3px 6px;}

select {
	height: 38px;
    padding:3px 10px;
    margin: 0 1% 0 0;
    border-radius:4px;
    background-color: #FFF;
	box-shadow: none;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
	-o-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

#page_carriere form label { position:relative ; }
#page_carriere form label:after {
    content:'<>';
    font:14px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
    transform:rotate(90deg);
	
    right:20px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

#page_carriere form label:before {
    content:'';
    right: 13px; top:-8px;
    width: 30px; height:38px;
	border-radius: 0 4px 4px 0;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
	box-shadow: inset 0 15px 15px 0 rgba(255,255,255,0.7);
	border-left: 1px solid rgba(0,0,0,0.1);
}

/* Affichage des offres */

#page_carriere #full_width3  {
	padding: 0px 0 0 0;
}

#job_table {
	background-color: #fff;
	border-radius: 3px;
	padding: 10px 25px;
	text-align: center;
	font-size: 14px;
	min-height: 45vh;
}

#job_table > li {
	width: 100%;
	height: 40px;	
	border-bottom: solid 1px rgba(0,0,0,0.1);
}

#job_table a{
	color: #31A7D2;
}

#job_table #column_titles {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px rgba(0,0,0,0.1);
	padding-bottom: 5px;
	text-align: center;
	height: 30px;
}

#job_table #column_titles li {line-height: 20px;}

.job_line li { width: 18%; text-align: center; line-height: 40px; color: rgba(0,0,0,0.6);}
li .job_title {text-align: left; width: 40%; float: left; overflow:hidden;}
li .job_date { float: right; display: none;}
 
