/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
 * CONTENTS..............You’re reading it!
 * TEASER ............................
 * FULL ..............................
 * VIEWS ..............................
*/

/* ------------------------------------ *\
  ==TEASER
\* ------------------------------------ */
.inscrit.inscrit--teaser.card {
  background-color: #dcf;
  border: none;
}

.inscrit.inscrit--teaser.card .inscrit-teaser__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inscrit.inscrit--teaser.card .paragraph.paragraph--type--separator {
  padding-right: 1rem;
}

.inscrit--teaser .inscrit-teaser__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inscrit-teaser__content p {
  margin-top: 0;
}

.inscrit--teaser .inscrit-teaser__links > div {
  margin: 0 1rem;
}

.inscrit--teaser h2 {
  font-size: 2.5rem;
}

/* ------------------------------------ *\
  ==FULL
\* ------------------------------------ */
.inscrit-full-header__desc {
  background-color: var(--bs-yellow);
  padding: 2rem 1.5rem;
  font-style: italic;
}

.inscrit.inscrit--full .layout.row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inscrit-full__header {
  margin: 2rem 0 3rem;
}

.inscrit.inscrit--full .layout .layout__region > div h2 {
  margin: 1rem 0;
}

.inscrit-full__mail a i {
  margin: 0.5rem;
}

.inscrit-full__mail a:hover {
  color: var(--bs-blue);
}

.inscrit.inscrit--full p span {
  font-weight: 500;
}

/* ------------------------------------ *\
  ==VIEWS
\* ------------------------------------ */

/* layout pages */
.path-annuaire-docteurs.simple-page .block.block-system-main-block,
.path-annuaire-doctorants.simple-page .block.block-system-main-block {
  width: 75%;
  margin: 0 auto;
}

.view-annuaires-inscrits ul {
  list-style: none;
  margin-left: 0;
}

.view-annuaires-inscrits ul li {
  margin: 1rem 0;
}

.view-annuaires-inscrits ul li article.inscrit--teaser {
  border-radius: 0;
  padding: 2rem 0 1rem 1rem;
}

.view-annuaire__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 5rem;
}

.view-annuaire__header .views-exposed-form .form-actions input[value] {
  font: var(--fa-font-light);
  border: 1px solid var(--bs-blue);
  border-left: none;
  border-radius: 0;
  height: 100%;
  background-color: transparent;
  color: var(--bs-black);
  padding: 0.46rem 0.9rem;
  font-size: 1.35rem;
}

.view-annuaire__header .views-exposed-form form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.view-annuaire__header .views-exposed-form form .form--inline .form-actions {
  height: 3rem;
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: 0;
}

.view-annuaire__header
  .block-views
  .form--inline
  > .form-item-search-api-fulltext {
  margin-right: 0;
  margin-bottom: 0;
}

.view-annuaire__header .views-exposed-form {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background-color: var(--bs-p-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.view-annuaire__header .view-annuaire-header__facets {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.view-annuaire__header .view-annuaire-header__facets > div {
  margin: 1rem;
  padding: 1rem 2rem;
}

.view-annuaire-header__facets .block-facet--dropdown {
  background-color: var(--bs-cyan);
}

.view-annuaire__header .view-annuaire-header__facets > div:first-child {
  position: relative;
  margin-bottom: 3rem;
}

.view-annuaire__header
  .view-annuaire-header__facets
  > div:first-child:not(:last-child):before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--bs-black);
  bottom: -1.5rem;
  left: 0;
}

.view-annuaire__header > div select {
  width: 100%;
  background-color: var(--bs-white);
}

.view-annuaire__header > div select option {
  font-family: var(--bs-font-sans-serif), sans-serif;
  font-size: 0.8rem;
}

.simple-page .page__content .view-annuaire__header .form-control {
  max-width: 100%;
}

.view-annuaire__header .facets-widget-dropdown h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.view-annuaire__header
  .block-views
  .form--inline
  > .form-item-search-api-fulltext
  label {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2.5rem;
}

.view-annuaire__header
  .block-views
  .form--inline
  > .form-item-search-api-fulltext
  input {
  border-radius: 0;
  border: 1px solid var(--bs-blue);
  background-color: transparent;
  height: 3rem;
}

.view-annuaire__header select,
.view-annuaire__header option {
  font-size: 1rem;
  height: 2.4375rem;
  border: none;
}

.view-annuaires-inscrits .view-empty {
  margin: 0.5rem;
}

.view-annuaires-inscrits .pager .page-link.disabled,
.view-annuaires-inscrits .pager .disabled > .page-link {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-black);
}

.view-annuaires-inscrits .pager .page-item:not(:first-child) .page-link {
  margin-left: unset;
}

/* ajoute le titre des vues invisibilisé dans le thème amu_ds_classic */
.path-annuaire-docteurs .page__top-content.no-title .block-page-title-block,
.path-annuaire-docteurs
  .page__top-content.no-crumb
  .block-system-breadcrumb-block,
.path-annuaire-doctorants .page__top-content.no-title .block-page-title-block,
.path-annuaire-doctorants
  .page__top-content.no-crumb
  .block-system-breadcrumb-block {
  display: block;
}

@media screen and (max-width: 767.98px) {
  .inscrit--teaser .inscrit-teaser__links {
    margin-top: 1rem;
  }

  .inscrit.inscrit--teaser.card .inscrit-teaser__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .inscrit--teaser .inscrit-teaser__content {
    padding-right: 1rem;
  }

  .inscrit--teaser h2 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }

  /* layout pages */
  .path-annuaire-docteurs.simple-page .block.block-system-main-block,
  .path-annuaire-doctorants.simple-page .block.block-system-main-block {
    width: unset;
  }

  .view-annuaire__header
    .block-views
    .form--inline
    > .form-item-search-api-fulltext
    label {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }

  .view-annuaire__header {
    margin-bottom: 1rem;
  }

  .view-annuaire__header .view-annuaire-header__facets {
    margin-top: 0;
  }

  .inscrit-full__header {
    margin: 1rem 0;
  }

  .inscrit.inscrit--full .layout .layout__region > div h2 {
    font-size: 1.8rem;
  }

  .view-annuaire__header .view-annuaire-header__facets > div {
    margin: 0;
  }
}

@media screen and (max-width: 1399px) {
  .view-annuaire__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .view-annuaire__header > div {
    margin: 1rem 0;
  }

  .view-annuaire__header .view-annuaire-header__facets > div:first-child {
    margin-top: 1.2rem;
  }

  .view-annuaire__header > div:not(:last-child):before {
    content: none;
  }
}
