  body {
            background-color: #ffffff; /* Couleur de fond légère pour le body */
        }
    .hero {
      background: linear-gradient(to bottom, #f8f8ff, #ffffff);
      padding: 100px 0;
      text-align: center;
    }
    .brand-title {
      font-weight: 800;
      font-size: 3rem;
      color: #6f42c1; /* violet Bootstrap */
    }
    .highlight-service {
      color: #000;
      font-weight: 600;
    }
    .highlight-digital {
      color: #a020f0;
      font-weight: 500;
    }
    .highlight-physique {
      color: green;
      font-weight: 500;
    }
    .btn-shop {
      background-color: #000;
      color: #fff;
      border-radius: 10px;
      padding: 12px 25px;
      font-weight: 500;
    }
    .btn-shop:hover {
      background-color: #222;
    }

    .card-hover {
     transition: all 0.3s ease-in-out;
    }

    .card-hover:hover {
     box-shadow: 0 0.5rem 1.5rem rgba(13, 110, 253, 0.4); /* Glow plus visible */
     transform: translateY(-5px); /* Légère élévation */
     border-color: #0d6efd; /* Bordure bleue au hover */
    }
    .card-product {
    border: 1px solid #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    }

    .card-product:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(13, 110, 253, 0.3);
    transform: translateY(-5px);
    }

    .card-product img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    }

    .badge-custom {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 8px;
    font-weight: 600;
    }

    .badge-service {
    background-color: #dce3f6;
    color: #1b2a4e;
    }

    .badge-numerique {
    background-color: #ffffff;
    color: #7e1889;
    }

    .badge-physique {
    background-color: #d8f6dc;
    color: #14894b;
    }

    .card-body-custom {
    padding: 1rem;
    }

    .card-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    }

    .card-text {
    color: #6c757d;
    font-size: 0.9rem;
    }

    .card-footer-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    }
    .filtre-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
    }

    .filtre-buttons button {
    padding: 0.5rem 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    background-color: white;
    color: #111827;
    transition: all 0.2s ease;
    }

    .filtre-buttons button:hover {
    background-color: #f3f4f6;
    }

    .filtre-buttons button.active {
    background-color: #111827;
    color: white;
    border-color: #111827;
    }
    .highlight-service {
        color: #198754;
    }
    .highlight-digital {
        color: #0d6efd;
    }
    .highlight-physique {
        color: #fd7e14;
    }
    .hero-section {
            background-color: #ffffff; /* Fond blanc pour la section principale */
            padding: 50px;
            margin-top: 50px;
        }
        .hero-title {
            font-size: 3.5rem;
            font-weight: bold;
            line-height: 1.1;
        }
        .hero-title .eco {
            color: #8c52ff; /* Couleur violette pour "économisez" */
        }
        .hero-description {
            font-size: 1.1rem;
            color: #6c757d;
            margin-top: 20px;
            margin-bottom: 30px;
        }
        .btn-custom-dark {
            background-color: #212529; /* Noir foncé pour le bouton "Commencer à acheter" */
            color: #ffffff;
            border-radius: 8px;
            padding: 12px 25px;
            font-size: 1.05rem;
            transition: background-color 0.3s ease;
            border: none;
        }
        .btn-custom-dark:hover {
            background-color: #343a40;
            color: #ffffff;
        }
        .btn-custom-light {
            background-color: #e9ecef; /* Gris clair pour le bouton "Vendre mes produits" */
            color: #212529;
            border-radius: 8px;
            padding: 12px 25px;
            font-size: 1.05rem;
            margin-left: 15px;
            transition: background-color 0.3s ease;
            border: none;
        }
        .btn-custom-light:hover {
            background-color: #dee2e6;
        }
        .card-custom {
            border: none;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,.08);
            overflow: hidden;
            background-color: #ffffff;
            margin-bottom: 20px;
        }
        .card-img-top {
            width: 90%; /* réduit à 90% pour créer des marges blanches autour */
            height: 130px; /* optionnel, ajuste selon ton besoin */
            object-fit: cover;
            border-radius: 10px;
            margin: 10px auto 5px auto; /* centre l'image horizontalement et espace du haut */
            display: block;
        }
        .card-body {
            padding: 20px;
        }
        .badge-digital {
            background-color: #e0b0ff; /* Couleur violette claire pour le badge digital */
            color: #5d2b8b;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        .badge-physique {
            background-color: #c8e6c9; /* Couleur verte claire pour le badge physique */
            color: #2e7d32;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.85rem;
            font-weight: 600;
        }
        .card-title-item {
            font-size: 1.25rem;
            font-weight: 600;
            margin-top: 15px;
            margin-bottom: 10px;
            color: #343a40;
        }
        .card-price {
            font-size: 1.4rem;
            font-weight: bold;
            color: #212529;
        }
        .card-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%; /* S'assure que le conteneur des cartes prend toute la hauteur disponible pour l'alignement */
        }
        .col-md-6.col-lg-5 {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .card-custom {
            width: 18rem;
            transition: transform 0.3s ease;
        }

        .card-tilted-right {
            transform: rotate(5deg);
            margin-top: 10px; /* Plus haut */
        }

        .card-tilted-left {
            transform: rotate(-2deg);
            margin-top: 60px; /* Plus bas */
        }

        .card-tilted-right:hover,
        .card-tilted-left:hover {
            transform: rotate(0deg);
        }

        .card-wrapper {
            display: flex;
            gap: 25px;
            justify-content: center;
            flex-wrap: wrap;
        }
        .col-left-hero {
            margin-top: -130px; /* ajuste la valeur selon l’effet souhaité */
        }

