@charset "UTF-8";

.adagp-portail-select__content {
  padding: 2.5rem 1.25rem;
}
/* 
.adagp-portail-select__content a {
  display: contents;
} */

.adagp-portail-select__title {
  margin-bottom: 1.5rem;
}

.adagp-portail-select__select {
  border: 0;
  border-bottom: 0.0625rem solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  padding-right: 1.5625rem;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.adagp-portail-select__select-wrapper_1, .adagp-portail-select__select-wrapper_2 {
  position: relative;
  margin: 0 auto;
  width: 15.75rem;
}

.adagp-portail-select__select-wrapper_1::before, .adagp-portail-select__select-wrapper_2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  color: #fff;
  font-family: 'vactory';
}

.adagp-portail-select__select option {
  color: #000;
}

.adagp-portail-select__link_1, .adagp-portail-select__link_2 {
  margin-top: 1.875rem;
  font-size: 1.5625rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.adagp-portail-select__link_1:hover, .adagp-portail-select__link_2:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .adagp-portail-select__content {
    max-width: 26.25rem;
    padding: 5.625rem 0;
  }
  .adagp-portail-select__title {
    margin-bottom: 1.875rem;
  }
}

.adagp-slider__link .btn {
  color: white !important;
  margin: 0 0.6rem 1.25rem;
}

.adagp-slider__link .btn:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}