/*
 * Icones du site public : sous-ensemble de Bootstrap Icons v1.13.1,
 * licence MIT, https://github.com/twbs/icons
 *
 * Fichier genere par outils/generer-icones.py : ne pas modifier a la main.
 * Pour une nouvelle icone, l'ecrire dans la vue puis relancer le script.
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/icones.woff2?v=5d00bce1a9") format("woff2");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-bag::before { content: "\f179"; }
.bi-cart::before { content: "\f242"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-lg::before { content: "\f633"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-clock::before { content: "\f293"; }
.bi-crosshair::before { content: "\f769"; }
.bi-dash::before { content: "\f2ea"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-facebook::before { content: "\f344"; }
.bi-fire::before { content: "\f7f6"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-image::before { content: "\f42a"; }
.bi-instagram::before { content: "\f437"; }
.bi-list::before { content: "\f479"; }
.bi-map::before { content: "\f47f"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-plus::before { content: "\f4fe"; }
.bi-star-fill::before { content: "\f586"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-trash::before { content: "\f5de"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-x::before { content: "\f62a"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-lg::before { content: "\f659"; }
