.seo-bloc {
  display: block;
  background: #e7e7e7;
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
}

.seo-bloc h1 {
  display: block;
  max-width: 100%!important;
  padding: 10px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Barlow', sans-serif!important;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.seo-bloc-home {
  margin: 0 0 40px 0;
}

.seo-bloc-categories {
  margin: 0 0 30px 0;
}

.seo-bloc .seo-content {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

#readNext {
 text-align: right !important;
}

.seo-bloc .seo-content.controls {
  max-height: 200px;
  transition: max-height 1s linear;
  overflow-y: hidden;
}

.seo-bloc .seo-content.expand {
  max-height: 2000px;
}

.seo-bloc p {
  text-align: justify!important;
  font-size: 13px!important;
  line-height: 1.4!important;
  font-family: 'Barlow',sans-serif!important;
  font-weight: 200!important;
  color: #000!important;
  text-decoration: none;
}

.seo-bloc h2 {
  text-align: justify;
  font-family: 'Barlow',sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.seo-bloc a {
  cursor: pointer;
  font-family: 'Barlow',Arial,Helvetica,sans-serif;
  color: #666!important;
  font-weight: normal;
}

.seo-bloc a:hover {
  color:#000 !important;
}

#contenu-edito:not(.full) .edito-more {
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  text-align: right;
  font-size: 13px;
  font-weight: 200;
}

#contenu-edito button {
  border: none;
  background: none;
  cursor: pointer;
}

