/* Visuel affichage liste agents*/

.coaching-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-family: Georgia, serif;
}

.hai-status-coaching-icon-short {
  height: 30px;
  vertical-align: middle;
  margin-bottom: 5px;
}

/* ---- Carte "ancienne" horizontale ---- */
.coaching-consult-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd6c8;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 0 10px #d4d2d2;
  font-family: 'Georgia', serif;
  margin: 20px auto;
  gap: 20px;
  max-width: 1000px;
  order: 0; /* Initial order */
  transition: order 0.5s ease;
  box-sizing: border-box;
  word-break: break-word;
}

.coaching-photo img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 8px;
  border: 2px solid #e6c075;
  box-shadow: 0 0 6px #f2e7d7;
}

.coaching-info {
  flex: 1;
}

.coaching-info h4 {
  margin: 0 0 6px;
  font-size: 20px !important;
  font-family: 'Times';
}

.coaching-specialties {
  font-size: 17px;
  color: #4d463c;
  margin-bottom: 8px;
}

.coaching-signature {
  font-style: italic;
  color: #7a5a3c;
  font-size: 17px;
  margin-bottom: 10px;
}

.coaching-details {
  font-size: 17px;
  font-family: 'Poly';
  color: #258fde;
  margin-bottom: 10px;
}

.coaching-details-avis {
  font-size: 17px;
  font-family: time;
  font-weight: bold;
  color: #dd2e44;
  margin-bottom: 10px;
}

.coaching-action {
  text-align: right;
  min-width: 160px;
}

.coaching-rating {
  font-size: 17px;
  color: #be4678;
  margin-bottom: 8px;
  font-family: time;
}

.coaching-price {
  font-size: 18px;
  font-family: times;
  font-weight: bold;
  color: #704d29;
  margin-bottom: 10px;
}

.coaching-button {
  background: #ffffff;
  color: #b5995a !important;
  text-decoration: none;
  padding: 10px 14px;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  transition: background 0.3s ease;
  font-family: 'Poly';
  font-size: 18px;
  border: 2px solid #b5995a;
}

.coaching-button:hover {
  background: #9f345f;
  color: #fff !important;
}

.hai-availability-legend {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Georgia, serif;
  color: #5a3e1b;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.hai-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hai-legend-icon {
  height: 26px;
  margin-bottom: 12px;
}


/* cote a cote carte*/
.coaching-cards-row {
  display: flex;
  gap: 30px; /* espace entre les cartes */
  justify-content: center; /* centrer horizontalement */
  align-items: stretch;
  margin-bottom: 40px;
  flex-wrap: wrap; /* permet le retour à la ligne */
}

/* Adapter la largeur des cartes */
.coaching-card-horizontal {
  width: 46%;
  min-width: 320px;
  max-width: 500px;
  margin: 0;
}

/* Mobile : 1 carte par ligne */
@media (max-width: 900px) {
  .coaching-card-horizontal {
    width: 98%;
    min-width: unset;
    max-width: 100vw;
  }
  .coaching-cards-row {
    flex-direction: column;
    gap: 22px;
  }
}

/* ----------- Glassmorphism Soft Coaching Card ----------- */
.coaching-list-gradient {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 40px auto;
  padding-top: 18px;
}

.coaching-list-card {
  width: 50%;
  min-width: 290px;
  max-width: 470px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #fff7e6 0%, #ffe4ee 100%);
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(230, 192, 117, 0.08);
  border: 1.5px solid #eddcba;
  padding: 16px 20px;
  transition: transform 0.23s, box-shadow 0.23s, background 0.25s;
  position: relative;
  word-break: break-word;
}

