/*tableau cv*/
.recrutement.slidesimple {
	height: 280px; 
	background:url(/images/slide_page_recrutement.jpg) no-repeat center center; 
	background-size:cover;
}

.texte.recrutement {
	padding-bottom: 80px;
	}
.texte.recrutement .centre {
	max-width: 980px;
}
.texte.recrutement .aucune{
	text-align: center;
	padding: 30px 0;
	font-weight: 500;
	}
.texte.recrutement .spontanee {

	max-width: 380px;
	margin: 0 auto;
	}
.texte.recrutement .spontanee a{
	background-color: #4f5182;
	display: block;
	width: 100%;
	padding: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	text-align:center;
	font-family: 'Lato', sans-serif;
	}
.texte.recrutement .spontanee a b{
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 1em;
	padding-top: 10px;
	}
.texte.recrutement .spontanee a b:before{
	content:'';
	display:inline-block;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	transform:rotate(45deg);
	margin-right: 10px;
	
	}
.texte.recrutement table + .spontanee {
	margin-top: 50px;
	}
.texte.recrutement.candidature .centre{
	max-width: 800px;
	}
.texte.recrutement.candidature .bouton{
	padding: 10px 0;
	}
.texte.recrutement table {
    border-collapse: collapse;
	margin: 60px auto 0 auto;
	width: 100%;

	}
.texte.recrutement table th {
	background-color: #3b4c56;
	height: 35px;
	text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
	text-transform:uppercase;
	vertical-align:middle;
	}

.texte.recrutement table td {
	font-size: 15px;
	color: #231f20;
	font-weight: 200;
	width: calc(50%/4);
	text-align: center;
	vertical-align:middle;
	background-color: inherit;
	}

.texte.recrutement table td b{
	font-size: 14px;
	color: #231f20;
	font-weight: 500;
	}
.texte.recrutement table td:nth-child(1) { 
	width: 50%;
	text-align: left;
	padding: 15px;
	}

	
.texte.recrutement table tr:nth-child(even) { 
	background-color: #f1f2f2;

	}
.texte.recrutement table tr:nth-child(odd) { 
	background-color: #fff;
	}

.texte.recrutement table td a { 
	display: block;
	text-decoration: none;
	text-transform: inherit;
	font-weight: 200;
	color: #231f20;
	}
.texte.recrutement table td.bouton a { 
	width: 60px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #fff;
	text-transform:uppercase;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background-color: #4f5182;
	}
.texte.recrutement table td.bouton a:hover { 
	background-color: #e69b3f;
	color: #fff;
	}


.texte.recrutement .retour {
    display: block;
    border: 1px solid #e3e3e3;
    text-align: center;
    float: right;
    width: 90px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 14px;
    color: #ababab;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 40px;
}

.texte.recrutement h1 + table {
   margin-top: 60px;
	}

.texte.recrutement .contacter {
    display: block;
    width: 230px;
    height: 50px;
    background-color: #fd4e0d;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 30px auto 30px auto;
    font-size: 20px;
}
.texte.recrutement h3 {
    padding: 20px 20px 5px 20px;
}

.texte.recrutement ul#cv {
    max-width: 600px;
    width: 90%;
    margin: 45px auto 0 auto;
}
@media screen and (max-width:450px) {
.texte.recrutement ul#cv {
	width: 92%;
	margin: 0 4% 0 4%;
	}
}
.texte.recrutement ul#cv textarea {
    width: 95%;
    height: 150px;
    line-height: 16px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 2%;
}
.texte.recrutement ul#cv input[type="text"] {
    width: 95%;
    height: 35px;
    line-height: 35px;
	vertical-align:middle;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    color: #000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 2% 0 2%;
	margin-bottom: 10px; 
}
.texte.recrutement input[type="submit"] {
line-height: 45px;
	-webkit-border-radius: 22.5px;
	-moz-border-radius: 22.5px;
	border-radius: 22.5px;
	color: #ffffff;
	text-transform: uppercase;
	display: table;
	padding: 0 40px 0 40px;
	margin: 25px auto 0 auto;
	width: auto;
	background-color: #4f5182;
	font-size: 1em;
}
.texte.recrutement div.alerte {
   color: #ff0000;
   text-align:center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.texte.recrutement div.alerte p, .texte.recrutement div.alerte p b{
   	color: #ff0000;
}
.texte.recrutement h3 {
  	text-align: center;
}
.texte.recrutement h1 + p {
  	text-align: center;
}
.texte.candidature #creation-compte li:before {
  display: none;
}
.texte.candidature #creation-compte input[type=submit] {
  margin-top: 30px;
}
.texte.candidature #creation-compte li {
	padding-left: 0px;
}
.texte.candidature form {
	padding-top: 50px;
}

/*Offre*/
.texte.offre p.bouton {
	line-height: 45px;
	-webkit-border-radius: 22.5px;
	-moz-border-radius: 22.5px;
	border-radius: 22.5px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	display: table;
	padding: 0 40px 0 40px;
	margin: 25px auto 0 auto;
	width: auto;
	background-color: #4f5182;
	}

.texte.offre p.bouton a {
	color:#fff;
	font-family: 'Rokkitt', serif
}

/*.texte.offre p.bouton a{
	display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #75b31f;
    font-size: 1.15em;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
	border: 1px solid #75b31f;
	text-decoration:none;
	text-align: center;
	text-transform:uppercase;
	padding: 5px 20px;
	}
.texte.offre p.bouton a:hover{
	color: #fff;
	background-color: #75b31f;
	}
*/
/*Confirmation*/

.texte.recrutement.confirmation .centre {
	padding-top: 50px;
	}
.texte.recrutement.confirmation .centre p{
	text-align: center;
	font-weight: 500;
	}