@charset "UTF-8";
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
.nav {
  border-bottom: 1px solid var(--qc-color-grey-light);
  list-style: none !important;
  padding-bottom: 0;
}
.nav .nav-item, .tab-v1 .nav li {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.nav .nav-item a, .tab-v1 .nav li a {
  display: block;
  text-decoration: none;
  background: none;
  color: var(--qc-color-blue-piv);
  border: none;
  border-bottom: 0.25rem solid transparent;
  padding: 0 0.8rem 0.25rem 0.8rem;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  transition: border-bottom 0.2s ease;
}
.nav .nav-item a:hover, .nav .nav-item a:focus, .nav .nav-item a.active, .tab-v1 .nav li a:hover, .tab-v1 .nav li a:focus, .tab-v1 .nav li a.active {
  border-bottom: 0.25rem solid var(--qc-color-blue-piv);
}
.nav .nav-item a.active, .tab-v1 .nav li a.active {
  color: var(--qc-color-blue-dark);
  font-weight: bold;
  cursor: default;
}
@media (max-width: 767.98px) {
  .nav .nav-item a, .tab-v1 .nav li a {
    text-align: center;
    padding: 0 0 0.25rem;
  }
}
@media (max-width: 767.98px) {
  .nav .nav-item, .tab-v1 .nav li {
    flex: 1 1 auto !important;
  }
}

.salon-emploi #tx-solr-sorting select, .salon-emploi .results-per-page select {
  width: 100% !important;
}

.results-per-page select, #results-sort {
  text-indent: 0;
}

#tx_solr_head {
  margin-top: 1.4375rem;
}

.emploi-results {
  border-bottom: 1px solid var(--qc-color-grey-light);
  margin-top: 2.0625rem;
  padding-bottom: 2.0625rem;
}

.emploi-title {
  text-decoration: underline;
  font-weight: bold;
}

.list-emploi {
  padding: 0;
  margin: 0;
  list-style: none;
}

.frame-space-after-extra-large {
  margin-bottom: 0;
}

.emploi-item {
  display: flex;
}
.emploi-item .icon-img {
  margin-right: 1rem;
  height: 1.5rem;
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadingInfo-flex {
  flex-basis: 100%;
}