/* Mobile-only reconstruction of the seven "Nos produits et solutions" cards. */
.nos-solutions-mobile-cards {
  display: none;
}

@media screen and (max-width: 767px) {
  body#collection-68b19f287532c575a2e0ca1d
    .fe-68b19f8449544413cc957716.nos-solutions-enhanced {
    grid-template-rows: repeat(2, minmax(24px, auto)) !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  body#collection-68b19f287532c575a2e0ca1d
    .fe-68b19f8449544413cc957716.nos-solutions-enhanced
    > [data-nos-solutions-original] {
    display: none !important;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-cards {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 29px 20px 0;
    width: calc(100% - 40px);
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card {
    align-items: flex-start;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(208, 221, 215, 0.55);
    border-radius: 16px;
    box-sizing: border-box;
    color: #2c301e;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
    padding: 20px;
    width: 100%;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__header {
    align-items: center;
    display: flex;
    gap: 8px;
    min-height: 32px;
    width: 100%;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__icon {
    display: block;
    flex: 0 0 32px;
    height: 32px;
    max-width: 32px;
    object-fit: contain;
    width: 32px;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__title {
    color: #3e6254;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    min-width: 0;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__body {
    color: #2c301e;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    min-width: 0;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
    width: 100%;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__body p {
    font-size: inherit;
    hyphens: none;
    line-height: inherit;
    margin: 0;
    overflow-wrap: normal;
    white-space: normal !important;
    word-break: normal;
  }

  body#collection-68b19f287532c575a2e0ca1d
    .nos-solutions-mobile-card__body
    p
    + p {
    margin-top: 13px;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__body strong {
    font-weight: 600;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__label {
    display: inline-block;
    line-height: 1.6;
    white-space: nowrap;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__body ul {
    margin: 0;
    padding-left: 24px;
  }

  body#collection-68b19f287532c575a2e0ca1d .nos-solutions-mobile-card__body li {
    font-size: inherit;
    hyphens: none;
    line-height: inherit;
    margin: 0;
    overflow-wrap: normal;
    padding-left: 0;
    word-break: normal;
  }
}
