#meme-employeur {
	margin-top: 40px;
	background-color: white;
	border: 1px solid #696462;
	border-radius: 10px;
	padding: 0px 15px 15px 15px;
	margin-bottom: 50px;
}

#meme-employeur>h3 {
	color: black;
	font-family: 'Lato-Regular', 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 18px;
	margin-top: -14px;
}

#meme-employeur>h3>span {
	background-color: white;
	padding: 5px;
}

.profil-meme-employeur {
	border-top: 1px solid #dedede;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: right;
}

.emploi-meme-employeur {
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.emploi-meme-employeur:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.emploi-meme-employeur>table {
	width: 100%;
	margin-bottom: 0px !important;
}

.emploi-meme-employeur>table>tbody>tr>td:nth-child(1) {
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
	min-width: 100px;
	width: 100px;
}

.emploi-meme-employeur>table>tbody>tr>td:nth-child(1) img {
	max-width: 90px;
	max-height: 65px;
}

.emploi-meme-employeur>table>tbody>tr>td:nth-child(3) {
	width: 100px;
	padding-left: 15px;
	text-align:
		center;
	color: #888;
	font-size: 12px;
	font-weight: 500;
}

.emploi-meme-employeur>table>tbody>tr>td:nth-child(3) img {
	padding-bottom: 3px;
}

.emploi-meme-employeur a {
	text-decoration: none;
}

.emploi-meme-employeur h4 {
	font-family: 'Open Sans', sans serif;
	color: #001d51;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0em;
}

.emploi-meme-employeur h5 {
	font-family: 'Open Sans', sans serif;
	color: #060606;
	margin-top: 6px;
	margin-bottom: 7px;
	font-size: 15px;
	line-height: 16px;
}

.emploi-meme-employeur h6 {
	font-family: 'Open Sans', sans serif;
	color: #626469;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 15px;
}

.emploi-meme-employeur p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #626469;
	margin-top: 0px;
	margin-bottom: 0px;
}

@media (max-width: 480px) {
	.emploi-meme-employeur>table>tbody>tr>td:nth-child(1) {
		text-align: center;
		vertical-align: middle;
		padding-right: 10px;
		min-width: 70px;
		width: 70px;
	}

	.emploi-meme-employeur>table>tbody>tr>td:nth-child(1) img {
		max-width: 65px;
		max-height: 65px;
	}

	.emploi-meme-employeur>table>tbody>tr>td:nth-child(3) {
		width: 70px;
		padding-left: 5px;
		text-align:
			center;
		color: #888;
		font-size: 12px;
		font-weight: 500;
	}

	.emploi-meme-employeur h4 {
		font-size: 13px;
	}
}
