/* ============================= Styles spécifiques à la page Practiciens (ex-Équipe) ============================= */

.practiciens-carousel-wrapper { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 1100px; margin: 0 auto; height: 340px; position: relative; }

.practiciens-carousel { display: flex; flex-direction: row; overflow: hidden; width: 960px; height: 100%; scroll-behavior: smooth; background: none; }

.practicien-card { position: relative; overflow: hidden; width: 243px; min-width: 243px; max-width: 243px; height: 340px; min-height: 340px; max-height: 340px; display: flex; flex-direction: column; justify-content: flex-start; box-sizing: border-box; background: none !important; }
.practicien-image-container { width: 100%; height: 180px; min-height: 180px; max-height: 180px; overflow: hidden; position: relative; flex-shrink: 0; }
.practicien-image-container img { width: 100%; height: 100%; object-fit: cover; display: block; }
.practicien-name-text { background: none !important; box-shadow: none !important; border-radius: 0 !important; padding: 0; margin: 0 0 0.5em 0; color: var(--text-dark); font-size: 1.15rem; font-weight: bold; position: static; z-index: auto; display: block; }
.practicien-card .card-body.text-center { background: rgba(255,255,255,0.7); border-radius: 0 0 16px 16px; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; }

.carousel-arrow { background: transparent !important; border: none !important; border-radius: 50%; width: 112px; height: 112px; display: flex; align-items: center; justify-content: center; cursor:
 pointer; font-size: 8.8rem; color: #111 !important; box-shadow: none; transition: none; z-index: 2; margin: 0 16px; }

.carousel-arrow:hover { background: transparent !important; color: #111 !important; border: none !important; }

.carousel-arrow .material-symbols-outlined { font-size: 4.4rem !important; line-height: 1; }

@media (max-width: 600px) {
  .practiciens-carousel { gap: 16px; justify-content: flex-start; width: 100vw !important; min-width: 0; overflow-x: auto; padding-left: 0; padding-right: 0; scroll-snap-type: x mandatory; }
  .practicien-card { width: 243px !important; flex: 0 0 243px !important; margin: 0; scroll-snap-align: center; }
  .carousel-arrow { display: none !important; } }