.pour-banner{
 background: url(../assets/img/img-pkoi-header.jpg) no-repeat;   
}

p.stitre {
    text-transform: uppercase;
    color: #23cf5f;
    font-size: 33px;
    line-height: 0.85;
    letter-spacing: 1.1px;
    margin-bottom: 47px;
    font-weight: 600;
}

.block-acheteur {
    position: relative;
}

img.triangle-pkoi {
    width: 100%;
    position: relative;
    top: 80px;
}
.liste-offres {
    display: flex;
}
.offre {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
}
.offre img{
    max-width:100%;
    height:auto;
}

.liste-offres .offre .left-offre {
    float: left;
    position: absolute;
    top: 70px;
    left: 0;
    padding: 25px 40px 25px 41px;
    width: 570px;
}
.liste-offres .offre .left-offre {
    background: #fff;
    border: 1px solid #32bde1;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}
.liste-offres .offre .right-offre {
    float: right;
    width: 570px;
    max-width: 570px;
}
.liste-offres .offre:nth-child(even) .left-offre {
    right: 0;
    left: auto;
}
.liste-offres .offre:nth-child(even) .right-offre {
    float: left;
}
.liste-offres .offre .left-offre .titre-offre {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.5px;
}
.liste-offres .offre .left-offre .titre-offre {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.5px;
}
.liste-offres .offre .left-offre .desc-offre {
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 19px;
}
.liste-offres .offre .left-offre .info-offre {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.8px;
}
.info-offre em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 84%;
}
.liste-offres .offre .left-offre .info-offre span.icon-ic_pkoi_verification {
    font-size: 48px;
}

.liste-offres .offre .left-offre .titre-offre .bleu-fonce {
    color: #15be66;
    font-weight:600;
}
.liste-offres .offre .left-offre .titre-offre .bleu-clair {
    color: #ff4b1f;
    font-weight:600;
}
.liste-offres .offre .left-offre .info-offre {
    color: #ff4b1f;
    font-weight:600;
}

@media (max-width: 768px) {
    
    .block-acheteur.header-pourquoi {
	height: 473px;
	margin-bottom: 0;
	background-size: cover;
}

.block-acheteur .photo-fond-acheteur {
	overflow: hidden;
}

.block-acheteur .photo-fond-acheteur img {
	height: auto;
}

.block-acheteur .content-block-acheteur .titre {
	padding: 0 28px;
	text-align: left;
	font-size: 18px;
	line-height: 1.89;
	letter-spacing: 2.3px;
	margin-bottom: 50px;
}

.block-acheteur .content-block-acheteur .chevron {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.block-acheteur .triangle-pkoi {
	display: none;
}

.liste-pourquoi {
	padding-top: 0;
}

.liste-pourquoi .stitre {
	display: none;
}

.liste-offres .offre {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.liste-offres .offre .left-offre {
	position: relative;
	order: 2;
	margin: -190px auto 0 auto;
	padding: 24px 15px 29px 30px;
	width: 90%;
	max-width: 90%;
}

.liste-offres .offre .left-offre .titre-offre {
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 2.3px;
}

.liste-offres .offre .left-offre .titre-offre em {
	display: none;
}

.liste-offres .offre .left-offre .desc-offre {
	font-size: 15px;
	line-height: 1.73;
	margin-bottom: 11px;
}

.liste-offres .offre .left-offre .info-offre {
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: 0.7px;
}

.liste-offres .offre .left-offre .info-offre span {
	float: left;
	font-size: 35px;
	margin-right: 15px;
	margin-top: 5px;
}

.liste-offres .offre .left-offre .info-offre span.icon-ic_pkoi_tempslibre {
	font-size: 35px;
}

.liste-offres .offre .left-offre .info-offre span.icon-ic_pkoi_verification {
	font-size: 38px;
}

.liste-offres .offre .left-offre .info-offre span.icon-ic_pkoi_tout {
	font-size: 35px;
	margin-top: 8px;
	margin-bottom: 45px;
}

.liste-offres .offre .left-offre .info-offre span.icon-ic_press_free {
	font-size: 35px;
}

.liste-offres .offre .left-offre .info-offre span.icon-ic_pkoi_sav {
	font-weight: 800;
}

.liste-offres .offre .right-offre {
    order: 1;
    width: 100%;
}
.liste-offres {
    margin-bottom:100px;
}
p.stitre {
    margin: 35px 0 0;
    text-align: center;
}
}