@media print {
  .component.annuaire-adh {
    display: none;
  }
}

.component.annuaire-adh {
  width: 100%;
}

.component.annuaire-adh .row {
  max-width: unset;
}

.component.annuaire-adh > .component-content .header {
  padding-top: 60px;
  padding-bottom: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content .header {
    padding-top: 30px;
  }
}

.component.annuaire-adh > .component-content .header .title {
  color: white;
  margin-bottom: 60px;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content .header .title {
    margin-bottom: 30px;
  }
}

.component.annuaire-adh > .component-content .header .title span {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.component.annuaire-adh > .component-content .header .title h1 {
  margin: 0;
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  min-height: 0px;
}

.component.annuaire-adh > .component-content .header .title.show-details h1 {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
}

.component.annuaire-adh > .component-content .header .title.show-details span {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content .header .title.show-details {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.component.annuaire-adh > .component-content .header .content .search-results-info {
  color: white;
  opacity: 0;
  font-size: 36px;
  line-height: 40px;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: none;
}

.component.annuaire-adh > .component-content .header .content .search-results-info.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.component.annuaire-adh > .component-content .header .content .search-results-info:not(.show) {
  line-height: 0px;
}

.component.annuaire-adh > .component-content .header .content .back-to-results {
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  pointer-events: none;
  max-height: 0px;
}

.component.annuaire-adh > .component-content .header .content .back-to-results.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
  max-height: 48px;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content .header .content .back-to-results.show {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.component.annuaire-adh > .component-content > .content {
  overflow: visible;
  background-color: #F9F9F9;
}

.component.annuaire-adh > .component-content > .content .description-mobile.hidden {
  display: none !important;
}

.component.annuaire-adh > .component-content > .content .description-mobile .description-content .form-edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
}

.component.annuaire-adh > .component-content > .content .description-mobile .description-content .form-edit a {
  margin-bottom: 0px;
}

.component.annuaire-adh > .component-content > .content .description-mobile .description-content .form-edit a:not(:first-child) {
  margin-left: 8px;
}

.component.annuaire-adh > .component-content > .content .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.component.annuaire-adh > .component-content > .content .description .description-content {
  padding-top: 36px;
  padding-right: 20px;
  width: 100%;
  min-width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .description .description-content {
    padding-right: 0px;
    -webkit-transition: 0.5s ease, -webkit-transform 0s ease;
    transition: 0.5s ease, -webkit-transform 0s ease;
    transition: 0.5s ease, transform 0s ease;
    transition: 0.5s ease, transform 0s ease, -webkit-transform 0s ease;
  }
}

.component.annuaire-adh > .component-content > .content .description .description-content .h4, .component.annuaire-adh > .component-content > .content .description .description-content .form-info, .component.annuaire-adh > .component-content > .content .description .description-content .form-edit a, .component.annuaire-adh > .component-content > .content .description .description-content .form-edit .message {
  margin-bottom: 36px;
}

.component.annuaire-adh > .component-content > .content .description .description-content .form-info > div:not(:first-child) {
  margin-top: 24px;
}

.component.annuaire-adh > .component-content > .content .description .description-content .form-info > div.hidden {
  display: none;
}

.component.annuaire-adh > .component-content > .content .description .description-content .form-info > div > span.bold {
  font-weight: bold;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .description .description-content.details-description .form-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .component.annuaire-adh > .component-content > .content .description .description-content.details-description .form-edit .message {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.component.annuaire-adh > .component-content > .content .description .search-description {
  opacity: 0;
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .description.show .description-content {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.component.annuaire-adh > .component-content > .content .description.show .description-content.search-description {
  opacity: 1;
  pointer-events: all;
}

.component.annuaire-adh > .component-content > .content .description.show .description-content:not(.search-description) {
  opacity: 0;
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .description.show-details .description-content {
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
}

.component.annuaire-adh > .component-content > .content .description.show-details .description-content.details-description {
  opacity: 1;
  pointer-events: all;
}

.component.annuaire-adh > .component-content > .content .description.show-details .description-content:not(.details-description) {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .description {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 24px;
  }
}

.component.annuaire-adh > .component-content > .content .search-bloc {
  margin-top: -80px;
  margin-bottom: 100px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .search-bloc {
    margin-top: -50px;
  }
}

.component.annuaire-adh > .component-content > .content .search-bloc.hidden {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content {
  border-radius: 5px;
  padding: 36px;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form-info, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form-actions {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content.loading {
  cursor: wait;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content.loading .loading-ring {
  opacity: 1;
  z-index: 30;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content.loading .form, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content.loading .form-info, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content.loading .form-actions {
  opacity: 0.25;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .loading-ring {
  opacity: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .title > span {
  display: block;
  padding-bottom: 24px;
  border-bottom: 2px solid #E7E9EB;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form {
  max-width: 400px;
  margin: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form form input, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form form .input-section, .component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form form .custom-form-select {
  width: 100%;
  max-width: unset;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form-info {
  max-width: 400px;
  margin: auto;
  display: block;
  margin-top: 28px;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form-actions {
  max-width: 400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.component.annuaire-adh > .component-content > .content .search-bloc .search-bloc-content .form-actions a:last-child {
  margin-left: auto;
}

.component.annuaire-adh > .component-content > .content .results {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-top: 36px;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .results {
    margin-top: 0px;
  }
}

.component.annuaire-adh > .component-content > .content .results.hidden {
  opacity: 0;
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .results.loading {
  cursor: wait;
}

.component.annuaire-adh > .component-content > .content .results.loading .loading-ring {
  opacity: 1;
  z-index: 30;
}

.component.annuaire-adh > .component-content > .content .results.loading .results-list, .component.annuaire-adh > .component-content > .content .results.loading .load-more-custom {
  opacity: 0.25;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .results .loading-ring {
  opacity: 0;
  z-index: 30;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content > .content .results .results-list, .component.annuaire-adh > .component-content > .content .results .load-more-custom {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content > .content .results .load-more-custom {
  width: 100%;
  margin: 16px 0px;
}

.component.annuaire-adh > .component-content > .content .results .no-result {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content > .content .results .no-result.hidden {
  opacity: 0;
  pointer-events: none;
  max-height: 0px;
}

.component.annuaire-adh > .component-content > .content .results .no-result .h2 {
  margin-bottom: 24px;
}

.component.annuaire-adh > .component-content > .content .results .no-result .message {
  margin-bottom: 24px;
}

.component.annuaire-adh > .component-content > .content .results .no-result .message br {
  margin-top: 0;
}

.component.annuaire-adh > .component-content > .content .results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.component.annuaire-adh > .component-content > .content .results ul li.head {
  margin: 15px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.component.annuaire-adh > .component-content > .content .results ul li.hidden {
  display: none;
}

.component.annuaire-adh > .component-content > .content .results ul li:nth-child(even) {
  background-color: #F1F4F5;
}

.component.annuaire-adh > .component-content > .content .results ul li:nth-child(odd) {
  background-color: white;
}

.component.annuaire-adh > .component-content > .content .results ul li .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.component.annuaire-adh > .component-content > .content .results ul li .title {
  width: 40%;
}

.component.annuaire-adh > .component-content > .content .results ul li .title a {
  text-decoration: none;
}

.component.annuaire-adh > .component-content > .content .results ul li .location {
  width: 30%;
  padding-left: 20px;
}

.component.annuaire-adh > .component-content > .content .results ul li .activity {
  width: 30%;
  padding-left: 20px;
}

.component.annuaire-adh > .component-content > .content .details {
  margin-top: -95px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .details {
    margin-top: -60px;
  }
}

.component.annuaire-adh > .component-content > .content .details.hidden {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  opacity: 0;
  pointer-events: none;
}

.component.annuaire-adh > .component-content > .content .details .content {
  overflow: unset;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content > .content .details .content > .row > div:not(:first-child) {
    margin-top: 24px;
  }
}

.component.annuaire-adh > .component-content > .content .details .content .bloc {
  padding: 24px;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  border-radius: 5px;
  background-color: white;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.component.annuaire-adh > .component-content > .content .details .content .bloc.contact-bloc .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component.annuaire-adh > .component-content > .content .details .content .bloc.contact-bloc .contact-details > div {
  width: 50%;
}

.component.annuaire-adh > .component-content > .content .details .content .bloc.contact-bloc .contact-details .adresse-details {
  padding-right: 24px;
}

.component.annuaire-adh > .component-content > .content .details .content .bloc.contact-bloc .contact-details .adresse-details-2 > div:not(:first-child) {
  margin-top: 12px;
}

.component.annuaire-adh > .component-content > .content .details .content .bloc.activities-bloc .activities-list {
  margin-left: 0px;
}

.component.annuaire-adh > .component-content .adh-map {
  opacity: 0;
  height: 0px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.component.annuaire-adh > .component-content .adh-map.show {
  opacity: 1;
  height: 600px;
}

@media screen and (max-width: 991.98px) {
  .component.annuaire-adh > .component-content .adh-map.show {
    height: 400px;
  }
}

.component.annuaire-adh > .component-content .adh-map .component.map {
  border: none;
  height: 100% !important;
}
