.articleContent{
  float:left;
  clear:both;
  width:100%;
}

.sdsarticleCat .title_block:after, #sdsblogArticle .title_block:after, #articleComments .title_block:after {
  display: none; }

/****************************** Blog blocks styles ********************************/
#latestComments ul li.last_item, #blogPopular ul li.last_item, #recent_article_smart_blog_block_left ul li.last_item {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0; }

#blogPopular .info, #recent_article_smart_blog_block_left .info {
  display: block;
  font-style: italic; }

#latestComments .products-block-image {
  border: none; }

#blogPopular .block_content.products-block li a,
#recent_article_smart_blog_block_left .block_content.products-block li a {
  padding: 0; }

/*************************** end Blog blocks styles *******************************/
/*************************** articles listing styles ******************************/
.title_block_exclusive {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
}
  .title_block_exclusive a {
    color: #5c0c49;
    font-weight: bold;
  }
    .title_block_exclusive a:hover {
      color: #5c0c49;
      font-weight: bold;
    }

#sdsblogCategory {
  margin-bottom: 30px; }
  #sdsblogCategory .imageFeatured {
    float: left;
    margin: 0 20px 10px 0;
  }

#smartblogcat {
  margin-bottom: 0;
}

.sdsarticleCat {
  margin-bottom: 30px;
}
  .sdsarticleCat .articleContent .post-image {
    display: block;
    margin:0px 40px 0px 0px;
    float:left;
    max-width:500px;
  }
    .sdsarticleCat .articleContent .post-image img {
      width: 100%;
    }
  .sdsarticleCat .articleContent .sdsarticle-des {
    margin-bottom: 30px;
    font-size:1.3em;
    line-height:1.3em;
  }

.articleHeader {
  overflow: hidden;
  margin-bottom: 30px; }
  .articleHeader .postInfo > span {
    padding-left: 10px; }
  .articleHeader .postInfo a {
    text-decoration: underline; }
    .articleHeader .postInfo a:hover {
      text-decoration: none; }

a.read-more {
  text-decoration: underline;
  padding:5px 20px;
  border:1px solid #5c0c49;
  color:#5c0c49;
  background-color:#ffffff;
  text-decoration: none;
  font-size:0.8em;
  position:relative;
  transition:0.5s all;
  -moz-transition:0.5s all;
  right:30px;
}
  a.read-more:before {
    border-bottom: 14px solid #ffffff;
    border-left: 25px solid #5c0c49;
    border-top: 14px solid #ffffff;
    content: "";
    height: 0;
    position: absolute;
    right: -27px;
    top: -1px;
    width: 0;
    background-color:#5c0c49;
    -webkit-transition: 0.3s all; /* Safari */
    transition: 0.3s all;
  }
a.read-more:hover {
  text-decoration: none;
  border:1px solid #5c0c49;
  color:#ffffff;
  background-color:#5c0c49;
}
  a.read-more:hover:before {
    content:"";
    position:absolute;
    right: -30px;
    top: -1px;

    /* taille */
    height:0;width:0;

    /* les bordures */
    border-bottom: 14px solid #ffffff;
    border-left: 25px solid #5c0c49;
    border-top: 14px solid #ffffff;
  }

.post-count {
  float: left;
  padding: 5px 0 0 0; }

/*********************** end articles listing styles ******************************/
/************************** article info styles ***********************************/
#sdsblogArticle .post-image {
  display: block;
  margin-bottom: 30px;
  float:left;
  max-width:500px;
  margin:0px 40px 0px 0px;
}
  #sdsblogArticle .post-image img {
    width: 100%; }
#sdsblogArticle .sdsarticle-des {
  margin-bottom: 30px;
  font-size:1.3em;
}
#sdsblogArticle .sdstags-update {
  margin-bottom: 30px; }
#sdsblogArticle .block-addthis {
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    #sdsblogArticle .block-addthis a {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    #sdsblogArticle .block-addthis .addthis_button_google_plusone {
      clear: both; } }

/************************ end of article info styles ******************************/
#sdsblogArticle .attention img {
  margin: 0 10px; }

/*************************************** Blog comments *****************************/
#comments #commentTitle {
  display: none; }

#comments img.avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  border: 1px solid #e4e4e4; }
#comments li li .well {
  margin-top: 20px; }

#respond {
  background: #fff; }

#respond #commentInput {
  background: #fff;
  padding: 0 10px 10px 10px; }

#respond #replyTitle {
  display: none; }

#respond table {
  width: 100%; }

#respond input[disabled] {
  background: none repeat scroll 0 0 transparent;
  border: medium none; }

#respond .smartblogcaptcha {
  width: 100px; }

#respond td {
  padding: 3px 5px; }

#respond .note {
  color: #888888;
  display: block;
  font-size: 10px; }

#respond td:first-child {
  padding-top: 6px;
  vertical-align: top; }

#respond .text-right {
  padding: 10px 5px 0px; }

#sdssearch_block_top {
  padding-top: 0px; }

#sdssearch_block_top #searchbox {
  float: left;
  width: 100%; }

#sdssearch_block_top .btn.button-search {
  background: #333333;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: white;
  width: 50px;
  text-align: center;
  padding: 10px 0 11px 0; }

#sdssearch_block_top .btn.button-search span {
  display: none; }

#sdssearch_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  width: 100%;
  text-align: center; }

#sdssearch_block_top .btn.button-search:hover {
  color: #6f6f6f; }

#sdssearch_block_top #search_query_top {
  display: inline;
  padding: 0 63px 0 12px;
  height: 45px;
  line-height: 45px;
  background: #fbfbfb;
  margin-right: 1px; }

form#searchbox {
  position: relative; }

form#searchbox label {
  color: #333333; }

form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left; }

form#searchbox .button.button-small {
  float: left; }

form#searchbox .button.button-small i {
  margin-right: 0; }

ul.commentList ul {
  padding-left: 70px; }
  @media (max-width: 480px) {
    ul.commentList ul {
      padding-left: 20px; } }

.commentList .well {
  background: #fff;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0; }
.commentList .created, .commentList .name {
  margin-bottom: 8px; }
.commentList .comment-reply-link.btn {
  font-size: 12px;
  line-height: 15px; }

#articleRelated {
  margin-bottom: 15px; }
  #articleRelated li {
    padding-bottom: 15px; }
    @media only screen and (min-width: 992px) {
      #articleRelated li.first-in-line {
        clear: left; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #articleRelated li.first-item-of-tablet-line {
        clear: left; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #articleRelated li {
        width: 50%;
        float: left;
        text-align: center; }
        #articleRelated li.first-item-of-mobile-line {
          clear: left; } }
    @media only screen and (max-width: 767px) {
      #articleRelated li .img-responsive {
        width: 100%; } }
  #articleRelated .products-block-image {
    margin-bottom: 10px;
    display: block; }
  #articleRelated .post-name {
    font-weight: bold; }
