.blockLink {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.search-wrap {
  padding: 2rem 0;
  background: #899fb1;
  color: #ffffff;
}
.search-wrap .block-title {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.search-wrap .nav-pills .nav-link,
.formation-filters-bottom .nav-pills .nav-link {
  color: #000000;
  background: #899fb1;
  border-radius: 0;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  border-bottom: 0;
}
.search-wrap .nav-pills .nav-link:last-child,
.formation-filters-bottom .nav-pills .nav-link:last-child {
  border-bottom: 1px solid #ffffff;
}
.search-wrap .nav-pills .nav-link.active,
.formation-filters-bottom .nav-pills .nav-link.active {
  background: #d5d9dc;
  border-right-color: #d5d9dc;
  color: #0000ff !important;
}
.search-wrap .tab-content,
.formation-filters-bottom .tab-content {
  background: #d5d9dc;
  border: 1px solid #ffffff;
  border-left: 0;
  padding: 1rem;
  height: 100%;
}
.search-wrap .tab-content .tab-pane.active,
.formation-filters-bottom .tab-content .tab-pane.active {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-wrap .tab-content #v-pills-title-search .form-text.form-control,
.formation-filters-bottom .tab-content #v-pills-title-search .form-text.form-control,
.search-wrap .tab-content #v-pills-title-filter .form-text.form-control,
.formation-filters-bottom .tab-content #v-pills-title-filter .form-text.form-control {
  width: 100% !important;
}
.search-wrap .tab-content .form-item-formation-title > label,
.formation-filters-bottom .tab-content .form-item-formation-title > label,
.search-wrap .tab-content legend,
.formation-filters-bottom .tab-content legend {
  display: none;
}
.search-wrap .tab-content .form-item-formation-title .form-text,
.formation-filters-bottom .tab-content .form-item-formation-title .form-text {
  margin: auto;
}
.search-wrap .tab-content fieldset,
.formation-filters-bottom .tab-content fieldset {
  width: 100%;
}
.search-wrap .tab-content .form-checkboxes,
.formation-filters-bottom .tab-content .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.search-wrap .tab-content .form-checkboxes .form-type-checkbox,
.formation-filters-bottom .tab-content .form-checkboxes .form-type-checkbox {
  padding: 0.25rem 0.5rem;
  margin: 0;
  width: 33.33%;
  cursor: pointer;
}
.search-wrap .tab-content .form-checkboxes .form-type-checkbox label,
.formation-filters-bottom .tab-content .form-checkboxes .form-type-checkbox label {
  color: #000000;
}
.search-wrap .button-wrapper,
.formation-filters-bottom .button-wrapper {
  display: flex;
  justify-content: space-between;
}
.search-wrap .button-wrapper .button,
.formation-filters-bottom .button-wrapper .button {
  margin: 0;
}
.search-wrap .button-wrapper {
  justify-content: flex-end;
}
