/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-separator__line {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}