#job.emplois {
	padding: 40px 0 40px!important;
}
.offres {
	padding: 0 !important;
}
#section-style1.emplois{
	padding: 40px 0 40px!important;
}
body #content .emplois.structure h2 {
    font-weight: 300 !important;
    font-size: 30px;
    margin-bottom: 35px !important;
    margin-top: 10px;
}
body #content .emplois.structure h2 .green{
    font-weight: 700;
}

body #content .emplois.structure h3 {
    font-weight: 300 !important;
    font-size: 30px;
    margin-bottom: 45px !important;
    position: relative;
    padding-bottom: 30px;
	text-align: center;
}
body #content .emplois.structure h3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    width: 38px;
    background-color: #2b524c;
}
body #content .emplois.structure h3 .green{
    font-weight: 700;
}
body #content .emplois.structure .moduletable h3{
	margin-top: 0;
}
.offres .items-offres a{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.offres .items-offres{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 0;
	padding: 0;
	max-width: 810px;
	width: 100%;
}

.offres .items-offres .col-sm-3{
	max-width: 270px;
    width: 100%;
    padding: 0 15px !important;
	margin: 0 0 15px;
}

.items-offres .item{
	margin: 0 0 20px;
	text-align: center;
}
.items-offres .item .infos{
	padding: 15px 0 0;
}
.items-offres .item .infos .nom{
	font-size: 17px;
	font-weight: 700;
	line-height: 20px;
}
.items-offres .item .infos .nom a{
	color: #333;
}
.items-offres .item .infos .nom a:hover{
	color: #3cce88;
}
.items-offres .item .img-offre{
	max-width: 220px;
	width: 100%;
	height: 220px;
	overflow: hidden;
	background-color: #f5f5f3;
	position: relative;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
	border: 1px #3cce88 solid;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.items-offres .item .img-offre:hover{
	background-color: #3cce88;
}
.items-offres .item .img-offre:hover .img-withnom{
	color: #ffffff;
}

.items-offres .item .img{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.items-offres .item .img-withnom {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    font-size: 20px;
    font-weight: 500;
    color: #2b524c;
	padding: 0 10px;
}
.items-offres .item img{
	max-width: 100%;
}

.bottom-wrapper{
	display: none !important;
}

@media (min-width: 990px) {
	.structure .container {
		max-width: 1000px !important;
		width: 100%;
	}
	.structure.offres .container {
		max-width: 1080px !important;
		width: 100%;
	}
}

@media (max-width: 768px){
	body #content .emplois.structure .moduletable h3{
		margin-top: 20px;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 570px){
	.offres .items-offres{
		margin: 20px auto 0;
		padding: 0;
	}
	.items-offres .item .img-offre{
		margin: auto;
	}
	.banners .custom{
		display:none !important;
	}
}
