/* Font Face */
@font-face {
  font-family: 'Font Awesome 6';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-regular-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Font Awesome 6';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/webfonts/fa-solid-900.woff2') format('woff2');
}

/* Classes de base */
.fas, .far { 
  font-family: 'Font Awesome 6'; 
  font-style: normal; 
}

.fas { 
  font-weight: 900; 
}

.far { 
  font-weight: 400; 
}

/* Icônes utilisées */
.fa-star::before { content: "\f005"; }
.fa-star-half-alt::before { content: "\f089"; }
.fa-phone-alt::before { content: "\f879"; }
.fa-globe::before { content: "\f0ac"; }
.fa-clock::before { content: "\f017"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-chart-line::before { content: "\f201"; }
.fa-heart::before { content: "\f004"; }
.fa-route::before { content: "\f4d7"; }
.fa-user-tie::before { content: "\f508"; }