/* COLORS */
/** shades of grey **/
/** basics colors **/
/** backgrounds colors **/
/** texts colors **/
/** overlays colors **/
/** specifics colors **/
/* overrides materializecss color */
/* FONTS */
/*** MARGINS AND PADDINGS ***/
/**** BORDER RADIUS ****/
/**** CUSTOM ****/
/**** SHADOWS ****/
/***** MEDIA QUERIES ******/
/*** font color depending on bg color ***/
/*
@mixin gradientSass () {
  background-color: rgba(252,240,244,1);
  background: @include filter-gradient(#fcf0f4, #6b418f, horizontal);
  // IE9 SVG, needs conditional override of 'filter' to 'none'
  $experimental-support-for-svg: true;
  background: @include background-image(linear-gradient(left, rgba(252,240,244,1) 0%, rgba(252,240,244,1) 14%, rgba(217,193,219,1) 14%, rgba(217,193,219,1) 28%, rgba(198,168,204,1) 28%, rgba(198,168,204,1) 42%, rgba(183,147,191,1) 42%, rgba(183,147,191,1) 56%, rgba(151,120,179,1) 56%, rgba(151,120,179,1) 70%, rgba(130,89,155,1) 70%, rgba(130,89,155,1) 85%, rgba(107,65,143,1) 85%, rgba(107,65,143,1) 100%));
}
*/
.paragraph-faq > .content {
  flex-direction: column;
}
.paragraph-faq > .content .text {
  padding-top: 10px;
}
.paragraph-faq > .content .text.link-template {
  display: flex;
  align-items: center;
}
.paragraph-faq > .content .text.link-template > div {
  position: relative;
}
.paragraph-faq > .content .text.link-template > div a {
  padding-right: 30px;
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
}
@media screen and (min-width: 1175px) {
  .paragraph-faq > .content .text.link-template > div a:hover + .icon {
    color: #04AF6E !important;
  }
}
.paragraph-faq > .content .text.link-template > div .icon {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
}
.paragraph-faq > .content .text.link-template > div .icon:before {
  font-size: 24px;
}
.paragraph-faq > .content .slice-faq-content {
  display: flex;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.paragraph-faq > .content .slice-faq-content-left {
  width: 60%;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  .paragraph-faq > .content .slice-faq-content-left {
    width: 70%;
    padding-right: 70px;
  }
}
@media screen and (max-width: 960px) {
  .paragraph-faq > .content .slice-faq-content-left {
    width: 70%;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-left {
    width: 100%;
    padding-right: 0;
  }
}
.paragraph-faq > .content .slice-faq-content-left .accordion-title {
  padding: 24px 16px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-left .accordion-title {
    padding: 24px 0;
  }
}
.paragraph-faq > .content .slice-faq-content-left .accordion-title a {
  font-size: 18px;
  color: inherit;
  font-weight: 400;
  font-family: "BNPPSans", "Open Sans";
  pointer-events: none;
}
.paragraph-faq > .content .slice-faq-content-left .accordion-content {
  padding: 0 16px 24px;
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-left .accordion-content {
    padding: 0 0 24px;
  }
}
.paragraph-faq > .content .slice-faq-content-left .accordion-content p {
  padding-bottom: 16px;
}
.paragraph-faq > .content .slice-faq-content-left .accordion-content a {
  font-family: "BNPPSans", "Open Sans";
  font-weight: bold;
}
.paragraph-faq > .content .slice-faq-content-right {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .paragraph-faq > .content .slice-faq-content-right {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-right {
    width: 100%;
    margin-top: 40px;
  }
}
.paragraph-faq > .content .slice-faq-content-right h3 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-right ul {
    display: flex;
    flex-flow: row wrap;
  }
}
.paragraph-faq > .content .slice-faq-content-right ul li {
  margin-bottom: 12px;
}
.paragraph-faq > .content .slice-faq-content-right ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .paragraph-faq > .content .slice-faq-content-right ul li {
    width: 50%;
  }
  .paragraph-faq > .content .slice-faq-content-right ul li:nth-child(odd) {
    padding-right: 15px;
  }
  .paragraph-faq > .content .slice-faq-content-right ul li:nth-child(even) {
    padding-left: 15px;
  }
}
.paragraph-faq > .content .slice-faq-content-right ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #727579;
  font-family: "BNPPSans-Light", "Open Sans";
  font-weight: bold;
}
@media screen and (min-width: 1175px) {
  .paragraph-faq > .content .slice-faq-content-right ul li a:hover {
    color: #04AF6E;
  }
}
/*# sourceMappingURL=maps/slice-faq.css.map */
