/* 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-group {
  position: relative;
}

.s-group__inner {
  position: relative;
}

.s-group:has(.s-end-to-end).has-bg-pattern > .c-bg-pattern {
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  background-size: cover;
}

.s-group:has(.s-prism-icon-cards-grid).has-bg-pattern > .c-bg-pattern {
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  background-size: cover;
}