Trier par
@@ -3457,7 +3458,7 @@ const Recherche_new_v4 = () => {
{result && myApiResponse == "True" && fin == 0 && !newresult &&
result.slice(0, PageSize).map((formation) => (
-
+
))}
@@ -3465,7 +3466,7 @@ const Recherche_new_v4 = () => {
{result && myApiResponse == "True" && fin == 0 && newresult &&
newresult.slice(0, PageSize).map((formation) => (
-
+
))}
@@ -3476,7 +3477,7 @@ const Recherche_new_v4 = () => {
&& currentTableData2
&& currentTableData2.map((formation) => (
-
+
))}
@@ -3485,7 +3486,7 @@ const Recherche_new_v4 = () => {
&& currentTableData2
&& currentTableData2.map((formation) => (
-
+
))}
diff --git a/src/components/UpdatePartnerInfo.js b/src/components/UpdatePartnerInfo.js
index 9475170..006bd1a 100644
--- a/src/components/UpdatePartnerInfo.js
+++ b/src/components/UpdatePartnerInfo.js
@@ -1823,7 +1823,7 @@ function UpdateParnterInfo(props) {
setLoading(false);
if (String(res.data.status) === "true") {
//console.log(" In Get_Partner_Catalog_Pub_Config res.data.status = " + res.data.status);
- console.log(" In Get_Partner_Catalog_Pub_Config res.data.message r_class = " + res.data.message);
+ //console.log(" In Get_Partner_Catalog_Pub_Config res.data.message r_class = " + res.data.message);
setGet_Partner_Catalog_Pub_Config_api("true");
setGet_Partner_Catalog_Pub_Config_result(res.data.message);
diff --git a/src/styles/components/_mon_catalogue_public.scss b/src/styles/components/_mon_catalogue_public.scss
index 50883ba..87ac24f 100644
--- a/src/styles/components/_mon_catalogue_public.scss
+++ b/src/styles/components/_mon_catalogue_public.scss
@@ -2280,6 +2280,10 @@
order: 1;
flex-grow: 0;
}
+
+ .display_grid_list_bton {
+ display: none;
+ }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
@@ -3520,6 +3524,58 @@
flex-grow: 0;
}
+ .title1_nom {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-size: 40px;
+ line-height: 54px;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+ .title1_text1 {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 500;
+ font-size: 30px;
+ line-height: 54px;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
.title2 {
width: 60%;
height: 22px;
@@ -5276,6 +5332,21 @@
cursor: pointer;
}
+ .mode_affichage {
+ width: 15%;
+ float: right;
+ cursor: pointer;
+
+ }
+
+ .display_grid_list_bton {
+ display: none;
+ }
+
+ .view_grid {
+ }
+
+
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
@@ -6493,8 +6564,8 @@
flex-grow: 0;
}
- .title1 {
- width: 60%;
+ .title1_nom {
+ width: 100%;
text-align: left;
height: 192px;
@@ -6502,7 +6573,7 @@
font-style: normal;
font-weight: 700;
font-size: 40px;
- line-height: 44px;
+ line-height: 54px;
/* or 107% */
letter-spacing: 1px;
@@ -6519,18 +6590,16 @@
flex-grow: 0;
}
-
-
.title1_text1 {
- width: 60%;
+ width: 100%;
text-align: left;
height: 192px;
font-family: 'Albert Sans';
font-style: normal;
- font-weight: 700;
+ font-weight: 500;
font-size: 30px;
- line-height: 44px;
+ line-height: 54px;
/* or 107% */
letter-spacing: 1px;
@@ -8304,6 +8373,25 @@
cursor: pointer;
}
+ .mode_affichage {
+ width: 12%;
+ float: right;
+ cursor: pointer;
+
+ }
+
+ .display_grid_list_bton {
+ width: 10%;
+ float: left;
+ }
+
+ .view_grid {
+ width: 48% !important;
+ float: left !important;
+ margin-right: 2%;
+ }
+
+
}
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
@@ -11337,6 +11425,24 @@
cursor: pointer;
}
+ .mode_affichage {
+ width: 8%;
+ float: right;
+ cursor: pointer;
+
+ }
+
+ .display_grid_list_bton {
+ width: 10%;
+ float: left;
+ }
+
+ .view_grid {
+ width: 48% !important;
+ float: left !important;
+ margin-right: 2%;
+ }
+
}
@media only screen and (min-width: 1920px) {
@@ -14397,6 +14503,25 @@
}
+ .mode_affichage {
+ width: 8%;
+ float: right;
+ cursor: pointer;
+
+ }
+
+ .display_grid_list_bton {
+ width: 10%;
+ float: left;
+ }
+
+ .view_grid {
+ width: 48% !important;
+ float: left !important;
+ margin-right: 2%;
+ }
+
+
}
// end media
diff --git a/src/styles/components/_reherche_new_v4.scss b/src/styles/components/_reherche_new_v4.scss
index 63c82c5..7f2d40d 100644
--- a/src/styles/components/_reherche_new_v4.scss
+++ b/src/styles/components/_reherche_new_v4.scss
@@ -739,7 +739,7 @@
position: absolute;
width: 100%;
- height: 350px;
+ height: 250px;
left: 0px;
top: 0px;
@@ -859,7 +859,7 @@
width: 97%;
//height: 1486px;
left: 1%;
- top: 495px;
+ top: 530px;
}
.pieddepage_v2 {
@@ -902,7 +902,7 @@
position: absolute;
- height: 120px;
+ height: auto;
font-family: "Albert Sans";
font-style: normal;
font-weight: 600;
@@ -914,18 +914,7 @@
}
.title2 {
- position: absolute;
- height: 35px;
- left: 5%;
- top: 90px;
- font-family: "Albert Sans";
- font-style: normal;
- font-size: 14px;
- line-height: 19px;
- letter-spacing: 1px;
- text-align: center;
- color: #0A043C;
- font-weight: 500;
+ display: none;
}
@@ -3178,7 +3167,7 @@
//height: 2574px;
left: 10px;
right: 5px;
- top: 530px;
+ top: 460px;
width: 98%;
}
@@ -3224,13 +3213,13 @@
width: 95%;
height: 367px;
left: 20px;
- top: 156px;
+ top: 100px;
}
.Background_Header {
position: absolute;
width: 100%;
- height: 452px;
+ height: 300px;
left: 0px;
top: 0px;
@@ -3492,7 +3481,7 @@
gap: 24px;
width: 100%;
- height: 367px;
+ height: auto;
/* Inside auto layout */
@@ -3511,7 +3500,7 @@
gap: 16px;
width: 636px;
- height: 230px;
+ height: auto;
/* Inside auto layout */
@@ -3526,7 +3515,7 @@
text-align: center;
width: 80%;
- height: 180px;
+ height: auto;
text-align: left;
@@ -3551,6 +3540,59 @@
flex-grow: 0;
}
+ .title1_nom {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-size: 40px;
+ height: auto;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+ .title1_text1 {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 500;
+ font-size: 30px;
+ line-height: 54px;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+
.title2 {
width: 60%;
height: 22px;
@@ -6203,7 +6245,7 @@
width: 96%;
//height: 2574px;
left: 2%;
- top: 550px;
+ top: 460px;
}
.logo {
@@ -6246,15 +6288,15 @@
position: absolute;
width: 95%;
- height: 367px;
+ // height: 367px;
left: 5%;
- top: 156px;
+ top: 100px;
}
.Background_Header {
position: absolute;
width: 100%;
- height: 452px;
+ height: 320px;
left: 0px;
top: 0px;
@@ -6512,7 +6554,7 @@
gap: 24px;
width: 900px;
- height: 367px;
+ height: auto;
/* Inside auto layout */
@@ -6531,7 +6573,7 @@
gap: 16px;
width: 636px;
- height: 230px;
+ height: auto;
/* Inside auto layout */
@@ -6545,7 +6587,7 @@
.title1 {
width: 80%;
text-align: left;
- height: 192px;
+ height: auto;
font-family: 'Albert Sans';
font-style: normal;
@@ -6568,6 +6610,60 @@
flex-grow: 0;
}
+ .title1_nom {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-size: 40px;
+
+ height: auto;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+ .title1_text1 {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 500;
+ font-size: 30px;
+
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+
.title2 {
width: 60%;
text-align: left;
@@ -9222,7 +9318,7 @@
width: 96%;
//height: 2574px;
left: 2%;
- top: 550px;
+ top: 460px;
}
.logo {
@@ -9265,15 +9361,15 @@
position: absolute;
width: 95%;
- height: 367px;
+ // height: 367px;
left: 5%;
- top: 156px;
+ top: 100px;
}
.Background_Header {
position: absolute;
width: 100%;
- height: 452px;
+ height: 320px;
left: 0px;
top: 0px;
@@ -9531,7 +9627,7 @@
gap: 24px;
width: 80%;
- height: 367px;
+ height: auto;
/* Inside auto layout */
@@ -9550,7 +9646,7 @@
gap: 16px;
width: 636px;
- height: 230px;
+ height: auto;
/* Inside auto layout */
@@ -9564,7 +9660,7 @@
.title1 {
width: 90%;
text-align: left;
- height: 192px;
+ height: auto;
font-family: 'Albert Sans';
font-style: normal;
@@ -9587,6 +9683,58 @@
flex-grow: 0;
}
+ .title1_nom {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-size: 40px;
+ height: auto;
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+ .title1_text1 {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 500;
+ font-size: 30px;
+
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
.title2 {
width: 90%;
text-align: left;
@@ -12258,7 +12406,7 @@
width: 96%;
//height: 2574px;
left: 2%;
- top: 550px;
+ top: 460px;
}
.logo {
@@ -12301,15 +12449,15 @@
position: absolute;
width: 95%;
- height: 367px;
+ // height: 367px;
left: 5%;
- top: 156px;
+ top: 100px;
}
.Background_Header {
position: absolute;
width: 100%;
- height: 452px;
+ height: 320px;
left: 0px;
top: 0px;
@@ -12567,7 +12715,7 @@
gap: 24px;
width: 85%;
- height: 367px;
+ height: auto;
/* Inside auto layout */
@@ -12586,7 +12734,7 @@
gap: 16px;
width: 636px;
- height: 230px;
+ height: auto;
/* Inside auto layout */
@@ -12600,7 +12748,7 @@
.title1 {
width: 100%;
text-align: left;
- height: 192px;
+ height: auto;
font-family: 'Albert Sans';
font-style: normal;
@@ -12623,6 +12771,59 @@
flex-grow: 0;
}
+ .title1_nom {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 700;
+ font-size: 40px;
+ height: auto;
+
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
+ .title1_text1 {
+ width: 100%;
+ text-align: left;
+ height: 192px;
+
+ font-family: 'Albert Sans';
+ font-style: normal;
+ font-weight: 500;
+ font-size: 30px;
+
+ /* or 107% */
+
+ letter-spacing: 1px;
+
+ /* Deep Blue */
+
+ color: #0A043C;
+
+
+ /* Inside auto layout */
+
+ flex: none;
+ order: 0;
+ flex-grow: 0;
+ }
+
.title2 {
width: 100%;
text-align: left;