24/10/2024 - 12h

recette2
cherif 2024-10-24 12:02:28 +02:00
parent d309728184
commit 9606e373e5
26 changed files with 1553 additions and 433 deletions

View File

@ -1763,7 +1763,7 @@ function Abonnement(props) {
<div className="div_basique_header"> &nbsp; <div className="div_basique_header"> &nbsp;
</div> </div>
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}> <div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
Prix & Services Prix
</div> </div>
<div className="produits_service_label height_publication_header"> <div className="produits_service_label height_publication_header">
<b> Moteur de Recherche </b> <b> Moteur de Recherche </b>

View File

@ -647,7 +647,7 @@ const ButtonHilight = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item" <MenuItem onClick={handleProduitService} className="mymenu_item"
> <button className='bton_menu'> Prix & Services </button></MenuItem> > <button className='bton_menu'> Prix </button></MenuItem>
{/* <MenuItem onClick={handleAvis} className="mymenu_item" {/* <MenuItem onClick={handleAvis} className="mymenu_item"
> <button className='bton_menu'> Blog </button> </MenuItem>*/} > <button className='bton_menu'> Blog </button> </MenuItem>*/}
@ -749,7 +749,7 @@ const ButtonHilight = () => {
</div> </div>
<div className="hilight_menuPrincipal" onClick={handleProduitMenu}> <div className="hilight_menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
{/* <div className="hilight_menuPrincipal" onClick={handleBlogMenu}> {/* <div className="hilight_menuPrincipal" onClick={handleBlogMenu}>
@ -757,7 +757,7 @@ const ButtonHilight = () => {
</div>*/} </div>*/}
<div className="hilight_menuPrincipal" onClick={handleQuisommesNousMenu}> <div className="hilight_menuPrincipal" onClick={handleQuisommesNousMenu}>
Qui Sommes nous ? A propos
</div> </div>

View File

@ -142,7 +142,7 @@ function ProduitsServices() {
<div className="div_basique_header"> &nbsp; <div className="div_basique_header"> &nbsp;
</div> </div>
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}> <div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
Prix & Services Prix
</div> </div>
<div className="produits_service_label height_publication_header"> <div className="produits_service_label height_publication_header">
<b> Moteur de Recherche </b> <b> Moteur de Recherche </b>

View File

