/*fil ariane*/
.breadcrumb {
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 30px !important;
    width: 63%;
    margin: auto;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  color: #555;
}

.breadcrumb li a {
  text-decoration: none;
  color: #0073aa;
  transition: color 0.2s;
}

.breadcrumb li a:hover {
  color: #005177;
}

.breadcrumb li+li::before {
  content: "›";
  margin: 0 8px;
  color: #999;
}

.breadcrumb li[aria-current="page"] {
  font-weight: bold;
  color: #333;
}



/******avis modal ******/
.star-rating i {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    margin: 2px;
}
.star-rating i.selected {
    color: gold;
}
.avis-modal {
    position: fixed;
    top: 0; left: 0;
    z-index: 1000;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex; justify-content: center; align-items: center;
}
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 350px;
}
/******fin avis modal ******/

.container {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.directory-card__stars i {
  font-size: 15px;
  margin-right: 2px;
}

/* Étoiles remplies en bleu */
.directory-card__stars .filled {
  color: #ffac33;
}

/* Étoiles vides avec contour bleu */
.directory-card__stars .outlined {
  color: transparent;
  -webkit-text-stroke: 1px #ffac33;
  /* contour pour Chrome/Safari */
  text-stroke: 1px #ffac33;
  /* contour pour les autres navigateurs */
}

.left-col,
.right-col {}

.left-col {
  flex: 3;
  min-width: 320px;
}

.right-col {
  flex: 2;
  min-width: 260px;
  display: flex;
  flex-direction: column;
}

/* HEADER SECTION */
.header-section {
  margin-top: 0;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.port-folio .img-port {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

section.bloc-container.blur-remarque {
  box-shadow: 0 0 3px 2px #007bff;
}

.blur-remarque a.rendez-vous-link {
  color: #007bff;
}

.action-row.responsive {
  display: none;
}

.header-section .certification .fas.fa-tag {
  font-size: 13px;
}

.logo-block {
  min-width: 100px;
}

.photo {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  background: #fafbfb;
  border: 1.5px solid #e0e0e0;
  display: block;
}

.header-info {
  width: 70%;
}

span.certification {
  border: 1px solid rgb(200 0 0);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 18px;
  font-size: 12px;
  cursor: pointer;
  background-color: rgb(200 0 0);
  color: white;
}

.contact-rdv .description i {
  padding-left: 5px;
}

.contact-rdv i.location-icon.fas.fa-map-marker-alt {
  font-size: 23px;
  width: 42px;
}

.contact-rdv i.fas.fa-globe {
  font-size: 18px;
  width: 38px;
}

.contact-rdv i.fas.fa-envelope {
  width: 42px;
}

.contact-rdv i.fas.fa-phone.phone-icon {
  width: 42px;
}

.contact-rdv i.fas.fa-map-marker-alt {
  font-size: 23px;
  width: 42px;
}

.categorie span {
  border: 1px solid rgb(200 0 0);
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 22px;
  cursor: pointer;
}

.categorie span:hover {
  background-color: rgb(200 0 0);
  color: white;
}

.header-info .icon-certification,
.header-info .icon-address,
.header-info .icon-horaire {
  padding-right: 10px;
}

.header-info .certification {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.header-info .address {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.header-info .horaire {
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.header-info .horaire .horaire-detail {
  display: flex;
  justify-content: start;
  align-items: center;
}

.header-info .horaire .horaire-detail .status {
  margin-left: 13px;
  display: flex;
  justify-content: start;
  align-items: baseline;
}

.header-info .horaire i {
  font-size: 13px;
}

.header-info .circle {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  cursor: pointer;
}

.header-info .circle.fermer {
  border: 1px solid rgb(200 0 0);
  background-color: rgb(200 0 0);
}

.header-info .circle.ouvert {
  border: 1px solid rgb(153, 255, 0);
  background-color: rgb(153, 255, 0);
}

.action-row .directory-card__favorite {
  display: flex;
  padding: 2px;
  margin-bottom: 5px;
  justify-content: center;
  font-size: 20px;
  color: #555;
  cursor: pointer;
}

.action-row .directory-card__badge {
  padding: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

/* Icône de fond (certificat) */
.directory-card__badge .certificate-icon {
  font-size: 24px;
  color: #007bff;
  position: absolute;
  top: 0;
  left: 0;
}

/* Icône check au-dessus */
.directory-card__badge .check-icon {
  font-size: 12px;
  color: white;
  border-radius: 50%;
  padding: 2px;
  position: absolute;
  top: 5px;
  left: 4px;
}

/* Popover (invisible par défaut) */
.directory-card__badge .badge-popover {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 10;
  background-color: white;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px;
  width: 220px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

/* Afficher le popover au hover */
.directory-card__badge:hover .badge-popover {
  display: block;
}


.name {
  font-size: 26px !important;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.category {
  color: #666;
  font-size: 14px;
  margin-bottom: 2px;
}

.bloc-container h6 i {
  padding-right: 5px;
  color: rgb(89 82 96);
}

.bloc-container {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.bloc-container .title-container h6 {
  margin: 0;
  color: #595260;
}

.bloc-container .trait-separator {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(200 0 0);
  background-color: rgb(200 0 0);
  border-color: rgb(200 0 0);
}

/*similaure*/
/* .similaire .swiper-button-next , .similaire .swiper-button-prev{
  color: rgb(200 0 0);
} */

.card-similaire {
  text-align: center;
}

.card-similaire h6 {
  font-size: 15px;
  margin: 0;
}

.card-similaire .directory-card__stars .fas.fa-star {
  font-size: 12px;
}

.card-similaire .one-categorie {
  font-size: 12px;
}

.card-similaire .profile {
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.card-similaire .footer {
  display: flex;
  justify-content: center;
}

.card-similaire .btn-voir-similaire {
  border: 1px solid rgb(200 0 0);
  padding-left: 11px;
  padding-right: 11px;
  margin-top: 30px;
  border-radius: 20px;
  cursor: pointer;
}

.bloc-description {
  display: flex;
}

span.voir-tout {
  border: 1px solid rgb(200 0 0);
  padding-left: 7px;
  padding-right: 14px;
  background-color: rgb(200 0 0);
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.port-folio .footer {
  margin-top: 10px;
}

/* other avis */
.avis-other {
  height: 160px;
  /* ajuste selon le besoin */
  overflow: hidden;
  position: relative;
}

.avis-other::before,
.avis-other::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 1;
  pointer-events: none;
}

.title-container.avis-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.title-container .partager-avis{
  color: #007bff;
  cursor: pointer;
  font-size: 14px;
  border: 1px solid #007bff;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.title-container .partager-avis:hover {
  background-color: #007bff;
  color: white;
}
/* Conteneur intérieur pour animer */
.avis-other-inner {
  display: flex;
  flex-direction: column;
  animation: scroll-avis-other 10s linear infinite;
}

.avis-other .content {
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: flex-start;
}

/* Défilement vertical */
@keyframes scroll-avis-other {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.avis .content .right-content {
  padding-left: 10px;
  line-height: 15px;
  margin-bottom: 10px;
}

.avis .content .right-content .comment {
  font-size: 14px;
  padding: 0;
  margin-top: 5px;
  margin: 0;
  /* margin-top: 6px; */
}

.avis .content .right-content .date-avis {
  font-size: 10px;
}

.avis .content .right-content .user-name {
  margin: 0;
}

.avis .content .right-content .fas.fa-star {
  font-size: 9px;
}

.avis .left-content img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.avis .content {
  display: flex;
  justify-content: start;
  align-items: start;
}

/* REMAINDER - Standard design */
.section,
.buttons-section,
.photos-section,
.map-section,
.hours-section {
  margin: 20px 0;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.section:last-child,
.buttons-section:last-of-type,
.photos-section:last-of-type,
.map-section:last-of-type,
.hours-section:last-of-type {
  border-bottom: none;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  background: #1a73e8;
  color: #fff;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s;
}

.button:hover {
  background: #1557b0;
}

.photos {
  display: flex;
  gap: 8px;
  overflow-x: auto;
}

.photos img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: border 0.2s;
}

.photos img:hover {
  border-color: #1a73e8;
}

.section h3 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.contact-list p {
  margin: 8px 0;
}

.contact-list a {
  color: #1a73e8;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}

.info-text {
  font-size: 14px;
  line-height: 1.6;
}

.section h3 {
  font-size: 18px !important;
}

.info-label {
  color: grey !important;
}

.map {
  width: 100%;
  height: 180px;
  background-color: #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  border: 1px solid #ddd;
}

.hours strong {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .container {
    flex-direction: column;
  }

  .left-col,
  .right-col {
    width: 100%;
  }

  .header-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .header-section .action-row {
    display: none;
  }

  .action-row.responsive {
    display: flex;
    width: 25%;
    justify-content: space-between;
  }

  .directory-card__badge .badge-popover {
    right: 0;
    left: -197px;
  }

  .logo-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .logo-block,
  .header-info {
    width: 100%;
  }
}

@media (max-width: 600px) {

  .section,
  .header-section {
    padding: 27px;
  }

  .photo {
    width: 70px;
    height: 70px;
  }
}

.pub-section {
  background: linear-gradient(105deg, #f6fafe 60%, #e0f1ff 100%);
  border: 1px solid #b7e0ff;
  border-radius: 9px;
  margin-top: 20px;
  padding: 18px 20px 13px 20px;
  box-shadow: 0 2px 8px rgba(52, 183, 255, 0.08);
  text-align: center;
}

.pub-content {}

.pub-header {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  color: #2593ff;
  font-size: 1.15em;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}

.pub-header i {
  font-size: 1.2em;
}

.pub-body strong {
  font-size: 1.02em;
  color: #1a426e;
  display: block;
}

.promo-high {
  color: #e53935;
  font-weight: bold;
  font-size: 1.12em;
}

.card-pub {
  margin-top: 5px;
}

.inciter .action div {
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
}

.inciter .action a {
  padding: 10px;
}

.inciter .action a:hover {
  background-color: rgb(200 0 0);
  color: white !important;
  font-weight: bold !important;
}

.pub-link {
  background-color: rgb(200 0 0);
  color: white !important;
  text-decoration: none;
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 14px;
}

.pub-divider {
  border-top: 1px dashed #abd6f5;
  margin: 14px 0 10px 0;
}

.pub-slogan {
  color: #48810e;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
}

.pub-slogan i {
  color: #e6af26;
}

@media (max-width: 600px) {
  .pub-section {
    padding: 13px 8px;
  }
}

.tel-hours-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  /* espace entre les rangées */
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 15px;
}

.tel-hours-table td {
  border: none;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  vertical-align: middle;
  box-shadow: 0 1px 4px rgba(205, 220, 230, 0.1);
}

.tel-hours-table-range {
  font-weight: 600;
  color: #1a73e8;
  letter-spacing: 0.2px;
}

.tel-hours-table-time {
  font-weight: 500;
  color: #444;
}

.tel-hours-table-active td {
  background-color: #e3f2fd;
  font-weight: 700;
}

@media (max-width: 600px) {
  .tel-hours-table td {
    font-size: 13px;
    padding: 8px 7px;
  }
}






/*modal*/

#modal-rdv .title,
#modal-devis .title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 46px;
  color: rgb(200 0 0);
}

#modal-rdv .head_rdv,
#modal-devis .head_rdv {
  display: flex;
  margin-bottom: 19px;
}

#modal-rdv .head_rdv .info_company,
#modal-devis .head_rdv .info_company {
  width: 80%;
  line-height: 0px;
}

#modal-rdv h2.name_company,
#modal-devis h2.name_company {
  font-size: 22px;
  margin-bottom: 8px;
}

#modal-rdv .sous_titre,
#modal-devis sous_titre {
  font-size: 13px;
}

#modal-rdv img,
#modal-devis img {
  width: 80px;
}

#modal-rdv .btn,
#modal-devis .btn {
  color: white;
}

.form-group {
  margin-bottom: 1rem;
}

label i {
  margin-right: 8px;
  color: rgb(44 46 67);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-content {
  background: white;
  padding: 25px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  position: relative;
  max-height: 80vh;
  /* Hauteur max visible à l'écran */
  overflow-y: auto;
  /* Scroll vertical si le contenu déborde */
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
}

.modal-content form {
  display: flex;
  flex-direction: column;
}

.modal-content form label {
  margin-top: 10px;
  font-weight: bold;
}

.modal-content form input,
.modal-content form textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 4px;
}

.btn {
  margin-top: 20px;
  background: #0073aa;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}