/* Navigation et finitions mobiles CCDSM */
@media (max-width: 760px) {
  .site-header .header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
    padding-block: .75rem;
  }

  .site-header .brand {
    margin-right: auto;
  }

  .site-header .header-actions {
    display: flex;
    flex: 1 0 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
  }

  .site-header .header-cta {
    flex: 1 1 0;
    min-width: 0;
    min-height: 40px;
    padding-inline: .7rem;
    text-align: center;
    white-space: nowrap;
  }

  .site-header .main-nav {
    display: block;
    order: 3;
    width: 100%;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .site-header .nav-list {
    display: flex;
    width: max-content;
    min-width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: .4rem;
    margin: 0;
    padding: .2rem 0 .35rem;
  }

  .site-header .nav-list li {
    flex: 0 0 auto;
  }

  .site-header .nav-list a {
    display: block;
    padding: .55rem .75rem;
    border: 1px solid rgba(18,63,77,.12);
    border-radius: 999px;
    background: #fff;
    font-size: .82rem;
    line-height: 1;
    white-space: nowrap;
  }

  .page-hero {
    padding-top: 2.4rem;
  }

  .page-section,
  .section {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 420px) {
  .site-header .header-cta {
    font-size: .78rem;
  }

  .site-header .brand-logo {
    width: 150px;
  }
}
