/*!
 * Sous-ensemble local de Font Awesome Free 6.3.0 (icônes réellement utilisées sur ae-danse.com)
 * Icônes originales : https://fontawesome.com - Licence CC BY 4.0 (icônes) / SIL OFL 1.1 (police) / MIT (code)
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.subset.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-solid { font-family: "Font Awesome 6 Free"; font-weight: 900; }
.fa-regular { font-family: "Font Awesome 6 Free"; font-weight: 400; }
.fa-brands { font-family: "Font Awesome 6 Brands"; font-weight: 400; }

.fa-solid::before,
.fa-regular::before,
.fa-brands::before {
  content: "";
}

.fa-bars::before { content: "\f0c9"; }
.fa-caret-up::before { content: "\f0d8"; }
.fa-cart-shopping::before { content: "\f07a"; }
.fa-check::before { content: "\f00c"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-money-bill-wave::before { content: "\f53a"; }
.fa-money-check::before { content: "\f53c"; }
.fa-trash::before { content: "\f1f8"; }
.fa-truck::before { content: "\f0d1"; }
.fa-user::before { content: "\f007"; }
.fa-credit-card::before { content: "\f09d"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-facebook-f::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-paypal::before { content: "\f1ed"; }
.fa-whatsapp::before { content: "\f232"; }