.coaching-list-card:hover {
  transform: scale(1.027) translateY(-3px);
  box-shadow: 0 8px 40px #e6c07544;
  background: linear-gradient(90deg, #ffe6d4 0%, #f9ffef 100%);
}

.coaching-list-photo {
  flex-shrink: 0;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.coaching-list-photo img {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #e6c075;
  background: #fff;
  box-shadow: 0 2px 8px #ecd9b688;
}

.coaching-list-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

/* Titre + icône lotus côte à côte */
.coaching-list-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1px;
}

.coaching-list-title-row h4 {
  font-family: 'Georgia', serif;
  font-size: 20px;
  color: #2b1503;
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.15;
}

.hai-status-icon-coaching-short,
.hai-status-coaching-icon-short {
  height: 25px !important;
  width: auto;
  margin: 0 !important;
  vertical-align: middle;
  display: inline-block;
}

/* Spécialité et citation */
.coaching-list-specialties {
  color: #9156c2;
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: 'Georgia', serif;
}

.coaching-list-signature {
  color: #4f4f4f;
  font-style: italic;
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 1.1;
}

/* Stats */
.coaching-list-stats-row {
  display: flex;
  flex-direction: column;  /* vertical */
  align-items: flex-start;
  gap: 0px;
  margin-bottom: 4px;
}

.coaching-list-stats {
  color: #258fde;
  font-size: 17px;
  font-family: 'time', serif;
  font-weight: bold;
  margin-top: 15px;
}

.coaching-list-avis {
  color: #dd2e44;
  font-size: 17px;
  font-family: 'time', serif;
  font-weight: bold;
}

/* Prix et bouton */
.coaching-list-price {
  color: #704d29;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 3px;
}

.coaching-list-btn {
  display: inline-block;
  padding: 7px 19px;
  background: #fff;
  color: #b5995a !important;
  border-radius: 7px;
  font-size: 16px;
  border: 2px solid #b5995a;
  font-family: 'Georgia', serif;
  font-weight: bold;
  transition: background 0.22s, color 0.22s;
  text-decoration: none;
  margin-top: 3px;
  width: 100px;
}

.coaching-list-btn:hover {
  background: #7ba389;
  color: #fff !important;
  border-color: #7ba389;
}

/* Dégradé alterné pour l'effet visuel */
.coaching-list-card:nth-child(2n) {
  background: linear-gradient(90deg, #f9eaff 0%, #e3ffe3 100%);
}

.coaching-list-card:nth-child(2n):hover {
  background: linear-gradient(90deg, #e6fffa 0%, #ffe0ef 100%);
}

/* 2 par ligne jusqu'à 1100px */
@media (max-width: 1100px) {
  .coaching-list-card {
    width: 100%;
    min-width: 240px;
    max-width: 100%;
  }
}

/* 1 par ligne sous 700px */
@media (max-width: 700px) {
  .coaching-list-card {
    width: 98%;
    min-width: unset;
    max-width: 100vw;
  }
  .coaching-list-gradient {
    flex-direction: column;
    gap: 22px;
  }
}

/* ----------------------------- */
/*     MOBILE – < 768 px         */
/* Empilement: photo → infos → CTA */
/* ----------------------------- */
@media (max-width: 768px) {
  /* Ancienne carte horizontale */
  .coaching-consult-card{
    display:flex;
    flex-direction: column;       /* pile tout l’un sous l’autre */
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .coaching-photo{ order: 1; }
  .coaching-photo img{
    width: 128px;
    height: 128px;
    border-radius: 50%;
  }
  .coaching-info{ order: 2; width:100%; }
  .coaching-action{
    order: 3;
    width: 100%;
    min-width: 0;
    text-align: center;
    margin-top: 6px;
  }
  .coaching-button{
    width: 100%;
    max-width: 320px;
  }

  /* Nouvelle carte glassmorphism */
  .coaching-list-card{
    flex-direction: column;       /* photo → infos → CTA */
    align-items: center;
    text-align: center;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 10px;
  }
  .coaching-list-photo{
    margin: 0 0 8px 0;            /* photo en tête */
  }
  .coaching-list-photo img{
    width: 120px;
    height: 120px;
  }
  .coaching-list-info{
    width: 100%;
    min-width: 0;
  }
  .coaching-list-title-row{
    justify-content: center;      /* titre + icône centrés */
    gap: 8px;
  }
  .coaching-list-specialties,
  .coaching-list-signature{
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .coaching-list-stats-row{
    align-items: center;          /* stats centrées */
  }
  .coaching-list-btn{
    width: 100%;
    max-width: 320px;
    margin-top: 10px;
  }
}

/* Correction bouton mobile */
@media (max-width: 768px) {
  .coaching-button,
  .coaching-list-btn {
    width: auto;              /* largeur en fonction du texte */
    max-width: 200px;         /* limite visuelle */
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Option : réduire les espacements sur très petits écrans */
@media (max-width: 420px){
  .coaching-list-card{ padding: 14px 16px; border-radius: 18px; }
  .coaching-list-title-row h4{ font-size: 18px; }
  .coaching-list-specialties,
  .coaching-list-signature,
  .coaching-list-stats,
  .coaching-list-avis{ font-size: 16px; }
}
