:root{--primary-brand:#C9AA9D;--secondary-brand:#E3CACC;--tertiary-brand:#ECDBD4;--text-dark:#2a2a2a;--text-medium:#4a4a4a;--text-light:#6a6a6a;--bg-light:#fafbfc;--bg-white:#fff;--bg-cream:#f8f9fa;--shadow-soft:0 2px 12px #c9aa9d14;--shadow-medium:0 4px 20px #c9aa9d1f;--shadow-strong:0 6px 28px #c9aa9d29}
*{margin:0;padding:0;box-sizing:border-box}
body{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);color:var(--text-dark);min-height:100vh;overflow-x:hidden;font:17px/1.7 'Manrope',sans-serif}
.header_wrapper_7k{background:var(--bg-white);box-shadow:var(--shadow-soft);position:relative;width:100%}
.top-row_credentials{display:flex;justify-content:space-between;align-items:center;padding:18px 5%;background:linear-gradient(135deg,var(--tertiary-brand) 0%,var(--secondary-brand) 100%);border-bottom:1px solid #c9aa9d26}
.logo_container_8px{display:flex;align-items:center;gap:14px;z-index:20;position:relative}
.logo_container_8px img{height:65px;width:65px;object-fit:contain;display:block}
.credentials_block_3f{display:flex;align-items:center;gap:24px}
.credential_item_9z{color:var(--text-medium);letter-spacing:.3px;padding:8px 16px;background:#ffffffb3;border-radius:20px;backdrop-filter:blur(6px);font:500 13px 'Space Grotesk',sans-serif}
.second-row_contact{display:flex;justify-content:space-between;align-items:center;padding:16px 5%;background:var(--bg-white);border-bottom:1px solid #c9aa9d1a}
.email_section_2m{display:flex;align-items:center;gap:10px}
.email_label_6t{font-size:14px;color:var(--text-light);font-weight:400}
.email_link_4w{font-size:15px;color:var(--primary-brand);text-decoration:none;font-weight:600;transition:opacity .2s ease}
.email_link_4w:hover{opacity:.7}
.email_link_4w:focus{outline:2px solid var(--primary-brand);outline-offset:3px;border-radius:2px}
.hours_section_5h{font-size:14px;color:var(--text-medium);font-weight:500}
.navigation_row_1q{background:linear-gradient(135deg,var(--primary-brand) 0%,var(--secondary-brand) 100%);padding:0 5%;position:relative;z-index:10}
.main_navigation_7d{display:flex;justify-content:center;align-items:center;gap:4px;list-style:none}
.nav_item_8s{position:relative}
.nav_item_8s a{display:block;padding:20px 28px;color:var(--text-dark);text-decoration:none;font-weight:600;font-size:15px;letter-spacing:.3px;transition:background-color .25s ease,color .25s ease;position:relative}
.nav_item_8s a:hover{background-color:#ffffff40;color:#1a1a1a}
.nav_item_8s a:focus{outline:3px solid #1a1a1a;outline-offset:-3px;background-color:#ffffff59}
.nav_item_8s a::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:24px;background:#2a2a2a26}
.nav_item_8s:last-child a::after{display:none}
main{min-height:400px}
.footer_container_9x{background:linear-gradient(135deg,#2a2a2a 0%,#1a1a1a 100%);color:#e8e8e8;padding:60px 5% 30px;margin-top:80px;position:relative}
.footer_container_9x::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-brand) 0%,var(--secondary-brand) 50%,var(--tertiary-brand) 100%)}
.footer_grid_4b{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px;margin-bottom:50px}
.footer_section_8m h3{margin-bottom:20px;color:var(--tertiary-brand);font:600 18px 'Space Grotesk',sans-serif}
.footer_logo_area_2p{display:flex;flex-direction:column;gap:18px}
.footer_logo_area_2p img{height:70px;width:70px;object-fit:contain}
.footer_description_5k{font-size:15px;line-height:1.6;color:#c8c8c8}
.footer_email_3z{margin-top:12px}
.footer_email_3z a{color:var(--secondary-brand);text-decoration:none;font-weight:500;transition:opacity .2s ease}
.footer_email_3z a:hover{opacity:.75}
.footer_email_3z a:focus{outline:2px solid var(--secondary-brand);outline-offset:3px}
.footer_links_6h{list-style:none}
.footer_links_6h li{margin-bottom:12px}
.footer_links_6h a{color:#d8d8d8;text-decoration:none;font-size:15px;font-weight:400;transition:color .2s ease;display:inline-block}
.footer_links_6h a:hover{color:var(--tertiary-brand)}
.footer_links_6h a:focus{outline:2px solid var(--tertiary-brand);outline-offset:2px}
.footer_bottom_7r{border-top:1px solid #e8e8e826;padding-top:28px;text-align:center;font-size:14px;color:#a8a8a8}
.cookie_consent_wrapper_9f{position:fixed;bottom:30px;right:30px;max-width:440px;background:var(--bg-white);border-radius:12px;box-shadow:var(--shadow-strong);padding:28px;z-index:9999;border:2px solid var(--tertiary-brand);animation:slideInUp_3k .4s ease-out}
@keyframes slideInUp_3k {
from{opacity:0;transform:translateY(40px)}
to{opacity:1;transform:translateY(0)}
}
.cookie_consent_wrapper_9f.hidden_state_2v{display:none}
.cookie_header_8j{color:var(--text-dark);margin-bottom:14px;font:600 19px 'Space Grotesk',sans-serif}
.cookie_text_5n{font-size:14px;line-height:1.6;color:var(--text-medium);margin-bottom:22px}
.cookie_categories_4p{margin-bottom:20px}
.category_item_7w{margin-bottom:16px;padding:14px;background:var(--bg-cream);border-radius:8px;border-left:3px solid var(--primary-brand)}
.category_header_3d{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}
.category_title_6m{font-weight:600;font-size:14px;color:var(--text-dark)}
.toggle_switch_8r{position:relative;width:46px;height:24px;background:#d0d0d0;border-radius:12px;cursor:pointer;transition:background-color .25s ease}
.toggle_switch_8r.active_state_1t{background:var(--primary-brand)}
.toggle_switch_8r::after{content:'';position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--bg-white);border-radius:50%;transition:transform .25s ease}
.toggle_switch_8r.active_state_1t::after{transform:translateX(22px)}
.category_description_2q{font-size:12px;color:var(--text-light);line-height:1.5}
.cookie_actions_5b{display:flex;gap:10px}
.cookie_btn_9h{flex:1;padding:13px 20px;border:none;border-radius:6px;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;font:600 14px 'Manrope',sans-serif}
.cookie_btn_9h:focus{outline:3px solid var(--text-dark);outline-offset:2px}
.accept_all_6d{background:linear-gradient(135deg,var(--primary-brand) 0%,var(--secondary-brand) 100%);color:var(--text-dark)}
.accept_all_6d:hover{opacity:.85}
.reject_all_4s{background:#e8e8e8;color:var(--text-medium)}
.reject_all_4s:hover{background:#d8d8d8}
@media (max-width: 968px) {
.top-row_credentials{flex-direction:column;gap:14px;padding:16px 4%}
.credentials_block_3f{flex-wrap:wrap;justify-content:center}
.second-row_contact{flex-direction:column;gap:12px;padding:14px 4%}
.main_navigation_7d{flex-wrap:wrap;gap:0}
.nav_item_8s a{padding:16px 20px;font-size:14px}
.nav_item_8s a::after{display:none}
.footer_grid_4b{grid-template-columns:1fr;gap:35px}
.cookie_consent_wrapper_9f{bottom:15px;right:15px;left:15px;max-width:none;padding:22px}
.cookie_actions_5b{flex-direction:column}
}
@media (max-width: 580px) {
.logo_container_8px img{height:55px;width:55px}
.credential_item_9z{font-size:12px;padding:6px 12px}
.navigation_row_1q{padding:0 3%}
.main_navigation_7d{flex-direction:column;width:100%}
.nav_item_8s{width:100%}
.nav_item_8s a{text-align:center;padding:14px}
.footer_container_9x{padding:45px 4% 25px}
}
.prog-apprentissage-hero{background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.prog-apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#c9aa9d26;border-radius:50%;z-index:1}
.prog-hero-contenu{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.prog-hero-titre{font-size:2.8rem;color:#2d1810;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.prog-hero-texte{font-size:1.15rem;color:#4a3428;max-width:680px;line-height:1.7;margin-bottom:2rem}
.prog-intro-bloc{background:#fff;padding:4.5rem 2rem}
.prog-intro-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.prog-intro-image-zone{position:relative}
.prog-intro-image-zone img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #c9aa9d40}
.prog-intro-contenu h2{font-size:2.2rem;color:#2d1810;margin-bottom:1.8rem;font-weight:600;position:relative;display:inline-block}
.prog-intro-contenu h2::after{content:'';position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:#C9AA9D}
.prog-intro-contenu p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.5rem}
.prog-parcours-section{background:#f8f9fa;padding:5rem 2rem}
.prog-parcours-container{max-width:1100px;margin:0 auto}
.prog-parcours-titre{font-size:2.4rem;color:#2d1810;text-align:center;margin-bottom:3.5rem;font-weight:600}
.prog-etapes-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}
.prog-etape-carte{background:#fff;padding:2.5rem 2rem;border-radius:10px;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.prog-etape-carte:hover{transform:translateY(-6px);box-shadow:0 8px 28px #c9aa9d4d}
.prog-etape-numero{width:55px;height:55px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;position:relative;left:0}
.prog-etape-carte h3{font-size:1.35rem;color:#2d1810;margin-bottom:1rem;font-weight:600}
.prog-etape-carte p{font-size:.98rem;color:#5a5a5a;line-height:1.7}
.prog-experts-section{background:#fff;padding:5rem 2rem}
.prog-experts-wrapper{max-width:1100px;margin:0 auto}
.prog-experts-intro{text-align:center;margin-bottom:4rem}
.prog-experts-intro h2{font-size:2.3rem;color:#2d1810;margin-bottom:1.2rem;font-weight:600}
.prog-experts-intro p{font-size:1.1rem;color:#5a5a5a;max-width:720px;margin:0 auto;line-height:1.7}
.prog-experts-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}
.prog-expert-profil{text-align:center;transition:transform .3s ease}
.prog-expert-profil:hover{transform:scale(1.04)}
.prog-expert-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:5px solid #ECDBD4;box-shadow:0 6px 20px #0000001a}
.prog-expert-nom{font-size:1.3rem;color:#2d1810;margin-bottom:.5rem;font-weight:600}
.prog-expert-role{font-size:1rem;color:#C9AA9D;margin-bottom:1rem;font-weight:500}
.prog-expert-bio{font-size:.95rem;color:#5a5a5a;line-height:1.7}
.prog-demarrage-section{background:linear-gradient(180deg,#ECDBD4 0%,#E3CACC 100%);padding:5rem 2rem;position:relative}
.prog-demarrage-contenu{max-width:900px;margin:0 auto;text-align:center}
.prog-demarrage-contenu h2{font-size:2.5rem;color:#2d1810;margin-bottom:1.8rem;font-weight:600}
.prog-demarrage-description{font-size:1.15rem;color:#4a3428;line-height:1.8;margin-bottom:2rem}
.prog-dates-info{background:#ffffffb3;padding:2rem;border-radius:10px;margin-bottom:2.5rem;backdrop-filter:blur(10px)}
.prog-dates-info h3{font-size:1.4rem;color:#2d1810;margin-bottom:1rem;font-weight:600}
.prog-dates-liste{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}
.prog-date-item{font-size:1.05rem;color:#495057;padding:.8rem 1.5rem;background:#fff;border-radius:8px;border-left:4px solid #C9AA9D;font-weight:500}
.prog-cta-bouton{display:inline-block;padding:1.1rem 2.8rem;background:#C9AA9D;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 16px #c9aa9d66}
.prog-cta-bouton:hover{background:#b89889;transform:translateY(-3px);box-shadow:0 6px 24px #c9aa9d80}
@media (max-width: 768px) {
.prog-apprentissage-hero{padding:3rem 1.5rem 2.5rem}
.prog-hero-titre{font-size:2rem}
.prog-hero-texte{font-size:1rem}
.prog-intro-wrapper{grid-template-columns:1fr;gap:2.5rem}
.prog-intro-image-zone img{height:320px}
.prog-intro-contenu h2{font-size:1.8rem}
.prog-etapes-grille{grid-template-columns:1fr;gap:2rem}
.prog-experts-grille{grid-template-columns:1fr;gap:2.5rem}
.prog-dates-liste{flex-direction:column;align-items:center}
.prog-demarrage-contenu h2{font-size:1.9rem}
}
.conseils-apprentissage-hero{background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.conseils-apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#c9aa9d26;border-radius:50%;z-index:0}
.conseils-apprentissage-hero .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}
.conseils-apprentissage-hero h1{font-size:2.8rem;color:#2d2d2d;margin-bottom:24px;font-weight:700;line-height:1.2}
.conseils-apprentissage-hero p{font-size:1.15rem;color:#4a4a4a;max-width:680px;line-height:1.7}
.strategie-quotidienne-section{background:#fff;padding:90px 20px}
.strategie-quotidienne-section .container{max-width:1200px;margin:0 auto}
.strategie-quotidienne-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.strategie-quotidienne-contenu h2{font-size:2.2rem;color:#2d2d2d;margin-bottom:28px;font-weight:700;position:relative;padding-left:20px}
.strategie-quotidienne-contenu h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:40px;background:linear-gradient(180deg,#C9AA9D 0%,#E3CACC 100%);border-radius:3px}
.strategie-quotidienne-contenu p{font-size:1.05rem;color:#5a5a5a;line-height:1.8;margin-bottom:18px}
.strategie-quotidienne-liste{margin-top:32px}
.strategie-quotidienne-item{background:#fafbfc;padding:20px 24px;margin-bottom:16px;border-left:4px solid #C9AA9D;border-radius:0 8px 8px 0;transition:transform .3s ease,box-shadow .3s ease}
.strategie-quotidienne-item:hover{transform:translateX(8px);box-shadow:0 4px 12px #c9aa9d26}
.strategie-quotidienne-item h3{font-size:1.15rem;color:#2d2d2d;margin-bottom:8px;font-weight:600}
.strategie-quotidienne-item p{font-size:.95rem;color:#6a6a6a;margin:0;line-height:1.6}
.strategie-quotidienne-visuel img{width:100%;height:520px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001a}
.methode-progressive-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:80px 20px;position:relative}
.methode-progressive-section::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#C9AA9D 0%,#E3CACC 50%,#ECDBD4 100%)}
.methode-progressive-section .container{max-width:1200px;margin:0 auto}
.methode-progressive-titre{text-align:center;margin-bottom:60px}
.methode-progressive-titre h2{font-size:2.4rem;color:#2d2d2d;margin-bottom:18px;font-weight:700}
.methode-progressive-titre p{font-size:1.1rem;color:#5a5a5a;max-width:700px;margin:0 auto;line-height:1.7}
.methode-progressive-etapes{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}
.methode-etape-carte{background:#fff;padding:36px 28px;border-radius:12px;box-shadow:0 4px 16px #0000000f;position:relative;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #C9AA9D}
.methode-etape-carte:hover{transform:translateY(-8px);box-shadow:0 8px 24px #c9aa9d33}
.methode-etape-numero{position:absolute;top:-20px;left:28px;width:46px;height:46px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;box-shadow:0 4px 12px #c9aa9d4d}
.methode-etape-carte h3{font-size:1.3rem;color:#2d2d2d;margin-bottom:16px;margin-top:16px;font-weight:600}
.methode-etape-carte p{font-size:.98rem;color:#5a5a5a;line-height:1.7;margin:0}
.parcours-realiste-section{background:#fff;padding:90px 20px}
.parcours-realiste-section .container{max-width:1200px;margin:0 auto}
.parcours-realiste-layout{display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.parcours-realiste-visuel img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 8px 24px #0000001f}
.parcours-realiste-contenu h2{font-size:2.3rem;color:#2d2d2d;margin-bottom:24px;font-weight:700}
.parcours-realiste-intro{font-size:1.08rem;color:#4a4a4a;line-height:1.8;margin-bottom:36px;padding-left:20px;border-left:3px solid #E3CACC}
.parcours-realiste-phases{margin-top:28px}
.parcours-phase-bloc{background:#fafbfc;padding:24px 26px;margin-bottom:20px;border-radius:8px;border:1px solid #e8e9eb;transition:border-color .3s ease,background .3s ease}
.parcours-phase-bloc:hover{background:#fff;border-color:#C9AA9D}
.parcours-phase-titre{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.parcours-phase-icone{width:36px;height:36px;background:linear-gradient(135deg,#E3CACC 0%,#ECDBD4 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.parcours-phase-titre h3{font-size:1.2rem;color:#2d2d2d;margin:0;font-weight:600}
.parcours-phase-bloc p{font-size:.96rem;color:#5a5a5a;line-height:1.7;margin:0;padding-left:50px}
.temoignages-experts-section{background:linear-gradient(135deg,#f5f6fa 0%,#fafbfc 100%);padding:85px 20px}
.temoignages-experts-section .container{max-width:1200px;margin:0 auto}
.temoignages-experts-header{text-align:center;margin-bottom:55px}
.temoignages-experts-header h2{font-size:2.4rem;color:#2d2d2d;margin-bottom:16px;font-weight:700}
.temoignages-experts-header p{font-size:1.05rem;color:#5a5a5a;max-width:650px;margin:0 auto;line-height:1.7}
.temoignages-experts-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.temoignage-expert-carte{background:#fff;padding:36px 32px;border-radius:12px;box-shadow:0 4px 16px #00000012;transition:transform .3s ease,box-shadow .3s ease}
.temoignage-expert-carte:hover{transform:translateY(-6px);box-shadow:0 8px 28px #c9aa9d2e}
.temoignage-expert-profil{display:flex;align-items:center;gap:20px;margin-bottom:24px}
.temoignage-expert-photo{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid #E3CACC;flex-shrink:0}
.temoignage-expert-info h3{font-size:1.2rem;color:#2d2d2d;margin-bottom:4px;font-weight:600}
.temoignage-expert-info p{font-size:.93rem;color:#6a6a6a;margin:0}
.temoignage-expert-texte{font-size:1rem;color:#4a4a4a;line-height:1.8;font-style:italic;padding-left:20px;border-left:3px solid #ECDBD4}
.ressources-pratiques-section{background:#fff;padding:90px 20px 100px}
.ressources-pratiques-section .container{max-width:1200px;margin:0 auto}
.ressources-pratiques-header{margin-bottom:50px}
.ressources-pratiques-header h2{font-size:2.5rem;color:#2d2d2d;margin-bottom:20px;font-weight:700}
.ressources-pratiques-header p{font-size:1.08rem;color:#5a5a5a;max-width:750px;line-height:1.8}
.ressources-pratiques-tableau{background:#fafbfc;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000014}
.ressources-tableau-contenu{display:grid;grid-template-columns:35% 40% 25%;gap:0}
.ressources-tableau-entete{background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);padding:20px 24px;font-weight:700;font-size:1.05rem;color:#fff;border-right:1px solid #fff3}
.ressources-tableau-entete:last-child{border-right:none}
.ressources-tableau-cellule{padding:22px 24px;border-bottom:1px solid #e8e9eb;border-right:1px solid #e8e9eb;font-size:.98rem;color:#4a4a4a;line-height:1.6;background:#fff;transition:background .2s ease}
.ressources-tableau-cellule:nth-child(3n){border-right:none}
.ressources-tableau-ligne:hover .ressources-tableau-cellule{background:#f8f9fa}
.ressources-tableau-cellule strong{color:#2d2d2d;font-weight:600}
.ressources-tableau-cellule.ressources-disponibilite{text-align:center;font-weight:600}
.ressources-disponibilite-oui{color:#2d7a4e}
.ressources-disponibilite-planifie{color:#C9AA9D}
.ressources-cta-zone{margin-top:50px;text-align:center;padding:40px;background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%);border-radius:12px}
.ressources-cta-zone h3{font-size:1.8rem;color:#2d2d2d;margin-bottom:16px;font-weight:700}
.ressources-cta-zone p{font-size:1.05rem;color:#4a4a4a;margin-bottom:28px;line-height:1.7}
.ressources-cta-bouton{display:inline-block;background:#2d2d2d;color:#fff;padding:16px 38px;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 14px #2d2d2d33;position:relative;z-index:10}
.ressources-cta-bouton:hover{transform:translateY(-3px);box-shadow:0 6px 20px #2d2d2d4d;color:#fff}
@media (max-width: 1024px) {
.strategie-quotidienne-grid,.parcours-realiste-layout{grid-template-columns:1fr;gap:40px}
.methode-progressive-etapes{grid-template-columns:1fr;gap:30px}
.temoignages-experts-grille{grid-template-columns:1fr}
.ressources-pratiques-tableau{overflow-x:auto}
.ressources-tableau-contenu{min-width:700px}
}
@media (max-width: 768px) {
.conseils-apprentissage-hero h1{font-size:2.2rem}
.conseils-apprentissage-hero p{font-size:1.05rem}
.strategie-quotidienne-contenu h2,.methode-progressive-titre h2,.parcours-realiste-contenu h2,.temoignages-experts-header h2,.ressources-pratiques-header h2{font-size:1.9rem}
.strategie-quotidienne-visuel img,.parcours-realiste-visuel img{height:360px}
.methode-etape-carte{padding:32px 24px}
.parcours-realiste-layout{grid-template-columns:1fr}
.parcours-realiste-visuel{order:-1}
.ressources-cta-zone{padding:30px 20px}
}
.tech-req-hero{background:linear-gradient(135deg,#fafbfc 0%,#E3CACC 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.tech-req-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c9aa9d26 0%,transparent 70%);border-radius:50%}
.tech-req-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tech-req-intro{max-width:850px;margin:0 0 3rem}
.tech-req-intro h1{font-size:2.8rem;color:#212529;margin:0 0 1.5rem;font-weight:700;line-height:1.2;position:relative;display:inline-block}
.tech-req-intro h1::after{content:'';position:absolute;bottom:-10px;left:0;width:80px;height:4px;background:linear-gradient(90deg,#C9AA9D 0%,#E3CACC 100%);border-radius:2px}
.tech-req-intro p{font-size:1.15rem;color:#495057;line-height:1.7;margin:2rem 0 0}
.tech-req-main-content{background:#fff;padding:4rem 2rem}
.tech-req-standards-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}
.tech-standard-card{background:#f8f9fa;border-left:4px solid #C9AA9D;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}
.tech-standard-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #c9aa9d33}
.tech-standard-card h3{font-size:1.5rem;color:#212529;margin:0 0 1rem;font-weight:600}
.tech-standard-card p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.tech-req-detailed-section{max-width:1200px;margin:0 auto;padding:3rem 0}
.tech-detail-wrapper{display:flex;gap:3rem;align-items:flex-start;margin-bottom:3rem}
.tech-detail-content{flex:1}
.tech-detail-visual{flex:0 0 420px;position:relative}
.tech-detail-visual img{width:100%;height:380px;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}
.tech-detail-content h2{font-size:2rem;color:#212529;margin:0 0 1.5rem;font-weight:700;position:relative;padding-left:1.5rem}
.tech-detail-content h2::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#C9AA9D 0%,#E3CACC 100%);border-radius:3px}
.tech-requirements-list{list-style:none;padding:0;margin:2rem 0}
.tech-requirements-list li{padding:1.2rem 1.5rem;margin-bottom:1rem;background:linear-gradient(to right,#ECDBD4 0%,#fff 100%);border-radius:8px;color:#343a40;font-size:1.05rem;line-height:1.6;position:relative;padding-left:3rem}
.tech-requirements-list li::before{content:'';position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#C9AA9D;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.tech-process-timeline{background:linear-gradient(135deg,#f8f9fa 0%,#ECDBD4 100%);padding:4rem 2rem;margin-top:3rem}
.tech-timeline-container{max-width:1000px;margin:0 auto}
.tech-timeline-container h2{font-size:2rem;color:#212529;text-align:center;margin:0 0 3rem;font-weight:700}
.tech-timeline-steps{display:flex;flex-direction:column;gap:2rem}
.timeline-step{display:flex;gap:2rem;align-items:flex-start;position:relative;padding-left:80px}
.timeline-marker{position:absolute;left:0;top:0;width:60px;height:60px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #c9aa9d4d;z-index:2}
.timeline-content{background:#fff;padding:1.8rem;border-radius:10px;flex:1;box-shadow:0 4px 12px #00000014}
.timeline-content h3{font-size:1.4rem;color:#212529;margin:0 0 .8rem;font-weight:600}
.timeline-content p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.tech-experts-section{background:#fff;padding:4rem 2rem}
.tech-experts-container{max-width:1200px;margin:0 auto}
.tech-experts-container h2{font-size:2rem;color:#212529;text-align:center;margin:0 0 3rem;font-weight:700}
.experts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem}
.expert-profile{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;transition:transform .3s ease}
.expert-profile:hover{transform:translateY(-8px);box-shadow:0 12px 30px #c9aa9d33}
.expert-photo{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:5px solid #E3CACC}
.expert-profile h3{font-size:1.3rem;color:#212529;margin:0 0 .5rem;font-weight:600}
.expert-role{color:#C9AA9D;font-size:1rem;font-weight:500;margin:0 0 1rem}
.expert-profile p{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.tech-cta-section{background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);padding:4rem 2rem;text-align:center}
.tech-cta-content{max-width:800px;margin:0 auto}
.tech-cta-content h2{font-size:2.2rem;color:#fff;margin:0 0 1.5rem;font-weight:700}
.tech-cta-content p{font-size:1.15rem;color:#fff;line-height:1.7;margin:0 0 2rem}
.tech-cta-button{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#C9AA9D;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.tech-cta-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000040;background:#f8f9fa}
@media (max-width: 768px) {
.tech-req-hero{padding:3rem 1.5rem 2.5rem}
.tech-req-intro h1{font-size:2rem}
.tech-req-intro p{font-size:1rem}
.tech-req-standards-grid{grid-template-columns:1fr;gap:1.5rem}
.tech-detail-wrapper{flex-direction:column;gap:2rem}
.tech-detail-visual{flex:1;width:100%}
.tech-detail-visual img{height:280px}
.timeline-step{padding-left:70px}
.timeline-marker{width:50px;height:50px;font-size:1.2rem}
.experts-grid{grid-template-columns:1fr;gap:2rem}
.tech-cta-content h2{font-size:1.8rem}
.tech-cta-content p{font-size:1rem}
}
.accueil-hero-principal{position:relative;min-height:95vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%)}
.accueil-hero-principal::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./visual_resources/869420371.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.accueil-hero-contenu{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:4rem 2rem}
.accueil-hero-titre{font-size:4.2rem;font-weight:800;color:#212529;line-height:1.1;margin-bottom:1.8rem;letter-spacing:-.02em}
.accueil-hero-titre span{display:block;color:#C9AA9D;font-size:3.6rem;margin-top:.5rem}
.accueil-hero-description{font-size:1.35rem;color:#495057;line-height:1.7;max-width:680px;margin-bottom:2.5rem}
.accueil-hero-cta{display:inline-block;padding:1.2rem 3rem;background:#C9AA9D;color:#fff;text-decoration:none;font-size:1.15rem;font-weight:600;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 15px #c9aa9d4d}
.accueil-hero-cta:hover{background:#b39586;transform:translateY(-2px);box-shadow:0 6px 20px #c9aa9d66}
.section-analyse-diagonale{background:#fff;padding:5rem 0;position:relative;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-3rem 0}
.analyse-wrapper{max-width:1300px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.analyse-visuel{position:relative}
.analyse-visuel img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px #0000001f}
.analyse-visuel::after{content:'';position:absolute;top:20px;left:-20px;width:100%;height:100%;border:3px solid #E3CACC;border-radius:12px;z-index:-1}
.analyse-contenu h2{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;position:relative;padding-left:1.2rem}
.analyse-contenu h2::before{content:'';position:absolute;left:0;top:0;width:5px;height:100%;background:linear-gradient(180deg,#C9AA9D 0%,#E3CACC 100%);border-radius:3px}
.analyse-contenu p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.analyse-points{list-style:none;padding:0;margin:2rem 0}
.analyse-points li{padding:1rem 0 1rem 2.5rem;position:relative;color:#343a40;font-size:1.05rem;line-height:1.6}
.analyse-points li::before{content:'→';position:absolute;left:0;color:#C9AA9D;font-size:1.5rem;font-weight:700}
.section-methodologie-asymetrique{background:linear-gradient(165deg,#f8f9fa 0%,#ECDBD4 100%);padding:6rem 2rem;position:relative}
.methodologie-container{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:stretch}
.methodologie-sidebar{flex:0 0 380px;background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 8px 30px #00000014}
.methodologie-sidebar h2{font-size:2.5rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.methodologie-sidebar p{font-size:1.05rem;color:#495057;line-height:1.7}
.methodologie-grid{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.methodologie-carte{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;border-left:4px solid #E3CACC}
.methodologie-carte:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f;border-left-color:#C9AA9D}
.methodologie-carte h3{font-size:1.5rem;color:#212529;margin-bottom:1rem;font-weight:600}
.methodologie-carte p{font-size:1rem;color:#495057;line-height:1.6}
.section-expertise-overlap{background:#fff;padding:5rem 0;position:relative}
.expertise-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}
.expertise-header{text-align:center;margin-bottom:4rem}
.expertise-header h2{font-size:3rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.expertise-header p{font-size:1.2rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.expertise-blocs{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}
.expertise-bloc{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:3rem 2rem;border-radius:10px;text-align:center;border:2px solid #E3CACC;transition:all .3s ease;position:relative;overflow:hidden}
.expertise-bloc::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C9AA9D 0%,#E3CACC 100%);transform:scaleX(0);transition:transform .3s ease}
.expertise-bloc:hover::before{transform:scaleX(1)}
.expertise-bloc:hover{transform:scale(1.05);border-color:#C9AA9D;box-shadow:0 10px 35px #c9aa9d33}
.expertise-icone{font-size:3rem;margin-bottom:1.5rem;color:#C9AA9D}
.expertise-bloc h3{font-size:1.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.expertise-bloc p{font-size:1rem;color:#495057;line-height:1.6}
.section-temoignage-angular{background:#f8f9fa;padding:6rem 2rem;clip-path:polygon(0 0,100% 8%,100% 100%,0 92%);margin:4rem 0}
.temoignage-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:center}
.temoignage-portrait{width:180px;height:180px;border-radius:50%;object-fit:cover;border:6px solid #E3CACC;box-shadow:0 6px 25px #00000026}
.temoignage-texte{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 30px #0000001a;position:relative}
.temoignage-texte::before{content:'"';position:absolute;top:-20px;left:30px;color:#E3CACC;font:6rem/1 Georgia,serif}
.temoignage-texte p{font-size:1.15rem;color:#343a40;line-height:1.8;margin-bottom:1.5rem;font-style:italic}
.temoignage-auteur{font-size:1.1rem;color:#C9AA9D;font-weight:600}
.temoignage-role{font-size:.95rem;color:#495057;margin-top:.3rem}
.section-programme-immersif{background:#fff;padding:6rem 2rem;position:relative}
.programme-contenu-principal{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;align-items:start}
.programme-image-featured{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #00000026}
.programme-image-featured img{width:100%;height:550px;object-fit:cover;display:block}
.programme-image-featured::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,#c9aa9dcc 0%,transparent 100%)}
.programme-details{padding:2rem 0}
.programme-details h2{font-size:3.2rem;color:#212529;margin-bottom:2rem;font-weight:800;line-height:1.2}
.programme-details h2 span{color:#C9AA9D}
.programme-description-intro{font-size:1.2rem;color:#343a40;line-height:1.8;margin-bottom:2.5rem;padding-left:1.5rem;border-left:4px solid #E3CACC}
.programme-modules{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}
.module-item{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:2rem;border-radius:10px;border-left:5px solid #E3CACC;transition:all .3s ease}
.module-item:hover{border-left-color:#C9AA9D;transform:translateX(10px);box-shadow:0 5px 20px #00000014}
.module-item h4{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.module-item p{font-size:1rem;color:#495057;line-height:1.6}
.programme-cta-bloc{text-align:left;margin-top:2.5rem}
.programme-lien-action{display:inline-block;padding:1.3rem 3.5rem;background:linear-gradient(135deg,#C9AA9D 0%,#b39586 100%);color:#fff;text-decoration:none;font-size:1.15rem;font-weight:600;border-radius:10px;transition:all .3s ease;box-shadow:0 6px 25px #c9aa9d59;position:relative;z-index:10}
.programme-lien-action:hover{transform:translateY(-3px);box-shadow:0 10px 35px #c9aa9d73}
.section-processus-timeline{background:linear-gradient(180deg,#ECDBD4 0%,#f8f9fa 100%);padding:6rem 2rem;position:relative}
.processus-wrapper{max-width:1100px;margin:0 auto}
.processus-titre-principal{text-align:center;margin-bottom:5rem}
.processus-titre-principal h2{font-size:3rem;color:#212529;font-weight:700;margin-bottom:1rem}
.processus-titre-principal p{font-size:1.15rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.processus-etapes{display:flex;flex-direction:column;gap:0;position:relative}
.processus-etapes::before{content:'';position:absolute;left:80px;top:40px;bottom:40px;width:3px;background:linear-gradient(180deg,#C9AA9D 0%,#E3CACC 100%)}
.etape-item{display:grid;grid-template-columns:160px 1fr;gap:3rem;padding:2rem 0;position:relative}
.etape-numero-wrapper{display:flex;justify-content:center;align-items:flex-start;padding-top:.5rem}
.etape-numero{width:70px;height:70px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#fff;box-shadow:0 6px 20px #c9aa9d66;position:relative;z-index:5}
.etape-contenu{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014}
.etape-contenu h3{font-size:1.6rem;color:#212529;margin-bottom:1rem;font-weight:600}
.etape-contenu p{font-size:1.05rem;color:#495057;line-height:1.7}
.section-contact-final{background:#fff;padding:6rem 2rem;position:relative}
.contact-wrapper-final{max-width:1000px;margin:0 auto;text-align:center}
.contact-titre-final{font-size:3.5rem;color:#212529;font-weight:800;margin-bottom:1.5rem;line-height:1.2}
.contact-description-final{font-size:1.25rem;color:#343a40;line-height:1.8;max-width:750px;margin:0 auto 3rem}
.contact-infos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3.5rem}
.info-bloc{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:2.5rem 1.5rem;border-radius:12px;border:2px solid #E3CACC;transition:all .3s ease}
.info-bloc:hover{border-color:#C9AA9D;transform:translateY(-5px);box-shadow:0 8px 25px #c9aa9d33}
.info-icone-final{font-size:2.5rem;color:#C9AA9D;margin-bottom:1rem}
.info-bloc h4{font-size:1.2rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.info-bloc p{font-size:1rem;color:#495057;line-height:1.6}
.contact-cta-final{display:inline-block;padding:1.4rem 4rem;background:#C9AA9D;color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;border-radius:10px;transition:all .3s ease;box-shadow:0 6px 25px #c9aa9d59;position:relative;z-index:10}
.contact-cta-final:hover{background:#b39586;transform:translateY(-3px);box-shadow:0 10px 35px #c9aa9d73}
@media (max-width: 992px) {
.accueil-hero-titre{font-size:3.2rem}
.accueil-hero-titre span{font-size:2.8rem}
.analyse-wrapper{grid-template-columns:1fr;gap:3rem}
.methodologie-container{flex-direction:column}
.methodologie-sidebar{flex:1}
.methodologie-grid{grid-template-columns:1fr}
.expertise-blocs{grid-template-columns:1fr}
.temoignage-container{grid-template-columns:1fr;text-align:center}
.temoignage-portrait{margin:0 auto}
.programme-contenu-principal{grid-template-columns:1fr;gap:3rem}
.processus-etapes::before{left:35px}
.etape-item{grid-template-columns:70px 1fr;gap:2rem}
.contact-infos-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.accueil-hero-titre{font-size:2.5rem}
.accueil-hero-titre span{font-size:2.2rem}
.accueil-hero-description{font-size:1.15rem}
.analyse-contenu h2{font-size:2.2rem}
.methodologie-sidebar h2{font-size:2rem}
.expertise-header h2{font-size:2.3rem}
.programme-details h2{font-size:2.4rem}
.processus-titre-principal h2{font-size:2.3rem}
.contact-titre-final{font-size:2.5rem}
.accueil-hero-principal{min-height:70vh}
.section-analyse-diagonale{clip-path:none;margin:0}
.section-temoignage-angular{clip-path:none}
}
.page-contact-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.intro-band{background:linear-gradient(to right,#ECDBD4 0%,#E3CACC 100%);padding:4rem 2rem;position:relative;overflow:hidden}
.intro-band::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#ffffff1a;transform:rotate(15deg)}
.intro-content-zone{max-width:850px;margin:0 auto;position:relative;z-index:2}
.intro-content-zone h1{color:#2d2520;font-size:2.8rem;line-height:1.2;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.5px}
.intro-descriptive-text{color:#4a3f3a;font-size:1.15rem;line-height:1.7;margin-bottom:2rem}
.intro-descriptive-text p{margin-bottom:1rem}
.intro-descriptive-text p:last-child{margin-bottom:0}
.learning-ref-link{display:inline-block;color:#2d2520;background:#ffffffb3;padding:.7rem 1.8rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #2d252033}
.learning-ref-link:hover{background:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #2d252026}
.dual-column-layout{max-width:1200px;margin:0 auto;padding:5rem 2rem;display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}
.contact-info-panel{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #c9aa9d1f;position:sticky;top:2rem}
.info-panel-title{color:#2d2520;font-size:1.6rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #E3CACC}
.contact-method-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}
.contact-method-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.method-label{color:#C9AA9D;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;display:block}
.method-value{color:#2d2520;font-size:1.05rem;line-height:1.6;font-weight:500}
.method-value a{color:#2d2520;text-decoration:none;transition:color .3s ease}
.method-value a:hover{color:#C9AA9D}
.form-container-main{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 6px 30px #c9aa9d26}
.form-header-text{color:#2d2520;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}
.form-subtext{color:#5a504a;font-size:1.05rem;line-height:1.6;margin-bottom:2.5rem}
.form-field-group{margin-bottom:1.8rem}
.field-label-text{color:#2d2520;font-size:.95rem;font-weight:600;margin-bottom:.6rem;display:block}
.field-input-element{width:100%;padding:.9rem 1.2rem;border:2px solid #e8e5e2;border-radius:8px;font-size:1rem;color:#2d2520;background:#fafbfc;transition:all .3s ease}
.field-input-element:focus{outline:none;border-color:#C9AA9D;background:#fff;box-shadow:0 0 0 4px #c9aa9d1a}
.field-textarea-element{width:100%;padding:.9rem 1.2rem;border:2px solid #e8e5e2;border-radius:8px;font-size:1rem;color:#2d2520;background:#fafbfc;min-height:140px;resize:vertical;font-family:inherit;transition:all .3s ease}
.field-textarea-element:focus{outline:none;border-color:#C9AA9D;background:#fff;box-shadow:0 0 0 4px #c9aa9d1a}
.field-select-element{width:100%;padding:.9rem 1.2rem;border:2px solid #e8e5e2;border-radius:8px;font-size:1rem;color:#2d2520;background:#fafbfc;cursor:pointer;transition:all .3s ease}
.field-select-element:focus{outline:none;border-color:#C9AA9D;background:#fff;box-shadow:0 0 0 4px #c9aa9d1a}
.privacy-acknowledgment-zone{margin:2rem 0;padding:1.2rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #C9AA9D}
.privacy-checkbox-wrapper{display:flex;align-items:start;gap:.8rem}
.privacy-checkbox-input{margin-top:.3rem;width:18px;height:18px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-label{color:#4a3f3a;font-size:.95rem;line-height:1.6;cursor:pointer}
.privacy-checkbox-label a{color:#C9AA9D;text-decoration:underline;font-weight:600}
.privacy-checkbox-label a:hover{color:#2d2520}
.submit-action-button{background:linear-gradient(135deg,#C9AA9D 0%,#b99589 100%);color:#fff;padding:1rem 3rem;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #c9aa9d4d}
.submit-action-button:hover{transform:translateY(-2px);box-shadow:0 6px 25px #c9aa9d66;background:linear-gradient(135deg,#b99589 0%,#a8876d 100%)}
.submit-action-button:active{transform:translateY(0)}
.visual-showcase-section{background:#fff;padding:5rem 2rem;position:relative}
.visual-showcase-section::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent 0%,#E3CACC 50%,transparent 100%)}
.visual-content-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.visual-text-area h2{color:#2d2520;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.visual-text-area p{color:#5a504a;font-size:1.1rem;line-height:1.7;margin-bottom:1.2rem}
.visual-image-zone{position:relative}
.showcase-image-element{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 40px #c9aa9d33;display:block}
.expectation-timeline-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem}
.timeline-wrapper-inner{max-width:900px;margin:0 auto}
.timeline-header-title{color:#2d2520;font-size:2.2rem;font-weight:700;text-align:center;margin-bottom:3.5rem;position:relative}
.timeline-header-title::after{content:'';position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(to right,#C9AA9D,#E3CACC);border-radius:2px}
.timeline-stage-item{display:grid;grid-template-columns:60px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.timeline-stage-item::before{content:'';position:absolute;left:29px;top:60px;width:2px;height:calc(100% + 2rem);background:linear-gradient(to bottom,#E3CACC,transparent)}
.timeline-stage-item:last-child::before{display:none}
.stage-marker-circle{width:60px;height:60px;background:linear-gradient(135deg,#C9AA9D,#E3CACC);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.4rem;font-weight:700;box-shadow:0 4px 15px #c9aa9d4d;flex-shrink:0;position:relative;z-index:2}
.stage-content-block{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 20px #c9aa9d1a;border-left:4px solid #E3CACC}
.stage-title-text{color:#2d2520;font-size:1.4rem;font-weight:700;margin-bottom:.8rem}
.stage-description-text{color:#5a504a;font-size:1.05rem;line-height:1.6}
@media (max-width: 968px) {
.dual-column-layout{grid-template-columns:1fr;gap:3rem;padding:3rem 1.5rem}
.contact-info-panel{position:static}
.visual-content-container{grid-template-columns:1fr;gap:3rem}
.visual-text-area{text-align:center}
.intro-band{padding:3rem 1.5rem}
.intro-content-zone h1{font-size:2.2rem}
.form-container-main{padding:2rem 1.5rem}
.timeline-stage-item{grid-template-columns:50px 1fr;gap:1.5rem}
.stage-marker-circle{width:50px;height:50px;font-size:1.2rem}
.timeline-stage-item::before{left:24px}
}
@media (max-width: 640px) {
.intro-content-zone h1{font-size:1.8rem}
.intro-descriptive-text{font-size:1rem}
.form-header-text{font-size:1.5rem}
.visual-text-area h2{font-size:1.8rem}
.timeline-header-title{font-size:1.8rem}
.submit-action-button{width:100%;padding:1rem 2rem}
}
.apropos-hero-block{background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:#ffffff1a;transform:rotate(-15deg)}
.apropos-hero-content{max-width:1100px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-content h1{font-size:2.8rem;color:#2c1810;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.apropos-hero-content p{font-size:1.15rem;color:#4a3428;line-height:1.7;max-width:700px}
.apropos-histoire-section{padding:5rem 2rem;background:#fff}
.apropos-histoire-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.apropos-histoire-texte h2{font-size:2.2rem;color:#2c1810;margin-bottom:1.8rem;font-weight:600;position:relative;padding-bottom:.8rem}
.apropos-histoire-texte h2::after{content:'';position:absolute;bottom:0;left:0;width:80px;height:4px;background:linear-gradient(90deg,#C9AA9D,#E3CACC)}
.apropos-histoire-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.apropos-histoire-image{position:relative}
.apropos-histoire-image img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 8px 25px #c9aa9d40}
.apropos-valeurs-block{background:linear-gradient(165deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem;position:relative}
.apropos-valeurs-container{max-width:1150px;margin:0 auto}
.apropos-valeurs-titre{text-align:center;margin-bottom:3.5rem}
.apropos-valeurs-titre h2{font-size:2.3rem;color:#2c1810;margin-bottom:1rem;font-weight:600}
.apropos-valeurs-titre p{font-size:1.1rem;color:#6c757d;max-width:650px;margin:0 auto;line-height:1.6}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.apropos-valeur-carte{background:#fff;padding:2.5rem 2rem;border-radius:6px;border-top:4px solid #C9AA9D;box-shadow:0 4px 15px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.apropos-valeur-carte:hover{transform:translateY(-5px);box-shadow:0 8px 25px #c9aa9d33}
.apropos-valeur-carte h3{font-size:1.4rem;color:#2c1810;margin-bottom:1rem;font-weight:600}
.apropos-valeur-carte p{font-size:1rem;color:#5a5a5a;line-height:1.7}
.apropos-equipe-section{padding:5rem 2rem;background:#fff}
.apropos-equipe-container{max-width:1150px;margin:0 auto}
.apropos-equipe-intro{text-align:center;margin-bottom:4rem}
.apropos-equipe-intro h2{font-size:2.3rem;color:#2c1810;margin-bottom:1.2rem;font-weight:600}
.apropos-equipe-intro p{font-size:1.08rem;color:#6c757d;max-width:680px;margin:0 auto;line-height:1.7}
.apropos-equipe-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}
.apropos-membre-carte{display:flex;gap:2rem;background:#fafbfc;padding:2rem;border-radius:8px;border-left:5px solid #E3CACC;transition:transform .3s ease}
.apropos-membre-carte:hover{transform:translateX(8px)}
.apropos-membre-photo{flex-shrink:0}
.apropos-membre-photo img{width:130px;height:130px;object-fit:cover;border-radius:50%;border:4px solid #ECDBD4}
.apropos-membre-info h3{font-size:1.5rem;color:#2c1810;margin-bottom:.4rem;font-weight:600}
.apropos-membre-role{font-size:.95rem;color:#C9AA9D;font-weight:500;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}
.apropos-membre-info p{font-size:1rem;color:#5a5a5a;line-height:1.7}
.apropos-expertise-visuel{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}
.apropos-expertise-img{position:relative}
.apropos-expertise-img img{width:100%;height:280px;object-fit:cover;border-radius:6px}
.apropos-engagement-finale{background:linear-gradient(120deg,#C9AA9D 0%,#E3CACC 100%);padding:5rem 2rem;text-align:center}
.apropos-engagement-contenu{max-width:900px;margin:0 auto}
.apropos-engagement-contenu h2{font-size:2.4rem;color:#2c1810;margin-bottom:1.5rem;font-weight:600}
.apropos-engagement-contenu p{font-size:1.15rem;color:#4a3428;line-height:1.8;margin-bottom:2.5rem}
.apropos-cta-groupe{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.apropos-btn-principal{background:#2c1810;color:#fff;padding:1rem 2.5rem;border-radius:5px;text-decoration:none;font-size:1.05rem;font-weight:500;transition:transform .3s ease,box-shadow .3s ease;display:inline-block;box-shadow:0 4px 15px #2c18104d}
.apropos-btn-principal:hover{transform:translateY(-3px);box-shadow:0 6px 20px #2c181066}
.apropos-btn-secondaire{background:#fff;color:#2c1810;padding:1rem 2.5rem;border-radius:5px;text-decoration:none;font-size:1.05rem;font-weight:500;transition:transform .3s ease,box-shadow .3s ease;display:inline-block;box-shadow:0 4px 15px #ffffff4d}
.apropos-btn-secondaire:hover{transform:translateY(-3px);box-shadow:0 6px 20px #ffffff80}
@media (max-width: 968px) {
.apropos-hero-content h1{font-size:2.2rem}
.apropos-histoire-wrapper{grid-template-columns:1fr;gap:3rem}
.apropos-histoire-image img{height:350px}
.apropos-valeurs-grid{grid-template-columns:1fr;gap:2rem}
.apropos-equipe-grid{grid-template-columns:1fr;gap:2.5rem}
.apropos-membre-carte{flex-direction:column;text-align:center;align-items:center}
.apropos-expertise-visuel{grid-template-columns:1fr}
.apropos-cta-groupe{flex-direction:column;align-items:center}
.apropos-btn-principal,.apropos-btn-secondaire{width:100%;max-width:300px}
}
@media (max-width: 640px) {
.apropos-hero-block{padding:3rem 1.5rem 2.5rem}
.apropos-hero-content h1{font-size:1.8rem}
.apropos-histoire-section,.apropos-valeurs-block,.apropos-equipe-section,.apropos-engagement-finale{padding:3rem 1.5rem}
.apropos-histoire-texte h2,.apropos-valeurs-titre h2,.apropos-equipe-intro h2,.apropos-engagement-contenu h2{font-size:1.8rem}
.apropos-histoire-image img{height:280px}
.apropos-membre-photo img{width:100px;height:100px}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.cookie-header-zone{background:linear-gradient(160deg,#ECDBD4 0%,#E3CACC 50%,#C9AA9D 100%);padding:4rem 2rem 3rem;text-align:center;position:relative;overflow:hidden}
.cookie-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;z-index:1}
.cookie-header-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:#c9aa9d33;border-radius:50%;z-index:1}
.cookie-title-main{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 1rem;position:relative;z-index:2;line-height:1.2}
.cookie-subtitle-text{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;position:relative;z-index:2;line-height:1.6}
.cookie-content-wrapper{max-width:100%;padding:0;margin:0}
.cookie-intro-block{background:#fff;padding:3.5rem 5%;margin:0;border-bottom:3px solid #ECDBD4}
.cookie-intro-block .intro-paragraph{font-size:1.1rem;line-height:1.8;color:#343a40;margin-bottom:1.5rem}
.cookie-intro-block .intro-paragraph:last-child{margin-bottom:0}
.cookie-section-block{padding:3rem 5%;margin:0;background:#fafbfc;border-left:5px solid #C9AA9D}
.cookie-section-block:nth-child(even){background:#fff;border-left-color:#E3CACC}
.section-heading-custom{font-size:2rem;font-weight:600;color:#212529;margin:0 0 1.8rem;position:relative;padding-left:1.5rem}
.section-heading-custom::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:60%;background:linear-gradient(180deg,#C9AA9D,#E3CACC);border-radius:3px}
.section-text-content{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:1.5rem}
.section-text-content:last-child{margin-bottom:0}
.technology-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2.5rem 0}
.tech-card-item{background:#fff;border:2px solid #ECDBD4;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}
.tech-card-item::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#C9AA9D,#E3CACC,#ECDBD4);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.tech-card-item:hover::before{transform:scaleX(1)}
.tech-card-item:hover{border-color:#C9AA9D;box-shadow:0 8px 24px #c9aa9d26;transform:translateY(-3px)}
.tech-card-title{font-size:1.4rem;font-weight:600;color:#212529;margin:0 0 1rem}
.tech-card-description{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.purpose-list-container{background:linear-gradient(135deg,#ecdbd44d,#e3cacc4d);padding:2.5rem;border-radius:16px;margin:2rem 0}
.purpose-item-row{display:flex;align-items:flex-start;margin-bottom:2rem;gap:1.5rem}
.purpose-item-row:last-child{margin-bottom:0}
.purpose-marker{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#C9AA9D,#E3CACC);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;color:#fff;position:relative;z-index:2}
.purpose-content-text{flex:1;padding-top:.5rem}
.purpose-content-text h3{font-size:1.3rem;font-weight:600;color:#212529;margin:0 0 .8rem}
.purpose-content-text p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.distinction-comparison{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin:2.5rem 0}
.distinction-column{background:#fff;padding:2.5rem;border-radius:12px;border:3px solid #ECDBD4;position:relative}
.distinction-column.essential-type{border-color:#C9AA9D}
.distinction-column.essential-type::before{content:'Essentiel';position:absolute;top:-15px;left:2rem;background:#C9AA9D;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.9rem;letter-spacing:.5px}
.distinction-column.optional-type{border-color:#E3CACC}
.distinction-column.optional-type::before{content:'Optionnel';position:absolute;top:-15px;left:2rem;background:#E3CACC;color:#212529;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:.9rem;letter-spacing:.5px}
.distinction-column h3{font-size:1.5rem;font-weight:600;color:#212529;margin:1.5rem 0 1.2rem}
.distinction-column p{font-size:1.05rem;line-height:1.75;color:#495057;margin-bottom:1.2rem}
.distinction-column p:last-child{margin-bottom:0}
.control-mechanisms-area{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #c9aa9d1a;margin:2.5rem 0}
.control-mechanisms-area h3{font-size:1.6rem;font-weight:600;color:#212529;margin:0 0 1.5rem;text-align:center}
.control-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}
.control-option-box{padding:1.8rem;background:linear-gradient(135deg,#fafbfc,#f8f9fa);border-radius:10px;border:2px solid #ECDBD4;transition:all .3s ease}
.control-option-box:hover{border-color:#C9AA9D;background:#fff;box-shadow:0 6px 18px #c9aa9d1f}
.control-option-box h4{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 .8rem}
.control-option-box p{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.narrative-flow-section{background:linear-gradient(to right,#fafbfc 0%,#fff 50%,#fafbfc 100%);padding:3rem 5%;margin:0}
.narrative-flow-section .flow-text{font-size:1.05rem;line-height:1.8;color:#343a40;margin-bottom:1.5rem;text-align:justify}
.contact-inquiry-zone{background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);padding:3.5rem 5%;margin:0;text-align:center}
.contact-inquiry-zone h3{font-size:1.8rem;font-weight:600;color:#fff;margin:0 0 1.5rem}
.contact-details-list{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:2rem}
.contact-item-element{display:flex;flex-direction:column;align-items:center;gap:.8rem}
.contact-item-element .contact-label{font-size:.95rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:1px}
.contact-item-element .contact-value{font-size:1.1rem;color:#fff;font-weight:500}
@media (max-width: 768px) {
.cookie-header-zone{padding:3rem 1.5rem 2.5rem}
.cookie-title-main{font-size:2rem}
.cookie-subtitle-text{font-size:1rem}
.cookie-intro-block,.cookie-section-block,.narrative-flow-section,.contact-inquiry-zone{padding:2.5rem 1.5rem}
.section-heading-custom{font-size:1.6rem;padding-left:1rem}
.technology-grid-layout{grid-template-columns:1fr;gap:1.5rem}
.tech-card-item{padding:1.5rem}
.purpose-list-container{padding:1.8rem}
.purpose-item-row{flex-direction:column;gap:1rem;margin-bottom:1.5rem}
.purpose-marker{width:45px;height:45px;font-size:1.1rem}
.distinction-comparison{grid-template-columns:1fr;gap:2rem}
.distinction-column{padding:2rem 1.5rem}
.control-mechanisms-area{padding:2rem 1.5rem}
.control-options-grid{grid-template-columns:1fr;gap:1.5rem}
.contact-details-list{flex-direction:column;gap:2rem}
}
@media (max-width: 480px) {
.cookie-title-main{font-size:1.75rem}
.section-heading-custom{font-size:1.4rem}
.tech-card-title{font-size:1.2rem}
.distinction-column h3{font-size:1.3rem}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}
.privacy-header-block{background:linear-gradient(180deg,#fff 0%,#ECDBD4 100%);padding:4.5rem 0 3rem;position:relative;overflow:hidden}
.privacy-header-block::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,#c9aa9d26 0%,transparent 70%);pointer-events:none}
.privacy-header-content{max-width:1100px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.privacy-main-title{font-size:2.8rem;font-weight:700;color:#212529;margin:0 0 1.2rem;line-height:1.2;letter-spacing:-.02em}
.privacy-intro-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0;max-width:750px}
.privacy-meta-line{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}
.privacy-meta-item{font-size:.95rem;color:#6c757d}
.privacy-meta-item strong{color:#343a40;font-weight:600}
.privacy-content-area{max-width:100%;margin:0 auto;padding:0;background:#fff}
.privacy-section-block{padding:3.5rem 5%;border-bottom:1px solid #e9ecef}
.privacy-section-block:nth-child(even){background:#f8f9fa}
.privacy-section-block:last-child{border-bottom:none}
.section-heading-main{font-size:1.85rem;font-weight:700;color:#212529;margin:0 0 1.8rem;position:relative;padding-left:1.5rem}
.section-heading-main::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:calc(100% - 0.6rem);background:linear-gradient(180deg,#C9AA9D 0%,#E3CACC 100%);border-radius:3px}
.section-heading-secondary{font-size:1.4rem;font-weight:600;color:#343a40;margin:2.5rem 0 1.2rem}
.privacy-text-paragraph{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 1.3rem}
.privacy-text-paragraph:last-child{margin-bottom:0}
.privacy-list-styled{margin:1.5rem 0;padding:0;list-style:none}
.privacy-list-styled li{padding:.85rem 0 .85rem 2.5rem;position:relative;font-size:1.05rem;line-height:1.7;color:#495057}
.privacy-list-styled li::before{content:'';position:absolute;left:.5rem;top:1.5rem;width:8px;height:8px;background:#C9AA9D;border-radius:50%;transform:translateY(-50%)}
.privacy-emphasis-box{background:linear-gradient(135deg,#ECDBD4 0%,#E3CACC 100%);padding:1.8rem 2rem;border-radius:8px;margin:2rem 0;border-left:4px solid #C9AA9D}
.privacy-emphasis-box p{margin:0;font-size:1.05rem;line-height:1.7;color:#343a40}
.data-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}
.data-category-card{background:#fff;border:1px solid #E3CACC;padding:1.5rem;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease}
.privacy-section-block:nth-child(even) .data-category-card{background:#fafbfc}
.data-category-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #c9aa9d26}
.data-category-title{font-size:1.15rem;font-weight:600;color:#C9AA9D;margin:0 0 .8rem}
.data-category-desc{font-size:.98rem;line-height:1.65;color:#6c757d;margin:0}
.rights-timeline-container{position:relative;padding:2rem 0 2rem 3rem;margin:2rem 0}
.rights-timeline-item{position:relative;padding:0 0 2.5rem 2rem}
.rights-timeline-item:last-child{padding-bottom:0}
.rights-timeline-marker{position:absolute;left:-3rem;top:.4rem;width:40px;height:40px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.95rem;z-index:1}
.rights-timeline-connector{position:absolute;left:-2.25rem;top:40px;width:2px;height:calc(100% - 40px);background:#E3CACC}
.rights-timeline-item:last-child .rights-timeline-connector{display:none}
.rights-action-title{font-size:1.2rem;font-weight:600;color:#343a40;margin:0 0 .6rem}
.rights-action-detail{font-size:1rem;line-height:1.7;color:#6c757d;margin:0}
.contact-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:2.5rem 0;padding:2rem;background:#f8f9fa;border-radius:8px}
.contact-method-item{text-align:center}
.contact-method-label{font-size:.9rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}
.contact-method-value{font-size:1.1rem;color:#C9AA9D;font-weight:600;word-break:break-word}
.contact-method-value a{color:#C9AA9D;text-decoration:none;transition:color .2s ease}
.contact-method-value a:hover{color:#a88a7d}
.retention-table-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #0000000d}
.retention-data-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;font-size:.98rem}
.retention-data-table thead{background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%)}
.retention-data-table th{padding:1.2rem 1.5rem;text-align:left;font-weight:600;color:#fff;border-bottom:2px solid #E3CACC}
.retention-data-table td{padding:1.2rem 1.5rem;border-bottom:1px solid #e9ecef;color:#495057;line-height:1.6}
.retention-data-table tbody tr:hover{background:#f8f9fa}
.retention-data-table tbody tr:last-child td{border-bottom:none}
.legal-basis-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}
.legal-basis-column{background:#fafbfc;padding:2rem;border-radius:8px;border-top:4px solid #C9AA9D}
.legal-basis-heading{font-size:1.25rem;font-weight:600;color:#343a40;margin:0 0 1rem}
.legal-basis-text{font-size:1rem;line-height:1.7;color:#6c757d;margin:0}
@media (max-width: 768px) {
.privacy-header-block{padding:3rem 0 2rem}
.privacy-main-title{font-size:2rem}
.privacy-intro-text{font-size:1.05rem}
.privacy-section-block{padding:2.5rem 1.5rem}
.section-heading-main{font-size:1.5rem}
.rights-timeline-container{padding-left:0}
.rights-timeline-item{padding-left:0;padding-bottom:2rem}
.rights-timeline-marker{position:relative;left:0;margin-bottom:1rem}
.rights-timeline-connector{display:none}
.data-category-grid{grid-template-columns:1fr}
.contact-methods-grid{grid-template-columns:1fr;gap:1.5rem}
.legal-basis-columns{grid-template-columns:1fr}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:85vh;display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem}
.success-content-container{max-width:680px;margin:0 auto;text-align:center}
.success-icon-area{margin-bottom:2rem;position:relative;display:inline-block}
.success-icon-circle{width:110px;height:110px;background:linear-gradient(135deg,#E3CACC 0%,#ECDBD4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 24px #c9aa9d40;position:relative;animation:success-pulse 2s ease-in-out infinite}
@keyframes success-pulse {
0%,100%{transform:scale(1);box-shadow:0 8px 24px #c9aa9d40}
50%{transform:scale(1.05);box-shadow:0 12px 32px #c9aa9d59}
}
.success-checkmark{width:48px;height:48px;position:relative}
.success-checkmark::before{content:'';position:absolute;width:16px;height:32px;border:solid #fff;border-width:0 4px 4px 0;transform:rotate(45deg);left:14px;top:4px}
.success-main-heading{font-size:2.2rem;font-weight:700;color:#212529;margin-bottom:1.2rem;line-height:1.3}
.success-subheading{font-size:1.15rem;color:#495057;margin-bottom:2rem;line-height:1.6;font-weight:400}
.success-info-block{background:#fff;border:2px solid #ECDBD4;border-radius:12px;padding:2rem 1.8rem;margin-bottom:2.5rem;box-shadow:0 4px 16px #0000000a}
.success-info-heading{font-size:1.05rem;font-weight:600;color:#343a40;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}
.success-info-heading::before{content:'';width:6px;height:6px;background:#C9AA9D;border-radius:50%}
.success-info-text{font-size:.95rem;color:#495057;line-height:1.7;margin-bottom:0}
.success-timeline-wrapper{margin:2.5rem 0;padding:0 1rem}
.success-timeline-item{display:flex;align-items:flex-start;gap:1.2rem;margin-bottom:1.8rem;text-align:left}
.success-timeline-marker{min-width:42px;width:42px;height:42px;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:1.1rem;flex-shrink:0;box-shadow:0 3px 12px #c9aa9d4d}
.success-timeline-content{flex:1;padding-top:.3rem}
.success-timeline-title{font-size:1.05rem;font-weight:600;color:#343a40;margin-bottom:.4rem}
.success-timeline-description{font-size:.9rem;color:#495057;line-height:1.6;margin-bottom:0}
.success-action-area{margin-top:2.5rem;display:flex;flex-direction:column;gap:1rem;align-items:center}
.success-primary-btn{display:inline-block;background:linear-gradient(135deg,#C9AA9D 0%,#E3CACC 100%);color:#fff;padding:.9rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 16px #c9aa9d4d;border:none;cursor:pointer}
.success-primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c9aa9d66;color:#fff;text-decoration:none}
.success-secondary-btn{display:inline-block;background:transparent;color:#C9AA9D;padding:.9rem 2.2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:2px solid #C9AA9D;cursor:pointer}
.success-secondary-btn:hover{background:#C9AA9D;color:#fff;text-decoration:none}
.success-contact-info{margin-top:3rem;padding-top:2rem;border-top:1px solid #E3CACC}
.success-contact-label{font-size:.85rem;color:#6c757d;margin-bottom:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.success-contact-details{display:flex;flex-direction:column;gap:.5rem;align-items:center}
.success-contact-link{color:#495057;text-decoration:none;font-size:.95rem;transition:color .3s ease}
.success-contact-link:hover{color:#C9AA9D;text-decoration:underline}
@media (max-width: 768px) {
.success-page-wrapper{padding:2rem 1rem}
.success-main-heading{font-size:1.8rem}
.success-subheading{font-size:1rem}
.success-icon-circle{width:90px;height:90px}
.success-checkmark{width:40px;height:40px}
.success-checkmark::before{width:14px;height:26px;border-width:0 3px 3px 0;left:11px;top:4px}
.success-info-block{padding:1.5rem 1.2rem}
.success-timeline-item{gap:1rem}
.success-timeline-marker{min-width:36px;width:36px;height:36px;font-size:.95rem}
.success-primary-btn,.success-secondary-btn{width:100%;padding:.85rem 1.5rem}
}
@media (max-width: 480px) {
.success-main-heading{font-size:1.5rem}
.success-timeline-item{flex-direction:row}
.success-timeline-marker{margin-top:.2rem}
}