diff --git a/src/components/Abonnement.js b/src/components/Abonnement.js
index a4e99f7..bd1de32 100644
--- a/src/components/Abonnement.js
+++ b/src/components/Abonnement.js
@@ -1636,7 +1636,7 @@ function Abonnement(props) {
Titulaire du compte : {JSON.parse(payment).nom_compte}
{String(props.articelcomment.sender_mail).split('@')[0]}
- {(String(props.articelcomment.date_update)).substring(0, 16)}
+ {(String(props.articelcomment.update_date)).substring(0, 16)}
diff --git a/src/components/Autre_RH.js b/src/components/Autre_RH.js
index 50fcc79..9fdb3e6 100644
--- a/src/components/Autre_RH.js
+++ b/src/components/Autre_RH.js
@@ -8615,9 +8615,10 @@ const Autre_RH = (props) => {
}
},*/
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
@@ -9781,9 +9782,10 @@ const Autre_RH = (props) => {
width: '100%',
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
@@ -10342,9 +10344,10 @@ const Autre_RH = (props) => {
width: '100%',
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
}}
>
@@ -10413,9 +10416,10 @@ const Autre_RH = (props) => {
width: '100%',
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
}}
>
diff --git a/src/components/CheckOut.js b/src/components/CheckOut.js
index e389892..dba7495 100644
--- a/src/components/CheckOut.js
+++ b/src/components/CheckOut.js
@@ -1841,7 +1841,7 @@ function CheckOut(props) {
Titulaire du compte : {JSON.parse(payment).nom_compte}
- Dernière mise à jour : {(JSON.parse(payment).date_update).substring(0, 10)}
+ Dernière mise à jour : {(JSON.parse(payment).update_date).substring(0, 10)}
}
@@ -1858,7 +1858,7 @@ function CheckOut(props) {
Titulaire de la carte : {JSON.parse(payment).nom_carte}
+ {isLoading &&
}
+ {/*** Affichage des messages d'alerte*/}
+ {display_alert_mysy && String(display_alert_mysy) === "1" &&
+
+ }
+ {/*** FIN Affichage des messages d'alerte*/}
+
+
+
+
+
+
+
+
Réferentiels pédagogiques
+
+
+ Réferenttiel pédagogique
+ Pôle Activité
+ Activités Pédag.
+ Tâches Pédag.
+
+
+
+ {submenu && submenu === "tache_padagogique" &&
+
+
+
+
}
+
+
+ {submenu && submenu === "activite_padagogique" &&
+
+
+
+
}
+
+ {submenu && submenu === "pole_activite_padagogique" &&
+
+
+
+
}
+
+ {submenu && submenu === "referentiel_padagogique" &&
+
+ referentiel_padagogique
+
+
}
+
+
+
+
+ )
+}
+
+
+export default Config_Ref_Pedagogique_Ftion_Initiale;
+
+
+const local_css = `
+:root {
+ --bg: #f6f8fb;
+ --card: #ffffff;
+ --text: #0f172a;
+ --muted: #64748b;
+ --border: #e5e7eb;
+ --shadow: 0 10px 25px rgba(2, 6, 23, .06);
+ --green-700: #0f6b53;
+ --green-600: #167a5e;
+ --green-100: #e9f7f1;
+ --blue-600: #2563eb;
+ --radius: 14px;
+ --radius-sm: 10px;
+}
+ .Grid_2_col{
+ margin-top: 12px;
+ display:grid;
+ grid-template-columns: 1.2fr 1fr;
+ gap: 14px;
+}
+
+.Grid_2_col_sub_colone {
+ background: #fff;
+ border: 1px solid #e5e7eb;
+ border-radius: 14px;
+ box-shadow: 0 6px 18px rgba(2,6,23,.04);
+ padding: 0px;
+ display: flex;
+ flex-direction: column;
+ gap: 14px;
+}
+
+
+.Grid_2_col_sub_colone_header {
+ background: #dbeafe;
+ border-top-right-radius: 10px;
+ border-top-left-radius: 10px;
+ text-align: center;
+ font-family: DM Sans;
+ font-weight: 700;
+ height: 2rem;
+ padding-top: 5px;
+ font-size: 15px;
+}
+
+.Grid_2_col_sub_colone_bottom_menu{
+
+}
+
+.card__header{
+background: #e2e8f0;
+ font-size: small;
+ text-align: center;
+}
+
+.card__title{
+ display:flex;
+ align-items:center;
+ gap: 10px;
+}
+
+.card__icon{
+ width: 34px;
+ height: 34px;
+ display:grid;
+ place-items:center;
+ border-radius: 12px;
+ background:#eff6ff;
+ border:1px solid #dbeafe;
+}
+
+.card__header h2{
+ margin:0;
+ font-size: 15px;
+ letter-spacing: -0.01em;
+}
+
+.card__actions{ display:flex; align-items:center; gap:8px; }
+
+.block_detail_action{
+width: 100%;
+ float: left;
+ background: #fafafa;
+ padding: 10px;
+ border: unset;
+ border-radius: 10px;
+ }
+`;
diff --git a/src/components/Conseil_Classe.js b/src/components/Conseil_Classe.js
index 5359bcd..8921dda 100644
--- a/src/components/Conseil_Classe.js
+++ b/src/components/Conseil_Classe.js
@@ -8485,9 +8485,10 @@ const Conseil_Classe = (props) => {
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
@@ -10516,9 +10517,10 @@ const Conseil_Classe = (props) => {
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
diff --git a/src/components/Crm_Opportunite.js b/src/components/Crm_Opportunite.js
index 8d979d2..ad872ea 100644
--- a/src/components/Crm_Opportunite.js
+++ b/src/components/Crm_Opportunite.js
@@ -2453,9 +2453,10 @@ const CRM_Opportunite = (props) => {
}
},*/
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
backgroundColor: '#e9f7f1',
diff --git a/src/components/Dashbord_Inscription.js b/src/components/Dashbord_Inscription.js
index e820ae2..0e30789 100644
--- a/src/components/Dashbord_Inscription.js
+++ b/src/components/Dashbord_Inscription.js
@@ -546,9 +546,10 @@ registerLocale('fr', fr);
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
diff --git a/src/components/Dashbord_Ressources_Humaines.js b/src/components/Dashbord_Ressources_Humaines.js
index 9c12799..1c63b15 100644
--- a/src/components/Dashbord_Ressources_Humaines.js
+++ b/src/components/Dashbord_Ressources_Humaines.js
@@ -716,9 +716,10 @@ const Dashbord_Ressources_Humaines = (props) => {
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
@@ -912,9 +913,10 @@ const Dashbord_Ressources_Humaines = (props) => {
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
diff --git a/src/components/Dashbord_Ressources_Humaines_Tache_Couts.js b/src/components/Dashbord_Ressources_Humaines_Tache_Couts.js
index bc3734f..52f8837 100644
--- a/src/components/Dashbord_Ressources_Humaines_Tache_Couts.js
+++ b/src/components/Dashbord_Ressources_Humaines_Tache_Couts.js
@@ -620,9 +620,10 @@ registerLocale('fr', fr);
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
diff --git a/src/components/Dashbord_Ressources_Humaines_Tache_by_rhid.js b/src/components/Dashbord_Ressources_Humaines_Tache_by_rhid.js
index 71ee33b..8684cac 100644
--- a/src/components/Dashbord_Ressources_Humaines_Tache_by_rhid.js
+++ b/src/components/Dashbord_Ressources_Humaines_Tache_by_rhid.js
@@ -597,9 +597,10 @@ registerLocale('fr', fr);
paddingRight: '1px',
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
- color: "#0a2a4d",
- fontSize: 14
+ backgroundColor: "#dfe8f2",
+ color: "#0a2a4d",
+ fontSize: '14px',
+ fontFamily:'DM Sans',
},
'& .line--statut--selected': {
diff --git a/src/components/DisplayPartnerPromotion.js b/src/components/DisplayPartnerPromotion.js
index b2ad81d..6d39ff4 100644
--- a/src/components/DisplayPartnerPromotion.js
+++ b/src/components/DisplayPartnerPromotion.js
@@ -20939,9 +20939,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -21244,9 +21245,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -21435,9 +21437,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -21634,9 +21637,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -21961,9 +21965,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -22255,9 +22260,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -22445,9 +22451,10 @@ const DisplayPartnerPromotion = (props) => {
color: 'white',
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
'& .line--statut--invoiced': {
@@ -25447,9 +25454,10 @@ const DisplayPartnerPromotion = (props) => {
},
"& .MuiDataGrid-columnHeaders": {
- backgroundColor: "#c8cfd5",
+ backgroundColor: "#dfe8f2",
color: "#0a2a4d",
- fontSize: 14
+ fontSize: '14px',
+ fontFamily: 'DM Sans',
},
@@ -25625,15 +25633,32 @@ const DisplayPartnerPromotion = (props) => {