  /* Mobile responsive navigation */
  @media (max-width: 575px) {

      .copyright,
      .info-cards,
      .stats-container {
          flex-direction: column;
      }

      .stat-item {
          margin: 5px 0;
      }

      #section-hero {
          height: auto;
          padding: 50px 0;
          margin-top: 50px;
      }

      .feature-list,
      #section-raisons-vendre h2,
      h1 {
          width: 100%;
      }

      .feature-list {
          margin-bottom: 10px;
      }

      .container {
          width: 100%;
          min-width: 100%;
      }

      .info-card:nth-child(3)::after,
      .info-card:nth-child(1)::after,
      .info-card:nth-child(2)::after,
      .info-card:nth-child(4)::after {
          background: none
      }

      #section-raisons-vendre {
          padding: 20px 0;
      }

      .faq-item {
          height: auto;
      }

      .cta-content {
          height: auto;
          background-size: cover;
      }

      h2 {
          font-size: 43px;
          line-height: 40px;
      }

      #section-pourquoi-comment,
      .info-section,
      #section-raisons-vendre,
      #section-ou-acheter {
          margin-bottom: 20px;
      }

      .navbar {
          background: rgba(9, 3, 3, 0);
          backdrop-filter: blur(8px);
          -webkit-backdrop-filter: blur(8px);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
      }

      .bi-list {
          color: white;
          font-size: 35px;
      }

      .navbar-toggler {
          padding: 0;
      }

      .cta-footer .cta-button {
          display: block;
      }


  }

  @media (min-width: 768px) and (max-width: 991px) {

      .navbar {
          background: rgba(9, 3, 3, 0);
          backdrop-filter: blur(8px);
          -webkit-backdrop-filter: blur(8px);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0);
      }

      .navbar-nav {
          margin: 20px 0;
          display: flex;
          flex-direction: row;
          justify-content: space-around;
      }

      .container {
          width: 90%;
          min-width: 90%;
      }

      .bi-list {
          color: white;
          font-size: 35px;
      }

      .navbar-toggler {
          padding: 0;
      }

      .cta-footer .cta-button {
          display: block;
      }

      #section-pourquoi-comment .row,
      #section-ou-acheter .row {
          flex-direction: column;
          align-items: center;
      }

      #section-pourquoi-comment .row .col-12,
      #section-ou-acheter .row .col-12 {
          width: 100%;
      }

      .info-cards {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 20px;
      }

      .info-card:nth-child(2)::after {
          background: none;
      }

      .faq-item {
          height: auto;
      }
  }

  @media (min-width: 992px) {}

  @media (min-width: 1200px) {}