/* _content/JisTech/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-64z0bz96m7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-64z0bz96m7] {
  color: #0077cc;
}

.btn-primary[b-64z0bz96m7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-64z0bz96m7], .nav-pills .show > .nav-link[b-64z0bz96m7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-64z0bz96m7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-64z0bz96m7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-64z0bz96m7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-64z0bz96m7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-64z0bz96m7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* Badges pour textes longs (spécialité, zone, etc.) */
/* Badges multi-lignes pour les techniciens */
/* Empêche les tags longs (spécialité / zone) de dépasser des cartes */
.tech-tag[b-64z0bz96m7] {
    display: block; /* occupe toute la largeur de la colonne */
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal; /* autorise les retours à la ligne */
    overflow-wrap: break-word; /* coupe si un mot est trop long */
    word-break: break-word;
    line-height: 1.25;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

/* Variante visuelle type "badge" info */
.tech-tag-info[b-64z0bz96m7] {
    background-color: #cff4fc; /* équivalent bg-info-subtle */
    color: #055160; /* texte info */
    border: 1px solid #9eeaf9;
    border-radius: 999px;
    padding: 0.10rem 0.50rem;
    font-size: 0.80rem;
}

/* Variante visuelle type "badge" neutre */
.tech-tag-light[b-64z0bz96m7] {
    background-color: #f8f9fa; /* bg-light */
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    padding: 0.10rem 0.50rem;
    font-size: 0.80rem;
}

/* Sécurité : empêche tout débordement dans la colonne de détail */
.dd-wrap[b-64z0bz96m7] {
    overflow: hidden;
}
/* Hero JisTech */
.hero-home[b-64z0bz96m7] {
    background: linear-gradient(135deg, #0b1f33 0%, #111827 55%, #f97316 100%);
    color: #ffffff;
}

.hero-badge[b-64z0bz96m7] {
    background-color: #fde68a; /* jaune doux */
    color: #92400e;
}

.hero-btn-main[b-64z0bz96m7] {
    background-color: #f97316; /* orange chaud */
    border-color: #f97316;
    color: #111827;
}

    .hero-btn-main:hover[b-64z0bz96m7] {
        background-color: #ea580c;
        border-color: #ea580c;
        color: #0b1f33;
    }

.hero-btn-secondary[b-64z0bz96m7] {
    border-color: #ffffff;
    color: #ffffff;
}

    .hero-btn-secondary:hover[b-64z0bz96m7] {
        background-color: #ffffff;
        color: #0b1f33;
    }
