.nostarifs::after{
    content: "";
    display: block;
    width: 10%;
    height: 4px;
    background-color: #2c71aa; /* couleur du trait */
    margin: 10px auto 0;
    border-radius: 2px;
}

.pricing-section {
  background-color: #f8f9fa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px 35px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  text-align: left;
  font-size: 1.1rem;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.pricing-card h3 {
  font-weight: 700;
  font-size: 1.6rem;
  color: #222;
  margin-bottom: 0.25rem;
}

.pricing-card p.text-muted {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #666;
}

.pricing-card .price {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2c71aa;
  margin-bottom: 0.5rem;
}

.pricing-card .ht {
  font-size: 1.1rem;
  color: #666;
  font-weight: 500;
}

.pricing-card .small {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

.pricing-card ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 0;
  list-style: none;
}

.pricing-card ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: #222;
}

.pricing-card ul li::before {
  content: "✔";
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
}

.prestation-notice{
  margin: 0;
  font-size: 0.68rem;
}

a.prestation-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

a.prestation-link:hover .pricing-card {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

a.prestation-link:hover .pricing-card * {
  color: #2c71aa !important;
  text-decoration: none !important;
}
a.prestation-link:hover .pricing-card .btn-custom {
  color: #fff !important;
  font-weight: 700 !important;
}

.btn-custom {
  background-color: #2c71aa;
  border: 1px solid #2c71aad1;
  border-radius: 10px;
  padding: 8px 22px;
  font-size: 1rem;
  font-weight: 600;
  color: #ffff;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: #2c71aad1;
  color: #fff;
  border: none;
}

/* Responsive design */
@media (max-width: 991px) {
  .pricing-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-card {
    padding: 30px 25px;
    font-size: 1rem;
  }

  .pricing-card h3 {
    font-size: 1.4rem;
  }

  .pricing-card .price {
    font-size: 2.2rem;
  }
}


@media (max-width: 991px) {
    .text-box{
        margin: 0 !important;
    }
    h2{
        font-size: 24px;
    }

    p, .installation-list{
        font-size: 16px;
        margin: 0;
    }

    .noPadding{
        padding-bottom: 0 !important;

    }
}

/* ===========================
   TABLETTES — iPad & Android
   =========================== */
@media (min-width: 768px) and (max-width: 1366px) {

    /* Bandeau moins haut (au lieu de 75vh imposé par bandeau.css) */
    .main-section {
        height: 45vh !important;
        min-height: 400px;
        position: relative;
    }

    /* Centre verticalement le bloc texte */
    .main-section .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    /* Titre mieux équilibré */
    .main-title {
        font-size: 1.6rem !important;
        line-height: 1.2;
        margin-top: 10%;
    }

    /* Paragraphe lisible et bien espacé */
    .main-section p {
        font-size: 0.9rem !important;
        line-height: 1.45;
    }

    /* Image du bandeau propre et adaptée */
    .bandeau img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Ajustement du début de la section tarifs */
    .pricing-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /* Cartes tarifs adaptées aux tablettes */
    .pricing-card {
        padding: 30px 28px;
        font-size: 1rem;
    }

    .pricing-card h3 {
        font-size: 1.4rem;
    }

    .pricing-card .price {
        font-size: 2.2rem;
    }
}
