.faq {
  border-top: 1px solid #e6e6e6;
}
.faq__item {
  border-bottom: 1px solid #e6e6e6;
}
.faq__item.opened .faq__moins {
  display: block;
}
.faq__item.opened .faq__plus {
  display: none;
}
.faq__opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 16px 0;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}
.faq__item-content {
  overflow: hidden;
  height: 0;
}
.faq__item-subcontent {
  padding-top: 16px;
  padding-bottom: 64px;
}
.faq__item-subcontent p {
  font-family: 'HelveticaNeueW01-55Roma', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.faq__item-subcontent strong {
  font-family: 'HelveticaNeueW01-75Bold', Arial, sans-serif;
  font-weight: normal;
}
.faq__item-subcontent p + p {
  margin-top: 24px;
}
.faq__item-subcontent .title500 + p {
  margin-top: 8px;
}
.faq__item-subcontent img {
  margin: 32px 0;
}
.faq__moins {
  display: none;
}
.faq--grey .faq__item {
  background-color: #f7f7f7;
}
.faq--grey .faq__opener {
  padding: 16px 30px;
}
.faq--grey .faq__item-subcontent {
  padding-left: 30px;
  padding-right: 30px;
}
.faq--small .faq__opener {
  font-family: 'HelveticaNeueW01-45Ligh', Arial, sans-serif;
  font-size: 16px;
}
