

#job-filter{
	text-align: center;
}
#job-filter .inner{
	width: 700px;
	display: inline-block;
}
#job-filter input[type='text']{
	width: 100%;
	border: 1px solid #24B0B3;
	padding: 8px 10px;
	max-width: 300px;
	margin: 10px;
}
#job-filter select{
	width: 100%;
	border: 1px solid #24B0B3;
	padding: 8px 10px;
	max-width: 300px;
	margin: 10px;

    background: url("data:image/svg+xml;utf8,<svg fill='rgb(36, 176, 179)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-position-x: 270px;

}
#job-filter input[type='submit']{
	cursor: pointer;
	margin:0 10px 0 20px;
}

#job-filter .buttons{
	margin: 20px 0;
}




#job-free{
	padding: 0 30px 30px;
	text-align: center;
}
#job-free a{

}






#jobs{

}
#jobs .item{
	background-color: #EFEFEF;
	border-radius: 4px;
	margin:15px 30px;
	padding: 15px 30px;
}
#jobs .information{

}
#jobs .information div{
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 10px;
	font-family: Archivo;
}
#jobs .title{
	margin-bottom: 5px;
}
#jobs .title a{
	color: #24B0B3;
	font-family: Archivo;
	font-weight: 700;
}
#jobs .contract{
	border-right: 1px solid #24B0B3;
	font-weight: 700;
}
#jobs .date{
	margin-top:10px;
	font-size: 0.9em;
}
#jobs .city{

}
#jobs .department{

}
#jobs .region{

}
#jobs .link{
	float: right;
	margin-top: -50px;
}
#jobs .link a{
	background: transparent url(../../img/pagination-next.svg) no-repeat center right;
	padding-right: 20px;
}





#pages-navigation{
	margin-top: 30px;
	text-align: center;
}
#pages-navigation ul{
	display: inline-block;
}
#pages-navigation li{
	list-style-type:none;
	display: inline-block;
	border: 1px solid #24B0B3;
	padding: 5px 12px;
	margin-left:-1px;
	color: #24B0B3;
	cursor: pointer;
}

#pages-navigation li.active{
	font-weight: 700;
}

#pages-navigation ul li div{

}
#pages-navigation .first{
	border: none;
}
#pages-navigation .last{
	border: none;
}




#offer{
	margin:0 30px;
	font-family: Archivo;
}
#offer a.back{
	background: transparent url(../../img/pagination-prev.svg) no-repeat center left;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 20px;
    font-family: "Poppins";
	font-weight: 700;
	font-size: 14px;
	color: #24B0B3; 
	text-transform: uppercase;
	display: inline-block;
}
#offer h1{
	font-family: 'Poppins'
}
#offer .title{
	margin: 20px 0 5px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: #007AA5;

}
#offer .content{

}

#offer .date{
	margin: 30px 0;
	color: #AAAAAA;
}
#offer .information{

}
#offer .information div{
	line-height: 20px;
	font-weight: bold;
	border: none;
	
}
#offer .information div p{
	font-weight: normal;
}
#offer div.jobTime{
	border-right: 1px solid #24B0B3;
	border-left: 1px solid #24B0B3;
	padding: 0 30px;
	margin: 0 30px;
}

#offer .localisation{

}
#offer .localisation .content div{
	display: inline-block;
	margin-right: 10px;
}
#offer .description{

}
#offer .trade{

}
#offer .description{

}
#offer .to-postulate{
	margin-top: 50px;
	text-align: center;
}
#offer a.postulate{
	cursor: pointer;
}
#offer #postulate{
	margin-top: 30px;
}




.social-share{
	text-align: center;
	margin: 30px 0 0;
} 

.social-share .socials{
	text-align: center;
	margin: 10px 0;
} 
.social-share .socials .social{
	width: 32px;
	height: 32px;
	background-color: #B5B5B5;
	border-radius: 16px;
	margin: 0 11px;
	display: inline-block;
} 
.social-share .socials .social a{
	width: 32px;
	height: 32px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
} 

.social-share .socials .facebook a{
	background-image:url(../../img/facebook.svg);
} 
.social-share .socials .linkedin a{
	background-image:url(../../img/linkedin.svg);
} 
.social-share .socials .twitter a{
	background-image:url(../../img/twitter.svg);
} 
.social-share .socials .email a{
	background-image:url(../../img/mail.svg);
} 
.social-share strong{

}


@media (max-width: 575px) {
	#job-filter input[type="submit"] {
	    margin: 0 20px;
	}
	#job-filter  .buttons a{
		margin-bottom: 20px;
	}

	#jobs .information div{
		display: block;
		line-height: 20px;
	}
	#offer div.jobTime{
		padding: 30px 0;
		margin: 0;
		border: none;
	}
	#jobs .contract {
	    border-right: none;
	}
}
@media (max-width: 767px) {
	#job-filter .inner{
		width: 100%;
	}
	#job-filter .buttons {
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	#job-filter input[type="submit"] {
	    max-height: 55px;
	}
}

