24/10/2024 - 12h
parent
d309728184
commit
9606e373e5
|
@ -1763,7 +1763,7 @@ function Abonnement(props) {
|
|||
<div className="div_basique_header">
|
||||
</div>
|
||||
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
<div className="produits_service_label height_publication_header">
|
||||
<b> Moteur de Recherche </b>
|
||||
|
|
|
@ -647,7 +647,7 @@ const ButtonHilight = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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"
|
||||
> <button className='bton_menu'> Blog </button> </MenuItem>*/}
|
||||
|
@ -749,7 +749,7 @@ const ButtonHilight = () => {
|
|||
</div>
|
||||
|
||||
<div className="hilight_menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
{/* <div className="hilight_menuPrincipal" onClick={handleBlogMenu}>
|
||||
|
@ -757,7 +757,7 @@ const ButtonHilight = () => {
|
|||
</div>*/}
|
||||
|
||||
<div className="hilight_menuPrincipal" onClick={handleQuisommesNousMenu}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -142,7 +142,7 @@ function ProduitsServices() {
|
|||
<div className="div_basique_header">
|
||||
</div>
|
||||
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
<div className="produits_service_label height_publication_header">
|
||||
<b> Moteur de Recherche </b>
|
||||
|
|
|
@ -27,7 +27,7 @@ import { RichTextEditor } from '@mantine/rte';
|
|||
import LogoutOutlinedIcon from '@mui/icons-material/LogoutOutlined';
|
||||
import logowhite from "../mysy_img/MYSY-LOGO-WHITE.png";
|
||||
import Footer from "./Fotter";
|
||||
import Fotter_test from "./Fotter_test";
|
||||
import Fotter_v3 from "./Fotter_v3";
|
||||
import Header from "./Header";
|
||||
import ListeArticle from "./ListeArticles";
|
||||
import moment from "moment";
|
||||
|
@ -945,7 +945,7 @@ const DisplayDetailArticle_new_v2 = (props) => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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 className="menuPrincipal" onClick={handleQuisommesNousMenu}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleFtionMenu}>
|
||||
|
@ -1090,7 +1090,7 @@ const DisplayDetailArticle_new_v2 = (props) => {
|
|||
<div className="liste_articles">
|
||||
<div className="titre_possible_interet" > Cela pourrait aussi vous intéresser</div>
|
||||
{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} />
|
||||
</div>
|
||||
|
||||
|
@ -1108,8 +1108,8 @@ const DisplayDetailArticle_new_v2 = (props) => {
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div style={{ height: "5rem", border: "1px solid", width: "100%" }}>
|
||||
<Fotter_test />
|
||||
<div style={{ height: "5rem", width: "100%" }}>
|
||||
<Fotter_v3 />
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -1842,12 +1842,12 @@ const DisplayDetailClass_new_v2 = (props) => {
|
|||
</div> */}
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
|
||||
Qui Sommes nous?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menu_header_rectangle">
|
||||
|
|
|
@ -1769,12 +1769,12 @@ const DisplayDetailClass_new_v3 = (props) => {
|
|||
</div> */}
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
|
||||
Qui Sommes nous?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menu_header_rectangle">
|
||||
|
|
|
@ -1954,12 +1954,12 @@ const Display_Partner_Catalog_DetailClass_new_v2 = (props) => {
|
|||
</div> */}
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/QuiSommesNous") }}>
|
||||
Qui Sommes nous?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
|
||||
<div className="menu_header_menu" onClick={(e) => { history.push("/Produits-Services") }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menu_header_rectangle">
|
||||
|
|
|
@ -47,7 +47,7 @@ const Footer = () => {
|
|||
</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'>Publier votre catalogue </a>
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ const Footer_v2 = () => {
|
|||
</div>
|
||||
<div className='div_colonne_25' >
|
||||
<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'> Nous contacter </div>
|
||||
<div className='a_link'> CGU </div>
|
||||
|
@ -61,7 +61,7 @@ const Footer_v2 = () => {
|
|||
</div>
|
||||
|
||||
<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'> Publier votre catalogue</div>
|
||||
<div className='a_link'> M’inscrire</div>
|
||||
|
|
|
@ -13,7 +13,7 @@ import {
|
|||
Heading,
|
||||
} from "./FooterStyles";
|
||||
|
||||
const Fotter_test = () => {
|
||||
const Fotter_v3 = () => {
|
||||
|
||||
// Integration du gestionnaire de cookie : axeptio
|
||||
|
||||
|
@ -47,7 +47,7 @@ const Fotter_test = () => {
|
|||
</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'>Publier votre catalogue </a>
|
||||
|
||||
|
@ -128,4 +128,4 @@ const Fotter_test = () => {
|
|||
|
||||
);
|
||||
};
|
||||
export default Fotter_test;
|
||||
export default Fotter_v3;
|
|
@ -331,7 +331,7 @@ const Header = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<MenuItem onClick={handleProduitService} className="mymenu_item">
|
||||
<button className='bton_menu'> Prix & Services </button>
|
||||
<button className='bton_menu'> Prix </button>
|
||||
</MenuItem>
|
||||
|
||||
<MenuItem onClick={handleAvis} className="mymenu_item">
|
||||
|
@ -420,11 +420,11 @@ const Header = () => {
|
|||
</div>}
|
||||
|
||||
<div className="header_menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="header_menuPrincipal" onClick={handleQuisommesNousMenu}>
|
||||
Qui Sommes nous?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
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);
|
||||
Display_Detail_Product_Data(props.class_external_code);
|
||||
|
@ -1163,7 +1163,7 @@ const Partner_Product_Service = (props) => {
|
|||
</DialogActions>
|
||||
</Dialog>
|
||||
|
||||
<h3> Vos Prix & Services </h3>
|
||||
<h3> Vos Prix </h3>
|
||||
<div className="div_row">
|
||||
<div className="titre1"> Utilisez les filtres !</div>
|
||||
<div className="div_row" style={{ "marginBottom": "5px" }}>
|
||||
|
|
|
@ -123,7 +123,7 @@ function ProduitsServices() {
|
|||
return (
|
||||
<div className="produitsservices">
|
||||
<Helmet>
|
||||
<title>Prix & Services</title>
|
||||
<title>Prix </title>
|
||||
<meta name="description" content="Produits et Services" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="title" content="Produits et Services" />
|
||||
|
@ -137,7 +137,7 @@ function ProduitsServices() {
|
|||
|
||||
<div className="div_row">
|
||||
<div className="div_block_header">
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -288,7 +288,7 @@ function ProduitsServices() {
|
|||
|
||||
<div className="div_row">
|
||||
<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" }} />
|
||||
<div style={{ "marginBottom": "0px", "fontSize": "small" }} className="block_vide_produit_service">
|
||||
<nav style={{ "marginBottom": "0.8rem", "fontSize": "small", "textAlign": 'center', "fontWeight": "700" }}> </nav>
|
||||
|
|
|
@ -116,7 +116,7 @@ const QuiSommesNous_v3 = () => {
|
|||
|
||||
<div className="Title">
|
||||
<div className="Title_txt1">
|
||||
Qui sommes-nous ?
|
||||
A propos
|
||||
</div>
|
||||
<div className="Title_txt2">
|
||||
MySy Training Technogy
|
||||
|
@ -863,7 +863,7 @@ const QuiSommesNous_v3 = () => {
|
|||
</div>
|
||||
|
||||
<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 className="div_block_fonction_detail_desc detail_content_text_head_3">
|
||||
|
|
|
@ -482,7 +482,7 @@ const RechercheArticles = (props) => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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 className="menuPrincipal" onClick={handleQuisommesNousMenu}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleFtionMenu}>
|
||||
|
|
|
@ -22,7 +22,7 @@ import { useCookies } from "react-cookie";
|
|||
import connect_white from "../mysy_img/connect_white_v2.png";
|
||||
import connect_green from "../mysy_img/connect_green.png";
|
||||
import { BsFillXCircleFill } from "react-icons/bs";
|
||||
import Fotter_test from "./Fotter_test";
|
||||
import Fotter_v3 from "./Fotter_v3";
|
||||
|
||||
let PageSize = 5;
|
||||
const RechercheArticles_new_v2 = (props) => {
|
||||
|
@ -493,7 +493,7 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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 className="menuPrincipal" onClick={handleQuisommesNousMenu}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
<div className="menuPrincipal" onClick={handleFtionMenu}>
|
||||
|
@ -588,7 +588,7 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
</div>
|
||||
<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="Title">
|
||||
|
@ -596,7 +596,7 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
|
||||
|
||||
<div className="besoin_aide">
|
||||
Besoin d’aide ?
|
||||
Puis-je vous aider ?
|
||||
<div className="detail_text_aide">
|
||||
|
||||
</div>
|
||||
|
@ -611,7 +611,7 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
<input
|
||||
type="text"
|
||||
class="form-control form-input"
|
||||
placeholder="Search Texte (Title, Description)"
|
||||
placeholder=" Texte (Titre, Description)"
|
||||
onChange={SearchTextHandle}
|
||||
id={"SearchText"}
|
||||
name={"SearchText"}
|
||||
|
@ -664,7 +664,7 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
</div>*/}
|
||||
|
||||
{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} />
|
||||
</div>
|
||||
|
||||
|
@ -690,8 +690,8 @@ const RechercheArticles_new_v2 = (props) => {
|
|||
|
||||
</div>
|
||||
|
||||
<div style={{ height: "5rem", border: "1px solid", width: "100%" }}>
|
||||
<Fotter_test />
|
||||
<div style={{ height: "5rem", width: "100%" }}>
|
||||
<Fotter_v3 />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -2148,7 +2148,7 @@ const Recherche_new = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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">
|
||||
<button className='bton_menu'>Blog </button>
|
||||
|
@ -2189,7 +2189,7 @@ const Recherche_new = () => {
|
|||
</div>}
|
||||
|
||||
<div className="menuPrincipal" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
|
||||
{/* <div className="menuPrincipal" onClick={handleBlogMenu}>
|
||||
|
|
|
@ -2975,7 +2975,7 @@ const Recherche_new_v2 = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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">
|
||||
<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={handleQuisommesNousMenu}> Qui Sommes-nous ? </nav>
|
||||
<nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos </nav>
|
||||
|
||||
<nav className="header_menu" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -2675,7 +2675,7 @@ const Recherche_new_v3 = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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">
|
||||
<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={handleQuisommesNousMenu}> Qui Sommes nous ? </nav>
|
||||
<nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
|
||||
|
||||
<nav className="header_menu" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -2687,7 +2687,7 @@ const Recherche_new_v4 = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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">
|
||||
<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={handleQuisommesNousMenu}> Qui Sommes nous ? </nav>
|
||||
<nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
|
||||
|
||||
<nav className="header_menu" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -2657,7 +2657,7 @@ const Subdomain_Recherche_new_v2 = () => {
|
|||
open={Boolean(ProduitMenu)}
|
||||
style={{ "top": "2rem" }} >
|
||||
<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">
|
||||
<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={handleQuisommesNousMenu}> Qui Sommes nous ? </nav>
|
||||
<nav className="header_menu" onClick={handleQuisommesNousMenu}> A propos</nav>
|
||||
|
||||
<nav className="header_menu" onClick={handleProduitMenu}>
|
||||
Prix & Services
|
||||
Prix
|
||||
|
||||
</nav>
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@ function UpgradeToPro() {
|
|||
<div className="div_basique_header">
|
||||
</div>
|
||||
<div style={{ "marginBottom": "1rem", "background": "#E9ECEF" }}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</div>
|
||||
<div className="produits_service_label">
|
||||
Publication des formations
|
||||
|
|
|
@ -132,11 +132,11 @@ const SideBar = () => {
|
|||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Partner"} activeClassName={"nav-active"}>
|
||||
|
@ -190,11 +190,11 @@ const SideBar = () => {
|
|||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Partner"} activeClassName={"nav-active"}>
|
||||
|
@ -259,11 +259,11 @@ const SideBar = () => {
|
|||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/QuiSommesNous"} activeClassName={"nav-active"}>
|
||||
Qui Sommes nous ?
|
||||
A propos
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Produits-Services"} activeClassName={"nav-active"}>
|
||||
Prix & Services
|
||||
Prix
|
||||
</NavLink>
|
||||
|
||||
<NavLink exact to={"/Display-Detail-formation/:classId"} activeClassName={"nav-active"}>
|
||||
|
|
|
@ -102,12 +102,19 @@
|
|||
|
||||
.met_text {
|
||||
margin-bottom: 0.1rem;
|
||||
font-size: medium;
|
||||
font-weight: normal;
|
||||
//white-space: nowrap;
|
||||
//overflow: hidden;
|
||||
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 {
|
||||
|
@ -135,13 +142,14 @@
|
|||
}
|
||||
|
||||
.art_criteres_value {
|
||||
width: 88%;
|
||||
width: 100%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-bottom: 0.5rem;
|
||||
text-align: justify;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
// line-height: 26px;
|
||||
height: 12rem;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.art_criteres_value_left {
|
||||
|
@ -166,8 +174,24 @@
|
|||
width: 100%;
|
||||
float: right;
|
||||
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) {
|
||||
|
@ -276,7 +300,7 @@
|
|||
margin-bottom: 0.1rem;
|
||||
letter-spacing: 1px;
|
||||
|
||||
height: 60px;
|
||||
min-height: 60px;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
|
@ -284,7 +308,7 @@
|
|||
line-height: 22px;
|
||||
text-align: justify;
|
||||
color: #0A043C;
|
||||
margin-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
line-height: 30px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -314,13 +338,14 @@
|
|||
}
|
||||
|
||||
.art_criteres_value {
|
||||
width: 88%;
|
||||
width: 100%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-bottom: 0.5rem;
|
||||
text-align: justify;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
// line-height: 26px;
|
||||
height: 19.5rem;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.art_criteres_value_left {
|
||||
|
@ -346,8 +371,24 @@
|
|||
width: 100%;
|
||||
float: right;
|
||||
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) {
|
||||
|
@ -408,7 +449,7 @@
|
|||
margin-bottom: 5px;
|
||||
padding: 5px;
|
||||
margin-right: 5px;
|
||||
// cursor: pointer;
|
||||
// cursor: pointer;
|
||||
}
|
||||
|
||||
.div_row_gauche {
|
||||
|
@ -470,15 +511,15 @@
|
|||
margin-bottom: 0.1rem;
|
||||
letter-spacing: 1px;
|
||||
|
||||
height: 60px;
|
||||
min-height: 60px;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
text-align: justify;
|
||||
color: #0A043C;
|
||||
margin-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
line-height: 30px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
@ -508,13 +549,14 @@
|
|||
}
|
||||
|
||||
.art_criteres_value {
|
||||
width: 85%;
|
||||
width: 100%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
margin-bottom: 0.5rem;
|
||||
text-align: justify;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
// line-height: 26px;
|
||||
height: 15rem;
|
||||
line-height: 25px;
|
||||
}
|
||||
|
||||
.art_criteres_value_left {
|
||||
|
@ -540,7 +582,7 @@
|
|||
width: 100%;
|
||||
float: right;
|
||||
padding: 5px;
|
||||
height: 20rem;
|
||||
height: 30rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -715,7 +757,8 @@
|
|||
margin-bottom: 0.5rem;
|
||||
text-align: justify;
|
||||
font-family: Verdana, Georgia, Arial;
|
||||
// line-height: 26px;
|
||||
line-height: 25px;
|
||||
height: 15rem;
|
||||
}
|
||||
|
||||
.art_criteres_value_left {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -81,7 +81,7 @@
|
|||
width: 100%;
|
||||
margin-bottom: 0.1rem;
|
||||
//border-radius: 1rem;
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
z-index: 10;
|
||||
top: 0px;
|
||||
}
|
||||
|
@ -114,11 +114,11 @@
|
|||
//background-color: #e6ebe2;
|
||||
top: 6rem;
|
||||
z-index: 1;
|
||||
width: 98%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0.3rem;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
// margin: 0.3rem;
|
||||
// margin-left: auto;
|
||||
// margin-right: auto;
|
||||
}
|
||||
|
||||
.pieddepage {
|
||||
|
@ -209,6 +209,136 @@
|
|||
border-bottom-style: solid;
|
||||
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) {
|
||||
|
@ -335,7 +465,7 @@
|
|||
width: 100%;
|
||||
margin-bottom: 0.1rem;
|
||||
//border-radius: 1rem;
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
@ -366,8 +496,8 @@
|
|||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-right: 2rem;
|
||||
padding-left: 2rem;
|
||||
// padding-right: 10px;
|
||||
// padding-left: 10px;
|
||||
}
|
||||
|
||||
.pieddepage {
|
||||
|
@ -477,7 +607,134 @@
|
|||
border-bottom-style: solid;
|
||||
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) {
|
||||
.rech_middlebox {
|
||||
|
@ -553,7 +810,7 @@
|
|||
width: 100%;
|
||||
margin-bottom: 0.1rem;
|
||||
//border-radius: 1rem;
|
||||
position: fixed;
|
||||
// position: fixed;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
|
@ -584,8 +841,8 @@
|
|||
z-index: 1;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-right: 2rem;
|
||||
padding-left: 2rem;
|
||||
// padding-right: 10px;
|
||||
// padding-left: 10px;
|
||||
}
|
||||
|
||||
.pieddepage {
|
||||
|
@ -694,7 +951,135 @@
|
|||
border-bottom-style: solid;
|
||||
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) {
|
||||
.rech_middlebox {
|
||||
|
@ -898,127 +1283,138 @@
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
.div_row {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.div_row {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
// end media
|
||||
|
||||
// end media
|
||||
.Background-header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 280px;
|
||||
left: 0px;
|
||||
|
||||
.Background-header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 280px;
|
||||
left: 0px;
|
||||
background: #FFFAED;
|
||||
}
|
||||
|
||||
background: #FFFAED;
|
||||
}
|
||||
/* Title */
|
||||
|
||||
/* Title */
|
||||
|
||||
.Title {
|
||||
padding: 0px;
|
||||
height: 80px;
|
||||
left: 549px;
|
||||
margin-top: 20px;
|
||||
width: 50%;
|
||||
margin-left: 25%;
|
||||
}
|
||||
.Title {
|
||||
padding: 0px;
|
||||
height: 80px;
|
||||
left: 549px;
|
||||
margin-top: 20px;
|
||||
width: 60%;
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
|
||||
/* Support */
|
||||
/* 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;
|
||||
}
|
||||
.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: 70%;
|
||||
border: 3px solid #73AD21;
|
||||
padding: 10px;
|
||||
}
|
||||
.block_centrer {
|
||||
margin: auto;
|
||||
width: 70%;
|
||||
// border: 3px solid #73AD21;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.besoin_aide {
|
||||
width: 100%;
|
||||
.besoin_aide {
|
||||
width: 100%;
|
||||
|
||||
font-family: "Albert Sans";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 50px;
|
||||
line-height: 60px;
|
||||
text-align: center;
|
||||
letter-spacing: -1px;
|
||||
color: #20BFA9;
|
||||
}
|
||||
font-family: "Albert Sans";
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-size: 50px;
|
||||
line-height: 60px;
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
.liste_articles {
|
||||
width: 95%;
|
||||
margin-left: 5%;
|
||||
float: left;
|
||||
//border: solid 1px;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.hr_break {
|
||||
border: 5px solid grey;
|
||||
}
|
||||
.hr_break {
|
||||
border: 5px solid grey;
|
||||
}
|
||||
|
||||
.img_article {
|
||||
width: 40%;
|
||||
float: left;
|
||||
padding: 5px;
|
||||
}
|
||||
.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: 20rem;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
.desc_article {
|
||||
width: 58%;
|
||||
float: left;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue