/***** #faq01 *****/
#faq01 .modBloc {
  max-width: 800px;
  margin-bottom: 40px; }

#faq01 .modBloc:nth-last-of-type(1) {
  margin-bottom: 0; }

#faq01 .modBloc h3 {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 160%;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFAB09;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media screen and (max-width: 800px) {
    #faq01 .modBloc h3 {
      font-size: 1.2rem; } }
  @media screen and (max-width: 640px) {
    #faq01 .modBloc h3 {
      font-size: 1rem; } }

#faq01 .modBloc p {
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #faq01 .modBloc p {
      font-size: 0.75rem; } }
