.hit-name img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 180px;
    display: block;
  border-radius: 99%;
}
.shop-name {
  		font-size:16px;
        width: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
  		letter-spacing:1px;
}


.profile_category{
  font-size:13px;
    text-transform:uppercase;
     width: inherit;
       white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
  color: #2d2d2d;
    text-rendering: optimizeLegibility;
    font-weight: 600;
    text-transform: none;
    letter-spacing: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.alg-search-box--wrapper {
    margin-bottom: 1rem;
}



.img_cover_f {
    height: 45px;
    width: 45px;
    border-radius: 99%;
}

.filter_section_title{
  letter-spacing:1px;
  font-size:12px;
  margin-bottom: 1rem;
}
.filter_wrapper_general h3{
  font-size:16px;
  font-weight: bold;
  margin-bottom: 1rem;
}
a.hit {
    display: flex;
    align-items: center;
    gap: 10px;
    text-rendering: optimizeLegibility;
    overflow: inherit;
    flex-direction: column;
    width: 100%;
}

li.flexbox.profile_location {
    letter-spacing: 1px;
    color: #2D2D2D;
    font-size: 13px;
}

.filter_wrapper_general{
  
  background: #fff;
    border: 1px solid #eff1f3;
    height: -webkit-max-content;
    height: max-content;
  display: flex !important;
  justify-content: flex-start;
  flex-direction: column;
}

.profile_location{
  align-items:start
}
.filter_wrapper_item:first-child {
    border-top: none;
}

.side_filter{

  font-size:16px;
}

.filter_wrapper_item{
   padding: 1rem;
  font-size: 16px;
  border-top: 1px solid #eff1f3;
   background: #fff;
}

.all-vendors {
   
}
.all-vendors .btn.line {
    border:1px solid;
}

img_cover_f{
   height: 180px;
    width: 100%;
}

.hit-name {
  overflow: hidden;
}

.ais-Hits-item{
  box-shadow:none !important;
  text-align:left;
}

.all-vendors{
  margin-bottom:-50px;
}

.card-top{
    align-items: center;
    flex-direction: row;
  overflow: hidden;
}


.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item{
  border:0 none;
  border-radius:8px;
  padding:0;
  background:#FFF;
}

.ais-Pagination-item--disabled .ais-Pagination-link {
    opacity: 1;
    cursor: not-allowed;
    color: #000;
    border-radius: 99%;
    width: 40px;
    height: 40px;
    line-height: 39px;
    padding: 0;
    text-align: center;
    border-color: #000;
    font-weight: bold;
  border:0 none;
}

/* .ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    width: calc(33.3% - 1.5rem);
    height:100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 2rem;
} */

.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
    width: calc(33.3% - 1.5rem);
}

a.bk-btn.btn {
    border: 1px solid;
    margin-bottom: 20px;
}

.all-vendors .page-header {
  background-size: cover !important;
  margin-bottom:0;
  padding-top: 35px;
  padding-bottom: 35px;
  background-attachment: fixed;
  margin-bottom: 40px;
}

.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
    padding: 0.1rem 0.4rem;
    font-size: .8rem;
    color: #f4ca15;
    background-color: #fef9e8;
    border-radius: 8px;
    font-size: 13px !important;
    font-weight: bold;
    border: 1px solid;
    display:inline !important;
    border:0 none;
}

ol.ais-Hits-list li::before{
    content:none;
}


[class^=ais-] {
    font-size: 16px;
    color: rgb(45, 45, 45);
  font-weight:400;
}

.about-artist .shop-name{
  font-weight:bold;
  color:#000;
}

.all-vendors .page-header .container{
  z-index:99;
}

@media (max-width: 480px){
.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
    width: calc(100% - 1rem) !important;
  }
.hit-name {
    margin-left: 0 !important;
}
  ul.list-inline {text-align:center;}
  a.bk-btn.btn {
    width: auto;
}
}

@media (max-width: 991px) and (min-width: 481px){
.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
    width: calc(50% - 1.5rem) !important;
  }}
.search-label{
  margin-bottom:10px;
  color: #000;
}

.lexique {
  background: #2d2e33;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom:30px;
}

.lexique a{
  color: #FFF;
  flex: 1;
  text-transform: uppercase;
}

.lexique a:hover,
.lexique a:focus{
    color: #FF826B;
    text-decoration: none;
}

