




/**
* OFFRES D'EMPLOIS
**/


body.page-template-offres-emplois #content .entry-content ul,
body.page-template-offres-emplois #content .entry-content ul li {
	margin: 0;
	padding: 0;
}

body.page-template-offres-emplois #content .entry-content ul li:after {
	display: none;
}

body.page-template-offres-emplois #content .entry-content p {
	text-align: center;
	text-wrap: balance;
	margin: 30px auto 0 auto;
	max-width: 400px;
	font-size: 18px;
	line-height: 1.2;
	opacity: 0.6;
}

body.page-template-offres-emplois #content .entry-content ul li a,
body.page-template-offres-emplois #content .entry-content ul li span {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	color: inherit;
	padding: 5px 5px 5px 25px;
	line-height: 1.2;
	text-wrap: balance;
	background-color: #E9E9E9;
	border-radius: 15px;
	margin: 10px 0;
	min-height: 74px;
}

body.page-template-offres-emplois #content .entry-content ul li a button {
	margin-left: 50px;
	white-space: nowrap;
}