@ -27,7 +27,7 @@ import { RichTextEditor } from '@mantine/rte';
import LogoutOutlinedIcon from '@mui/icons-material/LogoutOutlined'; import LogoutOutlinedIcon from '@mui/icons-material/LogoutOutlined';
import logowhite from "../mysy_img/MYSY-LOGO-WHITE.png"; import logowhite from "../mysy_img/MYSY-LOGO-WHITE.png";
import Footer from "./Fotter"; import Footer from "./Fotter";
import Fotter_test from "./Fotter_test"; import Fotter_v3 from "./Fotter_v3";
import Header from "./Header"; import Header from "./Header";
import ListeArticle from "./ListeArticles"; import ListeArticle from "./ListeArticles";
import moment from "moment"; import moment from "moment";
@ -945,7 +945,7 @@ const DisplayDetailArticle_new_v2 = (props) => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button className='bton_menu'>Prix & Services </button></MenuItem> <button className='bton_menu'>Prix </button></MenuItem>
@ -983,11 +983,11 @@ const DisplayDetailArticle_new_v2 = (props) => {
</div>} </div>}
<div className="menuPrincipal" onClick={handleQuisommesNousMenu}> <div className="menuPrincipal" onClick={handleQuisommesNousMenu}>
Qui Sommes nous ? A propos
</div> </div>
<div className="menuPrincipal" onClick={handleProduitMenu}> <div className="menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
<div className="menuPrincipal" onClick={handleFtionMenu}> <div className="menuPrincipal" onClick={handleFtionMenu}>
@ -1090,7 +1090,7 @@ const DisplayDetailArticle_new_v2 = (props) => {
<div className="liste_articles"> <div className="liste_articles">
<div className="titre_possible_interet" > Cela pourrait aussi vous intéresser</div> <div className="titre_possible_interet" > Cela pourrait aussi vous intéresser</div>
{Get_3_Articles_result && Get_3_Articles_result.map((formation) => ( {Get_3_Articles_result && Get_3_Articles_result.map((formation) => (
<div style={{ width: "32%", float: "left", marginRight: "5px" }}> <div className="block_article" >
<Articles article={JSON.parse(formation)} key={JSON.parse(formation).title_formation} /> <Articles article={JSON.parse(formation)} key={JSON.parse(formation).title_formation} />
</div> </div>
@ -1108,8 +1108,8 @@ const DisplayDetailArticle_new_v2 = (props) => {
</div> </div>
</div> </div>
<div style={{ height: "5rem", border: "1px solid", width: "100%" }}> <div style={{ height: "5rem", width: "100%" }}>
<Fotter_test /> <Fotter_v3 />
</div> </div>

View File

@ -1842,12 +1842,12 @@ const DisplayDetailClass_new_v2 = (props) => {
</div> */} </div> */}
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
Qui Sommes nous? A propos
</div> </div>
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
Prix & Services Prix
</div> </div>
<div className="menu_header_rectangle"> <div className="menu_header_rectangle">

View File

@ -1769,12 +1769,12 @@ const DisplayDetailClass_new_v3 = (props) => {
</div> */} </div> */}
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
Qui Sommes nous? A propos
</div> </div>
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
Prix & Services Prix
</div> </div>
<div className="menu_header_rectangle"> <div className="menu_header_rectangle">

View File

@ -1954,12 +1954,12 @@ const Display_Partner_Catalog_DetailClass_new_v2 = (props) => {
</div> */} </div> */}
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
Qui Sommes nous? A propos
</div> </div>
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}> <div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
Prix & Services Prix
</div> </div>
<div className="menu_header_rectangle"> <div className="menu_header_rectangle">

View File

@ -47,7 +47,7 @@ const Footer = () => {
</div> </div>
<div className='Column_div'> <div className='Column_div'>
<div className='Heading_p'>Prix & Services</div> <div className='Heading_p'>Prix </div>
<a href="/Produits-Services" className='FooterLink_a'>Nos packs</a> <a href="/Produits-Services" className='FooterLink_a'>Nos packs</a>
<a href="/Produits-Services" className='FooterLink_a'>Publier votre catalogue </a> <a href="/Produits-Services" className='FooterLink_a'>Publier votre catalogue </a>

View File

@ -52,7 +52,7 @@ const Footer_v2 = () => {
</div> </div>
<div className='div_colonne_25' > <div className='div_colonne_25' >
<div className='entete_txt'> MySy Training </div> <div className='entete_txt'> MySy Training </div>
<div className='a_link'> Qui sommes-nous ? </div> <div className='a_link'> A propos </div>
<div className='a_link'> Nos engagements</div> <div className='a_link'> Nos engagements</div>
<div className='a_link'> Nous contacter </div> <div className='a_link'> Nous contacter </div>
<div className='a_link'> CGU </div> <div className='a_link'> CGU </div>
@ -61,7 +61,7 @@ const Footer_v2 = () => {
</div> </div>
<div className='div_colonne_25' > <div className='div_colonne_25' >
<div className='entete_txt'> Prix & Services</div> <div className='entete_txt'> Prix </div>
<div className='a_link'> Nos offres </div> <div className='a_link'> Nos offres </div>
<div className='a_link'> Publier votre catalogue</div> <div className='a_link'> Publier votre catalogue</div>
<div className='a_link'> Minscrire</div> <div className='a_link'> Minscrire</div>

View File

@ -13,7 +13,7 @@ import {
Heading, Heading,
} from "./FooterStyles"; } from "./FooterStyles";
const Fotter_test = () => { const Fotter_v3 = () => {
// Integration du gestionnaire de cookie : axeptio // Integration du gestionnaire de cookie : axeptio
@ -47,7 +47,7 @@ const Fotter_test = () => {
</div> </div>
<div className='Column_div'> <div className='Column_div'>
<div className='Heading_p'>Prix & Services</div> <div className='Heading_p'>Prix </div>
<a href="/Produits-Services" className='FooterLink_a'>Nos packs</a> <a href="/Produits-Services" className='FooterLink_a'>Nos packs</a>
<a href="/Produits-Services" className='FooterLink_a'>Publier votre catalogue </a> <a href="/Produits-Services" className='FooterLink_a'>Publier votre catalogue </a>
@ -128,4 +128,4 @@ const Fotter_test = () => {
); );
}; };
export default Fotter_test; export default Fotter_v3;

View File

@ -331,7 +331,7 @@ const Header = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button className='bton_menu'> Prix & Services </button> <button className='bton_menu'> Prix </button>
</MenuItem> </MenuItem>
<MenuItem onClick={handleAvis} className="mymenu_item"> <MenuItem onClick={handleAvis} className="mymenu_item">
@ -420,11 +420,11 @@ const Header = () => {
</div>} </div>}
<div className="header_menuPrincipal" onClick={handleProduitMenu}> <div className="header_menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
<div className="header_menuPrincipal" onClick={handleQuisommesNousMenu}> <div className="header_menuPrincipal" onClick={handleQuisommesNousMenu}>
Qui Sommes nous? A propos
</div> </div>

View File

@ -437,7 +437,7 @@ const Partner_Product_Service = (props) => {
Dans le cas précis des produits et service, "props.class_external_code" est utilisé comme Dans le cas précis des produits et service, "props.class_external_code" est utilisé comme
l'_id du produit*/ l'_id du produit*/
//console.log(" ### Vos Prix & Services props.class_external_code = ", props.class_external_code); //console.log(" ### Vos Prix props.class_external_code = ", props.class_external_code);
setselected_id(props.class_external_code); setselected_id(props.class_external_code);
Display_Detail_Product_Data(props.class_external_code); Display_Detail_Product_Data(props.class_external_code);
@ -1163,7 +1163,7 @@ const Partner_Product_Service = (props) => {
</DialogActions> </DialogActions>
</Dialog> </Dialog>
<h3> Vos Prix & Services </h3> <h3> Vos Prix </h3>
<div className="div_row"> <div className="div_row">
<div className="titre1"> Utilisez les filtres !</div> <div className="titre1"> Utilisez les filtres !</div>
<div className="div_row" style={{ "marginBottom": "5px" }}> <div className="div_row" style={{ "marginBottom": "5px" }}>

View File

@ -123,7 +123,7 @@ function ProduitsServices() {
return ( return (
<div className="produitsservices"> <div className="produitsservices">
<Helmet> <Helmet>
<title>Prix & Services</title> <title>Prix </title>
<meta name="description" content="Produits et Services" /> <meta name="description" content="Produits et Services" />
<meta name="robots" content="index,follow" /> <meta name="robots" content="index,follow" />
<meta name="title" content="Produits et Services" /> <meta name="title" content="Produits et Services" />
@ -137,7 +137,7 @@ function ProduitsServices() {
<div className="div_row"> <div className="div_row">
<div className="div_block_header"> <div className="div_block_header">
Prix & Services Prix
</div> </div>
</div> </div>
@ -288,7 +288,7 @@ function ProduitsServices() {
<div className="div_row"> <div className="div_row">
<div className="div_row_description"> <div className="div_row_description">
<div className="div_basique_header" style={{ "background": "#E9ECEF" }}> Prix & Services </div> <div className="div_basique_header" style={{ "background": "#E9ECEF" }}> Prix </div>
<hr style={{ "margin": "1px" }} /> <hr style={{ "margin": "1px" }} />
<div style={{ "marginBottom": "0px", "fontSize": "small" }} className="block_vide_produit_service"> <div style={{ "marginBottom": "0px", "fontSize": "small" }} className="block_vide_produit_service">
<nav style={{ "marginBottom": "0.8rem", "fontSize": "small", "textAlign": 'center', "fontWeight": "700" }}> &nbsp; </nav> <nav style={{ "marginBottom": "0.8rem", "fontSize": "small", "textAlign": 'center', "fontWeight": "700" }}> &nbsp; </nav>

View File

@ -116,7 +116,7 @@ const QuiSommesNous_v3 = () => {
<div className="Title"> <div className="Title">
<div className="Title_txt1"> <div className="Title_txt1">
Qui sommes-nous ? A propos
</div> </div>
<div className="Title_txt2"> <div className="Title_txt2">
MySy Training Technogy MySy Training Technogy
@ -863,7 +863,7 @@ const QuiSommesNous_v3 = () => {
</div> </div>
<div className="div_block_fonction_detail_img"> <div className="div_block_fonction_detail_img">
<img src={img_echangeprofapprenant} alt="Tableau de bord / Statistiques " className="div_block_fonction_detail_img_inside" /> <img src={img_tableaudebord} alt="Tableau de bord / Statistiques " className="div_block_fonction_detail_img_inside" />
</div> </div>
<div className="div_block_fonction_detail_desc detail_content_text_head_3"> <div className="div_block_fonction_detail_desc detail_content_text_head_3">

View File

@ -482,7 +482,7 @@ const RechercheArticles = (props) => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button className='bton_menu'>Prix & Services </button></MenuItem> <button className='bton_menu'>Prix </button></MenuItem>
@ -520,11 +520,11 @@ const RechercheArticles = (props) => {
</div>} </div>}
<div className="menuPrincipal" onClick={handleQuisommesNousMenu}> <div className="menuPrincipal" onClick={handleQuisommesNousMenu}>
Qui Sommes nous ? A propos
</div> </div>
<div className="menuPrincipal" onClick={handleProduitMenu}> <div className="menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
<div className="menuPrincipal" onClick={handleFtionMenu}> <div className="menuPrincipal" onClick={handleFtionMenu}>

View File

@ -22,7 +22,7 @@ import { useCookies } from "react-cookie";
import connect_white from "../mysy_img/connect_white_v2.png"; import connect_white from "../mysy_img/connect_white_v2.png";
import connect_green from "../mysy_img/connect_green.png"; import connect_green from "../mysy_img/connect_green.png";
import { BsFillXCircleFill } from "react-icons/bs"; import { BsFillXCircleFill } from "react-icons/bs";
import Fotter_test from "./Fotter_test"; import Fotter_v3 from "./Fotter_v3";
let PageSize = 5; let PageSize = 5;
const RechercheArticles_new_v2 = (props) => { const RechercheArticles_new_v2 = (props) => {
@ -493,7 +493,7 @@ const RechercheArticles_new_v2 = (props) => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button className='bton_menu'>Prix & Services </button></MenuItem> <button className='bton_menu'>Prix </button></MenuItem>
@ -531,11 +531,11 @@ const RechercheArticles_new_v2 = (props) => {
</div>} </div>}
<div className="menuPrincipal" onClick={handleQuisommesNousMenu}> <div className="menuPrincipal" onClick={handleQuisommesNousMenu}>
Qui Sommes nous ? A propos
</div> </div>
<div className="menuPrincipal" onClick={handleProduitMenu}> <div className="menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
<div className="menuPrincipal" onClick={handleFtionMenu}> <div className="menuPrincipal" onClick={handleFtionMenu}>
@ -588,7 +588,7 @@ const RechercheArticles_new_v2 = (props) => {
</div> </div>
<div className="div_mobile"> <div className="div_mobile">
<div className="div_row" style={{ float: "left", "height": "20rem" }}> <div className="div_row block_entete" >
<div className="Background-header"> <div className="Background-header">
<div className="Title"> <div className="Title">
@ -596,7 +596,7 @@ const RechercheArticles_new_v2 = (props) => {
<div className="besoin_aide"> <div className="besoin_aide">
Besoin daide ? Puis-je vous aider ?
<div className="detail_text_aide"> <div className="detail_text_aide">
&nbsp; &nbsp;
</div> </div>
@ -611,7 +611,7 @@ const RechercheArticles_new_v2 = (props) => {
<input <input
type="text" type="text"
class="form-control form-input" class="form-control form-input"
placeholder="Search Texte (Title, Description)" placeholder=" Texte (Titre, Description)"
onChange={SearchTextHandle} onChange={SearchTextHandle}
id={"SearchText"} id={"SearchText"}
name={"SearchText"} name={"SearchText"}
@ -664,7 +664,7 @@ const RechercheArticles_new_v2 = (props) => {
</div>*/} </div>*/}
{searchFunction_result && searchFunction_result.length > 0 && currentTableData2 && searchFunction_result.map((formation) => ( {searchFunction_result && searchFunction_result.length > 0 && currentTableData2 && searchFunction_result.map((formation) => (
<div style={{ width: "32%", float: "left", marginRight: "5px" }}> <div className="block_article">
<Articles article={JSON.parse(formation)} key={JSON.parse(formation).title_formation} /> <Articles article={JSON.parse(formation)} key={JSON.parse(formation).title_formation} />
</div> </div>
@ -690,8 +690,8 @@ const RechercheArticles_new_v2 = (props) => {
</div> </div>
<div style={{ height: "5rem", border: "1px solid", width: "100%" }}> <div style={{ height: "5rem", width: "100%" }}>
<Fotter_test /> <Fotter_v3 />
</div> </div>
</div> </div>

View File

@ -2148,7 +2148,7 @@ const Recherche_new = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button className='bton_menu'>Prix & Services </button></MenuItem> <button className='bton_menu'>Prix </button></MenuItem>
{/*<MenuItem onClick={handleAvis} className="mymenu_item"> {/*<MenuItem onClick={handleAvis} className="mymenu_item">
<button className='bton_menu'>Blog </button> <button className='bton_menu'>Blog </button>
@ -2189,7 +2189,7 @@ const Recherche_new = () => {
</div>} </div>}
<div className="menuPrincipal" onClick={handleProduitMenu}> <div className="menuPrincipal" onClick={handleProduitMenu}>
Prix & Services Prix
</div> </div>
{/* <div className="menuPrincipal" onClick={handleBlogMenu}> {/* <div className="menuPrincipal" onClick={handleBlogMenu}>

View File

@ -2975,7 +2975,7 @@ const Recherche_new_v2 = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix & Services </button></MenuItem> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix </button></MenuItem>
{/* <MenuItem onClick={handleAvis} className="mymenu_item"> {/* <MenuItem onClick={handleAvis} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button>
@ -3177,10 +3177,10 @@ const Recherche_new_v2 = () => {
{/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */} {/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */}
<nav className="header_menu" onClick={handleQuisommesNousMenu}> Qui Sommes-nous ? </nav> <nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos </nav>
<nav className="header_menu" onClick={handleProduitMenu}> <nav className="header_menu" onClick={handleProduitMenu}>
Prix & Services Prix
</nav> </nav>

View File

@ -2675,7 +2675,7 @@ const Recherche_new_v3 = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix & Services </button></MenuItem> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix </button></MenuItem>
{/* <MenuItem onClick={handleAvis} className="mymenu_item"> {/* <MenuItem onClick={handleAvis} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button>
@ -2877,10 +2877,10 @@ const Recherche_new_v3 = () => {
{/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */} {/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */}
<nav className="header_menu" onClick={handleQuisommesNousMenu}> Qui Sommes nous ? </nav> <nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
<nav className="header_menu" onClick={handleProduitMenu}> <nav className="header_menu" onClick={handleProduitMenu}>
Prix & Services Prix
</nav> </nav>

View File

@ -2687,7 +2687,7 @@ const Recherche_new_v4 = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix & Services </button></MenuItem> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix </button></MenuItem>
{/* <MenuItem onClick={handleAvis} className="mymenu_item"> {/* <MenuItem onClick={handleAvis} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button>
@ -2889,10 +2889,10 @@ const Recherche_new_v4 = () => {
{/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */} {/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */}
<nav className="header_menu" onClick={handleQuisommesNousMenu}> Qui Sommes nous ? </nav> <nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
<nav className="header_menu" onClick={handleProduitMenu}> <nav className="header_menu" onClick={handleProduitMenu}>
Prix & Services Prix
</nav> </nav>

View File

@ -2657,7 +2657,7 @@ const Subdomain_Recherche_new_v2 = () => {
open={Boolean(ProduitMenu)} open={Boolean(ProduitMenu)}
style={{ "top": "2rem" }} > style={{ "top": "2rem" }} >
<MenuItem onClick={handleProduitService} className="mymenu_item"> <MenuItem onClick={handleProduitService} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix & Services </button></MenuItem> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Prix </button></MenuItem>
{/* <MenuItem onClick={handleAvis} className="mymenu_item"> {/* <MenuItem onClick={handleAvis} className="mymenu_item">
<button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button> <button style={{ "background": "white", "width": "100%", "border": "0px", "textAlign": 'left', "letterSpacing": "2px", "margin": "10px" }}>Blog </button>
@ -2859,10 +2859,10 @@ const Subdomain_Recherche_new_v2 = () => {
{/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */} {/*<nav className="header_menu" onClick={handleBlogMenu}> Le blog </nav> */}
<nav className="header_menu" onClick={handleQuisommesNousMenu}> Qui Sommes nous ? </nav> <nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
<nav className="header_menu" onClick={handleProduitMenu}> <nav className="header_menu" onClick={handleProduitMenu}>
Prix & Services Prix
</nav> </nav>

View File

@ -456,7 +456,7 @@ function UpgradeToPro() {
<div className="div_basique_header"> &nbsp; <div className="div_basique_header"> &nbsp;
</div> </div>
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}> <div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
Prix & Services Prix
</div> </div>
<div className="produits_service_label"> <div className="produits_service_label">
Publication des formations Publication des formations

View File

@ -132,11 +132,11 @@ const SideBar = () => {
</NavLink> </NavLink>
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}> <NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
Qui Sommes nous ? A propos
</NavLink> </NavLink>
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}> <NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
Prix & Services Prix
</NavLink> </NavLink>
<NavLink exact to={"/Partner"} activeClassName={"nav-active"}> <NavLink exact to={"/Partner"} activeClassName={"nav-active"}>
@ -190,11 +190,11 @@ const SideBar = () => {
</NavLink> </NavLink>
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}> <NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
Qui Sommes nous ? A propos
</NavLink> </NavLink>
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}> <NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
Prix & Services Prix
</NavLink> </NavLink>
<NavLink exact to={"/Partner"} activeClassName={"nav-active"}> <NavLink exact to={"/Partner"} activeClassName={"nav-active"}>
@ -259,11 +259,11 @@ const SideBar = () => {
</NavLink> </NavLink>
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}> <NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
Qui Sommes nous ? A propos
</NavLink> </NavLink>
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}> <NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
Prix & Services Prix
</NavLink> </NavLink>
<NavLink exact to={"/Display-Detail-formation/:classId"} activeClassName={"nav-active"}> <NavLink exact to={"/Display-Detail-formation/:classId"} activeClassName={"nav-active"}>

View File

@ -102,12 +102,19 @@
.met_text { .met_text {
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
font-size: medium;
font-weight: normal;
//white-space: nowrap;
//overflow: hidden;
letter-spacing: 1px; letter-spacing: 1px;
text-align: center;
min-height: 60px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: justify;
color: #0A043C;
margin-top: 1rem;
line-height: 30px;
font-weight: 600;
} }
.met_text_detail { .met_text_detail {
@ -135,13 +142,14 @@
} }
.art_criteres_value { .art_criteres_value {
width: 88%; width: 100%;
float: left; float: left;
text-align: left; text-align: left;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
text-align: justify; text-align: justify;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
// line-height: 26px; height: 12rem;
line-height: 25px;
} }
.art_criteres_value_left { .art_criteres_value_left {
@ -166,8 +174,24 @@
width: 100%; width: 100%;
float: right; float: right;
padding: 5px; padding: 5px;
height: 20rem; height: 25rem;
} }
.div_row_border {
float: left;
border: 1px solid #d5d8dc;
border-width: 0.01rem;
width: 100%;
border-radius: 5px;
text-align: left;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
font-size: small;
margin-bottom: 5px;
// padding: 5px;
// margin-right: 5px;
//cursor: pointer;
}
} }
@media only screen and (min-width: 601px) and (max-width: 991px) { @media only screen and (min-width: 601px) and (max-width: 991px) {
@ -276,7 +300,7 @@
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
letter-spacing: 1px; letter-spacing: 1px;
height: 60px; min-height: 60px;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
@ -284,7 +308,7 @@
line-height: 22px; line-height: 22px;
text-align: justify; text-align: justify;
color: #0A043C; color: #0A043C;
margin-top: 2rem; margin-top: 1rem;
line-height: 30px; line-height: 30px;
font-weight: 600; font-weight: 600;
} }
@ -314,13 +338,14 @@
} }
.art_criteres_value { .art_criteres_value {
width: 88%; width: 100%;
float: left; float: left;
text-align: left; text-align: left;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
text-align: justify; text-align: justify;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
// line-height: 26px; height: 19.5rem;
line-height: 25px;
} }
.art_criteres_value_left { .art_criteres_value_left {
@ -346,8 +371,24 @@
width: 100%; width: 100%;
float: right; float: right;
padding: 5px; padding: 5px;
height: 20rem; height: 35rem;
} }
.div_row_border {
float: left;
border: 1px solid #d5d8dc;
border-width: 0.01rem;
width: 100%;
border-radius: 5px;
text-align: left;
font-family: "verdana", "Quicksand", "Signika", sans-serif;
font-size: small;
margin-bottom: 5px;
padding: 5px;
margin-right: 5px;
//cursor: pointer;
}
} }
@media only screen and (min-width: 992px) and (max-width: 1199px) { @media only screen and (min-width: 992px) and (max-width: 1199px) {
@ -408,7 +449,7 @@
margin-bottom: 5px; margin-bottom: 5px;
padding: 5px; padding: 5px;
margin-right: 5px; margin-right: 5px;
// cursor: pointer; // cursor: pointer;
} }
.div_row_gauche { .div_row_gauche {
@ -470,15 +511,15 @@
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
letter-spacing: 1px; letter-spacing: 1px;
height: 60px; min-height: 60px;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 18px; font-size: 16px;
line-height: 22px; line-height: 22px;
text-align: justify; text-align: justify;
color: #0A043C; color: #0A043C;
margin-top: 2rem; margin-top: 1rem;
line-height: 30px; line-height: 30px;
font-weight: 600; font-weight: 600;
} }
@ -508,13 +549,14 @@
} }
.art_criteres_value { .art_criteres_value {
width: 85%; width: 100%;
float: left; float: left;
text-align: left; text-align: left;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
text-align: justify; text-align: justify;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
// line-height: 26px; height: 15rem;
line-height: 25px;
} }
.art_criteres_value_left { .art_criteres_value_left {
@ -540,7 +582,7 @@
width: 100%; width: 100%;
float: right; float: right;
padding: 5px; padding: 5px;
height: 20rem; height: 30rem;
} }
} }
@ -715,7 +757,8 @@
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
text-align: justify; text-align: justify;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
// line-height: 26px; line-height: 25px;
height: 15rem;
} }
.art_criteres_value_left { .art_criteres_value_left {

File diff suppressed because it is too large Load Diff

View File

@ -81,7 +81,7 @@
width: 100%; width: 100%;
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
//border-radius: 1rem; //border-radius: 1rem;
position: fixed; // position: fixed;
z-index: 10; z-index: 10;
top: 0px; top: 0px;
} }
@ -114,11 +114,11 @@
//background-color: #e6ebe2; //background-color: #e6ebe2;
top: 6rem; top: 6rem;
z-index: 1; z-index: 1;
width: 98%; width: 100%;
height: 100%; height: 100%;
margin: 0.3rem; // margin: 0.3rem;
margin-left: auto; // margin-left: auto;
margin-right: auto; // margin-right: auto;
} }
.pieddepage { .pieddepage {
@ -209,6 +209,136 @@
border-bottom-style: solid; border-bottom-style: solid;
padding: 1rem; padding: 1rem;
} }
.div_row {
width: 100%;
float: left;
}
// end media
.Background-header {
position: absolute;
width: 100%;
height: 190px;
left: 0px;
background: #FFFAED;
}
/* Title */
.Title {
padding: 0px;
height: 40px;
left: 549px;
margin-top: 20px;
width: 90%;
margin-left: 5%;
}
/* Support */
.Support {
height: 20px;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #0A043C;
}
.block_centrer {
margin: auto;
width: 100%;
// border: 3px solid #73AD21;
padding: 10px;
}
.besoin_aide {
width: 100%;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 40px;
text-align: center;
letter-spacing: -1px;
color: #20BFA9;
}
.detail_text_aide {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
}
.barre_recherche {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
margin-top: 1rem;
}
.aricles_a_la_une {
width: 95%;
margin-left: 5%;
float: left;
border: solid 1px;
padding: 10px;
min-height: 20rem;
}
.liste_articles {
width: 100%;
float: left;
//border: solid 1px;
// padding: 10px;
}
.hr_break {
border: 5px solid grey;
}
.img_article {
width: 40%;
float: left;
padding: 5px;
}
.desc_article {
width: 58%;
float: left;
// padding: 5px;
}
.block_article{
width: 100%;
float: left;
// margin-right: 5px;
}
.block_entete{
height: 15rem;
float: left;
}
} }
@media only screen and (min-width: 601px) and (max-width: 991px) { @media only screen and (min-width: 601px) and (max-width: 991px) {
@ -335,7 +465,7 @@
width: 100%; width: 100%;
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
//border-radius: 1rem; //border-radius: 1rem;
position: fixed; // position: fixed;
z-index: 10; z-index: 10;
} }
@ -366,8 +496,8 @@
z-index: 1; z-index: 1;
width: 100%; width: 100%;
height: 100%; height: 100%;
padding-right: 2rem; // padding-right: 10px;
padding-left: 2rem; // padding-left: 10px;
} }
.pieddepage { .pieddepage {
@ -477,7 +607,134 @@
border-bottom-style: solid; border-bottom-style: solid;
padding: 1rem; padding: 1rem;
} }
} .div_row {
width: 100%;
float: left;
}
// end media
.Background-header {
position: absolute;
width: 100%;
height: 190px;
left: 0px;
background: #FFFAED;
}
/* Title */
.Title {
padding: 0px;
height: 40px;
left: 549px;
margin-top: 20px;
width: 80%;
margin-left: 10%;
}
/* Support */
.Support {
height: 20px;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #0A043C;
}
.block_centrer {
margin: auto;
width: 100%;
// border: 3px solid #73AD21;
padding: 10px;
}
.besoin_aide {
width: 100%;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 40px;
text-align: center;
letter-spacing: -1px;
color: #20BFA9;
}
.detail_text_aide {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
}
.barre_recherche {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
margin-top: 1rem;
}
.aricles_a_la_une {
width: 95%;
margin-left: 5%;
float: left;
border: solid 1px;
padding: 10px;
min-height: 20rem;
}
.liste_articles {
width: 95%;
margin-left: 5%;
float: left;
//border: solid 1px;
padding: 10px;
}
.hr_break {
border: 5px solid grey;
}
.img_article {
width: 40%;
float: left;
padding: 5px;
}
.desc_article {
width: 58%;
float: left;
padding: 5px;
}
.block_article{
width: 32%;
float: left;
margin-right: 5px;
}
.block_entete{
height: 15rem;
float: left;
} }
@media only screen and (min-width: 992px) and (max-width: 1199px) { @media only screen and (min-width: 992px) and (max-width: 1199px) {
.rech_middlebox { .rech_middlebox {
@ -553,7 +810,7 @@
width: 100%; width: 100%;
margin-bottom: 0.1rem; margin-bottom: 0.1rem;
//border-radius: 1rem; //border-radius: 1rem;
position: fixed; // position: fixed;
z-index: 10; z-index: 10;
} }
@ -584,8 +841,8 @@
z-index: 1; z-index: 1;
width: 100%; width: 100%;
height: 100%; height: 100%;
padding-right: 2rem; // padding-right: 10px;
padding-left: 2rem; // padding-left: 10px;
} }
.pieddepage { .pieddepage {
@ -694,7 +951,135 @@
border-bottom-style: solid; border-bottom-style: solid;
padding: 1rem; padding: 1rem;
} }
} .div_row {
width: 100%;
float: left;
}
// end media
.Background-header {
position: absolute;
width: 100%;
height: 190px;
left: 0px;
background: #FFFAED;
}
/* Title */
.Title {
padding: 0px;
height: 50px;
left: 549px;
margin-top: 20px;
width: 80%;
margin-left: 10%;
}
/* Support */
.Support {
height: 20px;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #0A043C;
}
.block_centrer {
margin: auto;
width: 95%;
// border: 3px solid #73AD21;
padding: 10px;
}
.besoin_aide {
width: 100%;
font-family: "Albert Sans";
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 50px;
text-align: center;
letter-spacing: -1px;
color: #20BFA9;
}
.detail_text_aide {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
}
.barre_recherche {
height: 44px;
font-family: Verdana, Georgia, Arial;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
text-align: center;
color: #0A043C;
// margin-top: 2rem;
}
.aricles_a_la_une {
width: 95%;
margin-left: 5%;
float: left;
border: solid 1px;
padding: 10px;
min-height: 20rem;
}
.liste_articles {
width: 95%;
margin-left: 5%;
float: left;
//border: solid 1px;
padding: 10px;
}
.hr_break {
border: 5px solid grey;
}
.img_article {
width: 40%;
float: left;
padding: 5px;
}
.desc_article {
width: 58%;
float: left;
padding: 5px;
}
.block_article{
width: 32%;
float: left;
margin-right: 5px;
}
.block_entete{
height: 15rem;
float: left;
}
}
@media only screen and (min-width: 1200px) { @media only screen and (min-width: 1200px) {
.rech_middlebox { .rech_middlebox {
@ -898,127 +1283,138 @@
} }
} .div_row {
width: 100%;
float: left;
}
.div_row { // end media
width: 100%;
float: left;
}
// end media .Background-header {
position: absolute;
width: 100%;
height: 280px;
left: 0px;
.Background-header { background: #FFFAED;
position: absolute; }
width: 100%;
height: 280px;
left: 0px;
background: #FFFAED; /* Title */
}
/* Title */ .Title {
padding: 0px;
.Title { height: 80px;
padding: 0px; left: 549px;
height: 80px; margin-top: 20px;
left: 549px; width: 60%;
margin-top: 20px; margin-left: 20%;
width: 50%; }
margin-left: 25%;
}
/* Support */ /* Support */
.Support { .Support {
height: 20px; height: 20px;
font-family: "Albert Sans"; font-family: "Albert Sans";
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-size: 16px; font-size: 16px;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
color: #0A043C; color: #0A043C;
} }
.block_centrer { .block_centrer {
margin: auto; margin: auto;
width: 70%; width: 70%;
border: 3px solid #73AD21; // border: 3px solid #73AD21;
padding: 10px; padding: 10px;
} }
.besoin_aide { .besoin_aide {
width: 100%; width: 100%;
font-family: "Albert Sans"; font-family: "Albert Sans";
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-size: 50px; font-size: 50px;
line-height: 60px; line-height: 60px;
text-align: center; text-align: center;
letter-spacing: -1px; letter-spacing: -1px;
color: #20BFA9; color: #20BFA9;
} }
.detail_text_aide { .detail_text_aide {
height: 44px; height: 44px;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
text-align: center; text-align: center;
color: #0A043C; color: #0A043C;
} }
.barre_recherche { .barre_recherche {
height: 44px; height: 44px;
font-family: Verdana, Georgia, Arial; font-family: Verdana, Georgia, Arial;
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-size: 14px; font-size: 14px;
line-height: 22px; line-height: 22px;
text-align: center; text-align: center;
color: #0A043C; color: #0A043C;
margin-top: 2rem; margin-top: 2rem;
} }
.aricles_a_la_une { .aricles_a_la_une {
width: 95%; width: 95%;
margin-left: 5%; margin-left: 5%;
float: left; float: left;
border: solid 1px; border: solid 1px;
padding: 10px; padding: 10px;
min-height: 20rem; min-height: 20rem;
} }
.liste_articles { .liste_articles {
width: 95%; width: 95%;
margin-left: 5%; margin-left: 5%;
float: left; float: left;
//border: solid 1px; //border: solid 1px;
padding: 10px; padding: 10px;
} }
.hr_break { .hr_break {
border: 5px solid grey; border: 5px solid grey;
} }
.img_article { .img_article {
width: 40%; width: 40%;
float: left; float: left;
padding: 5px; padding: 5px;
} }
.desc_article {
width: 58%;
float: left;
padding: 5px;
}
.block_article{
width: 32%;
float: left;
margin-right: 5px;
}
.block_entete{
height: 20rem;
float: left;
}
}
.desc_article {
width: 58%;
float: left;
padding: 5px;
}