@charset "UTF-8";
:root {
  font-size: 62.5%;
}

.backend a {
  pointer-events: none !important;
}

.block-membres {
  padding: 40px 0;
}
.block-membres__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-bottom: 48px;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.block-membres__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 60%;
}
@media (max-width: 768px) {
  .block-membres__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}
.block-membres__search .facetwp-facet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
.block-membres__search .facetwp-input-wrap {
  position: relative;
  width: 100%;
}
.block-membres__search .facetwp-icon {
  display: none !important;
}
.block-membres__search .facetwp-search {
  width: 100%;
  height: 54px;
  padding: 0 24px 0 56px;
  border: 1.5px solid rgba(0, 0, 0, 0.29);
  border-radius: 999px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%239ca3af' stroke-width='2'/%3E%3Cpath d='m20 20-3.5-3.5' stroke='%239ca3af' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 22px center;
  background-size: 22px;
  font-family: inherit;
  font-size: 18px;
  line-height: 29.25px;
  color: #364153;
}
.block-membres__search .facetwp-search::-webkit-input-placeholder {
  color: #364153;
  opacity: 1;
}
.block-membres__search .facetwp-search::-moz-placeholder {
  color: #364153;
  opacity: 1;
}
.block-membres__search .facetwp-search:-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.block-membres__search .facetwp-search::-ms-input-placeholder {
  color: #364153;
  opacity: 1;
}
.block-membres__search .facetwp-search::placeholder {
  color: #364153;
  opacity: 1;
}
.block-membres__search .facetwp-search:focus {
  outline: none;
  border-color: #1C1C1C;
}
.block-membres__reset {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #364153;
  font-family: inherit;
  font-size: 18px;
  line-height: 29.25px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.block-membres__reset::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1 L13 13 M13 1 L1 13' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
.block-membres__reset:hover {
  background: #f3f4f6;
}
.block-membres__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
@media (max-width: 1200px) {
  .block-membres__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .block-membres__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .block-membres__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.block-membres .facetwp-facet-cat_membre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.block-membres .facetwp-facet-cat_membre .facetwp-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.block-membres .facetwp-facet-cat_membre .facetwp-radio:before {
  display: none !important;
}
.block-membres .facetwp-facet-cat_membre .facetwp-radio:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.block-membres .facetwp-facet-cat_membre .facetwp-radio.checked {
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.block-membres .facetwp-facet-cat_membre .facetwp-radio .facetwp-display-value {
  padding-right: 0;
}
.block-membres .facetwp-facet-cat_membre .facetwp-counter {
  display: none;
}
.block-membres .membre-card__button {
  width: 100%;
  height: 100%;
  padding: 28px;
  border: 1px solid #e3e5ea;
  border-radius: 14px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.block-membres .membre-card__button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.block-membres .membre-card__image {
  margin-bottom: 24px;
  text-align: center;
}
.block-membres .membre-card__image img {
  max-width: 220px;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.block-membres .membre-card__terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.block-membres .membre-card__term {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e9b4df;
  color: #414647;
  font-size: 14px;
  font-weight: 700;
}
.block-membres .membre-card__title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
}
.block-membres .membre-card__excerpt {
  margin: 0;
  color: #697386;
  font-size: 15px;
  line-height: 1.4;
}
.block-membres .membre-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.block-membres .membre-modal[hidden] {
  display: none;
}
.block-membres .membre-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(68, 37, 62, 0.35);
}
.block-membres .membre-modal__content {
  position: relative;
  z-index: 1;
  width: min(1280px, 100% - 40px);
  max-height: calc(100vh - 80px);
  overflow: auto;
  margin: 40px auto;
  padding: 48px;
  border-radius: 28px;
  background: #fff;
}
@media (max-width: 900px) {
  .block-membres .membre-modal__content {
    padding: 40px 28px;
  }
}
@media (max-width: 580px) {
  .block-membres .membre-modal__content {
    width: calc(100% - 24px);
    margin: 20px auto;
    padding: 32px 20px;
    border-radius: 20px;
  }
}
.block-membres .membre-modal__close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  background: #f2f3f5;
  cursor: pointer;
}
.block-membres .membre-modal__close::after {
  content: "×";
  position: absolute;
  font-size: 38px;
  line-height: 1;
  display: block;
  top: 6px;
  left: 16px;
}
@media (max-width: 580px) {
  .block-membres .membre-modal__close {
    top: 16px;
    right: 16px;
  }
}
.block-membres .membre-modal-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 325px 70px 1fr;
  grid-template-columns: 325px 1fr;
  gap: 70px;
}
@media (max-width: 900px) {
  .block-membres .membre-modal-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .block-membres .membre-modal-layout > *:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-membres .membre-modal-layout > *:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-membres .membre-modal-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.block-membres .membre-modal-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffdede;
  color: #222;
  text-decoration: none;
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
  gap: 8px;
}
.block-membres .membre-modal-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 2px 0 8px;
}
.block-membres .membre-modal-socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eee;
  color: #222;
  font-weight: 700;
  text-decoration: none;
}
.block-membres .membre-modal-info strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}
.block-membres .membre-modal-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.block-membres .membre-modal-main h2 {
  margin: 0 0 24px;
  font-size: 42px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .block-membres .membre-modal-main h2 {
    font-size: 34px;
  }
}
@media (max-width: 580px) {
  .block-membres .membre-modal-main h2 {
    font-size: 30px;
  }
}
.block-membres .membre-modal-logo {
  margin-bottom: 28px;
}
.block-membres .membre-modal-logo img {
  max-width: 300px;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.block-membres .membre-modal-text {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
}
.block-membres .membre-modal-text p:first-child {
  margin-top: 0;
}
.block-membres .membre-modal-quote {
  margin: 36px 0 0;
  padding-left: 22px;
  border-left: 4px solid #ff5b61;
  max-width: 680px;
}
.block-membres .membre-modal-quote p {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}
.block-membres .membre-modal-quote cite {
  color: #697386;
  font-style: normal;
  font-size: clamp(16px, 15.3846153846px + 0.1923076923vw, 18px);
}

body.modal-open {
  overflow: hidden;
}