/* BSP - Lisibilite cartes objectifs mobile V2 */

@media (max-width: 680px) {
  body .cs-home-card {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  body .cs-home-card::before {
    opacity: 1 !important;
    background:
      linear-gradient(
        180deg,
        rgba(3, 5, 6, 0.28) 0%,
        rgba(3, 5, 6, 0.38) 28%,
        rgba(3, 5, 6, 0.68) 60%,
        rgba(3, 5, 6, 0.91) 88%,
        #06080a 100%
      ) !important;
  }

  body .cs-home-card > .elementor-element:not(.cs-home-card__image),
  body .cs-home-card > .elementor-element:not(.cs-home-card__image) .elementor-widget-container,
  body .cs-home-card > .elementor-element:not(.cs-home-card__image) .elementor-heading-title,
  body .cs-home-card > .elementor-element:not(.cs-home-card__image) p,
  body .cs-home-card > .elementor-element:not(.cs-home-card__image) .elementor-button,
  body .cs-home-card > .elementor-element:not(.cs-home-card__image) .elementor-button-text {
    position: relative;
    z-index: 5 !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }

  body .cs-home-card h3.elementor-heading-title {
    color: #ffffff !important;
    opacity: 1 !important;
    text-shadow:
      0 2px 2px rgba(0, 0, 0, 0.72),
      0 10px 24px rgba(0, 0, 0, 0.56) !important;
  }

  body .cs-home-card p,
  body .cs-home-card .elementor-widget-text-editor,
  body .cs-home-card .elementor-widget-text-editor p {
    color: rgba(255, 255, 255, 0.9) !important;
    opacity: 1 !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.68) !important;
  }

  body .cs-home-card__number .elementor-heading-title {
    color: #f0cf76 !important;
    opacity: 1 !important;
  }

  body .cs-home-card .cs-card-icon {
    color: #f0cf76 !important;
    opacity: 1 !important;
    border-color: rgba(240, 207, 118, 0.62) !important;
    background: rgba(7, 9, 10, 0.9) !important;
  }

  body .cs-home-card__link,
  body .cs-home-card__link .elementor-widget-container {
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .cs-home-card__link .elementor-button {
    min-height: 40px !important;
    width: max-content !important;
    margin-top: 10px !important;
    padding: 10px 17px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #f4d77f !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: 1px solid rgba(240, 207, 118, 0.74) !important;
    border-radius: 999px !important;
    background: rgba(7, 9, 10, 0.92) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 10px 22px rgba(0, 0, 0, 0.34) !important;
    font-size: 11px !important;
    font-weight: 850 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    text-shadow: none !important;
  }

  body .cs-home-card__link .elementor-button-text {
    color: #f4d77f !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .cs-home-card__link .elementor-button:hover,
  body .cs-home-card__link .elementor-button:focus-visible {
    color: #fff6d5 !important;
    border-color: #f4d77f !important;
    background: #111518 !important;
  }

  body .cs-home-card__link .elementor-button:hover .elementor-button-text,
  body .cs-home-card__link .elementor-button:focus-visible .elementor-button-text {
    color: #fff6d5 !important;
  }
}
