.noField {
  display: none;
}

.recherche__form__reset a {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  transition: var(--transition);
  padding-top: 1rem;
}
.recherche__form__reset a:hover {
  color: var(--color-black);
}

body .recherche__body-map svg {
  overflow: visible;
}

.coordonnees_tel b {
  line-height: 170%;
}

@media screen and (min-width: 1580px) {
  .accessibilite {
    position: relative;
    left: 20px;
    bottom: auto;
  }
}
body .megamenu__sublink:hover, body .megamenu__title:hover {
  color: var(--color-primary);
}

body .forminator-field-captcha {
  width: 100%;
}

.recherche__form__reset a span, .recherche__form__reset a svg {
  transition: var(--transition);
  color: var(--color-secondary-extralight);
}

.recherche__form__reset a:hover span, .recherche__form__reset a:hover svg {
  color: var(--color-black);
}

.wp-block-table .has-fixed-layout {
  width: auto;
}

.wysiwyg table tbody tr td {
  min-width: 120px;
}

.equipe-medicale {
  align-items: stretch;
}

.equipe-medical-card {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
}
.equipe-medical-card svg {
  bottom: auto;
  top: 10.7rem;
}
.equipe-medical-card__container {
  padding: 1rem 1.25rem;
  display: flex;
  max-width: 183px;
  align-items: center;
  background: #555e6a;
}
.equipe-medical-card__title {
  padding: 0;
  align-self: stretch;
  color: var(--color-white);
  font-weight: var(--bold);
  line-height: 1.4375rem;
  background: #555e6a;
  max-width: 183px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: wrap;
}

.wysiwyg .citation__quote:after {
  content: "";
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' width='35' height='25' viewBox='0 0 35 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.93228 0C10.186 0 12.11 0.863665 13.7041 2.58328C14.4658 3.38526 15.0626 4.34917 15.5102 5.49815C15.9579 6.63942 16.1777 7.79611 16.1777 8.95281C16.1777 11.3973 15.3689 13.8726 13.7434 16.3788C12.1178 18.8849 9.9426 21.0133 7.22552 22.7637C4.92465 24.252 3.11065 25 1.80708 25C1.28094 25 0.849038 24.8458 0.511368 24.5373C0.173697 24.2289 0.000932693 23.8202 0.000932693 23.3035C0.000932693 22.5324 0.495662 21.8924 1.49297 21.3757C3.87237 20.165 5.6157 18.9698 6.71509 17.7899C7.75951 16.6872 8.28565 15.8775 8.28565 15.3609C8.28565 14.8442 7.89301 14.5743 7.10773 14.4741L6.5973 14.397L6.00834 14.3584C4.30428 14.1039 2.92218 13.3251 1.86205 12.0219C0.80192 10.7264 0.267929 9.14559 0.267929 7.29488C0.267929 5.44417 0.919713 3.74769 2.23113 2.35965C3.72317 0.794262 5.62355 0.00771141 7.92442 0.00771141L7.93228 0Z' fill='%239C64A6'/%3E%3Cpath d='M26.7467 0C29.0005 0 30.9244 0.863665 32.5186 2.58328C33.2803 3.38526 33.8771 4.34917 34.3247 5.49815C34.7723 6.63942 34.9922 7.79611 34.9922 8.95281C34.9922 11.3973 34.1833 13.8726 32.5578 16.3788C30.9323 18.8849 28.7571 21.0133 26.04 22.7637C23.7312 24.252 21.9251 25 20.6215 25C20.0954 25 19.6635 24.8458 19.3258 24.5373C18.9881 24.2289 18.8154 23.8202 18.8154 23.3035C18.8154 22.5324 19.3101 21.8924 20.3074 21.3757C22.6868 20.165 24.4302 18.9698 25.5295 17.7899C26.574 16.6872 27.1001 15.8775 27.1001 15.3609C27.1001 14.8442 26.7075 14.5743 25.9222 14.4741L25.4118 14.397L24.8228 14.3584C23.1187 14.1039 21.7366 13.3251 20.6765 12.0219C19.6164 10.7264 19.0824 9.14559 19.0824 7.29488C19.0824 5.44417 19.7342 3.74769 21.0456 2.35965C22.5376 0.794262 24.438 0.00771141 26.7389 0.00771141L26.7467 0Z' fill='%239C64A6'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 45px;
}

.pagination {
  padding: 0 0 7.5rem 0;
}

.nc-liste {
  padding-bottom: 3.175rem;
}

.infos-sante-card__image-viewport img {
  width: 100%;
  aspect-ratio: 385/380;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: var(--transition);
}

@media (max-width: 840px) {
  .infos-sante-card {
    min-width: auto;
    max-width: 100%;
  }
}
@media (680px < width < 840px) {
  .infos-sante-card {
    max-width: calc(50% - 2rem);
  }
}
.equipe-medical-card img {
  max-width: 183px;
  height: 186px;
  width: 100%;
  aspect-ratio: 183/186;
  display: block;
  object-fit: cover;
}

@media (min-width: 840px) {
  .infos-sante .infos-sante-card:hover .infos-sante-card__title {
    color: var(--color-secondary-light);
  }
  .infos-sante .infos-sante-card:hover img {
    scale: 1;
  }
  .infos-sante .infos-sante-card:hover:before {
    border-bottom-color: var(--color-secondary-light);
    border-left-color: var(--color-secondary-light);
  }
  .infos-sante .infos-sante-card:hover svg path {
    fill: var(--color-secondary-light);
  }
  .infos-sante .infos-sante-card:hover svg path:last-child {
    fill: var(--color-white);
  }
}
.infos-sante .infos-sante-card__image-viewport img {
  max-width: 24.0625rem;
  height: auto;
  width: 100%;
  aspect-ratio: 385/380;
  display: block;
  transition: var(--transition);
  scale: 1.1;
}

/*# sourceMappingURL=v.css.map */
