@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibri.woff2") format("woff2"), url("../fonts/calibri.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Calibri";
  src: url("../fonts/calibrib.woff2") format("woff2"), url("../fonts/calibrib.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.remonteesFaq {
  margin-bottom: 30px;
  padding: 0 5.33%;
}
@media screen and (min-width: 1024px) {
  .remonteesFaq {
    margin-right: 0;
    padding-right: 0;
    max-width: 980px;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.remonteesFaq h2 {
  color: #00ADD3;
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 20px;
}
.remonteesFaq .contentThematique .containLinks {
  padding-top: 20px;
  padding: 0px 25px 0 25px;
}
@media screen and (min-width: 768px) {
  .remonteesFaq .contentThematique .containLinks {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .remonteesFaq .contentThematique .containLinks.colons .left {
    width: calc((100% - 50px) / 2);
  }
  .remonteesFaq .contentThematique .containLinks.colons .right {
    width: calc((100% - 50px) / 2);
    margin-left: 50px;
  }
  .remonteesFaq .contentThematique .containLinks.colons a {
    width: 100%;
  }
  .remonteesFaq .contentThematique .containLinks.colons a:nth-child(2n) {
    margin-left: 0;
  }
}
.remonteesFaq .contentThematique .containLinks a {
  width: 100%;
  color: #062A42;
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  transition: 0.2s color;
  padding-left: 15px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left 8px;
  background-size: 4px auto;
  background-image: url("../img/icon/reverseGoBack.svg");
}
@media screen and (min-width: 768px) {
  .remonteesFaq .contentThematique .containLinks a {
    width: calc((100% - 50px) / 2);
  }
  .remonteesFaq .contentThematique .containLinks a:nth-child(2n) {
    margin-left: 50px;
  }
}
.remonteesFaq .contentThematique .containLinks a:hover {
  color: #00ADD3;
}/*# sourceMappingURL=remonteeFaq.css.map */