/* _content/tekretro.com/Views/Home/EbayOffers.cshtml.rz.scp.css */

<style>

    .text-light-gray[b-5swfixe3md] {
        color: #6c757d;
        /* Gris clair */
    }

    .hover-effect[b-5swfixe3md] {
        width: 60px;
        height: 60px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        /* Ajout de la transition pour box-shadow */
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
        /* Ombre initiale subtile */
    }

    .hover-effect:hover[b-5swfixe3md] {
        transform: scale(5) rotate(var(--rotate-deg));
        /* Agrandissement x3 et rotation de 10 degrés */
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
        /* Ombre plus prononcée au survol */
    }

    .update-fun-animation[b-5swfixe3md] {
        animation: bounce-shake 1.5s ease-out;
    }

    .bi[b-5swfixe3md] {
        font-size: 1.5rem;
        /* Taille des icônes */
        color: #333;
        /* Couleur des icônes */
    }

    .placeholder-icon[b-5swfixe3md] {
        color: transparent;
        /* Rendre l'icône invisible mais conserver sa taille */
        pointer-events: none;
        /* Désactiver l'interaction de la souris sur les icônes invisibles */
    }

    /* Effet de survol pour les icônes visibles */
    .bi:hover[b-5swfixe3md] {
        transform: scale(1.2);
        /* Agrandissement lors du survol */
        color: #007bff;
        /* Changement de couleur au survol */
    }

    .flag-bordered[b-5swfixe3md] {
        border: 1px solid #ddd;
        /* Couleur de la bordure, tu peux ajuster si nécessaire */
        border-radius: 3px;
        /* Pour arrondir les coins légèrement, cela dépend de ton design */
        padding: 2px;
        /* Un petit espace pour que la bordure ne touche pas le drapeau directement */
    }

    .flag-background[b-5swfixe3md] {
        background-color: #f0f0f0;
        /* Une couleur de fond légère */
        padding: 3px;
        /* Un peu d'espace autour du drapeau */
        border-radius: 3px;
        /* Pour des coins arrondis */
    }
</style[b-5swfixe3md]>
/* _content/tekretro.com/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-jwb9k25xlp] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-jwb9k25xlp] {
  color: #0077cc;
}

.btn-primary[b-jwb9k25xlp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-jwb9k25xlp], .nav-pills .show > .nav-link[b-jwb9k25xlp] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-jwb9k25xlp] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-jwb9k25xlp] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-jwb9k25xlp] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-jwb9k25xlp] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-jwb9k25xlp] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
