/* =========================
   AJAX Loader
========================= */
.am-loader{
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.65);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.am-loader-box{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 16px 18px;
  min-width: 220px;
  display: flex;
  gap: 12px;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.am-spinner{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,0.15);
  border-top-color: rgba(0,0,0,0.65);
  animation: amspin 0.8s linear infinite;
}

.am-loader-text{
  font-weight: 600;
  color: #111;
}

.maillage-ville:hover{
	color:#f9ab00 !important
}

@keyframes amspin{
  to { transform: rotate(360deg); }
}


.am-map-col {
  display: none !important;
}

.search_artisan_detail {
  display: block !important;
}

.am-list-col {
  width: 100% !important;
  max-width: 900px;
  margin: 0 auto;
}

.am-list-v2 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.gdh-artisan-card {
    display: grid;
    grid-template-columns: 250px 1fr auto;
    gap: 30px;
    align-items: center;
    background: #fff;
    border: 1px solid #e6eee9;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 6px 20px rgb(0 97 59 / 9%);
    transition: .25s ease;
}

.gdh-artisan-content h4 {
    font-size: 22px !important;
    color: #00613b !important;
    margin-bottom: 5px !important;
        font-weight: 600;
}

.gdh-artisan-top a {
    color: #00613b !important;
}

.activite_detail {
    text-transform: capitalize;
}


/*.gdh-artisan-card:hover {*/
/*  transform: translateY(-2px);*/
/*  box-shadow: 0 10px 28px rgba(0,0,0,.07);*/
/*  border-color: #cfe3d8;*/
/*}*/

.gdh-artisan-card.is-premium {
    border: 1px solid #ffb81c4d;
    background: #ffffff;
    position: relative;
}

.gdh-artisan-logo {
  width: 250px;
  height: 180px;
  border-radius: 8px;
  background: #f5f7f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 0px 10px #00000045;
}

.gdh-artisan-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.gdh-premium-badge {
    background: #ffb81c;
    color: #00613b;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    border-radius: 8px;
    position: absolute;
    top: -15px;
    right: 40px;
}


.section_footer_cart {
    display: flex;
    gap: 20px;
    margin-top: 25px !important;
    flex-direction: column;
}

.section_cta_cart {
    display: flex;
    gap: 12px;
    align-items: center;
        flex-wrap: wrap;
}

.gdh-phone-btn,.gdh-site-btn,.gdh-rdv-btn,.gdh-devis-btn,.gdh-claim-btn {
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.1em;

}

.gdh-claim-btn{
    background: #ffb81c;
    color: #00613b !important;
}

.gdh-phone-btn {
    background: #00613b;
    color: white !important;
}

.gdh-site-btn {
    background: #00613b;
    color: white !important;
}

.gdh-rdv-btn {
    background: #00613b;
    color: white !important;
}

.gdh-devis-btn {
    background: #00613b;
    color: white !important;
}

.gdh-claim-btn:hover{
    background: #2e8b57;
    color: white !important;
}

.gdh-phone-btn:hover,.gdh-rdv-btn:hover,.gdh-site-btn:hover,.gdh-devis-btn:hover {
    background: #2e8b57;
}

.gdh-artisan-address,
.gdh-artisan-city {
  margin: 10px 0 0;
  color: #000000;
  font-size: 16px;
text-transform: capitalize !important;
}

.gdh-distance {
  display: inline-block;
  margin-top: 8px;
  background: #f1f8f4;
  color: #00613b;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.gdh-artisan-btn {
  background: #00613b;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 800;
  white-space: nowrap;
}

.gdh-artisan-btn:hover {
  background: #ffb81c;
  color: #00613b;
}

@media(max-width: 767px) {
  /*.gdh-artisan-card {*/
  /*  grid-template-columns: 70px 1fr;*/
  /*}*/

  /*.gdh-artisan-logo {*/
  /*  width: 70px;*/
  /*  height: 70px;*/
  /*}*/

  .gdh-artisan-actions {
    grid-column: 1 / -1;
  }

  .gdh-artisan-btn {
    width: 100%;
    text-align: center;
  }
}


@media(max-width: 650px) {
    .gdh-artisan-card {
    grid-template-columns: unset;
    grid-auto-flow: row;
}

.gdh-artisan-logo {
    width: 100%;
}
}





