@font-face {
  font-family: 'CERAP-font';
  src:  url('/static/font/CERAP-font.eot?bd5o97');
  src:  url('/static/font/CERAP-font.eot?bd5o97#iefix') format('embedded-opentype'),
    url('/static/font/CERAP-font.ttf?bd5o97') format('truetype'),
    url('/static/font/CERAP-font.woff?bd5o97') format('woff'),
    url('/static/font/CERAP-font.svg?bd5o97#CERAP-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.cerap {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CERAP-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-frais-sante:before {
  content: "\e900";
  color: #7c7c7c;
}
.icon-piece:before {
  content: "\e901";
  color: #7c7c7c;
}
.icon-prevoyance:before {
  content: "\e902";
  color: #7c7c7c;
}
.icon-retraite:before {
  content: "\e903";
  color: #7c7c7c;
}
.icon-frais-sante.policy:before {
  content: "\e900";
  color: #fff;
  font-size: 22px;
  line-height: 1.15em;
}
.icon-piece.policy:before {
  content: "\e901";
  color: #fff;
  font-size: 22px;
  line-height: 1.15em;
}
.icon-prevoyance.policy:before {
  content: "\e902";
  color: #fff;
  font-size: 22px;
  line-height: 1.15em;
}
.icon-retraite.policy:before {
  content: "\e903";
  color: #fff;
  font-size: 22px;
  line-height: 1.15em;
}
