body.offres #offres-subtitle{
	position:absolute;
	font-style:italic;
	top:25px; right:134px;
}
    
	body.offres #offres-subtitle span{color:#1e9977; font-weight:500;}
	
	body.offres .top-content{padding-right:0; padding-bottom:0;}

	body.offres .top-content label{position:relative; margin-right:25px; height:35px;}

	body.offres .top-content select{
		width:180px; height:25px;
		background:#5a5b5d url('../img/content-navigation/select-black.png') right -2px no-repeat;
		padding:5px 10px;
		border:none;
		border-radius:0;
		color:#fff;
		outline:none;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		text-indent: 0.01px;
		text-overflow: '';
	}

	body.offres .content form .div-validation{
		background-color: #fff;
		border-top: 3px solid #008cbb;
		float: right;
		font-size: 1.2em;
		margin-top:15px;
		text-align: right;
		width: 640px;
	}
	
	@-moz-document url-prefix() {
	    body.offres .top-content label{width: 180px;overflow:hidden;}
	    body.offres .top-content select{background: url("../img/content-navigation/select-black.png") no-repeat scroll -106px -2px #5a5b5d;width: 200px;}
	}

	.offres-table{
		margin-top:60px;
		color:#5a5b5d;
		text-align:center;
	}

	.offres-table .td-left{width:100%;text-align:left;}

	.offres-table td, .offres-table th{padding:20px; vertical-align:middle;}
	.offres-table th{background:#008cbb; color:white; font-weight:100; border-right:solid 1px white;}
	.offres-table tr:nth-child(odd){background:white;}
	.offres-table tr:nth-child(even){background:#cae6f1;}
	.offres-table td{border-right:solid 1px #008cbb;}
	.offres-table td:last-child, .offres-table th:last-child{border:none;}

	.offres-liste-nav{margin-top:20px;}
		.offres-liste-nav ul{margin-left:270px;}
		.offres-liste-nav li{margin-right:10px;}
		.offres-liste-nav li.li-active>a{text-decoration:underline;}
		#btn-suivant>a{text-transform:capitalize;}


	
@media only screen and (max-width: 767px) {	
    body.page h2.block-heading{font-size:1em;}
    body.page.offres h2.block-heading.green{font-size: 0.9em;line-height: 35px;min-height: 35px;}
    body.offres #offres-subtitle{position: relative;top: auto;right: auto;}
}


/* OFFRE SINGLE */

body.single-offre .presentation .block-content{padding-top:80px;}
body.single-offre .block-content p {margin-bottom: 5px;}
body.single-offre article.blue h3{
	margin-top: 15px;
    color: #008cbb;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-transform:uppercase;
}

body.single-offre article.blue h4{color:#008cbb;}

body.single-offre .post-share{position:absolute; right:0;}
body.single-offre .post-share li{float:left;}

@media only screen and (max-width: 767px) {
    body.page.single-offre h2.block-heading{width:190px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 36px;min-height: 36px;}
}