.s-our-blog{
   text-align: center;
   /*padding-top: 100px;*/
   margin-top: 80px;
}

.s-our-blog .s-our-blog-title{
    padding-top: 0;
    text-align: center;
    color:#fff;
    font-style: normal;
    font-weight: bold;
    font-size: 41px;
    line-height: 49px;
}
.s-our-blog .s-container-p{
    width: 100%;
    margin: 20px auto;
    display: table;
}

.s-our-blog .s-our-blog-container{
   /*display: inline-block;*/
    /*width: calc((100% /2) - 40px);*/
    width:100%;
    margin: 30px 0;
    /*float: left;*/
    display:flex;
     position: relative !important;
}

.s-archive-post-img-wrap{
  width:50%;  
}
.s-archive-post-excerpt{
  font-size: 18px;
    width: 50%;
    text-align: justify;
    padding-left: 30px;
    line-height: 38px; 
}
.s-archive-post-excerpt p{
    margin-top:0;
}

.s-our-blog .s-blog-img{
   display: inline-block; 
   line-height: normal;
   position: relative;
}


.s-our-blog .s-blog-text h3 a{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #eee;
    text-align: left;
    display: inline-block;
}
.s-blog-img img{
    box-shadow: 0px 3px 20px -5px rgb(225 225 225 / 75%);
}



/* Mon code commence ici */

.s-our-blog .post-ref{
    position: absolute;
    bottom: 3px;
    display: flex;
    background-color: rgba(0,0,0, 0.6);
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    width: 100%;
    height: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition height .7s ease-in;
}
.s-our-blog .s-blog-img:hover .post-ref{
    opacity: 1;
    z-index: 1;
    visibility: visible;
    height: 56px;
    transition height .7s ease-out;
    /*width: 100%;*/
}

 .post-avatar{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    margin-right: 20px;
}

 .post-author-avatar{
    margin: 0;
}
 .post-avatar .post-author-avatar img{
    border-radius: 50%;
    line-height: normal;
}

 .post-details{
    margin: 0;
    margin-left: 30px;
    color: #eee;
}

 .post-author{
    list-style: none;
    text-align: left;
   /* margin-left: -52px;*/
}

 .post-author a{
    color: #ffffff;
    text-decoration: none;
}

 .post-date{
    list-style: none;
}

 .post-date a{
    /*color: #989898;*/
    color: #eee;
    text-decoration: none;
}