@charset "UTF-8";
/**
 * Styles pour le bloc thérapeute
 * Utilisé dans la page contact
 */
.therapeute-block {
  margin-bottom: 2rem;
}
.therapeute-block .therapeute-title {
  font-size: 1.2rem !important;
  font-weight: bolder;
  color: #111827;
  text-align: center;
  margin-bottom: 1rem;
}
.therapeute-block p {
  padding-bottom: 0 !important;
}

.therapeute-contact {
  background-color: #FFF8E1;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.therapeute-contact .therapeute-notice {
  margin: 0;
  font-size: 0.9rem;
  color: #7c6416;
}
.therapeute-contact .therapeute-notice .notice-highlight {
  display: block;
  font-weight: 500;
}
.therapeute-contact .therapeute-notice .notice-additional {
  display: block;
}
.therapeute-contact .therapeute-notice .notice-additional .notice-link {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.therapeute-contact .therapeute-notice .notice-additional .notice-link:hover {
  color: #3e320b;
}

/**
 * Card Therapeute Styles
 */
.therapeutes-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  margin: 3rem 0;
  padding: 0;
}
@media (min-width: 1400px) {
  .therapeutes-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}

.therapeute-card {
  width: 100%;
  margin: 0;
  display: flex;
}
@media (min-width: 1400px) {
  .therapeute-card {
    width: 50%;
  }
}
.therapeute-card .therapeute-card-inner {
  display: flex;
  flex-direction: column;
  background-color: #f9fafb;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  width: 100%;
  height: 100%;
}
@media (min-width: 1500px) {
  .therapeute-card .therapeute-card-inner {
    flex-direction: row;
  }
}
.therapeute-card .therapeute-card-inner:before, .therapeute-card .therapeute-card-inner:after {
  content: "";
  position: absolute;
  background-color: #164869;
  z-index: 0;
}
.therapeute-card .therapeute-card-inner:before {
  top: 0;
  right: 0;
  width: 89px;
  height: 70px;
  border-bottom-left-radius: 100%;
}
.therapeute-card .therapeute-card-inner:after {
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-top-right-radius: 100%;
  opacity: 0.3;
}
.therapeute-card .therapeute-card-inner .corner-circle {
  content: "";
  position: absolute;
  top: 10px;
  right: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #164869;
  opacity: 0.2;
  z-index: 0;
}
.therapeute-card .therapeute-card-image {
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  width: 100%;
}
@media (min-width: 1500px) {
  .therapeute-card .therapeute-card-image {
    width: 30%;
    min-width: 90px;
  }
}
.therapeute-card .therapeute-card-image .therapeute-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 4px solid #f9fafb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.therapeute-card .therapeute-card-content {
  padding: 0 1.25rem 1.25rem 1.25rem;
  color: #4B5563;
  z-index: 1;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1500px) {
  .therapeute-card .therapeute-card-content {
    padding: 1.25rem 1.25rem 1.25rem 0;
    width: 70%;
    text-align: left;
  }
}
.therapeute-card .therapeute-card-content .therapeute-card-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #4B5563;
}
@media (max-width: 1500px) {
  .therapeute-card .therapeute-card-content .therapeute-card-name {
    text-align: center;
  }
}
.therapeute-card .therapeute-card-content .therapeute-card-title {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.therapeute-card .therapeute-card-content .therapeute-card-diplome {
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}
.therapeute-card .therapeute-card-content .therapeute-card-university {
  font-size: 0.8rem;
  font-style: italic;
  margin-bottom: 0.75rem;
  opacity: 0.8;
}
.therapeute-card .therapeute-card-content .therapeute-card-schedule {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex-grow: 1;
}
.therapeute-card .therapeute-card-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 1500px) {
  .therapeute-card .therapeute-card-contact {
    justify-content: flex-start;
  }
}
.therapeute-card .therapeute-card-contact .therapeute-card-btn {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
  color: #4B5563;
}
.therapeute-card .therapeute-card-contact .therapeute-card-btn i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
.therapeute-card .therapeute-card-contact .therapeute-card-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.therapeute-card a {
  color: #4B5563 !important;
  border: none !important;
}

/** === PAGE CONTACT === */
body#contact .breadcrumb {
  display: none;
}
body#contact #wrapper {
  position: relative;
  background: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 640px) {
  body#contact #wrapper #main {
    padding-left: 0;
    padding-right: 0;
  }
}
body#contact #wrapper .card {
  border: none;
  padding-top: 0;
}
body#contact #wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 100vh; /* Étendre à toute la hauteur de la fenêtre visible */
  min-height: 100%; /* Au minimum la hauteur du contenu */
  background-color: #EDEFF1;
  z-index: 0;
}
@media (max-width: 768px) {
  body#contact #wrapper::before {
    display: none;
  }
}
body#contact #wrapper #content-wrapper, body#contact #wrapper #right-column {
  position: relative;
  z-index: 1;
}
body#contact #wrapper .contact-form {
  border-bottom: 1px solid #4B5563;
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  body#contact #wrapper .contact-form {
    padding: 0;
  }
}
body#contact #wrapper .contact-form form .form-footer .btn {
  width: 300px;
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  body#contact #wrapper .contact-form form .form-footer .btn {
    width: 100% !important;
  }
}
body#contact #wrapper .contact-form form #id_contact {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
body#contact #wrapper .contact-form form .text-green-700 ul {
  list-style: none !important;
}
body#contact .section-therap a {
  border-bottom: none !important;
  color: #4B5563;
}
body#contact .section-therap a:hover {
  color: #111827 !important;
}
body#contact .section-therap hr {
  margin-bottom: 16px;
}
