#offres{

	    position: relative;

    background: url(../../images/index/section_services_fond.png) no-repeat top center;

    margin-top: -185px;

    margin-bottom: -182px;

    padding-top: 230px;

    padding-bottom: 375px;

    z-index: 10;

}

#offres:before{

	content: '';

    position: absolute;

    top: -85px;

    left: 0;

    right: 0;

    height: 674px;

    background: url(../../images/index/section_services_haut.png) no-repeat top center;

    z-index: 10;

    pointer-events: none;

}



#offres .offre{

	margin-bottom: 75px;

	position: relative;

}

#offres .offre .col-12{

	position: relative;

}

#offres .offre:before, #offres .offre:after{

    content: '';

    position: absolute;

    left: 0;

    bottom: -40px;

    width: calc(50% - 32px);

    border-bottom: 2px dotted #0c3f78;

}

#offres .offre:after{

	right: 0;

	left: auto;

}

#offres .offre.nosep:before, #offres .offre.nosep:after{

	display: none;

} 

#offres .offre .feuille{

	position: absolute;

	left: 0;

	right: 0;

    bottom: -55px;

    margin: auto;

    display: block;

    width: 48px;

    height: 42px;

    background: url(../../images/feuille_sous_titre.png);

}



.offre .titre h2{

	text-align: center;

	color: #93c056;

	margin-bottom: 30px;

}



.offre img{

	border: 2px solid #0c3f78;

}

.offre .promo{

	margin-top: 25px;

	text-align: center;

}

.offre .desc, .offre .duree{

    font-family: 'HelveticaNeueLTStdd';

    font-size: 15px;

    color: #666666;

    text-align: initial;	

}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    #offres .offre {
        padding: 30px 20px;
    }

    .offre .titre h2 {
        font-size: 28px;
    }

    .offre .promo span {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 575px) {

}
