.efbl_feeds_holder.efbl_feeds_fullwidth{
	display: flex;
	flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
}

.efbl-fullwidth-skin.efbl-story-wrapper {
    width: 30%;
	border-radius: 24px;
    margin: 10px;
	padding: 0;
    box-shadow: 0px 0px 7px rgba(216, 26, 30, .1);
}

.efbl-fullwidth-skin{
    border: none;
}

.efbl-row{
    margin: 0;
}

.efbl-thumbnail-col{
    padding: 0;
    height: 200px;
}

.efbl-fullwidth-skin .efbl-feed-content .efbl-d-flex {
    padding: 0 20px;
}

.efbl-fullwidth-skin .efbl-feed-content p.description {
    padding: 0 20px;
    text-align: justify;
}

.efbl-thumbnail-col,
.efbl-thumbnail-col img{
	max-height: 200px;
	border-radius: 24px 24px 0 0;
	width: 100%;
    object-fit: cover;
}

.hide{ display: none;}

.me_see_more_btn, .me_see_more_btn_wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.me_see_more_btn_wrap {
    padding: 15px 0;
    width: 100%;
}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .mest-share{
	width: 42px;
    height: 42px;
    border-radius: 30px;
    background: #D81A1E;
}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .esf-share-wrapper .esf-share{ padding:initial;}

.efbl_feed_wraper .efbl-story-wrapper .efbl-thumbnail-wrapper a.mest-share img{
	padding: 12px;
    background: transparent;
}

.efbl-view-share {width: 100%;}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer .efbl-view-on-fb{
	background: none;
    border: 1px solid #D4D2E3;
    border-radius: 30px;
    font-weight: bold;
}

.efbl-fullwidth-skin .efbl-thumbnail-wrapper .efbl-post-footer{
	border-top: initial;
	margin-top: 0;
	padding: 0 30px;
	width: auto;
}

.efbl-thumbnail-col i.icon{
    display: none;
}

body .me_see_more_btn {
    font-size: 12px;
    text-decoration: none;
    background: #f00000;
    color: #fff;
    border-radius: 25px;
    height: auto;
    outline: none !important;
    cursor: pointer;
    padding: 14px 25px;
    line-height: 100%;
}
body .efbl-thumbnail-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
body .efbl-thumbnail-col, body .efbl-thumbnail-col img{
    height: 200px;
}
@media(max-width:991px){
     .row.company-card .card-item {
      width: 100%;
   }
 body .produits_services .container .services {
        padding-top: 50px !important;
    }

    .efbl-fullwidth-skin.efbl-story-wrapper{
        width:45%; 
    }
    .efbl-fullwidth-skin .efbl-feed-content p.description{
        padding: 0 !important;
    }
    .efbl-fullwidth-skin .efbl-feed-content .efbl-d-flex{
        padding: 0 10px;
    }
    .efbl-post-footer .efbl-view-share{
        flex-wrap: nowrap;
    }
}
@media(max-width:600px){
   body .join_us_wrapper {
        padding: 15px!important;
        margin-bottom: 0px
    }
   .kopakelatra .specific-page-title h1 {
      font-size: 35px!important;
    }
    .efbl-fullwidth-skin.efbl-story-wrapper{
        width:100%; 
    }
}