
/* MAIN CSS */
.file {
	cursor: pointer;
	background: #f47b18;
	padding: 15px;
	display: block;
	min-width: 11em;
	border-radius: 5px;
	text-align: center;
	font-weight: 700;
	color: white;
	transition: .5s all;
	margin-right: 1em;
	margin-top: 1em;
	border: 3px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.file input { display: none;}
.file:hover {
    background: #f47b18;
    transition: .5s all;
}

.btnDelete:after{
	display: inline-block;
	content: "\00d7"; /* This will render the 'X' */
  }

.lieu {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.meta_list { 
	margin-bottom: 1em;
}
.annoncebox ul li {
	text-decoration: none;
    display: inline-flex;
    padding: 0px 5px;
    margin: 5px;
    font-size: 0.9rem;
    border: 1px solid #bbb;
    color: #777;
    border-radius: 5px;
}
/* MAIN CSS */
/*---------------------------------*/
.emploi-titre {
	text-align: left;
}

.btn_postuler {
    background-color: #161e3d;
    color: white;
    padding: 10px 33px;
    display: inline-block;
    margin-top: 1em;
    border: 6px solid transparent;
}
.btn_postuler:hover {
    color: white;
    border: 6px solid #161e3d;
}

.header-recrutement {
	background: url("/wp-content/uploads/2018/01/Slide-1.jpg");
	height: 24em;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.flex {
    display: flex;
    padding: 2em;
}

@media screen and (min-width: 1400px) {
	.flex {
		max-width: 70%;
		margin: auto;
	}	
}
@media screen and (max-width: 999px) {
	.flex {
		flex-wrap: wrap;
	}	
	.flex>div { width: 100%;}
}


.flex1 { 
	display: flex;
	margin-top: 1em;
	justify-content: center;
}

@media screen and (max-width: 600px) { 
    .flex1 { 
    flex-wrap: wrap;
}}

span.small {
	font-size: .8em;
	font-style: initial;
	display: block;
	line-height: 1em;
	margin-bottom: 1em;
}

.pastille { text-decoration: underline;}

@media screen and (min-width:768px) {
	.latte .flex .emploi-titre { width: 30%;}
	.latte .flex  .contenu { width: 70%;}
}

@media screen and (max-width:767px) {
	.latte .flex .emploi-titre { 
		width: 100%;
		margin-bottom: 1em;
	}
	.latte .flex  .contenu { width: 100%;}
	.latte .flex {flex-wrap: wrap; }
}

.wpcf7-spinner {
	display: block!important;
	margin: auto!important;
	margin-top: 1em!important;
}
@media screen and (max-width: 499px) { 
	.boxed { padding: 1em;}
}
@media screen and (min-width: 500px) { 
 .boxed {
	width: 80%;
	margin: auto;
	max-width: 1000px;
}}

.formContact {
	background-color: #f47a16;
	padding: 2em;
}
.formContact .wpcf7-not-valid-tip {
	color: white!important;
}
.recrutement-mcom-template-default .articles { 
	margin-bottom: 2em;
	padding-right: 2%;
}
.recrutement-mcom-template-default .wpcf7-submit {
	padding: 10px 60px!important;
}
.recrutement-mcom-template-default h2 { text-align: center; }
.recrutement-mcom-template-default .emplois-autres h2 {
	padding-top: 2em;
	margin-bottom: 2em;
}

.orange_pastille {
	margin-bottom: 1.5em;
	display: block;
}


.offres_emploi {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
	.offres_emploi>div { width: 30%;}	
}
@media screen and (min-width: 601px) and (max-width: 999px) {
	.offres_emploi>div { width: 48%;}	
}
@media screen and (max-width: 600px) {
	.offres_emploi>div { width: 100%;}	
}
.offres_emploi>div {
	box-shadow: 0px 1px 8px 2px  rgba(184, 184, 184, 0.16);
	margin: 1%;
}
.offres_emploi .contenu { 
	padding: 1em;
}
.offres_emploi .thumbicon { 
	height: 200px;
	background-size: cover!important;
}