{"id":85386,"date":"2026-03-17T10:38:42","date_gmt":"2026-03-17T10:38:42","guid":{"rendered":"https:\/\/amnistreasury.com\/?page_id=85386"},"modified":"2026-04-03T14:50:32","modified_gmt":"2026-04-03T14:50:32","slug":"ia-et-automatisation-traitement-factures","status":"publish","type":"page","link":"https:\/\/amnistreasury.com\/fr\/ia-et-automatisation-traitement-factures\/","title":{"rendered":"AI &#038; Automatisation LP (Gutenberg blocks)"},"content":{"rendered":"<p><!-- Section 1 : Hero --><\/p>\n\n\n<style>\n.amnis-ai-hero {\n  background: linear-gradient(135deg, #0F3E82 0%, #3333FF 100%);\n  padding: 100px 0 80px;\n  position: relative;\n  overflow: hidden;\n}\n.amnis-ai-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -20%;\n  width: 600px;\n  height: 600px;\n  background: radial-gradient(circle, rgba(181,227,216,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n  animation: amnis-hero-float 8s ease-in-out infinite;\n}\n.amnis-ai-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -30%;\n  right: -10%;\n  width: 500px;\n  height: 500px;\n  background: radial-gradient(circle, rgba(254,207,132,0.1) 0%, transparent 70%);\n  border-radius: 50%;\n  animation: amnis-hero-float 10s ease-in-out infinite reverse;\n}\n@keyframes amnis-hero-float {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-30px); }\n}\n.amnis-ai-hero .hero-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  position: relative;\n  z-index: 2;\n}\n.amnis-ai-hero .hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 24px;\n  padding: 8px 20px;\n  color: #FFFFFF;\n  font-size: 14px;\n  font-family: inherit;\n  margin-bottom: 24px;\n}\n.amnis-ai-hero h1 {\n  font-size: 52px;\n  font-weight: 700;\n  color: #FFFFFF;\n  font-family: inherit;\n  line-height: 1.1;\n  margin: 0 0 20px;\n}\n.amnis-ai-hero .hero-desc {\n  font-size: 18px;\n  color: rgba(255,255,255,0.85);\n  font-family: inherit;\n  line-height: 1.6;\n  margin-bottom: 32px;\n  max-width: 500px;\n}\n.amnis-ai-hero .hero-btns {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n.amnis-ai-hero .btn-primary {\n  display: inline-block;\n  background: #FFFFFF;\n  color: #3333FF;\n  padding: 12px 20px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 14px;\n  font-family: inherit;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.amnis-ai-hero .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }\n.amnis-ai-hero .btn-secondary {\n  display: inline-block;\n  background: transparent;\n  color: #FFFFFF;\n  padding: 12px 20px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-size: 14px;\n  font-family: inherit;\n  border: 2px solid rgba(255,255,255,0.4);\n  transition: border-color 0.2s;\n}\n.amnis-ai-hero .btn-secondary:hover { border-color: #FFFFFF; }\n.amnis-ai-hero .hero-visual {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n.amnis-ai-hero .glass-card {\n  background: rgba(255,255,255,0.08);\n  backdrop-filter: blur(16px);\n  -webkit-backdrop-filter: blur(16px);\n  border: 1px solid rgba(255,255,255,0.15);\n  border-radius: 12px;\n  padding: 20px 24px;\n  color: #FFFFFF;\n  font-family: inherit;\n  animation: amnis-card-reveal 0.6s ease-out both;\n}\n.amnis-ai-hero .glass-card:nth-child(1) { animation-delay: 0.2s; }\n.amnis-ai-hero .glass-card:nth-child(2) { animation-delay: 0.4s; transform: translateX(40px); }\n.amnis-ai-hero .glass-card:nth-child(3) { animation-delay: 0.6s; }\n@keyframes amnis-card-reveal {\n  from { opacity: 0; transform: translateY(20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n.amnis-ai-hero .glass-card:nth-child(2) {\n  animation-name: amnis-card-reveal-offset;\n}\n@keyframes amnis-card-reveal-offset {\n  from { opacity: 0; transform: translateX(40px) translateY(20px); }\n  to { opacity: 1; transform: translateX(40px) translateY(0); }\n}\n.amnis-ai-hero .card-label {\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.6;\n  margin-bottom: 6px;\n}\n.amnis-ai-hero .card-title {\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.amnis-ai-hero .card-meta {\n  font-size: 13px;\n  opacity: 0.7;\n}\n.amnis-ai-hero .card-amount {\n  font-size: 20px;\n  font-weight: 700;\n  color: #B5E3D8;\n}\n@media (max-width: 768px) {\n  .amnis-ai-hero .hero-inner { grid-template-columns: 1fr; gap: 40px; }\n  .amnis-ai-hero h1 { font-size: 36px; }\n  .amnis-ai-hero .glass-card:nth-child(2) { transform: none; }\n  @keyframes amnis-card-reveal-offset {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-ai-hero::before, .amnis-ai-hero::after { animation: none; }\n  .amnis-ai-hero .glass-card { animation: none; opacity: 1; }\n}\n<\/style>\n<section class=\"amnis-ai-hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\">&#10024; IA &amp; Automatisation<\/div>\n      <h1>Les t\u00e2ches r\u00e9p\u00e9titives, g\u00e9r\u00e9es pour vous<\/h1>\n      <p class=\"hero-desc\">amnis IA &amp; Automatisation r\u00e9duit le travail financier manuel \u2014 d\u00e9penses, paiements et op\u00e9rations bancaires \u2014 tout en vous laissant le contr\u00f4le total sur chaque approbation et d\u00e9cision.<\/p>\n      <div class=\"hero-btns\">\n        <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=fr\" class=\"btn-primary\">COMMENCER GRATUITEMENT<\/a>\n        <a href=\"https:\/\/amnistreasury.com\/fr\/reservez-une-demo\/\" class=\"btn-secondary\">R\u00c9SERVER UNE D\u00c9MO<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-visual\">\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Facture analys\u00e9e<\/div>\n        <div class=\"card-title\">Facture fournisseur n\u00b04821<\/div>\n        <div class=\"card-meta\">Rapprochement automatique &bull; Pr\u00eate pour approbation<\/div>\n      <\/div>\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Paiement cr\u00e9\u00e9<\/div>\n        <div class=\"card-title\">Virement EUR &rarr; CHF<\/div>\n        <div class=\"card-amount\">&euro;12,450.00<\/div>\n      <\/div>\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Tr\u00e9sorerie mise \u00e0 jour<\/div>\n        <div class=\"card-title\">Pr\u00e9visions actualis\u00e9es automatiquement<\/div>\n        <div class=\"card-meta\">3 devises &bull; Pr\u00e9visions sur 12 semaines<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 2 : Barre de statistiques --><\/p>\n\n<div  class=\"section--logo-carousel not-typo alignfull block-color-variation--white default-block-padding-medium\">\n\n    <div class=\"container container--default-2024\">\n        \n        <div class=\"grid gap-s\">\n            \n            <h2 class=\"title title--small text-center\">\n                Plus de <strong>5.000<\/strong> entreprises choisissent amnis pour des paiements internationaux efficaces avec clients et fournisseurs.\n \n            <\/h2>\n                    <\/div>\n    <\/div>\n\n        <div class=\"marquee mt-xl enable-animation\">\n        <ul class=\"marquee__content\">\n            <li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/rigi-dark.svg\" width=\"74\" height=\"74\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/spliethoff-dark.svg\" width=\"323\" height=\"41\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/DH-Harmony-dark.svg\" width=\"251\" height=\"59\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/acundis-dark.svg\" width=\"145\" height=\"54\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/dutch-perfect-dark.svg\" width=\"285\" height=\"49\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/algrano-dark.svg\" width=\"148\" height=\"38\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/duca-del-cosma-dark.svg\" width=\"278\" height=\"53\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/stryve-dark.svg\" width=\"335\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/thuerlingua-dark.svg\" width=\"160\" height=\"42\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/luxury-safari-travel-dark.png\" width=\"277\" height=\"99\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/24-7-dark.svg\" width=\"93\" height=\"112\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/zgonc-dark.svg\" width=\"209\" height=\"44\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/psi-dubai-dark-4.svg\" width=\"97\" height=\"86\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/AICA-dark.svg\" width=\"76\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/cancom-logo-dark.svg\" width=\"200\" height=\"32\" class=\"logo-carousel__img\" alt=\"\" \/><\/li>        <\/ul>\n\n                <ul aria-hidden=\"true\" class=\"marquee__content\">\n            <li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/rigi-dark.svg\" width=\"74\" height=\"74\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/spliethoff-dark.svg\" width=\"323\" height=\"41\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/DH-Harmony-dark.svg\" width=\"251\" height=\"59\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/acundis-dark.svg\" width=\"145\" height=\"54\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/dutch-perfect-dark.svg\" width=\"285\" height=\"49\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/algrano-dark.svg\" width=\"148\" height=\"38\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/duca-del-cosma-dark.svg\" width=\"278\" height=\"53\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/stryve-dark.svg\" width=\"335\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/thuerlingua-dark.svg\" width=\"160\" height=\"42\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/luxury-safari-travel-dark.png\" width=\"277\" height=\"99\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/24-7-dark.svg\" width=\"93\" height=\"112\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/zgonc-dark.svg\" width=\"209\" height=\"44\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/psi-dubai-dark-4.svg\" width=\"97\" height=\"86\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/AICA-dark.svg\" width=\"76\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/cancom-logo-dark.svg\" width=\"200\" height=\"32\" class=\"logo-carousel__img\" alt=\"\" \/><\/li>        <\/ul>\n            <\/div>\n    <\/div>\n\n<div  class=\"block-cards-list alignfull block-color-variation--white default-block-padding default-block-padding-modified default-block-padding--top-medium default-block-padding--bottom-medium\">\n  <div class=\"container container--default-2024\">\n    \n<div class=\"headline-area-wrap headline-area-wrap--centered headline-area-wrap--margin-bottom-sm \">\n\n  <div class=\"content-wrap gap-content-xs\">\n    \n    <div class=\"content-wrap gap-content-s\">\n              <h2 class=\"is-style-heading-xl mt-0\">\n          La finance, en plus rapide\n        <\/h2>\n      \n              <div class=\"copy-l p-reset\">\n          <p>amnis IA &#038; Automatisation apporte des flux intelligents pour les d\u00e9penses, les paiements et la banque \u2014 pour aider votre \u00e9quipe \u00e0 travailler plus vite tout en gardant le contr\u00f4le total gr\u00e2ce \u00e0 l&rsquo;automatisation de la comptabilit\u00e9 et de la finance.<\/p>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/div>\n\n          <div class=\"grid grid-cols-12 gap-default-2024\">\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            Automatisation comptable &#038; financi\u00e8re\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>Automatise les op\u00e9rations comptables et financi\u00e8res courantes \u2014 d\u00e9penses, paiements et rapprochements \u2014 pour r\u00e9duire le travail manuel et acc\u00e9l\u00e9rer les cl\u00f4tures.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/search_insights-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            Vous gardez le contr\u00f4le\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>L&rsquo;IA assiste \u2014 elle ne d\u00e9cide pas. Chaque r\u00e9sultat peut \u00eatre v\u00e9rifi\u00e9 et ajust\u00e9 avant validation. Les fonctionnalit\u00e9s IA peuvent \u00eatre d\u00e9sactiv\u00e9es \u00e0 tout moment.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/smart_upload-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            API pr\u00eates \u00e0 l&rsquo;int\u00e9gration\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>Connectez amnis \u00e0 votre ERP, logiciel de comptabilit\u00e9 ou syst\u00e8mes sur mesure via des points d&rsquo;acc\u00e8s API ouverts.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n            <\/div>\n      <\/div>\n<\/div>\n\n\n<section style=\"background: linear-gradient(0deg, #f5f6f9 0%, #eff1f9 36%, #dee5fa 73%, #dae3ff 100%); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse 40% 40% at 60% 40%, rgba(51,51,255,0.06) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"position: relative; z-index: 1; max-width: 1100px; margin: 0 auto;\">\n    <p style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; border: 1px solid rgba(51,51,255,0.2); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1.25rem;\">amnis AI &#038; Automation<\/p>\n    <h2 style=\"color: #0F3E82; font-size: 2.2rem; font-weight: 800; margin-bottom: 1rem;\">L&rsquo;IA assiste. Vous gardez le contr\u00f4le.<\/h2>\n    <p style=\"color: #6B6B80; font-size: 1.05rem; max-width: 580px; margin: 0 auto 2.5rem; line-height: 1.65;\">Un ensemble croissant de flux intelligents qui r\u00e9duisent le travail manuel dans les op\u00e9rations financi\u00e8res \u2014 de la banque \u00e0 l&rsquo;automatisation comptable.<\/p>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto 2.5rem; text-align: left;\">\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/invoices-accent.svg\" alt=\"Payment AI\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Payment AI<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">T\u00e9l\u00e9chargez n&rsquo;importe quelle facture. L&rsquo;IA lit et extrait les d\u00e9tails \u2014 vous approuvez avant tout envoi.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 4.5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/mail-accent.svg\" alt=\"Mail-to-Pay\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Mail-to-Pay<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Transf\u00e9rez vos factures vers votre bo\u00eete amnis. L&rsquo;IA extrait les donn\u00e9es. Vous approuvez le paiement.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 5.5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" alt=\"Expense AI\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Expense AI<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Traitement des d\u00e9penses par IA \u2014 re\u00e7us rapproch\u00e9s, TVA extraite, cat\u00e9gories pr\u00e9-remplies. Vous v\u00e9rifiez avant l&rsquo;export.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/email-invite-accent.svg\" alt=\"Email the receipt\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Envoyer le re\u00e7u par e-mail <span style=\"font-size: 0.68rem; font-weight: 700; background: rgba(254,207,132,0.3); color: #D97706; border-radius: 2rem; padding: 0.15rem 0.6rem; vertical-align: middle; margin-left: 0.3rem;\">Bient\u00f4t<\/span><\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Envoyez un re\u00e7u par e-mail \u00e0 amnis \u2014 l&rsquo;IA retrouve la transaction carte correspondante et l&rsquo;associe automatiquement.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 4.8s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/currency_exchange-accent.svg\" alt=\"Cash management\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Automatisation de la tr\u00e9sorerie<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Soldes multidevises, rapprochement automatis\u00e9 et r\u00e8gles de change configurables \u2014 en temps r\u00e9el et en toute transparence.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 5.2s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"API endpoints\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Points d&rsquo;acc\u00e8s API<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Cr\u00e9ez des flux d&rsquo;automatisation sur mesure avec des API REST ouvertes et des webhooks \u2014 les approbations restent toujours sous votre contr\u00f4le.<\/p>\n      <\/div>\n    <\/div>\n    <a href=\"https:\/\/amnistreasury.com\/fr\/reservez-une-demo\/\" style=\"display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 0.375rem; padding: 0.85rem 1.5rem; background: #3333FF; color: #FFFFFF; border: 2px solid #3333FF; text-decoration: none; transition: all 0.25s ease;\">Voir une d\u00e9mo en direct<\/a>\n  <\/div>\n  <style>\n    @keyframes amnFloat1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }\n    @keyframes amnFloat2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }\n    .amnBannerCard:hover { transform: translateY(-4px) perspective(800px) rotateX(2deg) !important; box-shadow: 0 12px 40px rgba(15,62,130,0.15) !important; }\n    @media (max-width: 960px) { .amnBannerCard { min-width: 100%; } }\n  <\/style>\n<\/section>\n\n\n\n<section style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div style=\"max-width: 1140px; margin: 0 auto; padding: 0 1.5rem;\">\n    <div style=\"text-align: center; margin-bottom: 3rem;\">\n      <span style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; background: rgba(51,51,255,0.08); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1rem;\">Payment AI<\/span>\n      <h2 style=\"color: #0F3E82; margin-bottom: 0.75rem;\">De la facture au paiement en 4 \u00e9tapes<\/h2>\n      <p style=\"color: #6B6B80; max-width: 600px; margin: 0 auto; line-height: 1.65;\">D\u00e9couvrez comment amnis IA &#038; Automatisation optimise votre processus de la facture au paiement \u2014 tout en vous laissant le contr\u00f4le \u00e0 chaque \u00e9tape.<\/p>\n    <\/div>\n    <div class=\"amnisProcessFlow\" style=\"position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 960px; margin: 0 auto;\">\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(51,51,255,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/invoices-primary.svg\" alt=\"Invoice\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">1<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">T\u00e9l\u00e9charger ou envoyer<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">D\u00e9posez un PDF ou transf\u00e9rez-le vers votre bo\u00eete de paiement amnis.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(181,227,216,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-black.svg\" alt=\"AI Extract\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">2<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">L&rsquo;IA extrait les donn\u00e9es<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Fournisseur, IBAN, montant, \u00e9ch\u00e9ance et conditions d&rsquo;escompte \u2014 tout est captur\u00e9.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(254,207,132,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/document-black.svg\" alt=\"Review\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">3<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">You review &#038; approve<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Un r\u00e9sum\u00e9 clair dans votre bo\u00eete \u2014 vous d\u00e9cidez ce qui est pay\u00e9.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.45s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(51,51,255,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-primary.svg\" alt=\"Payment\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">4<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">Paiement envoy\u00e9<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Programm\u00e9 au moment optimal pour b\u00e9n\u00e9ficier des escomptes de paiement anticip\u00e9.<\/p>\n      <\/div>\n    <\/div>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 720px; margin: 3.5rem auto 0; text-align: center;\">\n      <div><div class=\"amnisCounter\" data-target=\"90\" data-suffix=\"%\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">de travail manuel en moins<\/div><\/div>\n      <div><div class=\"amnisCounter\" data-target=\"4\" data-suffix=\"x\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">plus rapide<\/div><\/div>\n      <div><div class=\"amnisCounter\" data-target=\"100\" data-suffix=\"%\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">tra\u00e7abilit\u00e9 conforme \u00e0 l&rsquo;audit<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<style>.amnisProcessFlow::before{content:'';position:absolute;top:32px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#3333FF 0%,#B5E3D8 50%,#FECF84 100%);z-index:0}@media(max-width:768px){.amnisProcessFlow{grid-template-columns:1fr 1fr!important}.amnisProcessFlow::before{display:none}}<\/style>\n<script>\n(function(){var o=new IntersectionObserver(function(e){e.forEach(function(e){if(e.isIntersecting){e.target.querySelectorAll('.amnisProcessStep').forEach(function(s){s.style.opacity='1';s.style.transform='translateY(0)'});e.target.querySelectorAll('.amnisCounter').forEach(function(c){var t=parseInt(c.getAttribute('data-target')),su=c.getAttribute('data-suffix')||'',st=null;function a(ts){if(!st)st=ts;var p=Math.min((ts-st)\/1800,1);c.textContent=Math.round((1-Math.pow(1-p,3))*t)+su;if(p<1)requestAnimationFrame(a)}requestAnimationFrame(a)});o.unobserve(e.target)}})},{threshold:0.2});var el=document.querySelector('.amnisProcessFlow');if(el)o.observe(el.closest('section'))})();\n<\/script>\n\n\n\n<style>\n.amnis-pay-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-pay-showcase .pay-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-pay-showcase .pay-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-pay-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-pay-showcase .pay-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 1.5rem;\n}\n.amnis-pay-showcase .pay-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 2rem;\n  display: flex;\n  flex-direction: column;\n  gap: 0.75rem;\n}\n.amnis-pay-showcase .pay-features li {\n  display: flex;\n  align-items: center;\n  gap: 0.75rem;\n  font-size: 0.95rem;\n  color: #0F3E82;\n  font-family: inherit;\n}\n.amnis-pay-showcase .pay-features li .feat-icon {\n  width: 32px;\n  height: 32px;\n  border-radius: 8px;\n  background: rgba(51,51,255,0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.amnis-pay-showcase .pay-features li .feat-icon img {\n  width: 18px;\n  height: 18px;\n}\n.amnis-pay-showcase .pay-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-pay-showcase .pay-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n\n\/* Invoice card mockup *\/\n.amnis-pay-showcase .invoice-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnPayReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnPayReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-pay-showcase .invoice-card { opacity: 1; transform: none; }\n}\n.amnis-pay-showcase .invoice-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-pay-showcase .invoice-header-label {\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  opacity: 0.7;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-ai-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(51,255,100,0.15);\n  border-radius: 9999px;\n  padding: 4px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  color: #4ADE80;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-ai-badge img {\n  width: 14px;\n  height: 14px;\n}\n.amnis-pay-showcase .invoice-body {\n  padding: 24px;\n}\n.amnis-pay-showcase .invoice-vendor {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  margin-bottom: 16px;\n}\n.amnis-pay-showcase .invoice-fields {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 20px;\n}\n.amnis-pay-showcase .invoice-field-label {\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  color: var(--amnis-grey-text);\n  margin-bottom: 2px;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-field-value {\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-divider {\n  height: 1px;\n  background: var(--amnis-grey-border);\n  margin: 16px 0;\n}\n.amnis-pay-showcase .invoice-discount {\n  background: rgba(51,51,255,0.06);\n  border: 1px solid rgba(51,51,255,0.12);\n  border-radius: 6px;\n  padding: 10px 16px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 16px;\n}\n.amnis-pay-showcase .invoice-discount-label {\n  font-size: 13px;\n  color: var(--amnis-blue);\n  font-weight: 600;\n  font-family: inherit;\n  display: flex;\n  align-items: center;\n  gap: 4px;\n}\n.amnis-pay-showcase .invoice-discount-label img {\n  width: 14px;\n  height: 14px;\n}\n.amnis-pay-showcase .invoice-discount-value {\n  font-size: 13px;\n  color: var(--amnis-blue);\n  font-weight: 700;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  margin-bottom: 20px;\n}\n.amnis-pay-showcase .invoice-total-label {\n  font-size: 14px;\n  color: var(--amnis-grey-text);\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total-old {\n  font-size: 15px;\n  color: var(--amnis-grey-text);\n  text-decoration: line-through;\n  margin-right: 12px;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total-new {\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  font-variant-numeric: tabular-nums;\n}\n.amnis-pay-showcase .invoice-actions {\n  display: flex;\n  gap: 12px;\n}\n.amnis-pay-showcase .invoice-btn-approve {\n  flex: 1;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 12px 24px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: 600;\n  text-align: center;\n  font-family: inherit;\n  cursor: default;\n  transition: box-shadow var(--duration-normal) var(--ease-out);\n}\n.amnis-pay-showcase .invoice-btn-approve:hover {\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n.amnis-pay-showcase .invoice-btn-reject {\n  background: transparent;\n  color: var(--amnis-grey-text);\n  border: 1px solid var(--amnis-grey-border);\n  padding: 12px 24px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: 600;\n  text-align: center;\n  font-family: inherit;\n  cursor: default;\n}\n\n\/* Floating annotation *\/\n.amnis-pay-showcase .invoice-annotation {\n  position: absolute;\n  background: var(--amnis-white);\n  border: 1px solid rgba(51,51,255,0.2);\n  border-radius: 10px;\n  padding: 10px 14px;\n  box-shadow: var(--shadow-sm);\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  white-space: nowrap;\n}\n.amnis-pay-showcase .invoice-annotation img {\n  width: 16px;\n  height: 16px;\n}\n.amnis-pay-showcase .annotation-bottom {\n  bottom: 60px;\n  left: -20px;\n  animation: amnAnnotFloat 4s ease-in-out infinite 0.5s;\n}\n@keyframes amnAnnotFloat {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n@media (max-width: 900px) {\n  .amnis-pay-showcase .pay-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n  .amnis-pay-showcase .pay-grid > div:first-child {\n    order: 1;\n  }\n  .amnis-pay-showcase .pay-grid > div:last-child {\n    order: 2;\n  }\n  .amnis-pay-showcase .invoice-annotation {\n    display: none;\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-pay-showcase .invoice-card {\n    opacity: 1;\n    transform: none;\n    animation: none;\n  }\n  .amnis-pay-showcase .annotation-top,\n  .amnis-pay-showcase .annotation-bottom {\n    animation: none;\n  }\n}\n<\/style>\n<section class=\"amnis-pay-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"pay-grid\">\n    <div>\n      <h2>Facture re\u00e7ue. Paiement pr\u00e9par\u00e9. Vous approuvez.<\/h2>\n      <p class=\"pay-desc\">Transf\u00e9rez une facture ou t\u00e9l\u00e9chargez un PDF \u2014 l'IA amnis lit chaque d\u00e9tail en quelques secondes. Fournisseur, IBAN, montant, devise, \u00e9ch\u00e9ance et escomptes pour paiement anticip\u00e9 sont extraits automatiquement. Vous recevez un r\u00e9sum\u00e9 clair et d\u00e9cidez ce qui est pay\u00e9.<\/p>\n      <ul class=\"pay-features\">\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_suggestion-accent.svg\" alt=\"AI extraction\" \/><\/span>\n          L'IA lit le fournisseur, l'IBAN, le montant, la devise et l'\u00e9ch\u00e9ance\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"Discount detection\" \/><\/span>\n          Escomptes pour paiement anticip\u00e9 d\u00e9tect\u00e9s et appliqu\u00e9s\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"Approval\" \/><\/span>\n          Approbation en un clic \u2014 rien ne part sans votre accord\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/lock-accent.svg\" alt=\"Audit trail\" \/><\/span>\n          Tra\u00e7abilit\u00e9 compl\u00e8te de la facture au paiement\n        <\/li>\n      <\/ul>\n      <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=fr\" class=\"pay-cta\">Commencer gratuitement<\/a>\n    <\/div>\n    <div style=\"position: relative;\">\n      <div class=\"invoice-card\">\n        <div class=\"invoice-header\">\n          <span class=\"invoice-header-label\">Facture extraite par l'IA<\/span>\n          <span class=\"invoice-ai-badge\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_primary-white.svg\" alt=\"AI\" \/> Trait\u00e9e par l'IA\n          <\/span>\n        <\/div>\n        <div class=\"invoice-body\">\n          <div class=\"invoice-vendor\">M\u00fcller AG<\/div>\n          <div class=\"invoice-fields\">\n            <div>\n              <div class=\"invoice-field-label\">IBAN<\/div>\n              <div class=\"invoice-field-value\">CH93 0076 2011 6238 5295 7<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">Devise<\/div>\n              <div class=\"invoice-field-value\">CHF<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">\u00c9ch\u00e9ance<\/div>\n              <div class=\"invoice-field-value\">15 April 2026<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">N\u00b0 de facture<\/div>\n              <div class=\"invoice-field-value\">INV-2026-0847<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"invoice-divider\"><\/div>\n          <div class=\"invoice-discount\">\n            <span class=\"invoice-discount-label\">\n              <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"\" \/> 2% early-payment discount\n            <\/span>\n            <span class=\"invoice-discount-value\">\u2212CHF 244.02<\/span>\n          <\/div>\n          <div class=\"invoice-total\">\n            <span class=\"invoice-total-label\">Total \u00e0 payer<\/span>\n            <div>\n              <span class=\"invoice-total-old\">CHF 12,201.00<\/span>\n              <span class=\"invoice-total-new\">CHF 11,956.98<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"invoice-actions\">\n            <div class=\"invoice-btn-approve\">Approuver le paiement<\/div>\n            <div class=\"invoice-btn-reject\">Rejeter<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"invoice-annotation annotation-bottom\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/> Escompte d\u00e9tect\u00e9 automatiquement\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 4 : La finance, en plus rapide \u2014 3 cartes piliers avec ic\u00f4nes --><\/p>\n<p><!-- Section 6 : Email to Pay --><\/p>\n<p><!-- Section 7 : Expense AI --><\/p>\n\n\n<style>\n.amnis-exp-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-exp-showcase .exp-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-exp-showcase .exp-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-exp-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-exp-showcase .exp-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 1.5rem;\n}\n.amnis-exp-showcase .exp-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 2rem;\n  display: flex;\n  flex-direction: column;\n  gap: 0.75rem;\n}\n.amnis-exp-showcase .exp-features li {\n  display: flex;\n  align-items: center;\n  gap: 0.75rem;\n  font-size: 0.95rem;\n  color: #0F3E82;\n  font-family: inherit;\n}\n.amnis-exp-showcase .exp-features li .feat-icon {\n  width: 32px;\n  height: 32px;\n  border-radius: 8px;\n  background: rgba(51,51,255,0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.amnis-exp-showcase .exp-features li .feat-icon img {\n  width: 18px;\n  height: 18px;\n}\n.amnis-exp-showcase .exp-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-exp-showcase .exp-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n.amnis-exp-showcase .receipt-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnExpReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnExpReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-exp-showcase .receipt-card { opacity: 1; transform: none; }\n}\n.amnis-exp-showcase .receipt-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-exp-showcase .receipt-header-label {\n  font-size: 12px; font-weight: 600; text-transform: uppercase;\n  letter-spacing: 0.05em; opacity: 0.7; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-ai-badge {\n  display: inline-flex; align-items: center; gap: 6px;\n  background: rgba(51,255,100,0.15); border-radius: 9999px;\n  padding: 4px 12px; font-size: 12px; font-weight: 600;\n  color: #4ADE80; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-ai-badge img { width: 14px; height: 14px; }\n.amnis-exp-showcase .receipt-body { padding: 24px; }\n.amnis-exp-showcase .receipt-merchant {\n  font-size: 20px; font-weight: 700; color: var(--amnis-navy);\n  font-family: inherit; margin-bottom: 4px;\n}\n.amnis-exp-showcase .receipt-merchant-sub {\n  font-size: 13px; color: var(--amnis-grey-text);\n  font-family: inherit; margin-bottom: 16px;\n}\n.amnis-exp-showcase .receipt-fields {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 14px; margin-bottom: 20px;\n}\n.amnis-exp-showcase .receipt-field-label {\n  font-size: 11px; font-weight: 600; text-transform: uppercase;\n  letter-spacing: 0.06em; color: var(--amnis-grey-text);\n  margin-bottom: 2px; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-field-value {\n  font-size: 14px; font-weight: 500; color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-exp-showcase .receipt-divider {\n  height: 1px; background: var(--amnis-grey-border); margin: 16px 0;\n}\n.amnis-exp-showcase .receipt-cat-row {\n  display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap;\n}\n.amnis-exp-showcase .receipt-cat-tag {\n  display: inline-flex; align-items: center; gap: 5px;\n  padding: 6px 14px; border-radius: 9999px; font-size: 12px;\n  font-weight: 600; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-vat-box {\n  background: rgba(51,51,255,0.06); border: 1px solid rgba(51,51,255,0.12);\n  border-radius: 6px; padding: 10px 16px; display: flex;\n  justify-content: space-between; align-items: center; margin-bottom: 16px;\n}\n.amnis-exp-showcase .receipt-vat-label {\n  font-size: 13px; color: var(--amnis-blue); font-weight: 600;\n  font-family: inherit; display: flex; align-items: center; gap: 4px;\n}\n.amnis-exp-showcase .receipt-vat-label img { width: 14px; height: 14px; }\n.amnis-exp-showcase .receipt-vat-value {\n  font-size: 13px; color: var(--amnis-blue); font-weight: 700;\n  font-family: inherit;\n}\n.amnis-exp-showcase .receipt-total {\n  display: flex; justify-content: space-between;\n  align-items: baseline; margin-bottom: 20px;\n}\n.amnis-exp-showcase .receipt-total-label {\n  font-size: 14px; color: var(--amnis-grey-text); font-family: inherit;\n}\n.amnis-exp-showcase .receipt-total-amount {\n  font-size: 26px; font-weight: 700; color: var(--amnis-navy);\n  font-family: inherit; font-variant-numeric: tabular-nums;\n}\n.amnis-exp-showcase .receipt-status {\n  display: flex; align-items: center; justify-content: center; gap: 8px;\n  background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.15);\n  border-radius: 6px; padding: 12px; font-size: 14px; font-weight: 600;\n  color: #059669; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-status img { width: 16px; height: 16px; }\n\n@media (max-width: 900px) {\n  .amnis-exp-showcase .exp-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n  .amnis-exp-showcase .exp-grid > div:first-child {\n    order: 2;\n  }\n  .amnis-exp-showcase .exp-grid > div:last-child {\n    order: 1;\n  }\n\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-exp-showcase .receipt-card { opacity: 1; transform: none; animation: none; }\n\n}\n<\/style>\n<section class=\"amnis-exp-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"exp-grid\">\n    <div style=\"position: relative;\">\n      <div class=\"receipt-card\">\n        <div class=\"receipt-header\">\n          <span class=\"receipt-header-label\">Re\u00e7u extrait par l'IA<\/span>\n          <span class=\"receipt-ai-badge\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_primary-white.svg\" alt=\"AI\" \/> Trait\u00e9e par l'IA\n          <\/span>\n        <\/div>\n        <div class=\"receipt-body\">\n          <div class=\"receipt-merchant\">Hilton Geneva<\/div>\n          <div class=\"receipt-merchant-sub\">H\u00f4tel & Conf\u00e9rence \u2014 D\u00e9placement professionnel, 10 mars 2026<\/div>\n          <div class=\"receipt-fields\">\n            <div>\n              <div class=\"receipt-field-label\">Montant<\/div>\n              <div class=\"receipt-field-value\">CHF 289.00<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Devise<\/div>\n              <div class=\"receipt-field-value\">CHF<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Date<\/div>\n              <div class=\"receipt-field-value\">10 March 2026<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Carte<\/div>\n              <div class=\"receipt-field-value\">\u2022\u2022\u2022\u2022 4872<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"receipt-divider\"><\/div>\n          <div class=\"receipt-cat-row\">\n            <span class=\"receipt-cat-tag\" style=\"background: rgba(147,51,234,0.08); color: #7C3AED;\">H\u00e9bergement<\/span>\n            <span class=\"receipt-cat-tag\" style=\"background: rgba(51,51,255,0.08); color: #3333FF;\">CC: Sales DACH<\/span>\n          <\/div>\n          <div class=\"receipt-vat-box\">\n            <span class=\"receipt-vat-label\">\n              <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"\" \/> TVA extraite\n            <\/span>\n            <span class=\"receipt-vat-value\">CHF 21.50 (7.7%)<\/span>\n          <\/div>\n          <div class=\"receipt-total\">\n            <span class=\"receipt-total-label\">D\u00e9pense totale<\/span>\n            <span class=\"receipt-total-amount\">CHF 289.00<\/span>\n          <\/div>\n          <div class=\"receipt-status\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/>\n            Rapproch\u00e9e avec la transaction carte \u2022 Pr\u00eate pour la comptabilit\u00e9\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n    <div>\n      <span class=\"exp-badge\">Expense AI<\/span>\n      <h2>Les d\u00e9penses qui se g\u00e8rent toutes seules<\/h2>\n      <p class=\"exp-desc\">Photographiez n'importe quel re\u00e7u. amnis lit le commer\u00e7ant, le montant et la cat\u00e9gorie \u2014 puis classe la d\u00e9pense automatiquement. Votre \u00e9quipe consacre moins de temps \u00e0 l'administratif et vous obtenez des donn\u00e9es plus fiables gr\u00e2ce \u00e0 l'automatisation des d\u00e9penses.<\/p>\n      <ul class=\"exp-features\">\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_suggestion-accent.svg\" alt=\"AI scanning\" \/><\/span>\n          Num\u00e9risation des re\u00e7us par IA\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" alt=\"Auto-categorise\" \/><\/span>\n          Cat\u00e9gorisation et \u00e9tiquetage automatiques\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/><\/span>\n          Flux d'approbation int\u00e9gr\u00e9s\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"Real-time reporting\" \/><\/span>\n          Rapports de d\u00e9penses en temps r\u00e9el\n        <\/li>\n      <\/ul>\n      <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=fr\" class=\"exp-cta\">Commencer<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 8: Cash Management --><\/p>\n\n\n<style>\n.amnis-api-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-api-showcase .api-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-api-showcase .api-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-api-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-api-showcase .api-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 2rem;\n}\n.amnis-api-showcase .api-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-api-showcase .api-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n\n\/* API card mockup *\/\n.amnis-api-showcase .api-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnApiReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnApiReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-api-showcase .api-card { opacity: 1; transform: none; }\n}\n.amnis-api-showcase .api-card-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-api-showcase .api-card-header-label {\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  opacity: 0.7;\n  font-family: inherit;\n}\n.amnis-api-showcase .api-card-status {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(51,255,100,0.15);\n  border-radius: 9999px;\n  padding: 4px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  color: #4ADE80;\n  font-family: inherit;\n}\n.amnis-api-showcase .api-card-body {\n  padding: 0;\n}\n\n\/* Endpoint row *\/\n.amnis-api-showcase .api-endpoint {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--amnis-grey-border);\n}\n.amnis-api-showcase .api-method {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  font-family: 'Courier New', monospace;\n  letter-spacing: 0.03em;\n  padding: 3px 8px;\n  border-radius: 4px;\n  flex-shrink: 0;\n}\n.amnis-api-showcase .method-get {\n  background: rgba(5,150,105,0.1);\n  color: #059669;\n}\n.amnis-api-showcase .method-post {\n  background: rgba(51,51,255,0.08);\n  color: var(--amnis-blue);\n}\n.amnis-api-showcase .api-path {\n  font-size: 13px;\n  font-weight: 500;\n  color: var(--amnis-navy);\n  font-family: 'Courier New', monospace;\n}\n\n\/* Code block *\/\n.amnis-api-showcase .api-code {\n  background: #0A2D5E;\n  padding: 20px 24px;\n  font-family: 'Courier New', monospace;\n  font-size: 12px;\n  line-height: 1.7;\n  color: #e2e8f0;\n  overflow-x: auto;\n}\n.amnis-api-showcase .code-comment { color: #64748b; }\n.amnis-api-showcase .code-key { color: #93c5fd; }\n.amnis-api-showcase .code-string { color: #86efac; }\n.amnis-api-showcase .code-number { color: #fbbf24; }\n.amnis-api-showcase .code-method { color: #c4b5fd; }\n\n\/* Webhook event row *\/\n.amnis-api-showcase .api-webhook {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 24px;\n  border-top: 1px solid var(--amnis-grey-border);\n  background: var(--amnis-grey-bg);\n}\n.amnis-api-showcase .api-webhook-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  flex-shrink: 0;\n  animation: amnApiPulse 2s ease-in-out infinite;\n}\n@keyframes amnApiPulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.4; }\n}\n.amnis-api-showcase .api-webhook-label {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-api-showcase .api-webhook-time {\n  font-size: 11px;\n  color: var(--amnis-grey-text);\n  font-family: inherit;\n  margin-left: auto;\n}\n\n@media (max-width: 900px) {\n  .amnis-api-showcase .api-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-api-showcase .api-card { opacity: 1; transform: none; animation: none; }\n  .amnis-api-showcase .api-webhook-dot { animation: none; }\n}\n<\/style>\n<section class=\"amnis-api-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"api-grid\">\n    <div>\n      <span class=\"api-badge\">API & Int\u00e9grations<\/span>\n      <h2>Cr\u00e9ez vos propres flux d'automatisation<\/h2>\n      <p class=\"api-desc\">Des points d'acc\u00e8s API ouverts permettent aux d\u00e9veloppeurs de connecter amnis \u00e0 n'importe quel syst\u00e8me \u2014 ERP, e-commerce, outils internes sur mesure. Int\u00e9grez Mail-to-Pay et la soumission de re\u00e7us dans vos propres flux tout en gardant le contr\u00f4le des approbations.<\/p>\n      <a href=\"https:\/\/amnistreasury.com\/fr\/api\/\" class=\"api-cta\">Explorer l'API<\/a>\n    <\/div>\n    <div>\n      <div class=\"api-card\">\n        <div class=\"api-card-header\">\n          <span class=\"api-card-header-label\">amnis REST API<\/span>\n          <span class=\"api-card-status\">\n            <span style=\"width:6px;height:6px;border-radius:50%;background:#4ADE80;display:inline-block;\"><\/span> Actif\n          <\/span>\n        <\/div>\n        <div class=\"api-card-body\">\n          <div class=\"api-endpoint\">\n            <span class=\"api-method method-post\">POST<\/span>\n            <span class=\"api-path\">\/v1\/payments\/create<\/span>\n          <\/div>\n          <div class=\"api-endpoint\">\n            <span class=\"api-method method-get\">GET<\/span>\n            <span class=\"api-path\">\/v1\/accounts\/balances<\/span>\n          <\/div>\n          <div class=\"api-endpoint\" style=\"border-bottom: none;\">\n            <span class=\"api-method method-get\">GET<\/span>\n            <span class=\"api-path\">\/v1\/transactions?status=pending<\/span>\n          <\/div>\n          <div class=\"api-code\">\n            <span class=\"code-comment\">\/\/ POST \/v1\/payments\/create<\/span><br\/>\n            {<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"beneficiary\"<\/span>: <span class=\"code-string\">\"M\u00fcller AG\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"iban\"<\/span>: <span class=\"code-string\">\"CH93 0076 2011 6238 5295 7\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"amount\"<\/span>: <span class=\"code-number\">11956.98<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"currency\"<\/span>: <span class=\"code-string\">\"CHF\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"reference\"<\/span>: <span class=\"code-string\">\"INV-2026-0847\"<\/span><br\/>\n            }\n          <\/div>\n          <div class=\"api-webhook\">\n            <span class=\"api-webhook-dot\" style=\"background: #059669;\"><\/span>\n            <span class=\"api-webhook-label\">payment.approved<\/span>\n            <span class=\"api-webhook-time\">\u00c0 l'instant<\/span>\n          <\/div>\n          <div class=\"api-webhook\" style=\"border-top: 1px solid var(--amnis-grey-border);\">\n            <span class=\"api-webhook-dot\" style=\"background: var(--amnis-blue);\"><\/span>\n            <span class=\"api-webhook-label\">payment.scheduled<\/span>\n            <span class=\"api-webhook-time\">Il y a 2 min<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 9: API & Int\u00e9grations --><\/p>\n<p><!-- Section 10 : L'IA assiste \u2014 vous gardez le contr\u00f4le --><\/p>\n\n\n<section style=\"padding: 5.5rem 1.5rem; background: #F1F5FA; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(181,227,216,0.2) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"position: absolute; bottom: 0; left: 0; width: 250px; height: 250px; background: radial-gradient(circle, rgba(51,51,255,0.06) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"max-width: 1100px; margin: 0 auto; position: relative; z-index: 1;\">\n    <div style=\"text-align: center; margin-bottom: 3.5rem;\">\n      <p style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; border: 1px solid rgba(51,51,255,0.2); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1rem;\">Feuille de route IA & Automatisation<\/p>\n      <h2 style=\"color: #0F3E82; font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem;\">Expense AI n'est que le d\u00e9but.<\/h2>\n      <p style=\"color: #6B6B80; font-size: 1.05rem; max-width: 640px; margin: 0 auto; line-height: 1.65;\">Au cours des prochains mois, nous enrichirons amnis IA & Automatisation avec de nouveaux flux facture-paiement, des int\u00e9grations plus pouss\u00e9es et des services bancaires assist\u00e9s par l'IA \u2014 le tout sous votre contr\u00f4le.<\/p>\n    <\/div>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;\">\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.1); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; background: #B5E3D8; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #0F3E82;\">Disponible<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">En production<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Payment AI \u2014 planifier des paiements depuis des documents t\u00e9l\u00e9charg\u00e9s<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Payment AI \u2014 planifier des paiements en transf\u00e9rant un e-mail<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Expense AI \u2014 reconnaissance des re\u00e7us par IA<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Expense AI \u2014 pr\u00e9-classification des d\u00e9penses par IA<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Int\u00e9grations amnis Marketplace<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(51,51,255,0.12); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; background: #3333FF; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #3333FF;\">Bient\u00f4t<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">Q2 2026<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Fonctionnalit\u00e9s IA dans l'application mobile<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Re\u00e7u par e-mail<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Flux d'approbation (configurables)<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Planification automatis\u00e9e des exports<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Cha\u00eenes d'approbation multi-niveaux<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> AI Banking \u2014 interface conversationnelle et analyses intelligentes<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(254,207,132,0.3); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; border: 2px solid #FECF84; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #FECF84;\">Prochaine \u00e9tape<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">Part of our Feuille de route IA & Automatisation<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Expense Agent \u2014 flux de d\u00e9penses assist\u00e9s<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Treasury Agent \u2014 pr\u00e9vision de tr\u00e9sorerie intelligente<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Pre-Accounting Agent<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> MCP Server & connecteurs<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n  <style>\n    .amnRoadmapCard:hover { transform: translateY(-6px) !important; box-shadow: 0 12px 40px rgba(15,62,130,0.15) !important; }\n    @media (max-width: 960px) { .amnRoadmapCard { min-width: 100%; } }\n  <\/style>\n  <script>\n    (function() {\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            var cards = entry.target.querySelectorAll('.amnRoadmapCard');\n            cards.forEach(function(card, i) {\n              setTimeout(function() {\n                card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n                card.style.opacity = '1';\n                card.style.transform = 'translateY(0)';\n              }, i * 150);\n            });\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.2 });\n      var section = document.currentScript.closest('section');\n      if (section) observer.observe(section);\n    })();\n  <\/script>\n<\/section>\n\n\n<div  class=\"block-simple-call-to-action alignfull block-color-variation--white default-block-padding-medium\">\n  <div>\n    <div class=\"container max-w-[1030px] text-center\">\n      <div class=\"content-wrap gap-content-l\">\n        <div class=\"content-wrap gap-content-s\">\n                      <h2 class=\"is-style-heading-xl\">\n            Multipliez votre productivit\u00e9, <strong>pas vos effectifs.<\/strong>\n            <\/h2>\n          \n                      <div class=\"copy-l p-reset\">\n              <p>Rejoignez plus de 5 000 \u00e9quipes financi\u00e8res qui utilisent amnis IA &#038; Automatisation pour cl\u00f4turer plus vite, r\u00e9duire les t\u00e2ches r\u00e9p\u00e9titives et garder le contr\u00f4le total. \u00c9tablissement de paiement europ\u00e9en agr\u00e9\u00e9. Sans frais cach\u00e9s. Int\u00e9gration en 48 heures et testez l&rsquo;automatisation comptable.<\/p>\n            <\/div>\n                  <\/div>\n\n        <div class=\"flex items-center flex-wrap gap-4 sm:gap-8 justify-center\">\n                      <div class=\"\">\n              <a class=\"c-button\" href=\"https:\/\/amnistreasury.com\/fr\/reservez-une-demo\/\" target=\"_self\">\n                                R\u00e9server une d\u00e9mo                              <\/a>\n            <\/div>\n          \n                      <div class=\"\">\n              <a class=\"c-button c-button--secondary\" href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=fr\" target=\"_self\">\n                                Commencer gratuitement                              <\/a>\n            <\/div>\n                  <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div  class=\"block-faq-accordion not-typo alignfull block-color-variation--light default-block-padding default-block-padding-modified default-block-padding--top-medium default-block-padding--bottom-medium\">\n  <div class=\"container container--tight container--default-2024\">\n    \n<div class=\"headline-area-wrap headline-area-wrap--centered headline-area-wrap--margin-bottom-sm \">\n\n  <div class=\"content-wrap gap-content-xs\">\n    \n    <div class=\"content-wrap gap-content-s\">\n              <h2 class=\"is-style-heading-xl mt-0\">\n          Questions fr\u00e9quentes        <\/h2>\n      \n              <div class=\"copy-l p-reset\">\n          <p>Tout ce que vous devez savoir sur amnis IA &#038; Automatisation.<\/p>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/div>\n\n          <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-6  links-styled\">\n          <div class=\"\">\n                  <div class=\"c-faq-accordion\">\n                                          <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle c-faq-accordion__subtitle--active\">\n                    <button>\n                      <span>\n                        Qu'est-ce qu'amnis IA & Automatisation ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text c-faq-accordion__text--active\" >\n                    <div>\n                      <p>amnis IA &#038; Automatisation est un ensemble croissant de flux intelligents qui r\u00e9duisent le travail financier manuel \u2014 en commen\u00e7ant par le traitement des d\u00e9penses par IA et en s&rsquo;\u00e9tendant aux paiements et aux services bancaires. Il automatise les t\u00e2ches routini\u00e8res tout en laissant le contr\u00f4le total \u00e0 votre \u00e9quipe financi\u00e8re.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Comment fonctionne Payment AI ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>T\u00e9l\u00e9chargez n&rsquo;importe quelle facture (PDF, image ou document scann\u00e9) et l&rsquo;IA amnis la lit, en extrayant le fournisseur, l&rsquo;IBAN, le montant, la devise, l&rsquo;\u00e9ch\u00e9ance et les conditions d&rsquo;escompte. Vous v\u00e9rifiez, approuvez et d\u00e9cidez. amnis programme le paiement au moment optimal.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Puis-je d\u00e9sactiver les fonctionnalit\u00e9s IA ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Oui. L&rsquo;IA assiste \u2014 elle ne d\u00e9cide pas. Chaque r\u00e9sultat peut \u00eatre v\u00e9rifi\u00e9 et ajust\u00e9 avant validation. Les fonctionnalit\u00e9s IA peuvent \u00eatre d\u00e9sactiv\u00e9es \u00e0 tout moment, et vous gardez toujours le contr\u00f4le total sur chaque approbation et d\u00e9cision.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                    <\/div>\n              <\/div>\n      <div>\n                  <div class=\"c-faq-accordion\">\n                                          <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Qu'est-ce que Mail-to-Pay ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Transf\u00e9rez l&rsquo;e-mail de facture de votre fournisseur vers votre bo\u00eete de paiement amnis d\u00e9di\u00e9e. L&rsquo;IA extrait les d\u00e9tails de paiement du corps de l&rsquo;e-mail et des pi\u00e8ces jointes. Les escomptes et \u00e9ch\u00e9ances sont signal\u00e9s. Vous approuvez avant tout r\u00e8glement.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Que fait Expense AI ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Expense AI assure le traitement des d\u00e9penses par IA, du re\u00e7u aux donn\u00e9es comptables. Il extrait le commer\u00e7ant, le montant, la date et la TVA de n&rsquo;importe quel re\u00e7u, pr\u00e9-classe les cat\u00e9gories et centres de co\u00fbts, rapproche automatiquement les re\u00e7us des transactions carte et envoie des rappels automatis\u00e9s pour les re\u00e7us manquants.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        amnis propose-t-il un acc\u00e8s API ?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Oui. Des points d&rsquo;acc\u00e8s API REST ouverts permettent aux d\u00e9veloppeurs de connecter amnis \u00e0 n&rsquo;importe quel syst\u00e8me \u2014 ERP, e-commerce ou outils sur mesure. L&rsquo;API prend en charge les flux Email to Pay, la soumission automatis\u00e9e de re\u00e7us, les webhooks et les paiements par lot. Documentation compl\u00e8te et environnement de test disponibles.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                    <\/div>\n              <\/div>\n              <\/div>\n                    \n      <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>&#10024; IA &amp; Automatisation Les t\u00e2ches r\u00e9p\u00e9titives, g\u00e9r\u00e9es pour vous amnis IA &amp; Automatisation r\u00e9duit le travail financier manuel \u2014 d\u00e9penses, paiements et op\u00e9rations bancaires \u2014 tout en vous laissant le contr\u00f4le total sur chaque approbation et d\u00e9cision. COMMENCER GRATUITEMENT R\u00c9SERVER UNE D\u00c9MO Facture analys\u00e9e Facture fournisseur n\u00b04821 Rapprochement automatique &bull; Pr\u00eate pour approbation Paiement [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-85386","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/pages\/85386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/comments?post=85386"}],"version-history":[{"count":5,"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/pages\/85386\/revisions"}],"predecessor-version":[{"id":85403,"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/pages\/85386\/revisions\/85403"}],"wp:attachment":[{"href":"https:\/\/amnistreasury.com\/fr\/wp-json\/wp\/v2\/media?parent=85386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}