/*

  Font Oxiva
  FontOxiva

*/

@font-face
{
  font-family: 'FontOxiva';
/*  src:  url('../fonts/font-oxiva.eot?7.0.0.2024101601');
url('../fonts/font-oxiva.eot?7.0.0.2024101601#iefix') format('embedded-opentype'),*/
  src:  
    url('../fonts/font-oxiva.ttf?7.0.0.2025060901') format('truetype'),
    url('../fonts/font-oxiva.woff?7.0.0.2025060901') format('woff'),
    url('../fonts/font-oxiva.svg?7.0.0.2025060901#font-oxiva') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fo
{
  /* utilisation de !important pour empêcher les problèmes d'extension de navigateurs qui modifient les polices */
  font-family: 'FontOxiva' !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontOxiva;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

/* Augmente les dimensions de la police de 33% par rapport au conteneur de l'icone */
.fo-lg
{
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fo-1_5x
{
  font-size: 1.5em;
}
.fo-1_6x
{
  font-size: 1.6em;
}
.fo-1_7x
{
  font-size: 1.7em;
}
.fo-1_8x
{
  font-size: 1.8em;
}
.fo-1_9x
{
  font-size: 1.9em;
}
.fo-2x
{
  font-size: 2em;
}
.fo-3x
{
  font-size: 3em;
}
.forced-2x
{
  font-size: 2em !important;
}
.fo-4x
{
  font-size: 4em;
}
.fo-5x
{
  font-size: 5em;
}
.fo-fw
{ /* Fixed Width */
  width: 1.28571429em;
  text-align: center;
}
.fo-ul
{
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fo-ul > li
{
  position: relative;
}
.fo-li
{
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fo-li.fo-lg
{
  left: -1.85714286em;
}
.fo-border
{
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fo-pull-left
{
  float: left;
}
.fo-pull-right
{
  float: right;
}
.fo.fo-pull-left
{
  margin-right: .3em;
}
.fo.fo-pull-right
{
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right
{
  float: right;
}
.pull-left
{
  float: left;
}
.fo.pull-left
{
  margin-right: .3em;
}
.fo.pull-right
{
  margin-left: .3em;
}
.fo-spin
{
  -webkit-animation: fo-spin 2s infinite linear;
  animation: fo-spin 2s infinite linear;
}
.fo-pulse
{
  -webkit-animation: fo-spin 1s infinite steps(8);
  animation: fo-spin 1s infinite steps(8);
}
@-webkit-keyframes fo-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
  {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fo-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%
  {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fo-rotate-90
{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fo-rotate-180
{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fo-rotate-270
{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fo-flip-horizontal
{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fo-flip-vertical
{
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fo-rotate-90,
:root .fo-rotate-180,
:root .fo-rotate-270,
:root .fo-flip-horizontal,
:root .fo-flip-vertical
{
  filter: none;
}

/* conteneur de superposition */
.fo-stack
{
    display:inline-block;
    height:2em;
    line-height:2em;
    position:relative;
    vertical-align:middle;
    width:2em
}

.fo-stack-1x, .fo-stack-2x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%
}
.fo-stack-0_5x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:0.5em
}
.fo-stack-0_6x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:0.6em
}
.fo-stack-0_7x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:0.7em
}
.fo-stack-0_8x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:0.8em
}
.fo-stack-0_9x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:0.9em
}

.fo-stack-1_0x
{
    left:0;
    position:absolute;
    text-align:center;
    width:100%;
    font-size:1em
}

.fo-stack-1x
{
    line-height:inherit;
}
.fo-stack-1_5x
{
    font-size:1.5em;
}
.fo-stack-2x
{
    font-size:2em;
}


/* ICONES */
.fo-etoile-vide:before {
  content: "\ea47";
}
.fo-insert-up:before {
  content: "\ea43";
}
.fo-insert-down:before {
  content: "\ea44";
}
.fo-transfert:before {
  content: "\ea45";
}
.fo-premium:before {
  content: "\ea46";
}
.fo-team:before {
  content: "\ea42";
}
.fo-tdb:before {
  content: "\ea41";
}
.fo-bars:before {
  content: "\ea40";
}
.fo-lien-local:before {
  content: "\ea3f";
}
.fo-sum:before {
  content: "\ea3e";
}
.fo-checklist:before {
  content: "\ea3d";
}
.fo-vente-directe:before {
  content: "\ea3c";
}
.fo-extranet:before {
  content: "\ea3b";
}
.fo-unlink:before {
  content: "\ea3a";
}
.fo-activity:before {
  content: "\ea39";
}
.fo-knowledge:before {
  content: "\ea38";
}
.fo-service:before {
  content: "\ea36";
}
.fo-api:before {
  content: "\ea37";
}
.fo-dropdown:before {
  content: "\ea35";
}
.fo-chat-dot:before {
  content: "\ea33";
}
.fo-reponse:before {
  content: "\ea34";
}
.fo-text-replace:before {
  content: "\ea31";
}
.fo-text-append:before {
  content: "\ea32";
}
.fo-conf-room:before {
  content: "\ea30";
}
.fo-ia:before {
  content: "\ea2f";
}
.fo-conference:before {
  content: "\ea2d";
}
.fo-visio:before {
  content: "\ea2e";
}
.fo-agenda-separate:before {
  content: "\ea2a";
}
.fo-agenda-combine:before {
  content: "\ea2b";
}
.fo-agenda-allday:before {
  content: "\ea2c";
}
.fo-init-defaut:before {
  content: "\ea29";
}
.fo-workflow:before {
  content: "\ea28";
}
.fo-formation:before {
  content: "\ea25";
}
.fo-synthese:before {
  content: "\ea26";
}
.fo-locale:before {
  content: "\ea27";
}
.fo-update:before {
  content: "\ea24";
}
.fo-defaut:before {
  content: "\ea23";
}
.fo-palette:before {
  content: "\ea22";
}
.fo-tri-desc:before {
  content: "\ea1f";
}
.fo-tri-asc:before {
  content: "\ea20";
}
.fo-database:before {
  content: "\ea21";
}
.fo-option-v:before {
  content: "\e986";
}
.fo-champ-texte:before {
  content: "\ea1c";
}
.fo-pourcent:before {
  content: "\ea1d";
}
.fo-dollars:before {
  content: "\ea18";
}
.fo-virgule:before {
  content: "\ea17";
}
.fo-euros:before {
  content: "\ea19";
}
.fo-underscore:before {
  content: "\ea1a";
}
.fo-barre-espace:before {
  content: "\ea1b";
}
.fo-parenthese-ouvrante:before {
  content: "\ea13";
}
.fo-parenthese-fermante:before {
  content: "\ea14";
}
.fo-division:before {
  content: "\ea15";
}
.fo-multiplication:before {
  content: "\ea16";
}
.fo-telemarketing:before {
  content: "\ea12";
}
.fo-hastag:before {
  content: "\ea11";
}
.fo-logistique:before {
  content: "\ea0e";
}
.fo-ecommerce:before {
  content: "\ea0f";
}
.fo-doc-signed:before {
  content: "\ea10";
}
.fo-universign:before {
  content: "\ea0d";
}
.fo-bouclier:before {
  content: "\ea0c";
}
.fo-erreur:before {
  content: "\ea0b";
}
.fo-devis:before {
  content: "\ea0a";
}
.fo-zoom-ar:before {
  content: "\ea08";
}
.fo-zoom-av:before {
  content: "\ea09";
}
.fo-ponderation:before {
  content: "\ea03";
}
.fo-marge:before {
  content: "\ea04";
}
.fo-marge_p:before {
  content: "\ea05";
}
.fo-ca:before {
  content: "\ea06";
}
.fo-ca_p:before {
  content: "\ea07";
}
.fo-fichier-wav:before {
  content: "\e9fd";
}
.fo-fichier-mov:before {
  content: "\e9fe";
}
.fo-fichier-avi:before {
  content: "\e9ff";
}
.fo-fichier-mp4:before {
  content: "\ea00";
}
.fo-fichier-defaut:before {
  content: "\ea01";
}
.fo-fichier-mp3:before {
  content: "\ea02";
}
.fo-fichier-jpg:before {
  content: "\e9f6";
}
.fo-fichier-gif:before {
  content: "\e9f7";
}
.fo-fichier-bmp:before {
  content: "\e9f8";
}
.fo-fichier-tiff:before {
  content: "\e9fa";
}
.fo-fichier-png:before {
  content: "\e9fb";
}
.fo-fichier-jpeg:before {
  content: "\e9fc";
}
.fo-fichier-svg:before {
  content: "\e9e9";
}
.fo-fichier-eps:before {
  content: "\e9ea";
}
.fo-fichier-ps:before {
  content: "\e9eb";
}
.fo-fichier-ai:before {
  content: "\e9ec";
}
.fo-fichier-pptx:before {
  content: "\e9ed";
}
.fo-fichier-ppt:before {
  content: "\e9ee";
}
.fo-fichier-zip:before {
  content: "\e9ef";
}
.fo-fichier-csv:before {
  content: "\e9f0";
}
.fo-fichier-xlsx:before {
  content: "\e9f1";
}
.fo-fichier-rtf:before {
  content: "\e9f2";
}
.fo-fichier-docx:before {
  content: "\e9f3";
}
.fo-fichier-odt:before {
  content: "\e9f4";
}
.fo-fichier-txt:before {
  content: "\e9f5";
}
.fo-version:before {
  content: "\e9f9";
}
.fo-outils:before {
  content: "\e9e8";
}
.fo-open-caret:before {
  content: "\e9e6";
}
.fo-close-caret:before {
  content: "\e9e7";
}
.fo-desepingle:before {
  content: "\e9e5";
}
.fo-reply:before {
  content: "\e9e1";
}
.fo-point-exclamation:before {
  content: "\e9e2";
}
.fo-epingle:before {
  content: "\e9e3";
}
.fo-rappel:before {
  content: "\e9e4";
}
.fo-taches-a-lancer:before {
  content: "\e9e0";
}
.fo-connecteur:before {
  content: "\e9df";
}
.fo-logo-viktory:before {
  content: "\e9de";
}
.fo-demande_assistance:before {
  content: "\e9dd";
}
.fo-prospection_commerciale:before {
  content: "\e9d0";
}
.fo-cibles:before {
  content: "\e9d1";
}
.fo-signature_electronique:before {
  content: "\e9dc";
}
.fo-alerte_frequence_tickets:before {
  content: "\e9da";
}
.fo-reclamation:before {
  content: "\e9db";
}
.fo-calculatrice:before {
  content: "\e9d9";
}
.fo-prospect-part:before {
  content: "\e9d2";
}
.fo-prospect-pro:before {
  content: "\e9d3";
}
.fo-concurrent:before {
  content: "\e9d4";
}
.fo-revendeur:before {
  content: "\e9d5";
}
.fo-fish-competitor:before {
  content: "\e9d6";
}
.fo-partenaire:before {
  content: "\e9d7";
}
.fo-fournisseur:before {
  content: "\e9d8";
}
.fo-video_conf:before {
  content: "\e9c7";
}
.fo-fusion:before {
  content: "\e9cf";
}
.fo-pieds_de_page:before {
  content: "\e9ca";
}
.fo-modeles:before {
  content: "\e9cb";
}
.fo-en_tete:before {
  content: "\e9cc";
}
.fo-contenus:before {
  content: "\e9cd";
}
.fo-boutons:before {
  content: "\e9ce";
}
.fo-invitation:before {
  content: "\e9c8";
}
.fo-newsletter:before {
  content: "\e9c9";
}
.fo-puce:before {
  content: "\e9c6";
}
.fo-tri_perso:before {
  content: "\e9c3";
}
.fo-tri:before {
  content: "\e9c4";
}
.fo-double-chevron-bas:before {
  content: "\e9c5";
}
.fo-close_quotemark:before {
  content: "\e9bf";
}
.fo-open_quotemark:before {
  content: "\e9c0";
}
.fo-instagram:before {
  content: "\e9c2";
}
.fo-compte:before {
  content: "\e9be";
}
.fo-facture:before {
  content: "\e9c1";
}
.fo-detail:before {
  content: "\e9bb";
}
.fo-en_tete_et_pied:before {
  content: "\e9bc";
}
.fo-page_de_garde:before {
  content: "\e9bd";
}
.fo-agenda-mois:before {
  content: "\e9a8";
}
.fo-agenda-semaine:before {
  content: "\e9ab";
}
.fo-agenda-jour:before {
  content: "\e9b9";
}
.fo-parc:before {
  content: "\e97a";
}
.fo-telemaintenance:before {
  content: "\e97c";
}
.fo-actualites:before {
  content: "\e98d";
}
.fo-infos_financieres:before {
  content: "\e991";
}
.fo-meteo:before {
  content: "\e99d";
}
.fo-objectifs:before {
  content: "\e9a1";
}
.fo-sauvegarde:before {
  content: "\e9a5";
}
.fo-stats_commerciales:before {
  content: "\ea1e";
}
.fo-play:before {
  content: "\e9b8";
}
.fo-stop:before {
  content: "\e9ba";
}
.fo-particulier:before {
  content: "\e9b1";
}
.fo-euro1:before {
  content: "\e9b2";
}
.fo-editions:before {
  content: "\e9b3";
}
.fo-marketing:before {
  content: "\e9b4";
}
.fo-pilotage:before {
  content: "\e9b5";
}
.fo-reporting:before {
  content: "\e9b6";
}
.fo-technique:before {
  content: "\e9b7";
}
.fo-horloge:before {
  content: "\e9a4";
}
.fo-encrypt:before {
  content: "\e993";
}
.fo-decrypt:before {
  content: "\e996";
}
.fo-university:before {
  content: "\e9ad";
}
.fo-television:before {
  content: "\e9ae";
}
.fo-power-off:before {
  content: "\e9af";
}
.fo-cercle-o:before {
  content: "\e9ac";
}
.fo-creation-email:before {
  content: "\e9aa";
}
.fo-balai:before {
  content: "\e9a9";
}
.fo-affaire:before {
  content: "\e9a6";
}
.fo-nouveau:before {
  content: "\e9a3";
}
.fo-backspace:before {
  content: "\e9a2";
}
.fo-dossier-o:before {
  content: "\e930";
}
.fo-dossier-ouvert-o:before {
  content: "\e9a0";
}
.fo-code-barre:before {
  content: "\e99f";
}
.fo-etat-connexion:before {
  content: "\e99e";
}
.fo-chouette:before {
  content: "\e99c";
}
.fo-helmet:before {
  content: "\e99b";
}
.fo-sp_rh:before {
  content: "\e99a";
}
.fo-rgpd1:before {
  content: "\e999";
}
.fo-groupe-o:before {
  content: "\e997";
}
.fo-tache-o:before {
  content: "\e998";
}
.fo-groupe:before {
  content: "\e995";
}
.fo-projet-mod:before {
  content: "\e994";
}
.fo-rgpd:before {
  content: "\e9b0";
}
.fo-projet:before {
  content: "\e992";
}
.fo-orga:before {
  content: "\e990";
}
.fo-double-chevron-haut:before {
  content: "\e98e";
}
.fo-locked:before {
  content: "\e98b";
}
.fo-unlocked:before {
  content: "\e98c";
}
.fo-fingerprint:before {
  content: "\e989";
}
.fo-guide:before {
  content: "\e98a";
}
.fo-cercle-fleche-haut:before {
  content: "\e982";
}
.fo-cercle-fleche-droite:before {
  content: "\e983";
}
.fo-cercle-fleche-bas:before {
  content: "\e935";
}
.fo-cercle-fleche-gauche:before {
  content: "\e984";
}
.fo-disque-fleche-haut:before {
  content: "\e985";
}
.fo-disque-fleche-droite:before {
  content: "\e9a7";
}
.fo-disque-fleche-bas:before {
  content: "\e987";
}
.fo-disque-fleche-gauche:before {
  content: "\e988";
}
.fo-terre:before {
  content: "\e981";
}
.fo-arrows:before {
  content: "\e980";
}
.fo-copie-o:before {
  content: "\e97f";
}
.fo-copie:before {
  content: "\e907";
}
.fo-chain:before {
  content: "\e97d";
}
.fo-tasks:before {
  content: "\e97b";
}
.fo-image:before {
  content: "\e979";
}
.fo-cercle-plus:before {
  content: "\e978";
}
.fo-cercle-moins:before {
  content: "\e943";
}
.fo-plus-o:before {
  content: "\e974";
}
.fo-moins-o:before {
  content: "\e973";
}
.fo-plus:before {
  content: "\e92c";
}
.fo-moins:before {
  content: "\e940";
}
.fo-floppy:before {
  content: "\e977";
}
.fo-reply-all:before {
  content: "\e976";
}
.fo-reticule:before {
  content: "\e972";
}
.fo-table:before {
  content: "\e971";
}
.fo-template:before {
  content: "\e970";
}
.fo-crayon-o:before {
  content: "\e96f";
}
.fo-fichier-excel:before {
  content: "\e96e";
}
.fo-fichier-word:before {
  content: "\e975";
}
.fo-fichier-pdf:before {
  content: "\e96d";
}
.fo-hotline:before {
  content: "\e96b";
}
.fo-contract:before {
  content: "\e96a";
}
.fo-warning:before {
  content: "\e969";
}
.fo-reglages:before {
  content: "\e968";
}
.fo-graph:before {
  content: "\e967";
}
.fo-module:before {
  content: "\e966";
}
.fo-puzzle:before {
  content: "\e90e";
}
.fo-activite:before {
  content: "\e963";
}
.fo-camera:before {
  content: "\e964";
}
.fo-mobile:before {
  content: "\e965";
}
.fo-chevron-bas:before {
  content: "\e95d";
}
.fo-chevron-gauche:before {
  content: "\e95e";
}
.fo-chevron-droite:before {
  content: "\e95f";
}
.fo-chevron-haut:before {
  content: "\e960";
}
.fo-agenda-coche:before {
  content: "\e95c";
}
.fo-agenda:before {
  content: "\e902";
}
.fo-universite:before {
  content: "\e959";
}
.fo-tw:before {
  content: "\e95a";
}
.fo-fb:before {
  content: "\e95b";
}
.fo-in:before {
  content: "\e98f";
}
.fo-th:before {
  content: "\e958";
}
.fo-code-fork:before {
  content: "\e957";
}
.fo-traduction:before {
  content: "\e955";
}
.fo-modal:before {
  content: "\e956";
}
.fo-code:before {
  content: "\e954";
}
.fo-va-et-vient:before {
  content: "\e953";
}
.fo-avion-papier:before {
  content: "\e952";
}
.fo-question:before {
  content: "\e951";
}
.fo-cle-molette:before {
  content: "\e950";
}
.fo-cercle-point:before {
  content: "\e94e";
}
.fo-cercle:before {
  content: "\e94f";
}
.fo-filtre:before {
  content: "\e94d";
}
.fo-poubelle:before {
  content: "\e949";
}
.fo-option-h:before {
  content: "\e94c";
}
.fo-cercle-coche:before {
  content: "\e944";
}
.fo-cercle-croix:before {
  content: "\e945";
}
.fo-cercle-coche-o:before {
  content: "\e946";
}
.fo-cercle-croix-o:before {
  content: "\e947";
}
.fo-coche:before {
  content: "\e917";
}
.fo-croix:before {
  content: "\e916";
}
.fo-tags:before {
  content: "\e94a";
}
.fo-tag:before {
  content: "\e94b";
}
.fo-euro:before {
  content: "\e948";
}
.fo-rafraichir:before {
  content: "\e915";
}
.fo-cloche:before {
  content: "\e927";
}
.fo-telephone:before {
  content: "\e92b";
}
.fo-crayon:before {
  content: "\e93a";
}
.fo-oeil:before {
  content: "\e914";
}
.fo-oeil-barre:before {
  content: "\e901";
}
.fo-rouage:before {
  content: "\e910";
}
.fo-barres:before {
  content: "\e942";
}
.fo-trombone:before {
  content: "\e941";
}
.fo-rss:before {
  content: "\e93f";
}
.fo-ban:before {
  content: "\e93e";
}
.fo-map-o:before {
  content: "\e93d";
}
.fo-lien-externe:before {
  content: "\e93c";
}
.fo-compresser:before {
  content: "\e93b";
}
.fo-imprimante:before {
  content: "\e939";
}
.fo-dossier-ouvert:before {
  content: "\e931";
}
.fo-dossier:before {
  content: "\e92f";
}
.fo-fichier:before {
  content: "\e932";
}
.fo-fichier-o:before {
  content: "\e933";
}
.fo-dd:before {
  content: "\e934";
}
.fo-partage:before {
  content: "\e936";
}
.fo-download:before {
  content: "\e937";
}
.fo-upload:before {
  content: "\e938";
}
.fo-drapeau:before {
  content: "\e97e";
}
.fo-drapeau-damier:before {
  content: "\e92d";
}
.fo-clef:before {
  content: "\e92e";
}
.fo-case-coche:before {
  content: "\e929";
}
.fo-case-vide:before {
  content: "\e92a";
}
.fo-exclamation:before {
  content: "\e928";
}
.fo-list-alt:before {
  content: "\e96c";
}
.fo-list-ul:before {
  content: "\e923";
}
.fo-mapmarker:before {
  content: "\e924";
}
.fo-level-up-bold:before {
  content: "\e926";
}
.fo-level-down-bold:before {
  content: "\e925";
}
.fo-level-up:before {
  content: "\e962";
}
.fo-level-down:before {
  content: "\e961";
}
.fo-chevron-gauche-bold:before {
  content: "\e91f";
}
.fo-chevron-bas-bold:before {
  content: "\e920";
}
.fo-chevron-droite-bold:before {
  content: "\e921";
}
.fo-chevron-haut-bold:before {
  content: "\e922";
}
.fo-fleche-gauche:before {
  content: "\e91b";
}
.fo-fleche-bas:before {
  content: "\e91c";
}
.fo-fleche-droite:before {
  content: "\e91d";
}
.fo-fleche-haut:before {
  content: "\e91e";
}
.fo-sablier:before {
  content: "\e918";
}
.fo-dotspinner:before {
  content: "\e919";
}
.fo-spinner:before {
  content: "\e91a";
}
.fo-livre:before {
  content: "\e90a";
}
.fo-maison:before {
  content: "\e900";
}
.fo-info:before {
  content: "\e903";
}
.fo-chat:before {
  content: "\e904";
}
.fo-mappemonde:before {
  content: "\e905";
}
.fo-sortie:before {
  content: "\e906";
}
.fo-etoile:before {
  content: "\e909";
}
.fo-histo:before {
  content: "\e90b";
}
.fo-logo-oxiva:before {
  content: "\e90c";
}
.fo-immeuble:before {
  content: "\e90d";
}
.fo-avatar:before {
  content: "\e90f";
}
.fo-double-avatar:before {
  content: "\e908";
}
.fo-enveloppe:before {
  content: "\e911";
}
.fo-loupe:before {
  content: "\e912";
}
.fo-globe:before {
  content: "\e913";
}
