@@ -8099,6 +8386,7 @@ const Employes = (props) => {
height: 500,
width: '100%',
paddingRight: '1px',
+ fontFamily:"Plus Jakarta Sans, sans-serif", color:'#EEF1F6',
// Gestion des cellule a distance ou presentiel
'& .cell--distantiel': {
diff --git a/src/index.css b/src/index.css
index a3f541d..bb9c966 100644
--- a/src/index.css
+++ b/src/index.css
@@ -5,6 +5,10 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+
+ font-family: 'DM Sans', 'Inter';
+
+
}
code {
diff --git a/src/pages/account.js b/src/pages/account.js
index 23be347..33ba542 100644
--- a/src/pages/account.js
+++ b/src/pages/account.js
@@ -1,14 +1,18 @@
import Navigation from "../components/Navigation";
import Account from "./../components/Account";
-
-
+import New_C_Header_2025_V2 from "../components/header_automatic_files/Header";
+import New_C_Footer_Without_Testimony_2025_V2 from "../components/footer_automatic_files/Layout_Without_Testimony";
+import New_Navigation_2025 from "../components/New_Navigation_2025";
const account = () => {
- return(
-
-
+ return (
+
+
)
diff --git a/src/styles/components/_partner.scss b/src/styles/components/_partner.scss
index f6f9640..dbedab7 100644
--- a/src/styles/components/_partner.scss
+++ b/src/styles/components/_partner.scss
@@ -2111,6 +2111,7 @@
background-color: #104277 !important;
overflow: hidden !important;
box-sizing: unset !important;
+ font-family: DM Sans !important;
}
@@ -2149,6 +2150,7 @@
.ps-menuitem-root {
box-sizing: unset !important;
+ font-family: DM Sans !important;
}
.ps-menu-button {
@@ -2157,12 +2159,14 @@
text-transform: uppercase;
background-color: #104277 !important;
box-sizing: unset !important;
+ font-family: DM Sans !important;
}
.tooltip_css {
background: #81BC3A;
z-index: 9999;
+ font-family: DM Sans !important;
}