/*!
 * Font Awesome Free 6.5.2 - sous-ensemble "vitrine" pour SV Vin
 * Genere depuis all.min.css et les .woff2 officiels (subset fontTools).
 *
 * Ne contient que les 27 icones reellement utilisees par les pages
 * vitrine : la feuille complete pesait 100,6 Ko et ses deux polices 267,8 Ko,
 * pour une vingtaine de glyphes affiches.
 *
 * ATTENTION - si tu ajoutes une icone a une page vitrine, elle n'apparaitra
 * pas tant que ce sous-ensemble n'aura pas ete regenere. La marche a suivre
 * est decrite dans CSS/vendor/fontawesome/README-sous-ensemble.md.
 *
 * License - https://fontawesome.com/license/free
 * (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900-vitrine.woff2) format("woff2")}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400-vitrine.woff2) format("woff2")}

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

/* --- Icones pleines (25) --- */
.fa-address-book:before{content:"\f2b9"}
.fa-arrow-down:before{content:"\f063"}
.fa-arrow-right:before{content:"\f061"}
.fa-bars:before{content:"\f0c9"}
.fa-check:before{content:"\f00c"}
.fa-check-circle:before{content:"\f058"}
.fa-chevron-down:before{content:"\f078"}
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-clock:before{content:"\f017"}
.fa-envelope:before{content:"\f0e0"}
.fa-filter:before{content:"\f0b0"}
.fa-folder-open:before{content:"\f07c"}
.fa-globe:before{content:"\f0ac"}
.fa-handshake:before{content:"\f2b5"}
.fa-paper-plane:before{content:"\f1d8"}
.fa-phone:before{content:"\f095"}
.fa-play:before{content:"\f04b"}
.fa-shield-alt:before{content:"\f3ed"}
.fa-shopping-cart:before{content:"\f07a"}
.fa-spinner:before{content:"\f110"}
.fa-times:before{content:"\f00d"}
.fa-tools:before{content:"\f7d9"}
.fa-user-plus:before{content:"\f234"}
.fa-wine-bottle:before{content:"\f72f"}

/* --- Marques (2) --- */
.fa-instagram:before{content:"\f16d"}
.fa-linkedin-in:before{content:"\f0e1"}

/* --- Animation de chargement (fa-spinner de l'inscription) --- */
.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}
@media (prefers-reduced-motion:reduce){.fa-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1}}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
