.page-template-faq {
  background-color: #f9fcff;
}
.page-template-faq .section--hero {
  height: 380px;
  background-color: #0d4c8c;
}
@media screen and (min-width: 576px) {
  .page-template-faq .section--hero {
    height: 440px;
  }
}
.page-template-faq .section--hero .section__text p {
  overflow: visible;
}
.page-template-faq .section--hero .section__text a {
  color: #5581ae;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-template-faq .section--filter {
    margin-top: 64px;
  }
}
.page-template-faq .section--filter .container {
  max-width: 770px;
}
.page-template-faq .section--filter .dropdown-toggle {
  display: block;
  padding: 22px;
  width: 100%;
  background: transparent;
  border: 2px solid #e3e7eb;
  border-radius: 100px;
  color: #0d4c8c;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .page-template-faq .section--filter .dropdown-toggle {
    padding: 22px 48px;
    font-size: 1.25rem;
  }
}
.page-template-faq .section--filter .dropdown-toggle option {
  padding-left: 22px !important;
  font-size: 1rem;
}
.page-template-faq .section--filter .dropdown-toggle option:hover {
  background-color: #e4f0fa;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-template-faq .section--filter .dropdown-toggle option {
    padding-left: 48px !important;
    font-size: 1.25rem;
  }
}
.page-template-faq .section--filter .dropdown-menu {
  border: none;
  box-shadow: 0 0 20px rgba(6, 38, 70, 0.1);
  border-radius: 15px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.page-template-faq .section--filter .dropdown-menu li {
  padding-left: 22px !important;
  font-size: 1rem;
}
.page-template-faq .section--filter .dropdown-menu li:hover {
  background-color: #e4f0fa;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .page-template-faq .section--filter .dropdown-menu li {
    padding-left: 48px !important;
    font-size: 1.25rem;
  }
}
.page-template-faq .section--filter h2 {
  color: #004080;
  font-family: "tabitharegular";
  font-size: 36px;
}
.page-template-faq .section--faq {
  padding: 40px 0 100px;
}
@media screen and (min-width: 992px) {
  .page-template-faq .section--faq {
    padding: 80px 0 100px;
  }
}
.page-template-faq .section--faq .container {
  max-width: 950px;
}
.page-template-faq .section--faq .accordion .card {
  border: none;
  border-bottom: 1px solid #e3e7eb;
}
.page-template-faq .section--faq .accordion .card-header {
  padding: 0;
  background-color: #f9fcff;
  border-bottom: none;
}
.page-template-faq .section--faq .accordion .card-header .btn {
  position: relative;
  padding: 32px 64px 32px 0;
  color: #004080;
  font-family: "Muli", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: none;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .page-template-faq .section--faq .accordion .card-header .btn {
    padding: 32px 80px 32px 0;
  }
}
.page-template-faq .section--faq .accordion .card-header .btn::before {
  content: "-";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 44px;
  background: url(../img/candia/faq/icon-etapes-dark.png) no-repeat center 60%;
  color: white;
  font-size: 2.5rem;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .page-template-faq .section--faq .accordion .card-header .btn::before {
    right: 24px;
  }
}
.page-template-faq .section--faq .accordion .card-header .btn.collapsed::before {
  content: "+";
  background: url(../img/candia/faq/icon-etapes-light.png) no-repeat center 60%;
  color: #0d4c8c;
}
.page-template-faq .section--faq .accordion .card-body {
  margin-top: -20px;
  padding: 0 0 32px;
  background-color: #f9fcff;
}
.page-template-faq .section--faq .accordion .card-body p {
  margin-bottom: 0;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
}
.page-template-faq .kl-bx-mark {
  background-color: white;
}/*# sourceMappingURL=faq.css.map */