/* Formation en ligne : concept premium validé pour le sélecteur de parcours PC. */
@media (min-width: 900px) {
  .learning-catalog {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-block: clamp(46px, 5.3vw, 74px) clamp(58px, 6.3vw, 88px);
    background:
      radial-gradient(circle at 93% 4%, rgba(217, 149, 33, .075) 0 1px, transparent 1.6px) 0 0 / 15px 15px,
      radial-gradient(780px 430px at 100% 0, rgba(217, 149, 33, .075), transparent 72%),
      radial-gradient(640px 380px at 0 58%, rgba(15, 157, 140, .045), transparent 73%),
      linear-gradient(180deg, #fff 0%, #fffdf8 100%);
  }

  .learning-catalog::after {
    position: absolute;
    top: -280px;
    right: -210px;
    z-index: -1;
    width: 760px;
    height: 520px;
    border: 1px solid rgba(217, 149, 33, .10);
    border-radius: 50%;
    content: "";
    transform: rotate(15deg);
    pointer-events: none;
  }

  .learning-catalog > .learn-wrap {
    width: min(1510px, calc(100% - 56px));
  }

  .learning-page .learning-catalog .learning-section-head {
    display: grid;
    max-width: none;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    margin-bottom: clamp(38px, 4vw, 58px);
  }

  .learning-page .learning-catalog .learning-section-head::before {
    display: block;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(15, 157, 140, .08);
    border-radius: 19px;
    background:
      rgba(15, 157, 140, .075)
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B6F62' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m2.5 9.5 9.5-4.7 9.5 4.7-9.5 4.8-9.5-4.8Z'/%3E%3Cpath d='M6 11.4v5.1c3.5 2.3 8.5 2.3 12 0v-5.1'/%3E%3Cpath d='M21.5 9.6v6'/%3E%3C/svg%3E")
      center / 34px 34px no-repeat;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 14px 28px rgba(20, 34, 79, .045);
    content: "";
  }

  .learning-page .learning-catalog .learning-section-head h2 {
    max-width: 15.5ch !important;
    margin: -4px 0 0 !important;
    color: var(--learn-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 4.7vw, 4.75rem) !important;
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.052em;
    text-wrap: balance;
  }
  .learning-catalog-note {
    margin-top: 26px;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .learning-catalog > .learn-wrap {
    width: min(100% - 36px, 1080px);
  }

  .learning-page .learning-catalog .learning-section-head {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .learning-page .learning-catalog .learning-section-head::before {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background-size: 29px 29px;
  }

  .learning-page .learning-catalog .learning-section-head h2 {
    font-size: clamp(2.55rem, 5.4vw, 3.65rem) !important;
  }
}
