   .blog_item {
            margin-bottom: 40px;
        }

        .blog_info {
            padding-top: 30px;
        }

        .blog_info .post_tag {
            padding-bottom: 20px;
        }

        .blog_info .post_tag a {
            font: 300 14px/21px "Crimson Text", serif;
            color: #222222;
        }

        .blog_info .post_tag a:hover {
            color: #777777;
        }

        .blog_info .post_tag a.active {
            color: #00aee0;
        }

        .blog_info .blog_meta li a {
            font: 300 14px/20px "Crimson Text", serif;
            color: #777777;
            vertical-align: middle;
            padding-bottom: 12px;
            display: inline-block;
        }

        .blog_info .blog_meta li a i {
            color: #222222;
            font-size: 16px;
            font-weight: 600;
            padding-left: 15px;
            line-height: 20px;
            vertical-align: middle;
        }

        .blog_info .blog_meta li a:hover {
            color: #00aee0;
        }

        .blog_post img {
            max-width: 100%;
        }

        .blog_details {
            padding-top: 20px;
        }

        .blog_details h2 {
            font-size: 24px;
            line-height: 36px;
            color: #222222;
            font-weight: 600;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .blog_details p {
            margin-bottom: 26px;
        }

        .view_btn {
            font-size: 14px;
            line-height: 36px;
            display: inline-block;
            color: #222222;
            font-weight: 500;
            padding: 0px 30px;
            background: #fff;
        }

        .blog_right_sidebar {
            border: 1px solid #eeeeee;
            background: #fafaff;
            padding: 0px;
        }

        .blog_right_sidebar .widget_title {
            font-size: 18px;
            line-height: 25px;
            text-align: center;
            color: #fff;
            padding: 8px 0px;
            margin-bottom: 30px;
        }

        .blog_right_sidebar .search_widget .input-group .form-control {
            font-size: 14px;
            line-height: 29px;
            border: 0px;
            width: 100%;
            font-weight: 300;
            color: #fff;
            padding-left: 20px;
            border-radius: 45px;
            z-index: 0;
        }

        .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:focus {
            box-shadow: none;
        }

        .blog_right_sidebar .search_widget .input-group .btn-default {
            position: absolute;
            right: 20px;
            background: transparent;
            border: 0px;
            box-shadow: none;
            font-size: 14px;
            color: #fff;
            padding: 0px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
        }

        .blog_right_sidebar .author_widget {
            text-align: center;
        }

        .blog_right_sidebar .author_widget h4 {
            font-size: 18px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 5px;
            margin-top: 30px;
        }

        .blog_right_sidebar .author_widget p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .author_widget .social_icon {
            padding: 7px 0px 15px;
        }

        .blog_right_sidebar .author_widget .social_icon a {
            font-size: 14px;
            color: #222222;
            transition: all 0.2s linear;
        }

        .blog_right_sidebar .author_widget .social_icon a+a {
            margin-left: 20px;
        }

        .blog_right_sidebar .author_widget .social_icon a:hover {
            color: #00aee0;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body {
            justify-content: center;
            align-self: center;
            padding-left: 20px;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
            font-size: 14px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 4px;
            transition: all 0.3s linear;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
            color: #00aee0;
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body p {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 0px;
        }

        .blog_right_sidebar .popular_post_widget .post_item+.post_item {
            margin-top: 20px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li {
            border-bottom: 2px dotted #eee;
            transition: all 0.3s ease 0s;
            padding-bottom: 12px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
            color: #777;
        }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li+li {
            padding-top: 15px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover {
            border-color: #00aee0;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover a {
            color: #00aee0;
        }

        .blog_right_sidebar .newsletter_widget {
            text-align: center;
        }

        .blog_right_sidebar .newsletter_widget .form-group {
            margin-bottom: 8px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-prepend {
            margin-right: -1px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-text {
            background: #fff;
            border-radius: 0px;
            vertical-align: top;
            font-size: 12px;
            line-height: 36px;
            padding: 0px 0px 0px 15px;
            border: 1px solid #eeeeee;
            border-right: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control {
            font-size: 12px;
            line-height: 24px;
            color: #cccccc;
            border: 1px solid #eeeeee;
            border-left: 0px;
            border-radius: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control.placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
            color: #cccccc;
        }

        .blog_right_sidebar .newsletter_widget .form-control:focus {
            outline: none;
            box-shadow: none;
        }

        .blog_right_sidebar .newsletter_widget .bbtns {
            color: #fff;
            font-size: 12px;
            line-height: 38px;
            display: inline-block;
            font-weight: 500;
            padding: 0px 24px 0px 24px;
            border-radius: 0;
        }

        .blog_right_sidebar .newsletter_widget .text-bottom {
            font-size: 12px;
        }

        .blog_right_sidebar .tag_cloud_widget ul li {
            display: inline-block;
        }

        .blog_right_sidebar .tag_cloud_widget ul li a {
            display: inline-block;
            border: 1px solid #eee;
            background: #fff;
            padding: 0px 13px;
            margin-bottom: 8px;
            transition: all 0.3s ease 0s;
            color: #222222;
            font-size: 12px;
        }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            color: #fff;
        }

        .blog_right_sidebar .br {
            width: 100%;
            height: 1px;
            background: #eeeeee;
            margin: 30px 0px;
        }

        .blog-pagination {
            padding-top: 25px;
            padding-bottom: 95px;
        }

        .blog-pagination .page-link {
            border-radius: 0;
        }

        .blog-pagination .page-item {
            border: none;
        }

        .page-link {
            background: transparent;
            font-weight: 400;
        }

        .blog-pagination .page-item.active .page-link {
            border-color: transparent;
            color: #fff;
        }

        .blog-pagination .page-link {
            position: relative;
            display: block;
            padding: 0.5rem 0.75rem;
            margin-left: -1px;
            line-height: 1.25;
            color: #8a8a8a;
            border: none;
        }

        .blog-pagination .page-link .lnr {
            font-weight: 600;
        }

        .blog-pagination .page-item:last-child .page-link,
        .blog-pagination .page-item:first-child .page-link {
            border-radius: 0;
        }

        .blog-pagination .page-link:hover {
            color: #fff;
            text-decoration: none;
            border-color: #eee;
        }

        /*============ Start Blog Single Styles  =============*/
        .single-post-area .social-links {
            padding-top: 10px;
        }

        .single-post-area .social-links li {
            display: inline-block;
            margin-bottom: 10px;
        }

        .single-post-area .social-links li a {
            color: #cccccc;
            padding: 7px;
            font-size: 14px;
            transition: all 0.2s linear;
        }

        .single-post-area .social-links li a:hover {
            color: #222222;
        }

        .single-post-area .blog_details {
            padding-top: 26px;
        }

        .single-post-area .blog_details p {
            margin-bottom: 10px;
        }

        .single-post-area .quotes {
            margin-top: 20px;
            margin-bottom: 30px;
            padding: 24px 35px 24px 30px;
            background-color: white;
            box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
            line-height: 24px;
            color: #777;
            font-style: italic;
        }

        .single-post-area .arrow {
            position: absolute;
        }

        .single-post-area .arrow .lnr {
            font-size: 20px;
            font-weight: 600;
        }

        .single-post-area .thumb .overlay-bg {
            background: rgba(0, 0, 0, 0.8);
        }

        .single-post-area .navigation-area {
            border-top: 1px solid #eee;
            padding-top: 30px;
            margin-top: 60px;
        }

        .single-post-area .navigation-area p {
            margin-bottom: 0px;
        }

        .single-post-area .navigation-area h4 {
            font-size: 18px;
            line-height: 25px;
            color: #222222;
        }

        .single-post-area .navigation-area .nav-left {
            text-align: left;
        }

        .single-post-area .navigation-area .nav-left .thumb {
            margin-right: 20px;
            background: #000;
        }

        .single-post-area .navigation-area .nav-left .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left .lnr {
            margin-left: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-left:hover .thumb img {
            opacity: .5;
        }

        @media (max-width: 767px) {
            .single-post-area .navigation-area .nav-left {
                margin-bottom: 30px;
            }
        }

        .single-post-area .navigation-area .nav-right {
            text-align: right;
        }

        .single-post-area .navigation-area .nav-right .thumb {
            margin-left: 20px;
            background: #000;
        }

        .single-post-area .navigation-area .nav-right .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-right .lnr {
            margin-right: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-right:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-right:hover .thumb img {
            opacity: .5;
        }

        @media (max-width: 991px) {
            .single-post-area .sidebar-widgets {
                padding-bottom: 0px;
            }
        }

        .comments-area {
            background: #fafaff;
            border: 1px solid #eee;
            padding: 50px 30px;
            margin-top: 50px;
        }

        @media (max-width: 414px) {
            .comments-area {
                padding: 50px 8px;
            }
        }

        .comments-area h4 {
            text-align: center;
            margin-bottom: 50px;
            color: #222222;
            font-size: 18px;
        }

        .comments-area h5 {
            font-size: 16px;
            margin-bottom: 0px;
        }

        .comments-area a {
            color: #222222;
        }

        .comments-area .comment-list {
            padding-bottom: 48px;
        }

        .comments-area .comment-list:last-child {
            padding-bottom: 0px;
        }

        .comments-area .comment-list.left-padding {
            padding-left: 25px;
        }

        @media (max-width: 413px) {
            .comments-area .comment-list .single-comment h5 {
                font-size: 12px;
            }

            .comments-area .comment-list .single-comment .date {
                font-size: 11px;
            }

            .comments-area .comment-list .single-comment .comment {
                font-size: 10px;
            }
        }

        .comments-area .thumb {
            margin-right: 20px;
        }

        .comments-area .date {
            font-size: 13px;
            color: #777777;
            margin-bottom: 13px;
        }

        .comments-area .comment {
            color: #777777;
            margin-bottom: 0px;
        }

        .comments-area .btn-reply {
            background-color: #fff;
            color: #222222;
            border: 1px solid #eee;
            padding: 2px 18px;
            font-size: 12px;
            display: block;
            font-weight: 600;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .comments-area .btn-reply:hover {
            color: #fff;
        }

        .comment-form {
            background: #fafaff;
            text-align: center;
            border: 1px solid #eee;
            padding: 47px 30px 43px;
            margin-top: 50px;
            margin-bottom: 40px;
        }

        .comment-form h4 {
            text-align: center;
            margin-bottom: 50px;
            font-size: 18px;
            line-height: 22px;
            color: #222222;
        }

        .comment-form .name {
            padding-left: 0px;
        }

        @media (max-width: 767px) {
            .comment-form .name {
                padding-right: 0px;
                margin-bottom: 1rem;
            }
        }

        .comment-form .email {
            padding-right: 0px;
        }

        @media (max-width: 991px) {
            .comment-form .email {
                padding-left: 0px;
            }
        }

        .comment-form .form-control {
            padding: 8px 20px;
            background: #fff;
            border: none;
            border-radius: 0px;
            width: 100%;
            font-size: 14px;
            color: #777777;
            border: 1px solid transparent;
        }

        .comment-form .form-control:focus {
            box-shadow: none;
            border: 1px solid #eee;
        }

        .comment-form textarea.form-control {
            height: 140px;
            resize: none;
        }

        .comment-form ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-size: 15px;
            color: #777;
        }

        .comment-form ::-moz-placeholder {
            /* Firefox 19+ */
            font-size: 15px;
            color: #777;
        }

        .comment-form :-ms-input-placeholder {
            /* IE 10+ */
            font-size: 15px;
            color: #777;
        }

        .comment-form :-moz-placeholder {
            /* Firefox 18- */
            font-size: 15px;
            color: #777;
        }




        /*  ////////////////////////////////////   Commentaire///////////////*/
        .outer-comment {
            padding: 10px;
            border: #dedddd 1px solid;
            background: #FFF;
        }

        ul {
            list-style-type: none;
        }

        li {
            display: list-item;
            text-align: -webkit-match-parent;
        }

        .comment-row {
            border-bottom: #e0dfdf 1px solid;
            margin-bottom: 15px;
            padding: 15px;
        }

        user agent stylesheet div {
            display: block;
        }

        .comment-info {
            font-size: 0.8em;
        }

        span.commet-row-label {
            font-style: italic;
        }

        span.posted-by {
            color: #09F;
        }

        span.commet-row-label {
            font-style: italic;
        }

        span.posted-at {
            color: #929292;
        }

        .comment-text {
            margin: 10px 0px;
        }

        .btn-reply {
            font-size: 0.8em;
            text-decoration: underline;
            color: #888787;
            cursor: pointer;
        }

        .post-action {
            margin-top: 15px;
            font-size: 0.8em;
        }

        .like-unlike {
            vertical-align: text-bottom;
            cursor: pointer;
        }

        #comment-message {
            margin-left: 20px;
            color: #189a18;
            display: none;
        }



        .container1 h1 {
            font-size: 48px;
            text-transform: uppercase;
        }

        .container1 ul {
            margin: 0;
            padding: 0;
        }

        .container1 ul li {
            list-style: none;
            float: left;
            width: calc(50% / 4);
            box-sizing: border-box;
        }

        .container1 ul li a {
            display: block;
            padding: 7px;
            text-decoration: none;
            color: #fff;
        }

        .container1 ul li a .fa {
            font-size: 25px;
            transition: .5s;
        }

        .container1 ul li a:hover .fa {
            transform: rotateY(360deg);
        }

        .container1 ul li:nth-child(1) a {
            background: #3b5999;
        }

        .container1 ul li:nth-child(2) a {
            background: #55acee;
        }

        .container1 ul li:nth-child(3) a {
            background: #0e76a8;
        }

        .container1 ul li:nth-child(4) a {
            background: #00e676;
        }

        .container1 ul li:nth-child(5) a {
            background: #f50505;
        }

        .container1 ul li:nth-child(6) a {
            background: #e4405f;
        }

        .container1 ul li:nth-child(7) a {
            background: #cd201f;
        }

        .container1 ul li:nth-child(8) a {
            background: #bd081c;
        }

        @media (max-width: 992px) {
            .container1 h1 {
                font-size: 30px;
            }

            .container1 ul li {
                width: calc(100% / 4);
            }
        }

        @media (max-width: 768px) {
            .container1 {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .container1 {
                margin: 20px auto;
            }

            .container1 ul li {
                width: calc(100% / 2);
            }
        }

        @media (max-width: 360px) {
            .container1 {
                margin: 0 auto;
            }

            .container1 ul li {
                width: calc(100% / 1);
            }
        }


  .article{
      background-color: #eef3f6;
      padding: 30px;

  }  


  .blog_btn{
    background: #6f63b5 none repeat scroll 0 0;
    border: 1px solid #2eca6a;
    color: #fff;
    margin-bottom: 25px;padding: 10px 35px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;border-radius: 30px;
  }    

  .btn_recherche{
    color:#6f63b5!important;
    padding: 7px 16px!important;
  }

  .ul_blog{
    list-style-type:none;
    font-size: 14px;
  }

  .il_blog{
    float: left;
    margin: 0 20px 5px 0;
  }
  .blog_width{
    width: 40px!important;
  }

   .blog_width1{
    width: 35px!important;
  }