.career_details {
	padding: 0 2vw;
	z-index: 10;
}
.career_details h2 {
	font-family:'RobotoMono-Medium';
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
	padding: 0;
	font-size: 2vw;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.career_details h3 {
	font-family:'RobotoMono-Medium';
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: 1.4vw;
	letter-spacing: .1em;
	margin-top: .3em;
	text-transform: uppercase;
}

.career_details .career_email {
	font-size: 1.4vw;
}


.career_link {
	display: block;
	margin-top: 1vw;
	margin-bottom: .2vw;
	color: #201943;
	font-size: 1.4vw;
	
}
.career_link:hover {
	color: #201943;
	text-decoration: underline;
}

.ligne-contact {
	margin-top: 60px;
}

.ligne-contact .etiquette {
	text-align: center;
	
}

.ligne-contact .etiquette h2 {
	background: #201a42;
    color: #fff;
    display: inline-block;
    font-size: 30px;
	line-height: 45px;
    padding: 0 1vw;
	font-family: 'ImpactLabelReversed';
    font-weight: 400;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {



}
@media (max-width: 991px) {

	.career_details .career_email {
		font-size: 3.2vw;
	}


	.career_link {
		font-size: 3vw;
		
	}


}
@media (max-width: 767px) {

.career_desc {
	font-size: 1.4em;
	line-height: 1.4em;
}
.career_details h2 {
	margin: .2em 0;
	padding: 0;
	font-size: 8vw;
	letter-spacing: .1em;
}
.career_details h3 {
	margin: 0;
	padding: 0;
	font-size: 6vw;
	letter-spacing: .1em;
	margin-top: 2em;
}


}