.ais-Hits-list{
  margin-top:0 !important;
}


#lexique-abcd{
  display:flex;
  align-items:center;
  justify-content:center;
}
@media(max-width:768px){
.lexique .container{
  width:100%
}
}

.ais-Pagination-item--selected .ais-Pagination-link {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 0 none !important;
    border-bottom: 1Px solid #000 !important;
}

.ais-Breadcrumb-link, .ais-HierarchicalMenu-link, .ais-Menu-link, .ais-Pagination-link, .ais-RatingMenu-link {
  color: #333;
}

/*.hit-name img.artist-avatar{
  	width: 60px !important;
    height: 60px !important;
    border-radius: 99% !important;
}*/
/*.card-top{
	padding:15px;
}*/
.about-artist{
  	
    list-style: none;
    padding: 0;
    text-align: left;
    flex:1;
  overflow: hidden;
    max-width: 100%;
    
}
.artist-cover{
  height:200px;
}
a.hit:hover,
a.hit:focus{
  text-decoration:none;
}

li.shop-city {
    color: #9e9e9e;
    font-size: 14px;
}

li.shop-city:before {
    content: '\f041';
    font-family: 'FONTAWESOME';
    margin-right: 7px;
    font-size: 12px;
    position: relative;
    top: -1px;
    color: #ff9b9b;
}





:root {
  --alg-radius: 20px;
  --alg-border: #e5e7eb;
  --alg-shadow-soft: 0 10px 30px rgba(15, 23, 42, 0.08);
  --alg-bg: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  --alg-text-main: #111827;
  --alg-text-muted: #6b7280;
  --alg-brand: #9ca3af;
}

/* Layout de l’annuaire */
.alg-directory {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* Card */
.alg-card {
  background: var(--alg-bg);
  border-radius: var(--alg-radius);
  box-shadow: var(--alg-shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Header */
.alg-card__header {
  display:none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--alg-brand);
  margin-bottom: 16px;
}

/* Partie principale */
.alg-card__main {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-bottom: 16px; */
  justify-content: start;
  width: 100%;
  flex-direction: column;
}

/* Avatar / logo */
.alg-card__avatar {
 width: 110px;
    height: 110px;
  border-radius: 999px;
  /* background: #f3f4f6; */
  background:#FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.ais-Pagination-item--selected .ais-Pagination-link:hover {
  color:rgb(var(--s));
}

.alg-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.alg-card__avatar-text {
  font-size: 18px;
  font-weight: 600;
  color: #4b5563;
}


.alg-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--alg-text-main);
  /* spécial pour YLA */
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: column;
}

.alg-card__type {
  margin: 2px 0 2px;
  font-size: 11px;
  color: var(--alg-text-muted);

/* spécial pour YLA */
  padding: 0.3rem 1rem;
  color: rgb(var(--pc));
  border-radius: 60px;
  /* background:rgb(var(--p)); */
  text-transform: uppercase;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; */
  text-align: center;


    background: #fec5c340;
    border-color: transparent;
    box-shadow: rgb(254 143 135) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.alg-card-user-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}



.alg-card__location {
  margin: 2px 0 0;
  font-size: 13px;
  color: var(--alg-text-muted);
}


.alg-card__footer {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #eef0f4;
}


.alg-card__tags li + li {
  margin-top: 2px;
}

.alg-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top:0.3rem;
}

.alg-card__tags li {
  background: #f3f4f6;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  border: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.2;
  white-space: nowrap;
  transition: all 0.2s ease;
  margin:0;
}

.alg-card__tags li:hover {
  background: #e5e7eb;
  border-color: rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}


.alg-card__tags li.alg-tag--gradient {
  background: linear-gradient(135deg, rgb(var(--p)) 0%, rgb(var(--s)) 100%);
  color: #fff;
  border-color: transparent;
  transition: transform .25s ease;
  animation: ylaPulse 3.5s ease-in-out infinite;
}


.alg-card__tags li.alg-tag--secondary {
  background: rgb(var(--s));
  color: rgb(var(--sc));
  transition: transform .25s ease;
  animation: ylaPulse 3.5s ease-in-out infinite;
}

.alg-card__tags li.alg-tag--gradient:hover {
  transform: translateY(-2px);
}

@keyframes ylaPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* spécial pour YLA - cacher compteur près des filtres */
span.ais-RefinementList-count {
    display: none !important;
}
