.informations-organisation-loader {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  height: 700px;
}

.nice-select.fccq-nice-select {
  width: 100%;
  height: 100%;
  background: none;
  display: flex;
  align-items: center;
  border-radius: 0;
  outline: 0 !important;
  border: 0 !important;
}

.nice-select.fccq-nice-select .nice-select-search-box {
  border-radius: 0;
  margin-top: 1px;
  background: var(--wp--preset--color--white);
}

.nice-select.fccq-nice-select .nice-select-search-box .nice-select-search {
  background: var(--wp--preset--color--bleu-clair);
}

.nice-select.fccq-nice-select ul {
  width: 100%;
  border-radius: 0;
  background: var(--wp--preset--color--bleu-clair);
  margin-top: 53px;
}

.informations-organisation-wrap {
  padding-bottom: 20px;
  padding-top: 2px;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}

.fccq-espace-membre-informations-organisation-save-button {
  width: fit-content;
  min-width: 126px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--primary);
  padding: 7px 20px;
  cursor: pointer;
  height: 50px;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.203), 1.05rem);
  font-family: var(--wp--preset--font-family--circular-standard);
}

@media (max-width: 768px) {
}
