*{margin:0;padding:0;box-sizing:border-box}
:root{--couleur-principale:#6B4FAE;--couleur-secondaire:#8F87AB;--couleur-tertiaire:#BBB4C0;--texte-principal:#2a2a2a;--texte-secondaire:#495057;--fond-clair:#fafbfc;--fond-blanc:#fff;--ombre-douce:0 2px 8px #6b4fae14;--ombre-moyenne:0 4px 16px #6b4fae1f}
body{color:var(--texte-principal);font:17px/1.7 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;background:var(--fond-clair)}
header{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 65%,#BBB4C0 100%);box-shadow:var(--ombre-moyenne);position:relative}
.entete_rangee_alpha{display:flex;justify-content:space-between;align-items:center;padding:22px 5%;border-bottom:1px solid #ffffff26;min-height:68px}
.bloc_identite_marque{display:flex;align-items:center;gap:18px;position:relative;z-index:10}
.conteneur_logo_principal{display:flex;align-items:center;justify-content:center;border-radius:8px;padding:8px;box-shadow:0 3px 10px #00000026;background:var(--fond-blanc)}
.conteneur_logo_principal img{height:70px;width:70px;display:block;object-fit:contain}
.titre_entreprise_header{font-size:1.4rem;font-weight:700;color:var(--fond-blanc);letter-spacing:.3px}
.zone_service_geo{color:#ffffffeb;font-size:.95rem;font-weight:500;padding:9px 18px;border-radius:6px;white-space:nowrap;background:#ffffff1f}
.entete_rangee_beta{padding:0 5%;min-height:58px;display:flex;align-items:center;background:#ffffff14}
.navigation_principale_unique{width:100%;display:flex;justify-content:center}
.liste_nav_primaire{list-style:none;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}
.element_nav_individuel{position:relative}
.lien_navigation_std{display:block;padding:12px 24px;color:var(--fond-blanc);text-decoration:none;font-weight:600;font-size:1rem;border-radius:5px;transition:background-color .25s ease,opacity .25s ease;white-space:nowrap}
.lien_navigation_std:hover{opacity:.92;background:#ffffff2e}
.lien_navigation_std:focus{outline:3px solid #ffffffb3;outline-offset:2px}
main{min-height:60vh}
footer{background:linear-gradient(180deg,#2a2a2a 0%,#3d3d3d 100%);color:#f5f6fa;padding:48px 5% 32px;margin-top:60px;border-top:4px solid var(--couleur-principale)}
.conteneur_footer_principal{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:42px;margin-bottom:38px}
.section_footer_info{display:flex;flex-direction:column;gap:16px}
.titre_section_footer{font-size:1.3rem;font-weight:700;color:var(--fond-blanc);margin-bottom:8px;border-bottom:3px solid var(--couleur-principale);padding-bottom:10px;display:inline-block}
.liste_liens_footer{list-style:none;display:flex;flex-direction:column;gap:12px}
.lien_footer_standard{color:#d8d9dd;text-decoration:none;font-size:1rem;transition:color .25s ease,padding-left .2s ease;display:block}
.lien_footer_standard:hover{color:var(--couleur-tertiaire);padding-left:6px}
.lien_footer_standard:focus{outline:2px solid var(--couleur-tertiaire);outline-offset:3px;border-radius:3px}
.email_contact_footer{color:#d8d9dd;font-size:1rem;word-break:break-word}
.lien_email_footer{color:var(--couleur-tertiaire);text-decoration:none;transition:color .2s ease}
.lien_email_footer:hover{color:var(--fond-blanc);text-decoration:underline}
.zone_copyright_footer{text-align:center;padding-top:28px;border-top:1px solid #ffffff26;color:#b8b9bd;font-size:.95rem}
@media (max-width: 768px) {
.entete_rangee_alpha{flex-direction:column;gap:18px;padding:18px 4%;text-align:center}
.bloc_identite_marque{flex-direction:column;gap:12px}
.zone_service_geo{font-size:.88rem;padding:8px 14px}
.liste_nav_primaire{flex-direction:column;gap:4px;width:100%}
.lien_navigation_std{padding:11px 18px;font-size:.95rem;width:100%;text-align:center}
.conteneur_footer_principal{grid-template-columns:1fr;gap:32px}
}
.modal_consentement_donnees{position:fixed;bottom:28px;right:28px;max-width:460px;background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border-radius:12px;box-shadow:0 8px 32px #6b4fae38;padding:28px;z-index:9999;border:2px solid var(--couleur-tertiaire);opacity:0;transform:translateY(40px) scale(0.92);transition:opacity .4s ease,transform .4s ease}
.modal_consentement_donnees.afficher_modal{opacity:1;transform:translateY(0) scale(1)}
.titre_modal_consentement{font-size:1.3rem;font-weight:700;color:var(--couleur-principale);margin-bottom:14px;line-height:1.3}
.description_consentement_global{font-size:.96rem;color:var(--texte-secondaire);line-height:1.6;margin-bottom:22px}
.groupe_categorie_consentement{margin-bottom:18px;padding:16px;border-radius:8px;border-left:4px solid var(--couleur-principale);background:#bbb4c014}
.nom_categorie_consentement{font-size:1.05rem;font-weight:600;color:var(--couleur-principale);margin-bottom:8px;display:flex;align-items:center;gap:12px}
.description_categorie_consentement{font-size:.91rem;color:var(--texte-secondaire);line-height:1.5;margin-bottom:10px}
.controle_basculement_consentement{display:flex;align-items:center;gap:10px;cursor:pointer}
.interrupteur_visuel{position:relative;width:52px;height:28px;border-radius:28px;transition:background-color .28s ease;background:#d1d3d8}
.interrupteur_visuel::after{content:'';position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;transition:transform .28s ease;box-shadow:0 2px 4px #0003;background:var(--fond-blanc)}
.checkbox_consentement_cache{display:none}
.checkbox_consentement_cache:checked + .interrupteur_visuel{background:var(--couleur-principale)}
.checkbox_consentement_cache:checked + .interrupteur_visuel::after{transform:translateX(24px)}
.etiquette_statut_consentement{font-size:.89rem;font-weight:600;color:var(--texte-secondaire)}
.zone_boutons_consentement{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}
.bouton_action_consentement{flex:1;min-width:140px;padding:12px 20px;border:none;border-radius:7px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease,opacity .25s ease}
.bouton_action_consentement:focus{outline:3px solid var(--couleur-principale);outline-offset:2px}
.bouton_action_consentement:active{transform:scale(0.97)}
.bouton_accepter_tout{background:linear-gradient(135deg,var(--couleur-principale) 0%,var(--couleur-secondaire) 100%);color:var(--fond-blanc)}
.bouton_accepter_tout:hover{opacity:.88}
.bouton_refuser_tout{color:var(--texte-principal);background:#e8e9ed}
.bouton_refuser_tout:hover{background:#d1d3d8}
.bouton_sauvegarder_choix{color:var(--fond-blanc);background:var(--couleur-tertiaire)}
.bouton_sauvegarder_choix:hover{opacity:.88}
@media (max-width: 768px) {
.modal_consentement_donnees{bottom:0;right:0;left:0;max-width:100%;border-radius:12px 12px 0 0;margin:0}
.zone_boutons_consentement{flex-direction:column}
.bouton_action_consentement{width:100%}
}
@media (prefers-reduced-motion: reduce) {
*{animation-duration:.01ms!important;transition-duration:.01ms!important}
}
.partenaires-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.partenaires-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6b4fae14 0%,transparent 70%);border-radius:50%}
.partenaires-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.partenaires-hero-title{font-size:3.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.partenaires-hero-subtitle{font-size:1.3rem;color:#495057;max-width:750px;line-height:1.6;margin-bottom:2rem}
.partenaires-intro-text{font-size:1.05rem;color:#343a40;max-width:800px;line-height:1.7;margin-top:2rem}
.partenaires-valeurs-section{background:#fff;padding:5rem 2rem;position:relative}
.partenaires-valeurs-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.partenaires-valeurs-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 48px #6b4fae26}
.partenaires-valeurs-image img{width:100%;height:480px;object-fit:cover;display:block}
.partenaires-valeurs-content{padding:1rem 0}
.partenaires-valeurs-heading{font-size:2.5rem;color:#212529;margin-bottom:2rem;font-weight:700;line-height:1.3}
.partenaires-valeurs-list{display:flex;flex-direction:column;gap:2rem}
.partenaires-valeur-item{display:flex;gap:1.5rem;align-items:flex-start}
.partenaires-valeur-icon{width:52px;height:52px;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem;color:#fff;font-weight:700;box-shadow:0 4px 16px #6b4fae40}
.partenaires-valeur-text h3{font-size:1.35rem;color:#343a40;margin-bottom:.5rem;font-weight:600}
.partenaires-valeur-text p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.partenaires-programme-section{background:linear-gradient(180deg,#f5f6fa 0%,#fff 100%);padding:5rem 2rem;position:relative}
.partenaires-programme-container{max-width:1300px;margin:0 auto}
.partenaires-programme-header{text-align:center;margin-bottom:4rem}
.partenaires-programme-header h2{font-size:2.6rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.partenaires-programme-header p{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.partenaires-programme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}
.partenaires-programme-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 4px 24px #0000000f;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.partenaires-programme-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#6B4FAE 0%,#8F87AB 100%);opacity:0;transition:opacity .3s ease}
.partenaires-programme-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #6b4fae2e;border-color:#BBB4C0}
.partenaires-programme-card:hover::before{opacity:1}
.partenaires-programme-card h3{font-size:1.4rem;color:#343a40;margin-bottom:1rem;font-weight:600}
.partenaires-programme-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.partenaires-programme-visual{margin-top:3rem;text-align:center}
.partenaires-programme-visual img{width:100%;max-width:900px;height:420px;object-fit:cover;border-radius:16px;box-shadow:0 16px 56px #6b4fae33}
.partenaires-temoignages-section{background:#fff;padding:5rem 2rem;position:relative}
.partenaires-temoignages-wrapper{max-width:1200px;margin:0 auto}
.partenaires-temoignages-title{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:4rem;font-weight:700}
.partenaires-temoignages-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.partenaires-temoignage-card{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:20px;padding:3rem;position:relative;border:1px solid #e9ecef}
.partenaires-temoignage-card::before{content:'"';position:absolute;top:1.5rem;left:2rem;color:#BBB4C0;opacity:.4;font:5rem/1 Georgia,serif}
.partenaires-temoignage-content{position:relative;z-index:2}
.partenaires-temoignage-text{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:2rem;font-style:italic}
.partenaires-temoignage-author{display:flex;align-items:center;gap:1.5rem}
.partenaires-temoignage-photo{width:70px;height:70px;border-radius:50%;overflow:hidden;border:3px solid #6B4FAE;flex-shrink:0}
.partenaires-temoignage-photo img{width:100%;height:100%;object-fit:cover}
.partenaires-temoignage-info h4{font-size:1.15rem;color:#212529;margin-bottom:.3rem;font-weight:600}
.partenaires-temoignage-info p{font-size:.95rem;color:#6B4FAE;margin:0;font-weight:500}
@media (max-width: 992px) {
.partenaires-hero-title{font-size:2.5rem}
.partenaires-valeurs-wrapper{grid-template-columns:1fr;gap:3rem}
.partenaires-valeurs-image img{height:380px}
.partenaires-programme-grid{grid-template-columns:1fr;gap:2rem}
.partenaires-temoignages-grid{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.partenaires-hero-section{padding:3rem 1.5rem 2.5rem}
.partenaires-hero-title{font-size:2rem}
.partenaires-hero-subtitle{font-size:1.1rem}
.partenaires-valeurs-section{padding:3rem 1.5rem}
.partenaires-valeurs-heading{font-size:2rem}
.partenaires-valeurs-image img{height:280px}
.partenaires-programme-section{padding:3rem 1.5rem}
.partenaires-programme-header h2{font-size:2rem}
.partenaires-programme-visual img{height:280px}
.partenaires-temoignages-section{padding:3rem 1.5rem}
.partenaires-temoignages-title{font-size:2rem}
.partenaires-temoignage-card{padding:2rem}
}
.index-hero-immersive{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.index-hero-immersive::before{content:'';position:absolute;top:-10%;right:-5%;width:60%;height:120%;background:linear-gradient(225deg,#6b4fae14 0%,#bbb4c01f 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,0% 100%);z-index:1}
.index-hero-immersive .container{position:relative;z-index:2}
.index-hero-content-wrapper{display:grid;grid-template-columns:1.2fr 0.8fr;gap:4rem;align-items:center;padding:3rem 0}
.index-hero-text-zone h1{font-size:3.8rem;font-weight:700;color:#212529;line-height:1.15;margin-bottom:1.8rem;letter-spacing:-.02em}
.index-hero-text-zone h1 span{color:#6B4FAE;display:block;margin-top:.5rem}
.index-hero-description{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:2.5rem;max-width:540px}
.index-hero-cta-primary{display:inline-block;padding:1.1rem 2.8rem;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #6b4fae40}
.index-hero-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #6b4fae59}
.index-hero-image-container{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #6b4fae33}
.index-hero-image-container img{width:100%;height:auto;display:block;object-fit:cover}
.index-reality-check-section{padding:6rem 0;background:#fff;position:relative}
.index-reality-check-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#BBB4C0 50%,transparent 100%)}
.index-reality-intro{max-width:720px;margin:0 auto 4rem;text-align:center}
.index-reality-intro h2{font-size:2.6rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-reality-intro p{font-size:1.15rem;color:#495057;line-height:1.8}
.index-reality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}
.index-reality-card{background:linear-gradient(145deg,#fafbfc 0%,#f8f9fa 100%);padding:2.5rem 2rem;border-radius:16px;border:1px solid #e9ecef;transition:all .35s ease}
.index-reality-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #6b4fae26;border-color:#BBB4C0}
.index-reality-card h3{font-size:1.4rem;color:#6B4FAE;margin-bottom:1rem;font-weight:600}
.index-reality-card p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.index-diagonal-showcase{padding:7rem 0;background:linear-gradient(165deg,#f8f9fa 0%,#fff 50%,#fafbfc 100%);position:relative;overflow:hidden}
.index-diagonal-showcase::before{content:'';position:absolute;top:0;left:-10%;width:50%;height:100%;background:linear-gradient(135deg,#8f87ab0f 0%,transparent 100%);clip-path:polygon(0 0,100% 0,80% 100%,0% 100%)}
.index-diagonal-content-split{display:grid;grid-template-columns:0.9fr 1.1fr;gap:5rem;align-items:center;position:relative;z-index:2}
.index-diagonal-visual{position:relative}
.index-diagonal-visual img{width:100%;height:auto;border-radius:16px;box-shadow:0 15px 45px #2125291f;display:block;object-fit:cover}
.index-diagonal-text-area h2{font-size:2.8rem;color:#212529;margin-bottom:2rem;font-weight:700;line-height:1.25}
.index-diagonal-text-area p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.index-diagonal-highlight-box{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);padding:2rem;border-radius:12px;margin-top:2rem}
.index-diagonal-highlight-box p{color:#fff;font-size:1.05rem;line-height:1.7;margin:0}
.index-layered-insight-section{padding:6rem 0;background:#fff;position:relative}
.index-layered-container{max-width:1100px;margin:0 auto;position:relative}
.index-layered-header{text-align:center;margin-bottom:4rem}
.index-layered-header h2{font-size:2.7rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.index-layered-header p{font-size:1.15rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.75}
.index-layered-blocks{display:flex;flex-direction:column;gap:3rem}
.index-insight-block{display:grid;grid-template-columns:80px 1fr;gap:2rem;background:linear-gradient(120deg,#fafbfc 0%,#f8f9fa 100%);padding:2.5rem;border-radius:14px;border-left:4px solid #6B4FAE;transition:all .3s ease}
.index-insight-block:hover{box-shadow:0 8px 30px #6b4fae1f;transform:translateX(8px)}
.index-insight-number{width:80px;height:80px;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;flex-shrink:0}
.index-insight-content h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.index-insight-content p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0}
.index-asymmetric-approach{padding:7rem 0;background:linear-gradient(180deg,#f8f9fa 0%,#fafbfc 100%);position:relative}
.index-asymmetric-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.index-asymmetric-left{position:sticky;top:2rem}
.index-asymmetric-left h2{font-size:3rem;color:#212529;margin-bottom:2rem;font-weight:700;line-height:1.2}
.index-asymmetric-left img{width:100%;height:auto;border-radius:16px;margin-top:2rem;box-shadow:0 12px 40px #2125291a;display:block;object-fit:cover}
.index-asymmetric-right{display:flex;flex-direction:column;gap:2rem}
.index-approach-item{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #6b4fae14;transition:all .3s ease}
.index-approach-item:hover{box-shadow:0 8px 30px #6b4fae26;transform:translateY(-4px)}
.index-approach-item h3{font-size:1.4rem;color:#6B4FAE;margin-bottom:1rem;font-weight:600}
.index-approach-item p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0}
.index-immersive-testimony{padding:0;background:#6B4FAE;position:relative;overflow:hidden}
.index-testimony-container{display:grid;grid-template-columns:1fr 1fr;min-height:500px}
.index-testimony-visual{position:relative;overflow:hidden}
.index-testimony-visual img{width:100%;height:100%;object-fit:cover;display:block}
.index-testimony-content-wrapper{padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;position:relative;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%)}
.index-testimony-quote{font-size:1.4rem;color:#fff;line-height:1.8;margin-bottom:2.5rem;font-style:italic;position:relative;padding-left:2rem}
.index-testimony-quote::before{content:'"';position:absolute;left:0;top:-10px;font-size:4rem;color:#ffffff4d;line-height:1}
.index-testimony-author{display:flex;align-items:center;gap:1.5rem}
.index-testimony-author-info h4{font-size:1.2rem;color:#fff;margin:0 0 .3rem;font-weight:600}
.index-testimony-author-info p{font-size:1rem;color:#ffffffd9;margin:0}
.index-practical-tools-zone{padding:7rem 0;background:#fff;position:relative}
.index-tools-header-center{text-align:center;max-width:760px;margin:0 auto 5rem}
.index-tools-header-center h2{font-size:2.9rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.index-tools-header-center p{font-size:1.15rem;color:#495057;line-height:1.8}
.index-tools-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}
.index-tool-card-expanded{background:linear-gradient(145deg,#fafbfc 0%,#f8f9fa 100%);border-radius:16px;overflow:hidden;border:2px solid #e9ecef;transition:all .35s ease}
.index-tool-card-expanded:hover{border-color:#BBB4C0;box-shadow:0 10px 40px #6b4fae1f;transform:translateY(-6px)}
.index-tool-visual-block{height:220px;overflow:hidden}
.index-tool-visual-block img{width:100%;height:100%;object-fit:cover;display:block}
.index-tool-description-block{padding:2.5rem}
.index-tool-description-block h3{font-size:1.6rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.index-tool-description-block p{font-size:1.05rem;color:#495057;line-height:1.75;margin:0}
.index-final-invitation{padding:8rem 0;background:linear-gradient(165deg,#f8f9fa 0%,#fafbfc 100%);position:relative;text-align:center}
.index-final-invitation::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,#6b4fae14 0%,transparent 70%);border-radius:50%;z-index:1}
.index-final-content-centered{max-width:820px;margin:0 auto;position:relative;z-index:2}
.index-final-content-centered h2{font-size:3.2rem;color:#212529;margin-bottom:2rem;font-weight:700;line-height:1.2}
.index-final-content-centered p{font-size:1.25rem;color:#495057;line-height:1.8;margin-bottom:3rem}
.index-final-cta-button{display:inline-block;padding:1.3rem 3.5rem;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;text-decoration:none;font-weight:600;font-size:1.15rem;border-radius:10px;transition:all .3s ease;box-shadow:0 6px 25px #6b4fae4d}
.index-final-cta-button:hover{transform:translateY(-3px);box-shadow:0 10px 35px #6b4fae66}
@media (max-width: 992px) {
.index-hero-content-wrapper{grid-template-columns:1fr;gap:3rem}
.index-hero-text-zone h1{font-size:3rem}
.index-reality-grid{grid-template-columns:1fr;gap:2rem}
.index-diagonal-content-split{grid-template-columns:1fr;gap:3rem}
.index-asymmetric-layout{grid-template-columns:1fr;gap:3rem}
.index-asymmetric-left{position:static}
.index-testimony-container{grid-template-columns:1fr;min-height:auto}
.index-testimony-visual{height:300px}
.index-tools-showcase-grid{grid-template-columns:1fr;gap:2rem}
.index-final-content-centered h2{font-size:2.5rem}
}
@media (max-width: 768px) {
.index-hero-text-zone h1{font-size:2.4rem}
.index-hero-description{font-size:1.1rem}
.index-reality-intro h2{font-size:2.2rem}
.index-diagonal-text-area h2{font-size:2.3rem}
.index-layered-header h2{font-size:2.2rem}
.index-insight-block{grid-template-columns:1fr;gap:1.5rem}
.index-insight-number{width:70px;height:70px;font-size:1.8rem}
.index-asymmetric-left h2{font-size:2.4rem}
.index-testimony-content-wrapper{padding:3rem 2rem}
.index-testimony-quote{font-size:1.2rem}
.index-tools-header-center h2{font-size:2.3rem}
.index-final-content-centered h2{font-size:2.2rem}
.index-final-content-centered p{font-size:1.1rem}
}
.contact-main-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);min-height:100vh}
.contact-hero-block{background:linear-gradient(165deg,#fff 0%,#f8f9fa 60%,#8b87ab14 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6b4fae0f 0%,transparent 70%);border-radius:50%}
.contact-hero-inner{max-width:720px;margin:0 auto;position:relative;z-index:2}
.contact-hero-title{font-size:2.8rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2;letter-spacing:-.5px}
.contact-hero-desc{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-content-section{padding:80px 20px;background:#fff}
.contact-grid-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.contact-info-panel{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border-radius:16px;padding:45px 35px;border:1px solid #6b4fae1f;box-shadow:0 4px 20px #0000000a;position:sticky;top:30px}
.contact-info-heading{font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:30px;padding-bottom:18px;border-bottom:2px solid #6b4fae26}
.contact-detail-item{margin-bottom:32px}
.contact-detail-item:last-child{margin-bottom:0}
.contact-detail-label{font-size:.85rem;font-weight:600;color:#6B4FAE;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;display:block}
.contact-detail-value{font-size:1.05rem;color:#343a40;line-height:1.6;word-break:break-word}
.contact-detail-value a{color:#6B4FAE;text-decoration:none;transition:all .25s ease;border-bottom:1px solid transparent}
.contact-detail-value a:hover{color:#8F87AB;border-bottom-color:#8F87AB}
.contact-form-container{background:#fff;border-radius:16px;padding:50px 45px;border:1px solid #bbb4c040;box-shadow:0 8px 30px #0000000f}
.contact-form-title{font-size:1.9rem;font-weight:600;color:#212529;margin-bottom:14px}
.contact-form-subtitle{font-size:1rem;color:#6c757d;margin-bottom:38px;line-height:1.6}
.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-bottom:26px}
.contact-field-full{grid-column:1 / -1}
.contact-input-group{display:flex;flex-direction:column}
.contact-input-label{font-size:.95rem;font-weight:500;color:#343a40;margin-bottom:10px;display:block}
.contact-input-field{width:100%;padding:14px 18px;font-size:1rem;color:#212529;background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;transition:all .3s ease;font-family:inherit}
.contact-input-field:focus{outline:none;background:#fff;border-color:#6B4FAE;box-shadow:0 0 0 4px #6b4fae14}
.contact-textarea-field{min-height:160px;resize:vertical;font-family:inherit}
.contact-consent-wrapper{margin-top:30px;margin-bottom:34px;display:flex;align-items:start;gap:12px}
.contact-consent-checkbox{margin-top:4px;width:20px;height:20px;flex-shrink:0;cursor:pointer;accent-color:#6B4FAE}
.contact-consent-text{font-size:.92rem;color:#495057;line-height:1.6}
.contact-consent-text a{color:#6B4FAE;text-decoration:none;font-weight:500;border-bottom:1px solid #6b4fae4d;transition:all .25s ease}
.contact-consent-text a:hover{color:#8F87AB;border-bottom-color:#8F87AB}
.contact-submit-btn{width:100%;padding:16px 32px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #6b4fae40;position:relative;z-index:1}
.contact-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6b4fae59}
.contact-submit-btn:active{transform:translateY(0)}
.contact-visual-section{padding:70px 20px;background:linear-gradient(180deg,#fff 0%,#f5f6fa 100%)}
.contact-visual-content{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.3fr 1fr;gap:50px;align-items:center}
.contact-visual-text{padding-right:30px}
.contact-visual-heading{font-size:2.1rem;font-weight:700;color:#212529;margin-bottom:22px;line-height:1.3}
.contact-visual-paragraph{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.contact-visual-paragraph:last-child{margin-bottom:0}
.contact-visual-image-wrap{border-radius:20px;overflow:hidden;box-shadow:0 12px 40px #0000001f;position:relative}
.contact-visual-image-wrap::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6b4fae1a 0%,transparent 60%);z-index:1;pointer-events:none}
.contact-visual-img{width:100%;height:auto;display:block;object-fit:cover}
.contact-schedule-section{padding:75px 20px;background:#fff}
.contact-schedule-inner{max-width:900px;margin:0 auto;text-align:center}
.contact-schedule-title{font-size:2rem;font-weight:700;color:#212529;margin-bottom:35px}
.contact-schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:40px}
.contact-schedule-card{background:linear-gradient(145deg,#f8f9fa 0%,#fff 100%);border-radius:14px;padding:32px 24px;border:1px solid #bbb4c033;transition:all .3s ease}
.contact-schedule-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #6b4fae26;border-color:#6b4fae4d}
.contact-schedule-card-label{font-size:.88rem;font-weight:600;color:#6B4FAE;text-transform:uppercase;letter-spacing:.7px;margin-bottom:12px}
.contact-schedule-card-value{font-size:1.1rem;font-weight:500;color:#343a40;line-height:1.5}
.contact-final-section{padding:80px 20px;background:linear-gradient(165deg,#f5f6fa 0%,#fff 100%)}
.contact-final-wrapper{max-width:750px;margin:0 auto;text-align:center}
.contact-final-heading{font-size:2.2rem;font-weight:700;color:#212529;margin-bottom:20px;line-height:1.3}
.contact-final-text{font-size:1.1rem;color:#495057;line-height:1.75;margin-bottom:36px}
.contact-final-cta{display:inline-block;padding:16px 46px;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 18px #6b4fae40;position:relative;z-index:1}
.contact-final-cta:hover{transform:translateY(-3px);box-shadow:0 6px 26px #6b4fae59;color:#fff}
@media (max-width: 992px) {
.contact-grid-layout{grid-template-columns:1fr;gap:45px}
.contact-info-panel{position:static}
.contact-visual-content{grid-template-columns:1fr;gap:40px}
.contact-visual-text{padding-right:0}
.contact-schedule-grid{grid-template-columns:1fr;gap:20px}
}
@media (max-width: 768px) {
.contact-hero-block{padding:60px 20px 50px}
.contact-hero-title{font-size:2.2rem}
.contact-hero-desc{font-size:1.05rem}
.contact-content-section{padding:60px 20px}
.contact-form-container{padding:35px 25px}
.contact-form-grid{grid-template-columns:1fr;gap:20px}
.contact-form-title{font-size:1.6rem}
.contact-visual-section{padding:50px 20px}
.contact-visual-heading{font-size:1.75rem}
.contact-schedule-section{padding:55px 20px}
.contact-schedule-title{font-size:1.7rem}
.contact-final-section{padding:60px 20px}
.contact-final-heading{font-size:1.85rem}
.contact-final-text{font-size:1.02rem}
}
@media (max-width: 480px) {
.contact-hero-title{font-size:1.85rem}
.contact-info-panel{padding:30px 25px}
.contact-form-container{padding:28px 20px}
.contact-submit-btn{padding:14px 28px}
.contact-final-cta{padding:14px 38px}
}
.page-about-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.intro-about-section{padding:80px 20px 60px;max-width:1200px;margin:0 auto;position:relative}
.intro-about-section::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:120px;height:4px;background:linear-gradient(90deg,#6B4FAE,#8F87AB);border-radius:2px}
.intro-about-content{text-align:center;margin-bottom:60px}
.intro-about-content h1{font-size:2.8rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.2}
.intro-about-content p{font-size:1.15rem;color:#495057;line-height:1.7;max-width:800px;margin:0 auto 20px}
.intro-grid-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:50px}
.intro-grid-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #6b4fae14;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}
.intro-grid-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#6B4FAE,#BBB4C0)}
.intro-grid-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #6b4fae26}
.intro-grid-card h3{font-size:1.5rem;color:#6B4FAE;margin-bottom:16px;font-weight:600}
.intro-grid-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.journey-section-visual{padding:100px 20px;background:#fff;position:relative;overflow:hidden}
.journey-section-visual::before{content:'';position:absolute;top:-50px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,#6b4fae1a,transparent);border-radius:50%}
.journey-container-central{max-width:1400px;margin:0 auto;position:relative;z-index:2}
.journey-header-radial{text-align:center;margin-bottom:80px}
.journey-header-radial h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.journey-header-radial p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.journey-radial-hub{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;position:relative;align-items:start}
.journey-spoke-item{background:#fafbfc;border-radius:16px;padding:35px 30px;border:2px solid #f5f6fa;transition:all .3s ease;position:relative}
.journey-spoke-item:hover{border-color:#8F87AB;background:#fff;box-shadow:0 6px 25px #8f87ab1f}
.journey-spoke-number{width:55px;height:55px;background:linear-gradient(135deg,#6B4FAE,#8F87AB);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:20px;box-shadow:0 4px 15px #6b4fae40}
.journey-spoke-item h3{font-size:1.35rem;color:#212529;margin-bottom:14px;font-weight:600}
.journey-spoke-item p{font-size:.98rem;color:#495057;line-height:1.6;margin:0}
.journey-visual-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:60px}
.journey-image-block{border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #0000001a}
.journey-image-block img{width:100%;height:350px;object-fit:cover;display:block;transition:transform .4s ease}
.journey-image-block:hover img{transform:scale(1.05)}
.values-decision-section{padding:100px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.values-decision-container{max-width:1300px;margin:0 auto}
.values-decision-header{text-align:center;margin-bottom:70px}
.values-decision-header h2{font-size:2.5rem;color:#212529;margin-bottom:18px;font-weight:700}
.values-decision-header p{font-size:1.1rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.values-tree-structure{display:grid;grid-template-columns:repeat(2,1fr);gap:50px;margin-bottom:60px}
.values-tree-branch{position:relative;padding-left:90px;min-height:200px}
.values-branch-icon{position:absolute;left:0;top:0;width:65px;height:65px;background:linear-gradient(135deg,#BBB4C0,#8F87AB);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #bbb4c04d}
.values-branch-icon svg{width:32px;height:32px;fill:#fff}
.values-tree-branch h3{font-size:1.5rem;color:#6B4FAE;margin-bottom:14px;font-weight:600}
.values-tree-branch p{font-size:1rem;color:#495057;line-height:1.65;margin-bottom:16px}
.values-tree-branch ul{list-style:none;padding:0;margin:0}
.values-tree-branch ul li{font-size:.95rem;color:#495057;padding-left:22px;position:relative;margin-bottom:10px;line-height:1.5}
.values-tree-branch ul li::before{content:'→';position:absolute;left:0;color:#8F87AB;font-weight:700}
.values-team-showcase{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:60px;align-items:center}
.values-team-profiles{display:flex;flex-direction:column;gap:30px}
.values-profile-card{background:#fff;border-radius:12px;padding:25px;display:flex;gap:20px;align-items:center;box-shadow:0 4px 20px #6b4fae14;border-left:4px solid #6B4FAE}
.values-profile-image{width:90px;height:90px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 3px 12px #00000026}
.values-profile-image img{width:100%;height:100%;object-fit:cover;display:block}
.values-profile-info h4{font-size:1.25rem;color:#212529;margin-bottom:6px;font-weight:600}
.values-profile-info p{font-size:.95rem;color:#6B4FAE;margin-bottom:8px;font-weight:500}
.values-profile-info span{font-size:.9rem;color:#495057;line-height:1.5;display:block}
.values-image-collection{display:grid;grid-template-columns:1fr;gap:20px}
.values-collection-item{border-radius:12px;overflow:hidden;box-shadow:0 5px 20px #0000001f}
.values-collection-item img{width:100%;height:280px;object-fit:cover;display:block;transition:transform .4s ease}
.values-collection-item:hover img{transform:scale(1.05)}
.values-cta-wrapper{text-align:center;margin-top:70px;padding:50px 30px;background:linear-gradient(135deg,#6B4FAE,#8F87AB);border-radius:16px;box-shadow:0 8px 30px #6b4fae40}
.values-cta-wrapper h3{font-size:2rem;color:#fff;margin-bottom:18px;font-weight:700}
.values-cta-wrapper p{font-size:1.1rem;color:#fff;margin-bottom:30px;opacity:.95;line-height:1.6}
.values-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-about-primary{display:inline-block;padding:14px 35px;background:#fff;color:#6B4FAE;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #00000026;border:2px solid #fff}
.btn-about-primary:hover{background:none;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0003}
.btn-about-secondary{display:inline-block;padding:14px 35px;background:none;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #fff}
.btn-about-secondary:hover{background:#fff;color:#6B4FAE;transform:translateY(-2px);box-shadow:0 4px 15px #ffffff4d}
@media (max-width: 992px) {
.intro-about-content h1{font-size:2.2rem}
.intro-grid-layout{grid-template-columns:1fr;gap:25px}
.journey-radial-hub{grid-template-columns:1fr;gap:30px}
.journey-visual-pair{grid-template-columns:1fr}
.values-tree-structure{grid-template-columns:1fr;gap:40px}
.values-team-showcase{grid-template-columns:1fr}
.values-profile-card{flex-direction:column;text-align:center}
}
@media (max-width: 768px) {
.intro-about-section{padding:60px 15px 40px}
.intro-about-content h1{font-size:1.9rem}
.intro-about-content p{font-size:1.05rem}
.intro-grid-card{padding:30px 25px}
.journey-section-visual{padding:70px 15px}
.journey-header-radial h2{font-size:2rem}
.values-decision-section{padding:70px 15px}
.values-decision-header h2{font-size:2rem}
.values-tree-branch{padding-left:0;padding-top:80px}
.values-branch-icon{left:50%;transform:translateX(-50%)}
.values-cta-wrapper{padding:40px 20px}
.values-cta-wrapper h3{font-size:1.6rem}
.values-cta-buttons{flex-direction:column;align-items:center}
.btn-about-primary,.btn-about-secondary{width:100%;max-width:300px}
}
.equipe-hero-zone{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.equipe-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#6b4fae14 0%,transparent 70%);border-radius:50%}
.equipe-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.equipe-hero-inner h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.equipe-hero-inner .intro-texte{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px}
.mission-valeurs-section{background:#fff;padding:4rem 2rem;border-bottom:1px solid #e9ecef}
.mission-valeurs-conteneur{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.mission-bloc-texte h2{font-size:2rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.mission-bloc-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1rem}
.valeurs-liste{display:flex;flex-direction:column;gap:1.5rem}
.valeur-item{padding:1.5rem;background:#fafbfc;border-left:4px solid #6B4FAE;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease}
.valeur-item:hover{transform:translateX(8px);box-shadow:0 4px 12px #6b4fae26}
.valeur-item h3{font-size:1.2rem;color:#6B4FAE;margin-bottom:.5rem;font-weight:600}
.valeur-item p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.membres-equipe-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:4.5rem 2rem}
.membres-equipe-conteneur{max-width:1200px;margin:0 auto}
.membres-equipe-conteneur h2{font-size:2.2rem;color:#212529;text-align:center;margin-bottom:3rem;font-weight:600}
.equipe-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.membre-carte{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.membre-carte:hover{transform:translateY(-8px);box-shadow:0 8px 24px #6b4fae33}
.membre-photo{width:100%;height:300px;object-fit:cover}
.membre-info{padding:1.8rem}
.membre-info h3{font-size:1.3rem;color:#212529;margin-bottom:.4rem;font-weight:600}
.membre-role{font-size:.95rem;color:#6B4FAE;font-weight:500;margin-bottom:1rem;display:block}
.membre-info p{font-size:.95rem;color:#495057;line-height:1.7;margin:0}
.approche-pedagogique-section{background:#fff;padding:4rem 2rem;position:relative}
.approche-pedagogique-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#6B4FAE 0%,#8F87AB 50%,#BBB4C0 100%)}
.approche-conteneur{max-width:1200px;margin:0 auto;display:flex;gap:3rem;align-items:center}
.approche-visuel{flex:0 0 45%}
.approche-visuel img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 4px 16px #0000001f}
.approche-texte{flex:1}
.approche-texte h2{font-size:2rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.approche-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.approche-points{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}
.point-cle{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fafbfc;border-radius:6px}
.point-icone{flex-shrink:0;width:24px;height:24px;background:#6B4FAE;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem}
.point-cle p{margin:0;font-size:.95rem;color:#343a40;line-height:1.6}
.temoignages-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:4.5rem 2rem}
.temoignages-conteneur{max-width:1200px;margin:0 auto}
.temoignages-conteneur h2{font-size:2.2rem;color:#212529;text-align:center;margin-bottom:3rem;font-weight:600}
.temoignages-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}
.temoignage-carte{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 12px #00000014;position:relative}
.temoignage-carte::before{content:'"';position:absolute;top:1rem;left:1.5rem;color:#BBB4C0;font:4rem/1 Georgia,serif}
.temoignage-texte{margin-bottom:1.5rem;padding-top:1rem}
.temoignage-texte p{font-size:1.05rem;color:#495057;line-height:1.8;font-style:italic;margin:0}
.temoignage-auteur{display:flex;align-items:center;gap:.8rem;padding-top:1rem;border-top:2px solid #f5f6fa}
.auteur-nom{font-size:1rem;color:#212529;font-weight:600;margin:0}
.auteur-contexte{font-size:.9rem;color:#6B4FAE;margin:0}
.rejoindre-section{background:#fff;padding:5rem 2rem;text-align:center}
.rejoindre-conteneur{max-width:900px;margin:0 auto}
.rejoindre-conteneur h2{font-size:2.4rem;color:#212529;margin-bottom:1.5rem;font-weight:600}
.rejoindre-conteneur p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2rem}
.rejoindre-visuel{margin:2.5rem 0}
.rejoindre-visuel img{width:100%;max-width:800px;height:380px;object-fit:cover;border-radius:10px;box-shadow:0 6px 20px #0000001f}
.rejoindre-cta{margin-top:2.5rem}
.bouton-contact{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #6b4fae4d}
.bouton-contact:hover{transform:translateY(-3px);box-shadow:0 6px 20px #6b4fae66;color:#fff}
@media (max-width: 992px) {
.equipe-hero-inner h1{font-size:2.2rem}
.mission-valeurs-conteneur{grid-template-columns:1fr;gap:2.5rem}
.equipe-grille{grid-template-columns:repeat(2,1fr);gap:2rem}
.approche-conteneur{flex-direction:column}
.approche-visuel{flex:1;width:100%}
.temoignages-grille{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 768px) {
.equipe-hero-zone{padding:3.5rem 1.5rem 3rem}
.equipe-hero-inner h1{font-size:1.9rem}
.equipe-hero-inner .intro-texte{font-size:1.05rem}
.mission-valeurs-section{padding:3rem 1.5rem}
.mission-bloc-texte h2{font-size:1.7rem}
.membres-equipe-section{padding:3.5rem 1.5rem}
.membres-equipe-conteneur h2{font-size:1.9rem}
.equipe-grille{grid-template-columns:1fr;gap:2rem}
.membre-photo{height:340px}
.approche-pedagogique-section{padding:3rem 1.5rem}
.approche-visuel img{height:320px}
.temoignages-section{padding:3.5rem 1.5rem}
.rejoindre-section{padding:3.5rem 1.5rem}
.rejoindre-conteneur h2{font-size:2rem}
.rejoindre-visuel img{height:280px}
}
.cookie-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.cookie-hero-section{background:linear-gradient(160deg,#6B4FAE 0%,#8F87AB 100%);padding:4rem 1.5rem 3rem;position:relative;overflow:hidden}
.cookie-hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff14;border-radius:50%;z-index:1}
.cookie-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.cookie-hero-title{color:#fff;font-size:2.8rem;font-weight:300;letter-spacing:-.5px;margin:0 0 1.5rem;line-height:1.2}
.cookie-hero-date{color:#ffffffd9;font-size:.95rem;letter-spacing:.5px;font-weight:400}
.cookie-main-content{max-width:920px;margin:0 auto;padding:4rem 1.5rem 5rem}
.cookie-intro-block{background:#fff;border-left:4px solid #6B4FAE;padding:2.5rem 2rem 2.5rem 2.5rem;margin-bottom:3.5rem;box-shadow:0 2px 12px #6b4fae14;border-radius:0 8px 8px 0}
.cookie-intro-text{color:#343a40;font-size:1.1rem;line-height:1.75;margin:0 0 1.3rem}
.cookie-intro-text:last-child{margin-bottom:0}
.cookie-content-section{margin-bottom:4rem}
.cookie-section-heading{color:#212529;font-size:1.85rem;font-weight:600;margin:0 0 1.8rem;padding-bottom:.8rem;border-bottom:2px solid #BBB4C0;letter-spacing:-.3px}
.cookie-text-paragraph{color:#495057;font-size:1.05rem;line-height:1.8;margin:0 0 1.5rem}
.cookie-subsection-title{color:#343a40;font-size:1.35rem;font-weight:600;margin:2.5rem 0 1.2rem;display:inline-block;position:relative}
.cookie-subsection-title::after{content:'';position:absolute;bottom:-4px;left:0;width:60%;height:2px;background:linear-gradient(90deg,#6B4FAE 0%,transparent 100%)}
.cookie-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin:2rem 0 3rem}
.cookie-tech-card{background:#fff;padding:1.8rem 1.5rem;border-radius:10px;border:1px solid #e9ecef;transition:all .3s ease;position:relative}
.cookie-tech-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#6B4FAE;border-radius:10px 0 0 10px;transition:height .3s ease}
.cookie-tech-card:hover::before{height:100%}
.cookie-tech-card:hover{box-shadow:0 6px 20px #6b4fae26;transform:translateY(-3px);border-color:#BBB4C0}
.cookie-card-label{color:#6B4FAE;font-size:1.2rem;font-weight:600;margin:0 0 .8rem;display:block}
.cookie-card-description{color:#495057;font-size:.98rem;line-height:1.7;margin:0}
.cookie-purpose-list{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2rem 2.5rem;border-radius:12px;margin:2rem 0;border:1px solid #e9ecef}
.cookie-list-item{color:#343a40;font-size:1.02rem;line-height:1.75;margin:0 0 1.2rem;padding-left:1.8rem;position:relative}
.cookie-list-item::before{content:'◆';color:#8F87AB;position:absolute;left:0;font-size:.8rem;top:.3rem}
.cookie-list-item:last-child{margin-bottom:0}
.cookie-distinction-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2.5rem 0}
.cookie-distinction-box{background:#fff;padding:2rem 1.8rem;border-radius:10px;box-shadow:0 3px 15px #0000000f}
.cookie-distinction-box.essential-type{border-top:4px solid #6B4FAE}
.cookie-distinction-box.optional-type{border-top:4px solid #8F87AB}
.cookie-box-title{color:#212529;font-size:1.25rem;font-weight:600;margin:0 0 1rem}
.cookie-box-content{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.cookie-control-section{background:linear-gradient(160deg,#fff 0%,#fafbfc 100%);padding:2.5rem 2rem;border-radius:12px;border:2px solid #BBB4C0;margin:3rem 0}
.cookie-control-heading{color:#343a40;font-size:1.4rem;font-weight:600;margin:0 0 1.5rem}
.cookie-control-text{color:#495057;font-size:1.02rem;line-height:1.75;margin:0 0 1.2rem}
.cookie-control-text:last-child{margin-bottom:0}
.cookie-footer-block{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);padding:3rem 2rem;border-radius:12px;margin-top:4rem;text-align:center}
.cookie-footer-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}
.cookie-contact-line{color:#fffffff2;font-size:1.05rem;margin:0 0 .8rem;line-height:1.6}
.cookie-contact-line:last-child{margin-bottom:0}
.cookie-contact-link{color:#fff;text-decoration:underline;transition:opacity .2s ease}
.cookie-contact-link:hover{opacity:.85;text-decoration:none}
@media (max-width: 768px) {
.cookie-hero-title{font-size:2rem}
.cookie-hero-section{padding:3rem 1.2rem 2.5rem}
.cookie-main-content{padding:3rem 1.2rem 4rem}
.cookie-intro-block{padding:2rem 1.5rem}
.cookie-section-heading{font-size:1.5rem}
.cookie-tech-grid{grid-template-columns:1fr;gap:1.3rem}
.cookie-distinction-wrapper{grid-template-columns:1fr;gap:1.5rem}
.cookie-control-section{padding:2rem 1.5rem}
.cookie-footer-block{padding:2.5rem 1.5rem}
}
@media (max-width: 480px) {
.cookie-hero-title{font-size:1.7rem}
.cookie-section-heading{font-size:1.35rem}
.cookie-subsection-title{font-size:1.2rem}
.cookie-purpose-list{padding:1.5rem 1.3rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0}
.privacy-hero-section{background:linear-gradient(165deg,#6B4FAE 0%,#8F87AB 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.privacy-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#bbb4c026;border-radius:50%;z-index:1}
.privacy-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;letter-spacing:-.5px}
.privacy-subtitle{font-size:1.15rem;color:#f5f6fa;line-height:1.6;margin:0;font-weight:400}
.privacy-content-container{max-width:850px;margin:0 auto;padding:60px 25px 80px;background:#fff;box-shadow:0 -10px 40px #6b4fae14}
.privacy-intro-block{background:linear-gradient(120deg,#f8f9fa 0%,#fafbfc 100%);border-left:5px solid #6B4FAE;padding:35px 40px;margin:0 0 50px;border-radius:0 8px 8px 0}
.privacy-intro-block p{font-size:1.05rem;color:#343a40;line-height:1.8;margin:0 0 18px}
.privacy-intro-block p:last-child{margin:0}
.policy-section-main{margin:0 0 55px}
.section-heading-primary{font-size:1.75rem;font-weight:700;color:#6B4FAE;margin:0 0 25px;line-height:1.3;position:relative;padding-bottom:12px}
.section-heading-primary::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#6B4FAE 0%,#8F87AB 100%);border-radius:3px}
.section-heading-secondary{font-size:1.4rem;font-weight:600;color:#495057;margin:35px 0 20px;line-height:1.4}
.policy-paragraph{font-size:1.02rem;color:#495057;line-height:1.85;margin:0 0 22px}
.policy-paragraph strong{color:#343a40;font-weight:600}
.emphasis-block{background:#fafbfc;border:2px solid #BBB4C0;border-radius:8px;padding:25px 30px;margin:30px 0}
.emphasis-block p{font-size:1.02rem;color:#343a40;line-height:1.8;margin:0 0 15px}
.emphasis-block p:last-child{margin:0}
.detailed-list-wrapper{margin:25px 0}
.detailed-list-item{padding:20px 0 20px 35px;position:relative;border-bottom:1px solid #f0f1f3}
.detailed-list-item:last-child{border-bottom:none}
.detailed-list-item::before{content:'';position:absolute;left:0;top:28px;width:8px;height:8px;background:#6B4FAE;border-radius:50%}
.detailed-list-item h3{font-size:1.15rem;font-weight:600;color:#343a40;margin:0 0 10px}
.detailed-list-item p{font-size:1.02rem;color:#495057;line-height:1.8;margin:0}
.nested-content-grid{display:grid;grid-template-columns:1fr;gap:20px;margin:25px 0}
.nested-item-card{background:#f8f9fa;padding:22px 25px;border-radius:6px;border-left:4px solid #8F87AB}
.nested-item-card h4{font-size:1.08rem;font-weight:600;color:#343a40;margin:0 0 10px}
.nested-item-card p{font-size:.98rem;color:#495057;line-height:1.75;margin:0}
.contact-info-section{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);padding:45px 40px;border-radius:10px;margin:60px 0 0;color:#fff}
.contact-info-section h2{font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 25px}
.contact-detail-row{margin:0 0 15px;font-size:1.02rem;line-height:1.7}
.contact-detail-row:last-child{margin:0}
.contact-detail-row strong{font-weight:600;display:inline-block;min-width:100px}
.effective-date-notice{text-align:center;padding:30px 20px;background:#f8f9fa;border-radius:6px;margin:50px 0 0}
.effective-date-notice p{font-size:.95rem;color:#6c757d;margin:0;font-style:italic}
@media (max-width: 768px) {
.privacy-main-title{font-size:2rem}
.privacy-subtitle{font-size:1.05rem}
.privacy-hero-section{padding:60px 20px 40px}
.privacy-content-container{padding:40px 20px 60px}
.privacy-intro-block{padding:25px 20px}
.section-heading-primary{font-size:1.5rem}
.section-heading-secondary{font-size:1.25rem}
.contact-info-section{padding:30px 25px}
.contact-detail-row strong{display:block;margin-bottom:5px}
.detailed-list-item{padding-left:25px}
}
@media (min-width: 769px) {
.nested-content-grid{grid-template-columns:repeat(2,1fr)}
}
.success-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.success-container{max-width:680px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #6b4fae14;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.success-container::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#6B4FAE 0%,#8F87AB 50%,#BBB4C0 100%)}
.success-icon-area{text-align:center;margin-bottom:2rem}
.success-checkmark{width:88px;height:88px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse-check .6s ease-out}
@keyframes pulse-check {
0%{transform:scale(0.8);opacity:0}
50%{transform:scale(1.05)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark::after{content:'';font-size:3rem;color:#fff;font-weight:700;line-height:1}
.success-main-heading{font-size:2rem;color:#212529;font-weight:700;margin:0 0 1rem;text-align:center;line-height:1.3}
.success-subtext{font-size:1.05rem;color:#495057;line-height:1.7;margin:0 0 2.5rem;text-align:center}
.success-details-box{background:#f8f9fa;border-left:4px solid #6B4FAE;padding:1.75rem 1.5rem;margin:0 0 2rem;border-radius:8px}
.success-detail-item{display:flex;align-items:flex-start;margin-bottom:1.25rem;font-size:.95rem;color:#343a40;line-height:1.6}
.success-detail-item:last-child{margin-bottom:0}
.success-detail-label{font-weight:600;color:#6B4FAE;min-width:140px;flex-shrink:0}
.success-detail-content{color:#495057;word-break:break-word}
.success-timeline-section{margin:2.5rem 0;padding:2rem 0;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}
.success-timeline-title{font-size:1.15rem;font-weight:600;color:#212529;margin:0 0 1.75rem;text-align:center}
.success-step-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.success-step-card{background:#fff;border:2px solid #f5f6fa;border-radius:12px;padding:1.5rem 1.25rem;text-align:center;transition:all .3s ease;position:relative}
.success-step-card:hover{border-color:#BBB4C0;transform:translateY(-4px);box-shadow:0 6px 20px #6b4fae1f}
.success-step-number{width:40px;height:40px;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin:0 auto 1rem}
.success-step-description{font-size:.92rem;color:#495057;line-height:1.5;margin:0}
.success-actions-area{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}
.success-primary-btn{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 16px #6b4fae33}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6b4fae4d;color:#fff}
.success-secondary-btn{background:#fff;color:#6B4FAE;text-decoration:none;padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;border:2px solid #BBB4C0;cursor:pointer}
.success-secondary-btn:hover{background:#f8f9fa;border-color:#8F87AB;color:#6B4FAE}
.success-contact-info{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:1.75rem;border-radius:12px;margin-top:2rem;text-align:center}
.success-contact-heading{font-size:1rem;font-weight:600;color:#343a40;margin:0 0 1rem}
.success-contact-details{font-size:.9rem;color:#495057;line-height:1.8}
.success-contact-link{color:#6B4FAE;text-decoration:none;font-weight:500;transition:color .2s ease}
.success-contact-link:hover{color:#8F87AB;text-decoration:underline}
.success-address-line{display:block;margin:.25rem 0}
@media (max-width: 768px) {
.success-container{padding:2.5rem 1.75rem}
.success-main-heading{font-size:1.65rem}
.success-subtext{font-size:1rem}
.success-step-grid{grid-template-columns:1fr}
.success-detail-item{flex-direction:column;gap:.5rem}
.success-detail-label{min-width:auto}
.success-actions-area{gap:.75rem}
}
@media (max-width: 480px) {
.success-wrapper{padding:1rem .5rem}
.success-container{padding:2rem 1.25rem}
.success-checkmark{width:72px;height:72px}
.success-checkmark::after{font-size:2.5rem}
.success-main-heading{font-size:1.5rem}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,#6b4fae14 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-page-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:600px;height:600px;background:radial-gradient(circle,#8f87ab0f 0%,transparent 70%);border-radius:50%;pointer-events:none}
.error-content-container{max-width:720px;width:100%;background:#fff;border-radius:16px;padding:3.5rem 2.5rem;box-shadow:0 4px 24px #6b4fae14 0 1px 4px #0000000a;position:relative;z-index:1}
.error-numeric-display{font-size:8rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.5rem;text-align:center;letter-spacing:-.02em}
.error-main-heading{font-size:2rem;font-weight:700;color:#212529;margin:0 0 1.25rem;text-align:center;line-height:1.3}
.error-explanation-text{font-size:1.125rem;line-height:1.7;color:#495057;margin:0 0 2rem;text-align:center}
.error-navigation-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border-radius:12px;padding:2rem;margin:2.5rem 0;border:1px solid #6b4fae1f}
.error-suggestions-title{font-size:1.25rem;font-weight:600;color:#343a40;margin:0 0 1.5rem;text-align:center}
.error-path-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}
.error-path-item{background:#fff;border-radius:8px;padding:1.25rem;border:1px solid #bbb4c04d;transition:all .3s ease}
.error-path-item:hover{border-color:#6B4FAE;box-shadow:0 4px 12px #6b4fae1f;transform:translateY(-2px)}
.error-path-link{display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:#343a40;font-weight:500;font-size:1rem}
.error-path-link::after{content:'→';color:#6B4FAE;font-size:1.5rem;font-weight:700;transition:transform .3s ease}
.error-path-item:hover .error-path-link::after{transform:translateX(6px)}
.error-cta-section{display:flex;flex-direction:column;gap:1rem;margin:2.5rem 0 0;align-items:center}
.error-primary-button{background:linear-gradient(135deg,#6B4FAE 0%,#8F87AB 100%);color:#fff;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6b4fae40;display:inline-block;position:relative;z-index:10}
.error-primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6b4fae59}
.error-secondary-link{color:#6B4FAE;text-decoration:none;font-weight:500;font-size:1rem;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.error-secondary-link:hover{background:#6b4fae14}
.error-decorative-element{position:absolute;width:120px;height:120px;border:3px solid #bbb4c033;border-radius:50%;top:-30px;right:-30px;pointer-events:none}
.error-decorative-element::before{content:'';position:absolute;width:80px;height:80px;border:2px solid #8f87ab26;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}
.error-helper-text{font-size:.9375rem;color:#6c757d;text-align:center;margin:2rem 0 0;line-height:1.6}
.error-contact-emphasis{color:#6B4FAE;font-weight:600;text-decoration:none;transition:color .3s ease;position:relative;z-index:10}
.error-contact-emphasis:hover{color:#8F87AB}
@media (max-width: 768px) {
.error-content-container{padding:2.5rem 1.5rem}
.error-numeric-display{font-size:5rem}
.error-main-heading{font-size:1.5rem}
.error-explanation-text{font-size:1rem}
.error-navigation-box{padding:1.5rem}
.error-primary-button{width:100%;text-align:center}
.error-decorative-element{width:80px;height:80px;top:-20px;right:-20px}
.error-decorative-element::before{width:50px;height:50px}
}
@media (max-width: 480px) {
.error-numeric-display{font-size:4rem}
.error-main-heading{font-size:1.25rem}
.error-path-link{font-size:.9375rem}
}