{"id":10,"date":"2021-09-23T09:02:48","date_gmt":"2021-09-23T09:02:48","guid":{"rendered":"https:\/\/cafpi.axelerance.fr\/?page_id=10"},"modified":"2026-06-04T07:08:13","modified_gmt":"2026-06-04T07:08:13","slug":"accueil","status":"publish","type":"page","link":"https:\/\/partenaires.axelerance.fr\/","title":{"rendered":"Accueil"},"content":{"rendered":"\n<div class=\"intro-block\">\n  <div class=\"intro-content\">\n    <div class=\"logo-container\" id=\"axelerance-logo\">\n      <a href=\"https:\/\/www.axelerance.fr\" target=\"_blank\" rel=\"noopener noreferrer\">\n        <img decoding=\"async\" src=\"https:\/\/partenaires.axelerance.fr\/wp-content\/uploads\/2025\/06\/logo-1.png\" alt=\"Axelerance Logo\" class=\"logo\">\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n\n<style>\n.products-container {\n  margin-top: 30px;\n  margin-bottom: 40px;\n  display: flex;\n  justify-content: space-evenly;\n  flex-wrap: wrap;\n  gap: 20px;\n}\n\n.product {\n  background-color: #007b8f;\n  color: white;\n  border-radius: 12px;\n  padding: 30px 20px;\n  width: calc(45% - 20px);\n  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n  text-align: center;\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n  position: relative;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.product:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n}\n\n.product-title {\n  font-size: 22px;\n  font-weight: 700;\n  margin-bottom: 5px;\n}\n\n.product-hours {\n  font-size: 16px;\n  font-weight: 400;\n  color: #d7f5f8;\n}\n\n.button-group {\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n  gap: 10px;\n  flex-wrap: wrap;\n}\n\n.product-button {\n  flex: 1 1 auto;\n  padding: 12px 18px;\n  font-size: 16px;\n  font-weight: bold;\n  border-radius: 8px;\n  color: #fff;\n  text-decoration: none;\n  transition: background-color 0.3s ease;\n  min-width: 140px;\n  text-align: center;\n  position: relative;\n}\n\n.no-finance {\n  background-color: #00a3ad;\n}\n\n.no-finance:hover {\n  background-color: #008b96;\n}\n\n.opco {\n  background-color: #cf6662;\n}\n\n.opco:hover {\n  background-color: #b95451;\n}\n\n.opco-badge::after {\n  content: \"Le + populaire\";\n  position: absolute;\n  top: -12px;\n  right: -12px;\n  background-color: #ffc107;\n  color: #000;\n  font-size: 12px;\n  font-weight: bold;\n  padding: 4px 6px;\n  border-radius: 6px;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .product {\n    width: 100%;\n  }\n\n  .button-group {\n    flex-direction: column;\n  }\n\n  .product-button {\n    width: 100%;\n  }\n}\n<\/style>\n\n<div style=\"text-align: center;\">\n  <h1>Formations r\u00e9glementaires annuelles 2026<\/h1>\n  <p><strong>Il n&rsquo;est pas trop tard pour r\u00e9aliser vos formations<\/strong><\/p><strong>\n<\/strong><\/div><strong>\n\n<div class=\"products-container\">\n\n  <!-- Produit -->\n  <div class=\"product\">\n    <div class=\"product-title\">DCI DDA et autres activit\u00e9s de cr\u00e9dit<\/div>\n    <div class=\"product-hours\">24 heures de formation<\/div>\n\n    <div class=\"button-group\">\n        <a href=\"https:\/\/www.axelerance.fr\/panier\/?apply_coupon=DCIDDAFC*&amp;add_to_cart=7396\" target=\"_blank\" class=\"product-button no-finance\">\n            <span style=\"font-size:2em;\">109\u20ac<\/span><br>\n            Sans prise en charge\n        <\/a>\n\n        <a href=\"https:\/\/www.axelerance.fr\/panier\/?apply_coupon=DCIDDAFC&amp;add_to_cart=7396\" target=\"_blank\" class=\"product-button opco opco-badge\">\n            <span style=\"font-size:2em;\">139\u20ac<\/span><br>\n            Avec prise en charge\n        <\/a>\n    <\/div>\n<\/div>\n\n\n<\/div><\/strong>\n\n<style>\n\/* ---- Interlocutrices ---- *\/\n.contact-section {\n    margin-top: 48px;\n}\n\n.contact-cards {\n    display: flex;\n    gap: 24px;\n    flex-wrap: wrap;\n}\n\n.contact-card {\n    flex: 1 1 300px;\n    border-radius: 10px;\n    overflow: hidden;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n    display: flex;\n    flex-direction: column;\n    min-height: 700px;\n    position: relative;\n    background-color: #0a2851;\n    transition: box-shadow 0.3s ease, transform 0.3s ease;\n}\n\n.contact-card-img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center top;\n    display: block;\n}\n\n.contact-card-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(10,40,81,0.55) 0%, rgba(10,40,81,0.15) 40%, transparent 100%);\n    transition: opacity 0.3s ease;\n}\n\n.contact-card:hover .contact-card-overlay {\n    opacity: 0;\n}\n\n.contact-card--no-bg {\n    background-color: transparent;\n    box-shadow: none;\n}\n\n.contact-card-text {\n    flex: 1 1 300px;\n    min-height: 0;\n    display: flex;\n    align-items: flex-start;\n    padding: 24px;\n    color: #0a2851;\n    background-color: #ffffff;\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);\n}\n\n.contact-card:hover {\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n    transform: translateY(-4px);\n}\n\n.contact-card-body {\n    position: relative;\n    z-index: 2;\n    margin: auto 16px 16px;\n    padding: 18px 20px;\n    background: rgba(255, 255, 255, 0.9);\n    border-radius: 8px;\n    backdrop-filter: blur(4px);\n}\n\n.contact-card-name {\n    font-size: 1.15rem;\n    font-weight: 700;\n    color: #0a2851;\n    margin: 0 0 2px;\n}\n\n.contact-card-role {\n    font-size: 0.82rem;\n    font-weight: 600;\n    color: rgba(10,40,81,0.55);\n    margin: 0 0 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n}\n\n.contact-card-info {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n}\n\n.contact-card-info a {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: #0a2851;\n    text-decoration: none;\n    font-size: 0.88rem;\n    opacity: 0.85;\n    transition: opacity 0.2s ease;\n}\n\n.contact-card-info a:hover {\n    opacity: 1;\n    text-decoration: none;\n}\n\n.contact-card-info svg {\n    flex-shrink: 0;\n    fill: rgba(255,111,97,1);\n}\n\n.contact-card-info a[href^=\"tel\"] {\n    font-size: 1rem;\n    font-weight: 700;\n}\n\n.drawer-section-title {\n    font-size: 1.6rem;\n    font-weight: 700;\n    color: #0a2851;\n    margin-bottom: 16px;\n}\n<\/style>\n\n<div class=\"contact-section\">\n    <h2 class=\"drawer-section-title\">Vos interlocutrices<\/h2>\n\n    <div class=\"contact-cards\">\n\n        <div class=\"contact-card\">\n            <img decoding=\"async\" class=\"contact-card-img\" src=\"https:\/\/www.axelerance.fr\/wp-content\/themes\/axelerance-2026\/img\/cncef\/ej.png\" alt=\"Elodie JOURDAN\">\n            <div class=\"contact-card-overlay\"><\/div>\n            <div class=\"contact-card-body\">\n                <p class=\"contact-card-name\">Elodie JOURDAN<\/p>\n                <p class=\"contact-card-role\">Charg\u00e9e de relations clients<\/p>\n                <div class=\"contact-card-info\">\n                    <a href=\"mailto:e.jourdan@axelerance.fr\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z\"\/><\/svg>\n                        e.jourdan@axelerance.fr\n                    <\/a>\n                    <a href=\"tel:+330685839251\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M16.57 22a2 2 0 0 0 1.43-.59l2.71-2.71a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0l-1.6 1.59a7.55 7.55 0 0 1-3-1.59 7.62 7.62 0 0 1-1.59-3l1.59-1.6a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.43 15.28 15.28 0 0 0 6.3 17.7 15.28 15.28 0 0 0 16.57 22z\"\/><\/svg>\n                        +33 6 85 83 92 51\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"contact-card\">\n            <img decoding=\"async\" class=\"contact-card-img\" src=\"https:\/\/www.axelerance.fr\/wp-content\/themes\/axelerance-2026\/img\/cncef\/al.png\" alt=\"Anne-Laure DUBOURG\">\n            <div class=\"contact-card-overlay\"><\/div>\n            <div class=\"contact-card-body\">\n                <p class=\"contact-card-name\">Anne-Laure DUBOURG<\/p>\n                <p class=\"contact-card-role\">Formatrice<\/p>\n                <div class=\"contact-card-info\">\n                    <a href=\"mailto:al.dubourg@axelerance.fr\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M20 4H4c-1.103 0-2 .897-2 2v12c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2zm0 2v.511l-8 6.223-8-6.222V6h16zM4 18V9.044l7.386 5.745a.994.994 0 0 0 1.228 0L20 9.044 20.002 18H4z\"\/><\/svg>\n                        al.dubourg@axelerance.fr\n                    <\/a>\n                    <a href=\"tel:+337721466530\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\"><path d=\"M16.57 22a2 2 0 0 0 1.43-.59l2.71-2.71a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0l-1.6 1.59a7.55 7.55 0 0 1-3-1.59 7.62 7.62 0 0 1-1.59-3l1.59-1.6a1 1 0 0 0 0-1.41l-4-4a1 1 0 0 0-1.41 0L2.59 6A2 2 0 0 0 2 7.43 15.28 15.28 0 0 0 6.3 17.7 15.28 15.28 0 0 0 16.57 22z\"\/><\/svg>\n                        +33 7 72 14 65 30\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Formations r\u00e9glementaires annuelles 2026 Il n&rsquo;est pas trop tard pour r\u00e9aliser vos formations DCI DDA et autres activit\u00e9s de cr\u00e9dit 24 heures de formation 109\u20ac Sans prise en charge 139\u20ac Avec prise en charge Vos interlocutrices Elodie JOURDAN Charg\u00e9e de relations clients e.jourdan@axelerance.fr +33 6 85 83 92 51 Anne-Laure DUBOURG Formatrice al.dubourg@axelerance.fr +33 7 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10"}],"version-history":[{"count":90,"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":274,"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=\/wp\/v2\/pages\/10\/revisions\/274"}],"wp:attachment":[{"href":"https:\/\/partenaires.axelerance.fr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}