
/*FAQ CMS*/
#cms .faqcontent .lightcardheader i,
#categories .faqcontent .lightcardheader i{
margin-right: 10px;
color: #01B9FF !important;
}
#cms .faqcontent ,
#categories .faqcontent {
  background-color: #DBF0FE;
  padding-top: 60px;
  padding-bottom: 60px;
}
#cms .faqcontent > div,
#categories .faqcontent > div{
  width: 75%;
  margin: 0 auto;
}
#cms .faqcontent .card,
#categories .faqcontent .card{
margin-bottom: 20px;
z-index: 1;
}

#cms .faqcontent,
#categories .faqcontent{
position: relative;
margin-top: 167px;
min-height: 400px;
padding-bottom: 40px;
background: #dbf0fe;
}
#cms .faqcontent::before,
#categories .faqcontent::before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: inherit;
transform-origin: top right;
transform: skewY(0deg)!important;
z-index: -1;
}
#cms .faqcontent::after,
#categories .faqcontent::after{
position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  transform-origin: top left;
  transform: skewY(-5deg)!important;
  z-index: 0;
}/**/
.container.bilan-one{ display: none;}

#cms .faqcontent h2 a,
#categories .faqcontent h2 a{ text-align: left;}
#cms .lightcardbody,
#categories .lightcardbody{
  border-top: none!important;
}