body{

    scroll-behavior: smooth;

}

.home .section.blog{

    padding-top:60px;

}

.home .section .jumbotron.blog{
    height:210px;
    justify-content: center;
    text-align: center;
    padding: 0;
    min-height: auto;
}

.section.blog .article-img{

    position: relative;

}

.section.blog .article-img .details{

    position: absolute;

    left:0;

    top:-32px;

    color:#fff;

    display: flex;

    flex-direction: row;

    align-items: center;

    height:65px;

    font-weight: 300;

}

.section.blog .article-img .details .date{

    padding:0 25px;

    height:100%;

    padding-top: 14px;

}

.section.blog .article-img .details .category{

    padding:0 25px;

    height:100%;

    padding-top: 0;

    border:none;

    color:#fff;

}

.section.blog .article-img .details .jour{

    font-size:24px;

    font-weight: 500;

    line-height: normal;

}

.section .post-details{

    position: relative;

    padding:0;

    margin-bottom:0

}

.section .post-details li{

    list-style: none;

    display: inline-block;

    color:#686868;

    font-size:14px;

    margin-right: 16px;

    font-weight: 300;

}

.section .post-details li a{

    color:#686868;

}

.section .post-details li a:hover{

    text-decoration: underline;

}

.section .post-details i{

    font-size:16px;

    margin-right: 4px;

}

.section.blog .blog-content{

    padding:32px 0;

    margin-left: 32px;

}

.section.blog .blog-content h1,.section.blog .blog-content h2,.section.blog .blog-content h3,.section.blog .blog-content h4,.section.blog .blog-content h5,.section.blog .blog-content h6{

    font-family: 'Lora', sans-serif;

    color: #000;

    font-weight: 600;

    margin-bottom: 24px;

}

.section.blog .row .blog-content p{
    color:#000;
    font-weight: 300;
}
.section.blog .row .blog-content p strong{
    font-weight: 700;
}
.section.blog .row .blog-content blockquote{

    padding-left: 32px;

    border-left:4px solid #28427d;

    margin-bottom:24px;

}

.section.blog .row .blog-content .share{

    margin-top:48px;

}

.section.blog .row .blog-content .share .para a{

    padding:0 15px;

}

.section.blog .blog-comments{

    margin-bottom:48px;

}

.section.blog .blog-comments h4,.section.blog .comments-form h4{

    font-family: 'Lora', sans-serif;

    color:#515151;

    margin-bottom:48px;

}

.section.blog .blog-comments .comments{

    margin-bottom:48px;

    flex-direction: row;

    justify-content: space-between;

}

.section.blog .blog-comments .comments{

    position: relative;

    margin-bottom:24px;

    flex-direction: row;

    justify-content: space-between;

    z-index: 1;

}

.section.blog .blog-comments .comments .author-pic{

    margin-right:16px;

}

.section.blog .blog-comments .comments .author-pic img{

    width:80px;

    height:auto;

}

.section.blog .blog-comments .comments .comments-details{

    margin-right: auto;

}

.section.blog .blog-comments .comments .comments-details h6{

    font-family: 'Lora', sans-serif;

    color:#515151;

    font-size:20px;

    font-weight: 500;

}

.section.blog .blog-comments .comments .comments-details .para{

    font-size:14px;

    color:#686868;

    font-weight: 300;

    margin-bottom: 0;

}

.section.blog .blog-comments .comments .reply{

    margin-left:32px;

}

.section.blog .blog-comments .comments .reply a{

    font-weight: 500;

    cursor: pointer;

}

.section.blog .blog-comments .comments-reply{

    padding-left:96px;

    z-index: 0;

    position: relative;

}

.section.blog .blog-comments .comments-reply .comments-form{

    display:none;

}

.section.blog .blog-comments .comments-reply .comments .ligne{

    position: absolute;

    top: -79px;

    left: -55px;

    width: 55px;

    height: 119px;

    border-left: 1px solid #dedede;

    border-bottom: 1px solid #dedede;

}

.section.blog .comments-form{

    padding-bottom:48px;

}

.section.blog .comments-form .form-control{

    font-weight: 300;

    font-size: 15px;

    color:#686868;

    border-radius: 25px;

    padding-left:16px;

    padding-right:16px;

}

.section.blog .comments-form .form-control::placeholder{

    color:#cbcfd6;

}

.section.blog .comments-form .btn{

    color: #fff;

    padding: .5rem 1.5rem;

    border-radius: 22px;

    background-color: #f0592d;

    font-weight: 400;

}

.section.blog .accordion-container,.section.blog .category-container,.section.blog .add-container,.section.blog .social-container{

    position: relative;

    max-width: 500px;

    width:100%;

    height: auto;

    margin: 0 auto;

    border: 1px solid #ddd;

    padding:0 5px;

    box-shadow: 1px 2px 3px #dedede;

  }

.section.blog .set{

    position: relative;

    width: 100%;

    height: auto;

}

.section.blog .set > a{

    display: block;

    padding: 15px 15px;

    text-decoration: none;

    font-family: 'Lora', sans-serif;

    color:#515151;

    font-weight: 500;

    font-size: 19px;

    border-bottom: 1px solid #ddd;

    -webkit-transition:all 0.2s linear;

    -moz-transition:all 0.2s linear;

    transition:all 0.2s linear;

}

.section.blog .category-container h5,.section.blog .add-container h5,.section.blog .social-container h5{

    font-family: 'Lora', sans-serif;

    font-weight: 700;

    color:#515151;

    margin:16px 0;

    padding-left:15px;

}

