.wc-prestataire * {
  color: #000;
}
.wc-prestataire {
  margin: 40px 0;
}
.wc-prestataire ul {
  margin-left: 16px !important;
}
.wc-heading {
  font-size: clamp(35px, 2vw, 40px);
  font-weight: 700;
  line-height: clamp(34px, 2vw, 45px);
  color: #000 !important;
  text-transform: capitalize;
}
#gallery-1 .gallery-item {
  width: 100% !important;
}
.wc-phone {
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  line-height: clamp(24px, 2vw, 30px);
  letter-spacing: 0.5px;
}
.wc-phone .tel {
  color: #28bad9;
}
.wc-title {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  line-height: clamp(34px, 2vw, 40px);
  color: #000 !important;
}
.wc-info-pratique *,
.wc-description * {
  color: #000000;
}
.wc-prestataire .flex-row {
  display: flex;
  align-items: center;
}

.wc-prestataire .flex-star {
  display: flex;
  align-items: start;
}

.wc-prestataire .flex-row img {
  height: auto !important;
  width: 25px !important;
  margin: 0 10px 4px 0;
}
.wc-prestataire .flex-row p {
  padding: 0 !important;
}
#gallery-1 {
  display: flex;
}

.wc-prestataire .thumbnail .main-image {
  width: 100%;
}
.wc-prestataire .links .wise {
  background: #28bad9;
  color: #fff !important;
}
.wc-prestataire .links .wise span {
  color: #fff !important;
}
.wc-prestataire .links a {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  transition: 0.2s;
}
.wc-prestataire .links {
  margin: 20px 0;
  display: flex;
  column-gap: 30px;
  row-gap: 20px;
}
.wc-prestataire .links .g-maps {
  box-shadow: 0px 0px 8px 0px #00000026;
}
.wc-prestataire .links a img {
  height: 20px !important;
}
.wc-prestataire .links a:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
}

.wc-prestataire .gallery-container {
  text-align: center;
  margin-bottom: 40px;
}
.wc-prestataire .main-image img {
  width: 100%;
  border-radius: 10px;
}

.wc-prestataire .presta .thumbnail {
  cursor: pointer;
  border-radius: 10px;
}

.wc-prestataire .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wc-prestataire .owl-stage-outer {
  position: relative !important;
}
.wc-prestataire .owl-nav span {
  color: #fff;
  font-weight: bold;
  font-size: 25px !important;
}
body .wc-prestataire .owl-nav button {
  background: #28bad9 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  opacity: 0.8;
  border-radius: 4px !important;
}
.wc-prestataire .owl-nav button:hover {
  background: #28bad9 !important;
  opacity: 1;
}
.wc-prestataire .owl-nav button.disabled {
  display: none;
}
.wc-prestataire .owl-next {
  right: 0;
}
.wc-prestataire .owl-prev {
  left: 0;
}
.wc-prestataire .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wc-prestataire .owl-carousel .item img {
  width: 100%;
  height: clamp(100px, 4vw, 100px);
  object-fit: cover;
  border-radius: 10px;
}

.wc-prestataire .thumbnail {
  border-radius: 20px;
  display: block !important;
  overflow: hidden !important;
}

.prst-details {
  background: #f4f4f4;
  padding-block: 14px !important;
}

.list-prst .thumbnail {
  max-height: 200px !important;
  width: 100% !important;
  border-radius: 20px !important;
  margin-bottom: 20px;
}

.list-prst a.active {
  background: var(--nectar-accent-color);
  border-radius: 20px !important;
  color: #fff !important;
}

.list-prst a {
  display: block;
  padding: 20px;
  color: #000;
}

.list-prst .title {
  text-align: center !important;
  line-height: 1;
  font-size: 20px !important;
}

.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.prst-hero p,
.prst-hero a {
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 500;
}
.prst-hero .fa {
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 27px;
}
.prst-hero {
  align-items: center !important;
}

.prestataire-image img {
  border-radius: 14px;
}

.wc-reserver {
  background: #96f7e4;
  border-radius: 20px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px !important;
  margin-bottom: 10px;
}

.wc-reserver a {
  background: #11a138;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff !important;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}

.wc-reserver a:hover {
  background: #fec700;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wc-prestataire .owl-carousel .owl-stage {
  margin-block: 20px !important;
} 
@media (max-width: 420px) {
  .wc-prestataire .links {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 1000px) {
  .wc-prestataire .gallery-container {
    padding-right: 40px !important;
  }
  .wc-prestataire .owl-carousel .owl-stage {
    margin: 20px 0 !important;
  }
}
