/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-formation-ressources-bricks__shell {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.textFormat .s-formation-ressources-bricks__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 991px) {
  .textFormat .s-formation-ressources-bricks__list {
    grid-template-columns: 1fr;
  }
}
.textFormat .s-formation-ressources-bricks__list > li {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.textFormat .s-formation-ressources-bricks__list > li::before {
  display: none !important;
}
.textFormat .s-formation-ressources-bricks__list > li > .l-wrapper, .textFormat .s-formation-ressources-bricks__list > li > .l-wrapper .section__shell {
  width: 100%;
  height: 100%;
}