.section.blog .social-container iframe{

    width:100%!important;

}

.section.blog .category-container .set > a{

    font-family: 'Poppins', sans-serif;

    font-size: 16px;

    font-weight: 400;

}

.section.blog .category-container .set a .category-id{

    font-size:13px;

    color:#fff;

    background-color: #f0592d;

    padding:3px 6px;

    min-width: 35px;

    display: inline-block;

    margin-right:16px;

    border-radius: 3px;

    box-shadow: 1px 2px 3px #dedede

}

.section.blog .add-container .ads{

    padding-bottom:16px;

    display: block;

}

.section.blog .add-container .ads img{

    width: 100%;

}

.section.blog .set:last-child > a{

    border-bottom: none;

}

.section.blog .set > a i{

    color:#28427d;

    float: right;

    margin-top: 2px;

}

.section.blog .set > a.active i{

    color: #f0592d;

}

.section.blog .content{

    background-color: #fff;

    border-bottom: 1px solid #ddd;

    padding:16px 0;

}

.section.blog .set:last-child .content{

    border-bottom: none;

}

.section.blog .content .blog-recap{

    padding:10px 0;

}

.home .section.blog .content .pic{

    margin-right:16px;

}

.home .section.blog .content .pic .img{

    width: 120px;

    max-width: 120px;

    height:100px;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

}

.home .section.blog .content .texte h6{

    font-family: 'Lora', sans-serif;

    color:#515151;

    font-size:18px;

    margin:0;

}

.home .section.blog .content .texte .para{

    margin: 0;

    font-size:14px;

    font-weight:300;

    color:#686868;

}

.home .section.blog .content .texte .view-more{

    color: #f0592d;

    font-size:14px;

    margin-top:auto;

}

/** category **/

.home .section.categorie .ttr{

    color: #515151;

    font-family: 'Lora', sans-serif;

    font-size: 36px;

    font-weight: 700;

    margin-bottom: 16px;

}

.home .section.categorie .para{

    font-size:16px;

    color: #686868;

    font-weight:300;

}

.home .section.categorie .custom-card{

    position: relative;

    display: block;

    height: 250px;

    overflow: hidden;

    margin-bottom:48px;

}

.home .section.categorie .custom-card img{

    height: 100%;

    width: 100%;

    object-fit: cover;

    transition: 0.5s all ease-in-out;

    background-color: rgba(0,0,0,.5);

}

.home .section.categorie .custom-card .overlay{

    position: absolute;

    top:0;

    left:0;

    height: 100%;

    width: 100%;

    background-color: rgba(0,0,0,.2);

    transition: 0.1s all ease-in-out;

}

.home .section.categorie .custom-card .details{

    position: absolute;

    left: 0;

    z-index: 1;

    padding: 15px;

    width: 100%;

    padding-bottom: 0;

    padding-left: 0;

    top: 50%;

    transform: translateY(-50%);

    background-color: rgba(255,255,255,.7);

    text-align: center;

}

.home .section.categorie .custom-card .date{

    position: absolute;

    left:0;

    top:0;

    padding:10px;

    width:auto;

    z-index:1;

}

.home .section.categorie .custom-card .date .para{

    display: flex;

    margin-bottom:0;

    font-size:24px;

    font-weight: 700;

    color:#fff;

    line-height: 0.8;

}

.home .section.categorie .custom-card .date .para span{

    font-size:16px;

    font-weight: 400;

    margin-left: 5px;

}

.home .section.categorie .custom-card .details .sttr{

    font-size:16px;

    color:#28427d;

    text-transform: uppercase;

    font-weight: 700;

}

.home .section.categorie .custom-card:hover img{

    transform: scale(1.1); 

}

.home .section.categorie .custom-card:hover .overlay{

    background-color: transparent;

}

@media screen and (max-width: 1199px) {

    .section.blog .blog-comments .comments-reply .comments .ligne{

        top: -81px;

        height: 140px;

    }

}

@media screen and (max-width: 991px) {

    .section.blog .blog-comments .comments .author-pic img{

        max-width: 65px;

    }

    .section.blog .blog-comments .comments .comments-details h6{

        font-size:14px;

    }

    .section.blog .blog-comments .comments .comments-details .para{

        font-size:12px;

    }

    .section.blog .blog-comments .comments .reply a{

        font-size:13px;

    }

    .section.blog .blog-comments .comments-reply .comments .ligne{

        top: -63px;

        height: 97px;

        left: -62px;

        width: 62px;

    }

    .home .section.blog .content .pic img {

        max-width: 70px;

    }

    .section.blog .set > a,.section.blog .category-container .set > a{

        font-size: 15px;

    }

}

@media screen and (max-width: 767px) {

    .home .section.blog{

        padding-top:16px;

    }

    .home .section.blog .row .col-md-8 {

      padding-left: 15px!important;

    }

    .section.blog .article-img .details{

        left:15px;

    }

    .section.blog .comments-form .col-md-6{

        padding:0!important;

    }

    .section.blog .comments-form .col-md-6:last-child{

        margin-top:1.5rem;

    }

    .section.blog .blog-comments .comments-reply{

        padding-left:55px

    }

    .section.blog .blog-content{

        margin-left:0;

    }

    .section.blog .blog-comments .comments .author-pic img {

        max-width: 50px;

    }

    .section.blog .blog-comments .comments .reply {

        margin-left: 5px;

    }

    .section.blog .blog-comments .comments .author-pic {

        margin-right: 5px;

    }

    .home .section .jumbotron.blog{

        height:auto;

        padding: 2rem 0;

    }

}

