/**************************
***** SEARCH
************************** */
#search {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  top: -200%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  transition: top 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#search.open {
  top: 0;
}

#search input {
  height: 40px;
  padding: 5px;
  border: none;
}

#search input[type="submit"] {
  cursor: pointer;
}

.tx-indexedsearch-res {
  background: #fafafa;
  padding: 30px;
  margin: 20px 0;
}
.tx-indexedsearch-res h3 {
  margin-top: 0;
}
.tx-indexedsearch-redMarkup {
  font-style: italic;
  text-decoration: underline;
}
.tx-indexedsearch-info {
  margin-top: 10px;
}
.tx-indexedsearch-info dt {
  float: left;
  text-transform: uppercase;
  margin-right: 10px;
}
.tx-indexedsearch-title a {
  color: inherit;
}

.tx-indexedsearch-text-item-path a {
  color: var(--color-semences);
}

/****************************
***** PARTNERS
**************************** */
#partners {
  margin-bottom: 30px;
}
#partners .tx-partners {
  border-top: 5px solid #f1f1f1;
  padding-top: 20px;
}
#partners h2 {
  color: #323232;
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 10px;
}

@media only screen and (max-width: 619px) {
  #partners {
    margin-bottom: 0;
  }

  #partners .tx-partners {
    padding-top: 0;
  }
}

/****************************
***** JOBS
**************************** */
.tx-jobs .jobs-nav-links {
  position: absolute;
  right: 0;
  margin-top: -10px;
}
.tx-jobs .jobs-nav-links ul {
  padding: 0;
}
.tx-jobs .jobs-detail .jobs-detail-infos {
  margin: 30px 0;
}

.tx-jobs .jobs-detail .jobs-detail-infos .paper-application-contact {
  border: 1px solid #eeeeee;
  padding: 20px;
  display: inline-block;
}
