@font-face {
  font-family: 'fa-custom';
  src: url('fa-custom.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fa-custom';
    src: url('../font/fa-custom.svg?99168733#fa-custom') format('svg');
  }
}
*/

.fa, .link-item .material-icons {
  font-family: "fa-custom";
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* Permet d'utiliser .fa, .fa-solid, .fa-brands comme avant */
.fa, .fa-solid, .fa-regular, .fa-brands {
  font-family: "fa-custom";
}

i.fa, i.fa-solid, i.fa-regular, i.fa-brands, i.material-icons {
  font-style: normal;
}

/* Icônes :before */
.fa:before,
[class^="fa-"]:before,
[class*=" fa-"]:before,
.fa-solid:before,
.fa-regular:before,
.fa-brands:before {
  display: inline-block;
  text-align: center;
  width: 1em;
  vertical-align: middle;
  line-height: 1;
}

/* Tailles */
.fa-1x { font-size: 1em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }
.fa-4x { font-size: 4em; }
.fa-5x { font-size: 5em; }

/* Largeur fixe */
.fa-fw, .link-item .material-icons { text-align: center; width: 1.25em; }

/* Alignement dans listes */
.fa-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; }
.fa-ul > li { position: relative; }
.fa-li { position: absolute; left: -2em; width: 2em; text-align: center; }


.fa-times:before { content: '\e800'; } /* '' */
.fa-plus:before { content: '\e801'; } /* '' */
.fa-check:before { content: '\e802'; } /* '' */
.fa-pencil:before { content: '\e803'; } /* '' */
.fa-trash-o:before { content: '\e804'; } /* '' */
.fa-search:before { content: '\e805'; } /* '' */
.fa-user:before { content: '\e81a'; } /* '' */
.fa-user-1:before { content: '\e806'; } /* '' */
.fa-eye:before { content: '\e807'; } /* '' */
.fa-eye-slash:before { content: '\e808'; } /* '' */
.fa-download:before { content: '\e809'; } /* '' */
.fa-expand:before { content: '\e80a'; } /* '' */
.fa-grip:before { content: '\e80b'; } /* '' */
.fa-exclamation-circle:before { content: '\e80c'; } /* '' */
.fa-exclamation-triangle:before { content: '\e80d'; } /* '' */
.fa-ban:before { content: '\e80e'; } /* '' */
.fa-info-circle:before { content: '\e80f'; } /* '' */
.fa-tag:before { content: '\e810'; } /* '' */
.fa-tags:before { content: '\e811'; } /* '' */
.fa-envelope-o:before { content: '\e812'; } /* '' */
.fa-phone:before { content: '\e813'; } /* '' */
.fa-file-o:before { content: '\e814'; } /* '' */
.fa-undo:before { content: '\e815'; } /* '' */
.fa-sign-out:before { content: '\e816'; } /* '' */
.fa-x-twitter:before { content: '\e817'; } /* '' */
.fa-tiktok:before { content: '\e818'; } /* '' */
.fa-map-marker:before { content: '\f031'; } /* '' */
.fa-facebook:before { content: '\f09a'; } /* '' */
.fa-filter:before { content: '\f0b0'; } /* '' */
.fa-bars:before { content: '\f0c9'; } /* '' */
.fa-list:before { content: '\f0ca'; } /* '' */
.fa-linkedin:before { content: '\f0e1'; } /* '' */
.fa-angle-left:before { content: '\f104'; } /* '' */
.fa-angle-right:before { content: '\f105'; } /* '' */
.fa-angle-up:before { content: '\f106'; } /* '' */
.fa-angle-down:before { content: '\f107'; } /* '' */
.fa-exclamation:before { content: '\f12a'; } /* '' */
.fa-youtube:before { content: '\f16a'; } /* '' */
.fa-instagram:before { content: '\f16d'; } /* '' */
.fa-fax:before { content: '\f1ac'; } /* '' */
.fa-file-pdf-o:before { content: '\f1c1'; } /* '' */
.fa-circle-o-notch:before { content: '\f1ce'; } /* '' */
.fa-history:before { content: '\f1da'; } /* '' */
.fa-pinterest-p:before { content: '\f231'; } /* '' */
.fa-vimeo:before { content: '\f27d'; } /* '' */
.fa-shopping-bag:before { content: '\e819'; } /* '' */
.fa-shopping-bag-1:before { content: '\f290'; } /* '' */
.fa-shopping-basket:before { content: '\f291'; } /* '' */
.fa-question-circle-o:before { content: '\f29c'; } /* '' */
.fa-heart-o:before { content: '\e81b'; } /* '' */
.fa-heart:before { content: '\e81c'; } /* '' */
.fa-home:before { content: '\e81d'; } /* '' */
.fa-user-secret:before { content: '\f21b'; } /* '' */
.fa-star-empty:before { content: '\e838'; } /* '' */

/* Surcharge elementor + combinaisons + footer */

/* Flèche droite (fa-angle-right) */
.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  font-family: "fa-custom";
  content: '\f105';  /* '' */
  font-size: 30px;
  line-height: 1;
}

/* Flèche gauche (fa-angle-left) */
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  font-family: "fa-custom";
  content: '\f104';  /* '' */
  font-size: 30px;
  line-height: 1;
}

.custom-select2::after {
  font-family: "fa-custom";
  content: '\f107';  /* '' */
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  display: inline-block;
  position: absolute;
  right: .6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
}


/* Footer mobile : flèche bas */
#footer .block-toggle > .block-title span::after {
  font-family: "fa-custom";
  content: '\f107';  /* '' */
  font-size: 14px;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Footer desktop : flèche droite */
.block-links ul > li a::before {
  font-family: "fa-custom";
  content: '\f105';  /* '' */
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding-right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.block-links ul > li a {
  padding-left:0;
  padding-right:1rem;
}

#mobile-header .m-nav-btn .fa {
  font-size: 29px;
}
