.communities-list,
.members-list,
.tzcld-user-profile-wrapper,
.tzcld-mes-territoires {
  [name="segment1"] .ss-multi-selected {
    background: #fff;
  }
  .communities-logo {
    display: block;
    height: 155px;
    width: 100%;
  }
  .communities-logo div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%;
  }

  solid-form-search {
    &.padding-bottom-large {
      padding-bottom: 15px;
    }
    &.padding-top-xxsmall,
    &.padding-top-large {
      padding-top: 0;
    }
    input[type="text"]::placeholder {
      color: #636363;
      opacity: 1; /* Firefox */
      font-size: 13px;
    }
    [name="segment1"] .ss-disabled:before {
      color: var(--color-body);
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      position: relative;
      text-align: left;
      text-indent: 0;
    }
    solid-form-multipleselect-autocompletion-label[name="tzcld_profile.kind"] {
      padding-right: 15px;
    }
    [name="tzcld_profile.regions"] {
      .ss-multi-selected {
        .ss-disabled {
          color: transparent;
        }
        .ss-disabled::before {
          content: "Régions";
        }
      }
    }
    [name="tzcld_profile.kind"] {
      .ss-multi-selected {
        .ss-disabled {
          color: transparent;
        }
        .ss-disabled::before {
          content: "Type de territoire";
        }
      }
    }
    [name="tzcld_profile.step_state"] {
      .ss-multi-selected {
        .ss-disabled {
          color: transparent;
        }
        .ss-disabled::before {
          content: "Etat d'avancement";
        }
      }
    }
    label {
      display: none;
    }
    .search-button button {
      background: var(--color-primary) !important;
      color: #fff !important;
    }
    .search-button button:hover {
      color: var(--color-primary) !important;
      background: #fff !important;
    }
  }
  & > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    &.padding-top-xsmall {
      padding-top: 0;
    }
    &.loader {
      margin: 0 auto !important;
      position: relative;
      width: 80px;
      height: 20px;
    }
  }
  .counter > div:first-child {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    span {
      background: #f6f6f6;
      color: var(--color-heading);
      font-size: 16px;
      padding: 0 21.5px;
      position: relative;
      text-align: center;
    }
  }
  .counter > div:first-child:before {
    border-top: 1px solid #807a7a;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
  }
}

.tzcld-user-profile-wrapper {
  [name="segment1"] .ss-multi-selected {
    background: #fff;
  }
  .communities-logo {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 60%;
  }
  .communities-logo div {
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%;
  }
}
.communities-list,
.tzcld-mes-territoires {
  solid-display div:nth-child(2) {
    display: flex !important;
    flex-wrap: wrap;
    solid-display {
      min-width: 250px;
    }
  }
}