/* ligne titre date message */

.line-behind.no-span {
    font: 18px 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color:#555555;
}

.line-behind.no-span {
  display: table;
  white-space: nowrap;
}
.line-behind.no-span:before,
.line-behind.no-span:after {
  border-top: 1px solid #CCCCCC;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 45%;
}
.line-behind.no-span:before {
  right: 1.5%;
}
.line-behind.no-span:after {
  left: 1.5%;
}

