*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-tone:#798878;--secondary-tone:#9DA29E;--tertiary-tone:#C4D1B6;--light-base:#fafbfc;--light-secondary:#f5f6fa;--text-primary:#212529;--text-secondary:#495057;--white-pure:#fff}
body{color:var(--text-primary);background-color:var(--light-base);min-height:100vh;display:flex;flex-direction:column;font:16px/1.7 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}
header{background:linear-gradient(135deg,var(--primary-tone),var(--secondary-tone));box-shadow:0 2px 12px #79887826;position:relative;z-index:100}
.header_wrapper_row1{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center;max-width:1280px;margin:0 auto;padding:18px 30px;border-bottom:1px solid #fff3}
.company_identity{display:flex;align-items:center;gap:16px}
.logo_container_box{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:var(--white-pure);border-radius:8px;padding:8px;box-shadow:0 2px 8px #0000001a}
.logo_container_box img{width:100%;height:100%;object-fit:contain}
.company_text h1{font-size:1.5rem;font-weight:700;color:var(--white-pure);letter-spacing:-.3px}
.contact_email_section{text-align:right}
.contact_email_section a{color:var(--white-pure);text-decoration:none;font-size:.95rem;font-weight:500;padding:8px 16px;background:#ffffff26;border-radius:6px;display:inline-block;transition:background .3s ease,opacity .3s ease}
.contact_email_section a:hover{background:#ffffff40;opacity:.9}
.contact_email_section a:focus{outline:3px solid var(--white-pure);outline-offset:2px}
.header_wrapper_row2{max-width:1280px;margin:0 auto;padding:16px 30px}
.main_navigation_bar{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}
.main_navigation_bar a{color:var(--white-pure);text-decoration:none;font-size:1rem;font-weight:500;padding:12px 20px;border-radius:6px;transition:background .25s ease,opacity .25s ease;display:inline-block}
.main_navigation_bar a:hover{background:#ffffff2e;opacity:.85}
.main_navigation_bar a:focus{outline:3px solid var(--white-pure);outline-offset:2px;background:#fff3}
main{flex:1;width:100%}
footer{background:var(--text-primary);color:var(--light-base);margin-top:60px;padding:45px 30px 30px}
.footer_content_grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-bottom:35px}
.footer_section_block h3{font-size:1.15rem;font-weight:600;margin-bottom:18px;color:var(--tertiary-tone);letter-spacing:.3px}
.footer_section_block ul{list-style:none}
.footer_section_block ul li{margin-bottom:12px}
.footer_section_block a{color:var(--light-secondary);text-decoration:none;font-size:.95rem;transition:color .3s ease,opacity .3s ease;display:inline-block}
.footer_section_block a:hover{color:var(--tertiary-tone);opacity:.85}
.footer_section_block a:focus{outline:2px solid var(--tertiary-tone);outline-offset:3px}
.footer_contact_info p{margin-bottom:10px;font-size:.95rem;line-height:1.6}
.footer_divider_line{height:1px;background:linear-gradient(90deg,transparent,var(--secondary-tone),transparent);margin:30px 0 25px}
.footer_copyright_area{text-align:center;font-size:.9rem;color:var(--secondary-tone);max-width:1280px;margin:0 auto}
@media (max-width: 768px) {
.header_wrapper_row1{grid-template-columns:1fr;gap:16px;padding:16px 20px}
.company_identity{justify-content:center}
.contact_email_section{text-align:center}
.header_wrapper_row2{padding:12px 20px}
.main_navigation_bar{flex-direction:column;gap:6px}
.main_navigation_bar a{width:100%;text-align:center;padding:14px 20px}
.logo_container_box{width:60px;height:60px}
.company_text h1{font-size:1.3rem}
.footer_content_grid{grid-template-columns:1fr;gap:30px}
footer{padding:35px 20px 25px}
}
@media (max-width: 480px) {
body{font-size:15px}
.company_text h1{font-size:1.15rem}
.contact_email_section a{font-size:.88rem;padding:7px 13px}
.main_navigation_bar a{font-size:.95rem}
}
.consent_overlay_backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#212529b3;z-index:9998;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
.consent_overlay_backdrop.visible_state{opacity:1;visibility:visible}
.consent_interface_module{position:fixed;bottom:25px;right:25px;max-width:480px;width:calc(100% - 50px);background:var(--white-pure);border-radius:12px;box-shadow:0 8px 32px #00000040;padding:28px;z-index:9999;transform:translateY(120%);opacity:0;transition:transform .4s cubic-bezier(0.68,-0.55,0.27,1.55),opacity .4s ease;border:2px solid var(--tertiary-tone)}
.consent_interface_module.visible_state{transform:translateY(0);opacity:1}
.consent_title_section{font-size:1.3rem;font-weight:700;color:var(--text-primary);margin-bottom:14px;line-height:1.3}
.consent_description_text{font-size:.93rem;color:var(--text-secondary);line-height:1.65;margin-bottom:22px}
.consent_category_wrapper{margin-bottom:20px}
.consent_category_item{display:flex;align-items:flex-start;gap:12px;padding:14px;background:var(--light-secondary);border-radius:8px;margin-bottom:10px;border:1px solid var(--tertiary-tone)}
.consent_toggle_control{position:relative;min-width:50px;height:26px;background:var(--secondary-tone);border-radius:13px;cursor:pointer;transition:background .3s ease}
.consent_toggle_control input{position:absolute;opacity:0;width:0;height:0}
.consent_toggle_slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--white-pure);border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px #0003}
.consent_toggle_control input:checked ~ .consent_toggle_slider{transform:translateX(24px)}
.consent_toggle_control input:checked + .consent_toggle_slider{background:var(--primary-tone)}
.consent_toggle_control input:focus + .consent_toggle_slider{outline:3px solid var(--text-primary);outline-offset:2px}
.consent_category_details{flex:1}
.consent_category_label{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-bottom:5px;display:block}
.consent_category_description{font-size:.85rem;color:var(--text-secondary);line-height:1.5}
.consent_actions_row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.consent_button_primary,.consent_button_secondary,.consent_button_tertiary{flex:1;min-width:120px;padding:13px 20px;border:none;border-radius:7px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .25s ease,opacity .25s ease,transform .15s ease;font-family:inherit}
.consent_button_primary{background:linear-gradient(135deg,var(--primary-tone),var(--secondary-tone));color:var(--white-pure)}
.consent_button_primary:hover{opacity:.9;transform:translateY(-1px)}
.consent_button_primary:focus{outline:3px solid var(--primary-tone);outline-offset:3px}
.consent_button_secondary{background:var(--tertiary-tone);color:var(--text-primary)}
.consent_button_secondary:hover{opacity:.85}
.consent_button_secondary:focus{outline:3px solid var(--secondary-tone);outline-offset:3px}
.consent_button_tertiary{background:transparent;color:var(--text-secondary);border:2px solid var(--secondary-tone)}
.consent_button_tertiary:hover{background:var(--light-secondary)}
.consent_button_tertiary:focus{outline:3px solid var(--text-primary);outline-offset:2px}
@media (max-width: 600px) {
.consent_interface_module{bottom:15px;right:15px;width:calc(100% - 30px);padding:22px}
.consent_title_section{font-size:1.15rem}
.consent_description_text{font-size:.88rem}
.consent_actions_row{flex-direction:column}
.consent_button_primary,.consent_button_secondary,.consent_button_tertiary{width:100%}
.consent_category_item{flex-direction:column;gap:10px}
}
.notre-equipe-wrapper{background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:#212529;line-height:1.7;overflow-x:hidden}
.notre-equipe-wrapper .equipe-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:120px 0 80px;position:relative}
.notre-equipe-wrapper .equipe-hero-section::before{content:'';position:absolute;top:0;right:0;width:400px;height:400px;background:radial-gradient(circle,#c4d1b633 0%,transparent 70%);border-radius:50%;pointer-events:none}
.notre-equipe-wrapper .hero-content-eq{max-width:850px;margin:0 auto;text-align:center;position:relative;z-index:2}
.notre-equipe-wrapper .hero-content-eq h1{font-size:3.2rem;font-weight:700;color:#212529;margin-bottom:24px;letter-spacing:-.02em}
.notre-equipe-wrapper .hero-content-eq .hero-subtitle-eq{font-size:1.3rem;color:#495057;margin-bottom:32px;line-height:1.6}
.notre-equipe-wrapper .hero-stats-eq{display:flex;justify-content:center;gap:60px;margin-top:50px;flex-wrap:wrap}
.notre-equipe-wrapper .stat-item-eq{text-align:center}
.notre-equipe-wrapper .stat-number-eq{font-size:2.8rem;font-weight:800;color:#798878;display:block;margin-bottom:8px}
.notre-equipe-wrapper .stat-label-eq{font-size:1rem;color:#6c757d;text-transform:uppercase;letter-spacing:.05em;font-weight:500}
.notre-equipe-wrapper .expertise-grid-section{padding:100px 0;background:#fff}
.notre-equipe-wrapper .expertise-grid-section .container{max-width:1200px;margin:0 auto;padding:0 20px}
.notre-equipe-wrapper .section-header-eq{text-align:center;margin-bottom:70px}
.notre-equipe-wrapper .section-header-eq h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:18px}
.notre-equipe-wrapper .section-header-eq p{font-size:1.15rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.7}
.notre-equipe-wrapper .expertise-columns-eq{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.notre-equipe-wrapper .expertise-card-eq{background:#f8f9fa;padding:45px 35px;border-radius:12px;border:2px solid transparent;transition:all .3s ease;position:relative}
.notre-equipe-wrapper .expertise-card-eq::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#798878;transition:height .3s ease;border-radius:12px 0 0 12px}
.notre-equipe-wrapper .expertise-card-eq:hover::before{height:100%}
.notre-equipe-wrapper .expertise-card-eq:hover{border-color:#C4D1B6;transform:translateY(-5px);box-shadow:0 12px 35px #79887826}
.notre-equipe-wrapper .expertise-icon-eq{width:70px;height:70px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:25px;font-size:2rem;color:#fff}
.notre-equipe-wrapper .expertise-card-eq h3{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:16px}
.notre-equipe-wrapper .expertise-card-eq p{font-size:1rem;color:#495057;line-height:1.7;margin:0}
.notre-equipe-wrapper .valeurs-section{padding:90px 0;background:linear-gradient(to right,#f5f6fa 0%,#fafbfc 100%);position:relative;overflow:hidden}
.notre-equipe-wrapper .valeurs-section::after{content:'';position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,#9da29e1f 0%,transparent 70%);border-radius:50%}
.notre-equipe-wrapper .valeurs-section .container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.notre-equipe-wrapper .valeurs-layout{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;align-items:center}
.notre-equipe-wrapper .valeurs-image-wrap{position:relative}
.notre-equipe-wrapper .valeurs-image-wrap img{width:100%;height:520px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f}
.notre-equipe-wrapper .valeurs-content-eq{padding:30px 0}
.notre-equipe-wrapper .valeurs-content-eq h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:30px;line-height:1.3}
.notre-equipe-wrapper .valeur-item-eq{margin-bottom:35px;padding-left:50px;position:relative}
.notre-equipe-wrapper .valeur-item-eq::before{content:'';position:absolute;left:0;top:5px;width:35px;height:35px;background:#C4D1B6;border-radius:8px}
.notre-equipe-wrapper .valeur-item-eq h3{font-size:1.35rem;font-weight:700;color:#212529;margin-bottom:12px}
.notre-equipe-wrapper .valeur-item-eq p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.notre-equipe-wrapper .processus-section{padding:100px 0;background:#fff}
.notre-equipe-wrapper .processus-section .container{max-width:1100px;margin:0 auto;padding:0 20px}
.notre-equipe-wrapper .processus-header-eq{text-align:center;margin-bottom:80px}
.notre-equipe-wrapper .processus-header-eq h2{font-size:2.6rem;font-weight:700;color:#212529;margin-bottom:20px}
.notre-equipe-wrapper .processus-header-eq p{font-size:1.15rem;color:#6c757d;max-width:650px;margin:0 auto}
.notre-equipe-wrapper .timeline-wrapper-eq{position:relative;padding:40px 0}
.notre-equipe-wrapper .timeline-wrapper-eq::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#C4D1B6 0%,#798878 100%);transform:translateX(-50%)}
.notre-equipe-wrapper .timeline-step-eq{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:60px;position:relative}
.notre-equipe-wrapper .timeline-step-eq:nth-child(even) .step-content-left{order:2}
.notre-equipe-wrapper .timeline-step-eq:nth-child(even) .step-content-right{order:1}
.notre-equipe-wrapper .step-content-left{text-align:right;padding:30px 40px 30px 0}
.notre-equipe-wrapper .step-content-right{text-align:left;padding:30px 0 30px 40px}
.notre-equipe-wrapper .step-marker-eq{position:absolute;left:50%;top:40px;width:50px;height:50px;background:#798878;border-radius:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff;box-shadow:0 0 0 8px #ffffff,0 0 0 12px #C4D1B6;z-index:10}
.notre-equipe-wrapper .timeline-step-eq h3{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:14px}
.notre-equipe-wrapper .timeline-step-eq p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.notre-equipe-wrapper .engagement-section{padding:90px 0;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);position:relative}
.notre-equipe-wrapper .engagement-section .container{max-width:1350px;margin:0 auto;padding:0 20px}
.notre-equipe-wrapper .engagement-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.notre-equipe-wrapper .engagement-text-eq{padding:20px 0}
.notre-equipe-wrapper .engagement-text-eq h2{font-size:2.5rem;font-weight:700;color:#212529;margin-bottom:28px;line-height:1.3}
.notre-equipe-wrapper .engagement-text-eq p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:22px}
.notre-equipe-wrapper .engagement-list-eq{margin-top:35px}
.notre-equipe-wrapper .engagement-point-eq{display:flex;align-items:flex-start;margin-bottom:25px;padding:20px;background:#fff;border-radius:10px;border-left:4px solid #798878;transition:all .3s ease}
.notre-equipe-wrapper .engagement-point-eq:hover{box-shadow:0 8px 25px #7988781f;transform:translateX(5px)}
.notre-equipe-wrapper .engagement-icon-box{width:45px;height:45px;background:#C4D1B6;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:18px;flex-shrink:0;font-size:1.3rem}
.notre-equipe-wrapper .engagement-point-eq strong{display:block;font-size:1.15rem;font-weight:700;color:#212529;margin-bottom:6px}
.notre-equipe-wrapper .engagement-point-eq span{font-size:1rem;color:#495057;line-height:1.6}
.notre-equipe-wrapper .engagement-visual-wrap{position:relative}
.notre-equipe-wrapper .engagement-visual-wrap img{width:100%;height:550px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f}
.notre-equipe-wrapper .cta-finale-section{padding:90px 0;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);text-align:center;position:relative;overflow:hidden}
.notre-equipe-wrapper .cta-finale-section::before{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:#ffffff14;border-radius:50%}
.notre-equipe-wrapper .cta-finale-section::after{content:'';position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;background:#ffffff0f;border-radius:50%}
.notre-equipe-wrapper .cta-finale-section .container{max-width:900px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.notre-equipe-wrapper .cta-content-eq h2{font-size:2.8rem;font-weight:700;color:#fff;margin-bottom:25px;line-height:1.3}
.notre-equipe-wrapper .cta-content-eq p{font-size:1.2rem;color:#fffffff2;margin-bottom:40px;line-height:1.7}
.notre-equipe-wrapper .cta-buttons-eq{display:flex;justify-content:center;gap:25px;flex-wrap:wrap}
.notre-equipe-wrapper .btn-primary-eq{display:inline-block;padding:18px 45px;background:#fff;color:#798878;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:10px;transition:all .3s ease;border:2px solid #fff;position:relative;z-index:10}
.notre-equipe-wrapper .btn-primary-eq:hover{background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 10px 30px #0003}
.notre-equipe-wrapper .btn-secondary-eq{display:inline-block;padding:18px 45px;background:transparent;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:10px;border:2px solid #fff;transition:all .3s ease;position:relative;z-index:10}
.notre-equipe-wrapper .btn-secondary-eq:hover{background:#fff;color:#798878;transform:translateY(-3px);box-shadow:0 10px 30px #0003}
@media (max-width: 992px) {
.notre-equipe-wrapper .hero-content-eq h1{font-size:2.5rem}
.notre-equipe-wrapper .expertise-columns-eq{grid-template-columns:repeat(2,1fr);gap:30px}
.notre-equipe-wrapper .valeurs-layout,.notre-equipe-wrapper .engagement-layout{grid-template-columns:1fr;gap:50px}
.notre-equipe-wrapper .timeline-wrapper-eq::before{left:30px}
.notre-equipe-wrapper .timeline-step-eq{grid-template-columns:1fr;gap:0;padding-left:80px}
.notre-equipe-wrapper .timeline-step-eq:nth-child(even) .step-content-left,.notre-equipe-wrapper .timeline-step-eq:nth-child(even) .step-content-right{order:0}
.notre-equipe-wrapper .step-content-left,.notre-equipe-wrapper .step-content-right{text-align:left;padding:20px 0}
.notre-equipe-wrapper .step-marker-eq{left:30px;top:20px}
}
@media (max-width: 768px) {
.notre-equipe-wrapper .equipe-hero-section{padding:80px 0 60px}
.notre-equipe-wrapper .hero-content-eq h1{font-size:2rem}
.notre-equipe-wrapper .hero-stats-eq{gap:40px}
.notre-equipe-wrapper .expertise-columns-eq{grid-template-columns:1fr}
.notre-equipe-wrapper .section-header-eq h2,.notre-equipe-wrapper .valeurs-content-eq h2,.notre-equipe-wrapper .processus-header-eq h2,.notre-equipe-wrapper .engagement-text-eq h2,.notre-equipe-wrapper .cta-content-eq h2{font-size:2rem}
.notre-equipe-wrapper .cta-buttons-eq{flex-direction:column;align-items:center}
.notre-equipe-wrapper .btn-primary-eq,.notre-equipe-wrapper .btn-secondary-eq{width:100%;max-width:300px}
.notre-equipe-wrapper .valeurs-image-wrap img,.notre-equipe-wrapper .engagement-visual-wrap img{height:350px}
.notre-equipe-wrapper .timeline-step-eq{padding-left:70px}
.notre-equipe-wrapper .step-marker-eq{width:40px;height:40px;font-size:1.1rem;left:25px}
}
.projets-etudiants-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#343a40;line-height:1.7;overflow-x:hidden}
.projets-hero-section{background:linear-gradient(165deg,#798878 0%,#9DA29E 100%);padding:90px 20px 110px;position:relative;margin-bottom:70px}
.projets-hero-section::after{content:'';position:absolute;bottom:-50px;left:0;width:100%;height:100px;background:#fff;clip-path:polygon(0 50%,100% 0,100% 100%,0 100%)}
.projets-hero-content{max-width:950px;margin:0 auto;text-align:center;position:relative;z-index:2}
.projets-hero-content h1{font-size:2.9rem;color:#fff;margin-bottom:25px;font-weight:700;letter-spacing:-.5px}
.projets-hero-content .hero-sous-titre{font-size:1.25rem;color:#f8f9fa;margin-bottom:35px;line-height:1.8;max-width:720px;margin-left:auto;margin-right:auto}
.projets-realisations-grid{padding:60px 20px 80px;background:#fff}
.projets-realisations-grid .container{max-width:1200px;margin:0 auto}
.projets-grid-header{text-align:left;margin-bottom:50px;padding-left:15px}
.projets-grid-header h2{font-size:2.4rem;color:#212529;margin-bottom:18px;font-weight:700}
.projets-grid-header p{font-size:1.1rem;color:#495057;max-width:680px;line-height:1.7}
.projets-cards-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:35px;margin-top:45px}
.projet-card-item{background:#f8f9fa;border-radius:12px;padding:32px 28px;transition:transform .3s ease,box-shadow .3s ease;border-left:4px solid #C4D1B6}
.projet-card-item:hover{transform:translateY(-6px);box-shadow:0 12px 35px #79887826}
.projet-card-item h3{font-size:1.45rem;color:#798878;margin-bottom:15px;font-weight:600}
.projet-card-item .carte-date{font-size:.9rem;color:#9DA29E;margin-bottom:16px;font-style:italic}
.projet-card-item p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:20px}
.projet-card-item .carte-tech{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.tech-badge{background:#C4D1B6;color:#343a40;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:500}
.projets-showcase-asymetrique{padding:70px 20px 75px;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);position:relative}
.showcase-conteneur{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:55px;align-items:center}
.showcase-image-zone{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 8px 30px #79887833}
.showcase-image-zone img{width:100%;height:480px;object-fit:cover;display:block;transition:transform .4s ease}
.showcase-image-zone:hover img{transform:scale(1.05)}
.showcase-texte-zone h2{font-size:2.2rem;color:#212529;margin-bottom:24px;font-weight:700;line-height:1.3}
.showcase-texte-zone p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:18px}
.showcase-liste-points{margin-top:28px;padding-left:0;list-style:none}
.showcase-liste-points li{font-size:1.05rem;color:#343a40;margin-bottom:14px;padding-left:35px;position:relative;line-height:1.6}
.showcase-liste-points li::before{content:'';position:absolute;left:0;top:0;color:#798878;font-weight:700;font-size:1.3rem}
.projets-methodologie-section{padding:65px 20px 70px;background:#fff;border-top:3px solid #C4D1B6}
.methodologie-conteneur{max-width:1100px;margin:0 auto}
.methodologie-intro{text-align:center;margin-bottom:55px}
.methodologie-intro h2{font-size:2.3rem;color:#212529;margin-bottom:20px;font-weight:700}
.methodologie-intro p{font-size:1.1rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.etapes-timeline-wrapper{position:relative;padding-left:0;margin-top:50px}
.etape-timeline-item{display:grid;grid-template-columns:80px 1fr;gap:30px;margin-bottom:45px;position:relative}
.etape-numero-zone{position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:8px}
.etape-numero{width:60px;height:60px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 15px #79887840;z-index:2;position:relative}
.etape-contenu-zone{background:#f8f9fa;padding:28px 32px;border-radius:10px;border-left:4px solid #C4D1B6;min-height:140px}
.etape-contenu-zone h3{font-size:1.4rem;color:#798878;margin-bottom:12px;font-weight:600}
.etape-contenu-zone p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.projets-temoignage-visuel{padding:75px 20px 80px;background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);position:relative}
.temoignage-layout{max-width:1150px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:center}
.temoignage-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 35px #7988782e}
.temoignage-image-container img{width:100%;height:520px;object-fit:cover;display:block}
.temoignage-contenu-bloc{padding:35px 40px;background:#fff;border-radius:12px;box-shadow:0 6px 25px #00000014;border-top:5px solid #798878}
.temoignage-contenu-bloc h2{font-size:2.1rem;color:#212529;margin-bottom:25px;font-weight:700}
.temoignage-citation{font-size:1.15rem;color:#495057;line-height:1.8;font-style:italic;margin-bottom:28px;padding-left:25px;border-left:4px solid #C4D1B6}
.temoignage-auteur-info{margin-top:25px}
.temoignage-auteur-info .nom-auteur{font-size:1.2rem;color:#798878;font-weight:600;margin-bottom:6px}
.temoignage-auteur-info .details-auteur{font-size:1rem;color:#9DA29E}
.temoignage-metriques{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px;padding-top:28px;border-top:2px solid #f8f9fa}
.metrique-element{text-align:center}
.metrique-element .chiffre{font-size:2rem;color:#798878;font-weight:700;display:block;margin-bottom:8px}
.metrique-element .label{font-size:.95rem;color:#495057;line-height:1.4}
.projets-cta-final{background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:70px 20px;text-align:center;margin-top:50px}
.cta-final-contenu{max-width:800px;margin:0 auto}
.cta-final-contenu h2{font-size:2.3rem;color:#fff;margin-bottom:22px;font-weight:700}
.cta-final-contenu p{font-size:1.15rem;color:#f8f9fa;margin-bottom:35px;line-height:1.7}
.bouton-cta-principal{display:inline-block;background:#fff;color:#798878;padding:16px 45px;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 6px 20px #00000026}
.bouton-cta-principal:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000040;color:#798878}
@media (max-width: 768px) {
.projets-hero-content h1{font-size:2.1rem}
.projets-hero-content .hero-sous-titre{font-size:1.1rem}
.projets-cards-wrapper{grid-template-columns:1fr;gap:25px}
.showcase-conteneur{grid-template-columns:1fr;gap:35px}
.showcase-image-zone img{height:320px}
.showcase-texte-zone{order:2}
.showcase-image-zone{order:1}
.etape-timeline-item{grid-template-columns:1fr;gap:15px}
.etape-numero-zone{justify-content:flex-start;padding-top:0}
.etape-numero{width:50px;height:50px;font-size:1.3rem}
.temoignage-layout{grid-template-columns:1fr;gap:35px}
.temoignage-image-container img{height:350px}
.temoignage-metriques{grid-template-columns:1fr;gap:18px}
.projets-grid-header h2{font-size:2rem}
.methodologie-intro h2{font-size:1.9rem}
.cta-final-contenu h2{font-size:1.9rem}
}
.index-hero-wrapper{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.index-hero-wrapper::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(./header_images/wGcpU.jpg);background-size:cover;background-position:center;opacity:.15;z-index:1}
.index-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:80px 20px}
.index-hero-title{font-size:4.2rem;line-height:1.1;color:#212529;margin-bottom:30px;font-weight:700;letter-spacing:-.02em}
.index-hero-subtitle{font-size:1.4rem;color:#495057;margin-bottom:45px;max-width:650px;line-height:1.6}
.index-hero-cta{display:inline-block;padding:18px 42px;background:#798878;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #7988784d}
.index-hero-cta:hover{background:#687766;transform:translateY(-2px);box-shadow:0 6px 20px #79887866}
.forecast-philosophy-section{background:#fff;padding:120px 20px;position:relative}
.forecast-philosophy-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.forecast-philosophy-visual{position:relative;height:520px}
.forecast-philosophy-img{width:100%;height:100%;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #0000001f;clip-path:polygon(0 0,100% 0,100% 92%,0 100%)}
.forecast-philosophy-text h2{font-size:2.8rem;color:#212529;margin-bottom:35px;line-height:1.2;font-weight:700}
.forecast-philosophy-text p{font-size:1.15rem;color:#495057;line-height:1.8;margin-bottom:25px}
.forecast-philosophy-text p:last-of-type{margin-bottom:0}
.methodology-diagonal-section{background:linear-gradient(165deg,#f8f9fa 0%,#C4D1B6 100%);padding:100px 20px;clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);margin:-40px 0}
.methodology-diagonal-inner{max-width:1200px;margin:0 auto}
.methodology-diagonal-title{font-size:2.6rem;color:#212529;text-align:center;margin-bottom:70px;font-weight:700}
.methodology-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}
.methodology-card{background:#fff;padding:40px 30px;border-radius:12px;box-shadow:0 8px 24px #00000014;transition:transform .3s ease;border-left:4px solid #798878}
.methodology-card:hover{transform:translateY(-8px)}
.methodology-card h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.methodology-card p{font-size:1.05rem;color:#495057;line-height:1.7}
.timeline-immersive-section{background:#fff;padding:110px 20px;position:relative}
.timeline-immersive-wrapper{max-width:1100px;margin:0 auto}
.timeline-immersive-header{text-align:center;margin-bottom:80px}
.timeline-immersive-header h2{font-size:2.9rem;color:#212529;margin-bottom:20px;font-weight:700}
.timeline-immersive-header p{font-size:1.2rem;color:#495057}
.timeline-track{position:relative;padding-left:80px}
.timeline-track::before{content:'';position:absolute;left:30px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#798878,#C4D1B6)}
.timeline-item{position:relative;margin-bottom:60px;padding-left:0}
.timeline-marker{position:absolute;left:-50px;top:8px;width:24px;height:24px;background:#798878;border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #79887833;z-index:2}
.timeline-content h3{font-size:1.6rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-content p{font-size:1.08rem;color:#495057;line-height:1.7}
.asymmetric-approach-section{background:#f8f9fa;padding:100px 20px}
.asymmetric-approach-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:60px;align-items:start}
.asymmetric-approach-sidebar{position:sticky;top:100px}
.asymmetric-approach-sidebar h2{font-size:2.5rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.2}
.asymmetric-approach-sidebar .team-link{display:inline-block;margin-top:25px;padding:14px 32px;background:#9DA29E;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .3s ease}
.asymmetric-approach-sidebar .team-link:hover{background:#8a8f8b}
.asymmetric-approach-content{display:grid;grid-template-columns:1fr 1fr;gap:35px}
.asymmetric-feature-box{background:#fff;padding:35px;border-radius:10px;box-shadow:0 6px 18px #0000000f;border-top:3px solid #C4D1B6}
.asymmetric-feature-box h3{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.asymmetric-feature-box p{font-size:1.05rem;color:#495057;line-height:1.7}
.overlapping-insights-section{background:linear-gradient(to right,#fff 0%,#f8f9fa 100%);padding:120px 20px;position:relative;overflow:hidden}
.overlapping-insights-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.overlapping-text-zone h2{font-size:2.7rem;color:#212529;margin-bottom:30px;font-weight:700}
.overlapping-text-zone p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:20px}
.overlapping-visual-stack{position:relative;height:500px}
.overlapping-img-primary{position:absolute;width:70%;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 15px 40px #00000026;top:0;left:0;z-index:2}
.overlapping-img-secondary{position:absolute;width:60%;height:300px;object-fit:cover;border-radius:12px;box-shadow:0 12px 35px #0000001f;bottom:0;right:0;z-index:1;border:6px solid #fff}
.final-action-section{background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:90px 20px;text-align:center}
.final-action-content{max-width:800px;margin:0 auto}
.final-action-content h2{font-size:2.8rem;color:#fff;margin-bottom:25px;font-weight:700}
.final-action-content p{font-size:1.2rem;color:#fff;margin-bottom:40px;line-height:1.7;opacity:.95}
.final-action-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.final-action-btn{display:inline-block;padding:16px 38px;background:#fff;color:#798878;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.final-action-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040}
.final-action-btn.secondary{background:transparent;color:#fff;border:2px solid #fff}
.final-action-btn.secondary:hover{background:#ffffff1a}
@media (max-width: 1024px) {
.forecast-philosophy-container{grid-template-columns:1fr;gap:50px}
.methodology-grid{grid-template-columns:1fr}
.asymmetric-approach-layout{grid-template-columns:1fr}
.asymmetric-approach-sidebar{position:static}
.overlapping-insights-grid{grid-template-columns:1fr}
.overlapping-visual-stack{height:400px;margin-top:50px}
}
@media (max-width: 768px) {
.index-hero-title{font-size:2.8rem}
.index-hero-subtitle{font-size:1.2rem}
.forecast-philosophy-visual{height:350px}
.methodology-diagonal-section{clip-path:none;margin:0}
.timeline-track{padding-left:60px}
.timeline-track::before{left:20px}
.timeline-marker{left:-40px}
.asymmetric-approach-content{grid-template-columns:1fr}
.overlapping-img-primary{width:85%;height:280px}
.overlapping-img-secondary{width:75%;height:240px}
.final-action-buttons{flex-direction:column;align-items:center}
.final-action-btn{width:100%;max-width:300px}
}
.page-contact-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 50%,#fff 100%);min-height:100vh}
.contact-hero-zone{background:linear-gradient(165deg,#C4D1B6 0%,#9DA29E 100%);padding:90px 20px 70px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff1a;border-radius:50%;transform:rotate(25deg)}
.contact-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:#79887826;border-radius:50%}
.hero-content-inner{max-width:780px;margin:0 auto;position:relative;z-index:2}
.hero-content-inner h1{font-size:2.8rem;line-height:1.2;color:#212529;margin:0 0 25px;font-weight:700;letter-spacing:-.5px}
.hero-content-inner .hero-subtitle{font-size:1.15rem;line-height:1.7;color:#343a40;margin:0;font-weight:400}
.info-grid-section{padding:80px 20px;background:#fff}
.info-grid-section .container{max-width:1100px;margin:0 auto}
.info-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;margin-top:50px}
.info-card-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #C4D1B6;border-radius:12px;padding:35px 28px;transition:all .3s ease;position:relative}
.info-card-block::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#798878 0%,#9DA29E 100%);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}
.info-card-block:hover::before{opacity:1}
.info-card-block:hover{transform:translateY(-5px);box-shadow:0 12px 30px #79887826}
.info-card-block h3{font-size:1.35rem;color:#212529;margin:0 0 15px;font-weight:600}
.info-card-block p{font-size:.95rem;color:#495057;line-height:1.65;margin:0 0 18px}
.info-card-block a{color:#798878;text-decoration:none;font-weight:500;transition:color .2s ease;word-break:break-all}
.info-card-block a:hover{color:#5a6a5a}
.form-section-main{padding:80px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fafbfc 100%)}
.form-section-main .container{max-width:720px;margin:0 auto}
.form-intro-text{text-align:center;margin-bottom:45px}
.form-intro-text h2{font-size:2.2rem;color:#212529;margin:0 0 20px;font-weight:700}
.form-intro-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin:0}
.contact-form-container{background:#fff;border:2px solid #C4D1B6;border-radius:16px;padding:45px 40px;box-shadow:0 8px 24px #79887814}
.form-field-group{margin-bottom:28px}
.form-field-group label{display:block;font-size:.92rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-field-group input,.form-field-group select,.form-field-group textarea{width:100%;padding:13px 16px;border:2px solid #9DA29E;border-radius:8px;font-size:.95rem;color:#212529;background:#fff;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group select:focus,.form-field-group textarea:focus{outline:none;border-color:#798878;box-shadow:0 0 0 3px #7988781a}
.form-field-group textarea{min-height:140px;resize:vertical}
.form-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.consent-checkbox-wrap{margin:30px 0;display:flex;align-items:flex-start;gap:12px}
.consent-checkbox-wrap input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.consent-checkbox-wrap label{font-size:.88rem;color:#495057;line-height:1.6;cursor:pointer;margin:0}
.consent-checkbox-wrap a{color:#798878;text-decoration:underline;transition:color .2s ease}
.consent-checkbox-wrap a:hover{color:#5a6a5a}
.form-submit-button{width:100%;padding:16px 30px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none}
.form-submit-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7988784d;background:linear-gradient(135deg,#6a7969 0%,#8d928f 100%)}
.alternative-paths-section{padding:70px 20px;background:#fff}
.alternative-paths-section .container{max-width:950px;margin:0 auto;text-align:center}
.alternative-paths-section h2{font-size:2rem;color:#212529;margin:0 0 45px;font-weight:700}
.paths-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}
.path-option-card{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border:2px solid #C4D1B6;border-radius:12px;padding:32px 24px;transition:all .3s ease}
.path-option-card:hover{border-color:#798878;transform:scale(1.03);box-shadow:0 10px 28px #7988781f}
.path-option-card h3{font-size:1.25rem;color:#212529;margin:0 0 12px;font-weight:600}
.path-option-card p{font-size:.92rem;color:#495057;line-height:1.6;margin:0 0 20px}
.path-option-card a{display:inline-block;padding:10px 24px;background:#798878;color:#fff;text-decoration:none;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease}
.path-option-card a:hover{background:#5a6a5a;transform:translateY(-2px)}
.timing-availability-section{padding:75px 20px;background:linear-gradient(180deg,#fafbfc 0%,#f5f6fa 100%)}
.timing-availability-section .container{max-width:850px;margin:0 auto}
.timing-availability-section h2{font-size:2rem;color:#212529;margin:0 0 35px;font-weight:700;text-align:center}
.timing-blocks-wrapper{display:flex;flex-direction:column;gap:25px}
.timing-individual-block{background:#fff;border-left:5px solid #798878;border-radius:10px;padding:28px 32px;box-shadow:0 4px 16px #79887814}
.timing-individual-block h3{font-size:1.3rem;color:#212529;margin:0 0 12px;font-weight:600}
.timing-individual-block p{font-size:.95rem;color:#495057;line-height:1.65;margin:0}
.location-map-section{padding:75px 20px;background:#fff}
.location-map-section .container{max-width:1000px;margin:0 auto}
.location-content-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.location-text-side h2{font-size:2rem;color:#212529;margin:0 0 25px;font-weight:700}
.location-text-side p{font-size:.98rem;color:#495057;line-height:1.7;margin:0 0 20px}
.location-text-side .address-block{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #C4D1B6;border-radius:10px;padding:25px;margin-top:30px}
.location-text-side .address-block p{margin:0;font-weight:500;color:#343a40}
.location-visual-side{background:linear-gradient(135deg,#C4D1B6 0%,#9DA29E 100%);border-radius:16px;padding:60px 40px;position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}
.location-visual-side::before{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:#ffffff26;border-radius:50%}
.location-visual-side::after{content:'';position:absolute;bottom:-50px;left:-50px;width:250px;height:250px;background:#79887833;border-radius:50%}
.location-visual-side .map-placeholder-text{position:relative;z-index:2;text-align:center;color:#212529;font-size:1.1rem;font-weight:600}
@media (max-width: 768px) {
.contact-hero-zone{padding:60px 20px 50px}
.hero-content-inner h1{font-size:2rem}
.hero-content-inner .hero-subtitle{font-size:1rem}
.info-grid-section,.form-section-main,.alternative-paths-section,.timing-availability-section,.location-map-section{padding:50px 20px}
.info-cards-grid{grid-template-columns:1fr;gap:25px}
.contact-form-container{padding:35px 25px}
.form-two-cols{grid-template-columns:1fr;gap:0}
.form-intro-text h2,.alternative-paths-section h2,.timing-availability-section h2,.location-text-side h2{font-size:1.65rem}
.paths-grid-layout{grid-template-columns:1fr}
.location-content-split{grid-template-columns:1fr;gap:35px}
.location-visual-side{min-height:250px}
}
@media (max-width: 480px) {
.hero-content-inner h1{font-size:1.75rem}
.contact-form-container{padding:28px 20px}
.form-submit-button{padding:14px 24px;font-size:.98rem}
}
.apprentissage-hero-wrap{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);padding:4rem 2rem 3rem;position:relative;overflow:hidden}
.apprentissage-hero-wrap::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c4d1b626 0%,transparent 70%);border-radius:50%}
.apprentissage-hero-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apprentissage-hero-badge{display:inline-block;background:#C4D1B6;color:#2c3e2a;padding:.5rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.3px}
.apprentissage-hero-title{font-size:2.8rem;color:#212529;font-weight:700;line-height:1.2;margin-bottom:1.5rem;max-width:800px}
.apprentissage-hero-desc{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:2rem}
.apprentissage-hero-stats{display:flex;gap:3rem;flex-wrap:wrap;margin-top:2.5rem}
.apprentissage-stat-item{text-align:left}
.apprentissage-stat-number{font-size:2.2rem;color:#798878;font-weight:700;display:block;margin-bottom:.3rem}
.apprentissage-stat-label{font-size:.95rem;color:#6c757d;font-weight:500}
.apprentissage-modules-section{background:#fff;padding:5rem 2rem;position:relative}
.apprentissage-modules-container{max-width:1200px;margin:0 auto}
.apprentissage-section-header{text-align:center;margin-bottom:4rem}
.apprentissage-section-title{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:1rem}
.apprentissage-section-subtitle{font-size:1.1rem;color:#6c757d;max-width:700px;margin:0 auto;line-height:1.6}
.apprentissage-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}
.apprentissage-module-card{background:#fafbfc;border:2px solid #e9ecef;border-radius:12px;padding:2rem;transition:all .3s ease;position:relative}
.apprentissage-module-card:hover{transform:translateY(-5px);border-color:#798878;box-shadow:0 8px 25px #79887826}
.apprentissage-module-number{position:absolute;top:1.5rem;right:1.5rem;width:45px;height:45px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}
.apprentissage-module-title{font-size:1.4rem;color:#212529;font-weight:700;margin-bottom:1rem;padding-right:50px}
.apprentissage-module-desc{font-size:.98rem;color:#495057;line-height:1.6;margin-bottom:1.5rem}
.apprentissage-module-topics{list-style:none;padding:0;margin:0}
.apprentissage-module-topics li{font-size:.92rem;color:#6c757d;padding:.5rem 0;padding-left:1.5rem;position:relative}
.apprentissage-module-topics li::before{content:'→';position:absolute;left:0;color:#798878;font-weight:700}
.apprentissage-methode-section{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:5rem 2rem}
.apprentissage-methode-container{max-width:1100px;margin:0 auto}
.apprentissage-methode-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.apprentissage-methode-visual{position:relative}
.apprentissage-methode-image{width:100%;height:450px;object-fit:cover;border-radius:16px;box-shadow:0 12px 35px #0000001a}
.apprentissage-methode-content h2{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:1.5rem}
.apprentissage-methode-intro{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.apprentissage-methode-features{display:flex;flex-direction:column;gap:1.5rem}
.apprentissage-feature-item{background:#fff;padding:1.5rem;border-radius:10px;border-left:4px solid #798878;box-shadow:0 3px 12px #0000000d}
.apprentissage-feature-title{font-size:1.15rem;color:#212529;font-weight:700;margin-bottom:.5rem}
.apprentissage-feature-desc{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.apprentissage-calendrier-section{background:#fff;padding:5rem 2rem}
.apprentissage-calendrier-container{max-width:1200px;margin:0 auto}
.apprentissage-calendrier-header{text-align:center;margin-bottom:3rem}
.apprentissage-calendrier-header h2{font-size:2.4rem;color:#212529;font-weight:700;margin-bottom:1rem}
.apprentissage-calendrier-notice{background:#C4D1B6;color:#2c3e2a;padding:1rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;display:inline-block;margin-bottom:2.5rem}
.apprentissage-sessions-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}
.apprentissage-session-box{background:#fafbfc;border:2px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}
.apprentissage-session-box:hover{border-color:#9DA29E;background:#fff;box-shadow:0 6px 20px #9da29e26}
.apprentissage-session-date{font-size:1.8rem;color:#798878;font-weight:700;margin-bottom:.8rem}
.apprentissage-session-label{font-size:1rem;color:#495057;font-weight:600;margin-bottom:1rem}
.apprentissage-session-detail{font-size:.9rem;color:#6c757d;line-height:1.5}
.apprentissage-temoignages-section{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:5rem 2rem;position:relative}
.apprentissage-temoignages-container{max-width:1100px;margin:0 auto}
.apprentissage-temoignages-intro{text-align:center;margin-bottom:4rem}
.apprentissage-temoignages-intro h2{font-size:2.3rem;color:#212529;font-weight:700;margin-bottom:1rem}
.apprentissage-temoignages-intro p{font-size:1.05rem;color:#6c757d;max-width:650px;margin:0 auto}
.apprentissage-temoignage-card{background:#fff;border-radius:14px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 4px 15px #0000000f;border-left:5px solid #798878}
.apprentissage-temoignage-text{font-size:1.05rem;color:#343a40;line-height:1.8;margin-bottom:1.5rem;font-style:italic}
.apprentissage-temoignage-author{display:flex;align-items:center;gap:1rem}
.apprentissage-author-avatar{width:55px;height:55px;background:linear-gradient(135deg,#9DA29E 0%,#C4D1B6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.3rem}
.apprentissage-author-info h4{font-size:1.1rem;color:#212529;font-weight:700;margin:0 0 .2rem}
.apprentissage-author-info p{font-size:.9rem;color:#6c757d;margin:0}
.apprentissage-cta-section{background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.apprentissage-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff14;border-radius:50%}
.apprentissage-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff0f;border-radius:50%}
.apprentissage-cta-container{max-width:900px;margin:0 auto;position:relative;z-index:2}
.apprentissage-cta-container h2{font-size:2.5rem;color:#fff;font-weight:700;margin-bottom:1.5rem}
.apprentissage-cta-container p{font-size:1.15rem;color:#f8f9fa;line-height:1.7;margin-bottom:2.5rem}
.apprentissage-cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.apprentissage-btn-primary{background:#fff;color:#798878;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s ease;display:inline-block;box-shadow:0 4px 15px #00000026}
.apprentissage-btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003;background:#f8f9fa}
.apprentissage-btn-secondary{background:transparent;color:#fff;padding:1rem 2.5rem;border:2px solid #fff;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s ease;display:inline-block}
.apprentissage-btn-secondary:hover{background:#fff;color:#798878;transform:translateY(-3px)}
@media (max-width: 768px) {
.apprentissage-hero-title{font-size:2rem}
.apprentissage-hero-stats{flex-direction:column;gap:1.5rem}
.apprentissage-modules-grid{grid-template-columns:1fr}
.apprentissage-methode-layout{grid-template-columns:1fr;gap:2.5rem}
.apprentissage-methode-image{height:300px}
.apprentissage-sessions-wrapper{grid-template-columns:1fr}
.apprentissage-cta-buttons{flex-direction:column;align-items:center}
.apprentissage-section-title{font-size:1.8rem}
}
.hw-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh}
.hw-hero-block{position:relative;padding:80px 20px 120px;overflow:hidden;background:#fff}
.hw-hero-block::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#c4d1b64d 0%,transparent 70%);border-radius:50%;z-index:1}
.hw-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.hw-hero-title{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.hw-hero-subtitle{font-size:1.2rem;color:#495057;margin-bottom:50px;line-height:1.6;max-width:700px}
.hw-hero-image-container{margin-top:60px;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #79887826;position:relative}
.hw-hero-image-container img{width:100%;height:480px;object-fit:cover;display:block}
.hw-process-section{padding:100px 20px;background:#f8f9fa;position:relative}
.hw-process-container{max-width:1100px;margin:0 auto}
.hw-section-header{text-align:center;margin-bottom:70px}
.hw-section-title{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.hw-section-description{font-size:1.1rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.7}
.hw-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.hw-step-card{background:#fff;padding:40px 30px;border-radius:12px;border-left:4px solid #798878;box-shadow:0 4px 20px #0000000f;transition:all .3s ease;position:relative}
.hw-step-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px #79887833}
.hw-step-number{display:inline-block;width:50px;height:50px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;line-height:50px;text-align:center;margin-bottom:25px}
.hw-step-title{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.hw-step-description{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:0}
.hw-features-section{padding:100px 20px;background:#fff;position:relative}
.hw-features-container{max-width:1200px;margin:0 auto}
.hw-features-layout{display:flex;gap:60px;align-items:flex-start;margin-top:50px}
.hw-features-sidebar{flex:0 0 320px;position:sticky;top:100px}
.hw-sidebar-card{background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:40px 30px;border-radius:16px;color:#fff;box-shadow:0 10px 30px #79887840}
.hw-sidebar-title{font-size:1.6rem;margin-bottom:20px;font-weight:700;color:#fff}
.hw-sidebar-text{font-size:1rem;line-height:1.7;color:#fff;opacity:.95;margin-bottom:30px}
.hw-sidebar-btn{display:inline-block;background:#fff;color:#798878;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer}
.hw-sidebar-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026;color:#798878}
.hw-features-content{flex:1}
.hw-feature-item{background:#f8f9fa;padding:35px;border-radius:12px;margin-bottom:30px;border:2px solid transparent;transition:all .3s ease}
.hw-feature-item:hover{border-color:#C4D1B6;background:#fff}
.hw-feature-icon{display:inline-block;width:60px;height:60px;background:linear-gradient(135deg,#C4D1B6 0%,#9DA29E 100%);border-radius:12px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:1.8rem}
.hw-feature-heading{font-size:1.5rem;color:#212529;margin-bottom:15px;font-weight:600}
.hw-feature-text{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.hw-feature-list{list-style:none;padding:0;margin:20px 0 0}
.hw-feature-list li{padding:10px 0 10px 30px;position:relative;color:#495057;font-size:.95rem;line-height:1.5}
.hw-feature-list li::before{content:'';position:absolute;left:0;color:#798878;font-weight:700;font-size:1.1rem}
@media (max-width: 992px) {
.hw-features-layout{flex-direction:column;gap:40px}
.hw-features-sidebar{flex:1;position:relative;top:0;width:100%}
.hw-steps-grid{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.hw-hero-block{padding:60px 20px 80px}
.hw-hero-title{font-size:2rem}
.hw-hero-subtitle{font-size:1.05rem}
.hw-hero-image-container img{height:320px}
.hw-section-title{font-size:1.9rem}
.hw-process-section,.hw-features-section{padding:60px 20px}
.hw-step-card{padding:30px 25px}
.hw-feature-item{padding:25px}
.hw-sidebar-card{padding:30px 25px}
}
@media (max-width: 576px) {
.hw-hero-title{font-size:1.7rem}
.hw-section-title{font-size:1.6rem}
.hw-step-number{width:45px;height:45px;line-height:45px;font-size:1.3rem}
.hw-feature-icon{width:50px;height:50px;font-size:1.5rem}
}
.policy-content-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh;padding:0}
.policy-hero-banner{background:linear-gradient(165deg,#798878 0%,#9DA29E 100%);padding:4.5rem 1.5rem 3.5rem;text-align:center;position:relative;overflow:hidden}
.policy-hero-banner::before{content:'';position:absolute;top:-50%;right:-20%;width:70%;height:200%;background:#c4d1b626;transform:rotate(-15deg);border-radius:30% 70% 70% 30% / 30% 30% 70% 70%}
.policy-hero-banner h1{font-size:2.8rem;color:#fff;margin:0 0 1.2rem;font-weight:700;position:relative;letter-spacing:-.02em}
.policy-hero-banner .subtitle-element{font-size:1.15rem;color:#f5f6fa;max-width:720px;margin:0 auto;line-height:1.7;position:relative}
.policy-document-container{max-width:920px;margin:0 auto;padding:3rem 1.5rem 5rem}
.policy-preamble-section{background:#fff;border-left:5px solid #C4D1B6;padding:2.5rem;margin-bottom:3.5rem;box-shadow:0 2px 12px #79887814;border-radius:0 8px 8px 0}
.policy-preamble-section p{font-size:1.08rem;line-height:1.85;color:#343a40;margin:0 0 1.3rem}
.policy-preamble-section p:last-child{margin-bottom:0}
.policy-thematic-cluster{background:#fff;padding:2.8rem;margin-bottom:2.5rem;border-radius:10px;box-shadow:0 3px 18px #9da29e1c;position:relative}
.policy-thematic-cluster::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#798878 0%,#C4D1B6 100%);border-radius:0 0 10px 10px}
.cluster-heading-primary{font-size:1.75rem;color:#798878;margin:0 0 1.8rem;font-weight:600;letter-spacing:-.01em}
.cluster-content-block{margin-bottom:2rem}
.cluster-content-block:last-child{margin-bottom:0}
.subtheme-title{font-size:1.28rem;color:#495057;margin:0 0 1rem;font-weight:600;display:flex;align-items:center}
.subtheme-title::before{content:'';width:8px;height:8px;background:#C4D1B6;border-radius:50%;margin-right:.8rem;flex-shrink:0}
.narrative-paragraph{font-size:1.02rem;line-height:1.75;color:#343a40;margin:0 0 1.2rem}
.narrative-paragraph:last-child{margin-bottom:0}
.layered-insight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border:1px solid #C4D1B6;padding:1.8rem 2rem;margin:1.5rem 0;border-radius:8px;position:relative}
.layered-insight-box::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#9DA29E;border-radius:8px 0 0 8px}
.layered-insight-box p{font-size:.98rem;line-height:1.7;color:#495057;margin:0 0 .9rem;padding-left:1rem}
.layered-insight-box p:last-child{margin-bottom:0}
.micro-fragment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin:2rem 0}
.fragment-card-element{background:#fff;border:2px solid #f5f6fa;padding:1.8rem;border-radius:8px;transition:all .3s ease}
.fragment-card-element:hover{border-color:#C4D1B6;box-shadow:0 4px 15px #7988781f;transform:translateY(-2px)}
.fragment-card-title{font-size:1.12rem;color:#798878;margin:0 0 .8rem;font-weight:600}
.fragment-card-element p{font-size:.96rem;line-height:1.65;color:#495057;margin:0}
.asymmetric-content-block{display:flex;gap:2.5rem;margin:2.5rem 0;align-items:flex-start}
.asymmetric-left-col{flex:0 0 280px;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:2rem;border-radius:10px;color:#fff}
.asymmetric-left-col h3{font-size:1.35rem;margin:0 0 1rem;font-weight:600}
.asymmetric-left-col p{font-size:.94rem;line-height:1.6;margin:0;color:#f5f6fa}
.asymmetric-right-col{flex:1}
.asymmetric-right-col p{font-size:1.02rem;line-height:1.75;color:#343a40;margin:0 0 1.2rem}
.enumerated-list-custom{list-style:none;padding:0;margin:1.5rem 0;counter-reset:custom-counter}
.enumerated-list-custom li{position:relative;padding-left:3.5rem;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.7;color:#343a40;counter-increment:custom-counter}
.enumerated-list-custom li::before{content:counter(custom-counter);position:absolute;left:0;top:0;width:38px;height:38px;background:linear-gradient(135deg,#C4D1B6 0%,#9DA29E 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.05rem}
.stacked-definition-blocks{margin:2rem 0}
.definition-item-wrapper{background:#fafbfc;border-left:4px solid #798878;padding:1.5rem 2rem;margin-bottom:1.2rem;border-radius:0 6px 6px 0}
.definition-term-label{font-size:1.15rem;color:#798878;font-weight:600;margin:0 0 .6rem}
.definition-explanation-text{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.mosaic-section-divider{height:2px;background:linear-gradient(90deg,transparent 0%,#C4D1B6 20%,#C4D1B6 80%,transparent 100%);margin:3.5rem 0;position:relative}
.mosaic-section-divider::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#9DA29E;border-radius:50%;border:3px solid #fafbfc}
.conclusive-framework-section{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:3rem;border-radius:12px;margin-top:3rem;border:1px solid #C4D1B6}
.conclusive-framework-section h2{font-size:1.65rem;color:#798878;margin:0 0 1.8rem;font-weight:600;text-align:center}
.contact-detail-embedded{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #7988781a;text-align:center}
.contact-detail-embedded p{font-size:1.02rem;line-height:1.7;color:#495057;margin:0 0 1.5rem}
.contact-data-display{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}
.contact-item-line{font-size:.98rem;color:#343a40;padding:.6rem;background:#f8f9fa;border-radius:4px}
.contact-item-line strong{color:#798878;font-weight:600}
@media (max-width: 768px) {
.policy-hero-banner{padding:3rem 1.2rem 2.5rem}
.policy-hero-banner h1{font-size:2rem}
.policy-hero-banner .subtitle-element{font-size:1.05rem}
.policy-document-container{padding:2rem 1.2rem 3.5rem}
.policy-preamble-section{padding:1.8rem}
.policy-thematic-cluster{padding:1.8rem}
.cluster-heading-primary{font-size:1.5rem}
.micro-fragment-grid{grid-template-columns:1fr;gap:1.2rem}
.asymmetric-content-block{flex-direction:column;gap:1.5rem}
.asymmetric-left-col{flex:1}
.enumerated-list-custom li{padding-left:3rem}
.conclusive-framework-section{padding:2rem 1.5rem}
}
.politique-confidentialite-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.politique-confidentialite-wrapper .entete-politique{background:linear-gradient(180deg,#C4D1B6 0%,#9DA29E 100%);padding:4.5rem 1.5rem 3rem;text-align:center;position:relative;overflow:hidden}
.politique-confidentialite-wrapper .entete-politique::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff26 0%,transparent 70%);animation:rotation-lente 20s linear infinite}
@keyframes rotation-lente {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
.politique-confidentialite-wrapper .entete-politique h1{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 1.2rem;position:relative;z-index:2;letter-spacing:-.5px}
.politique-confidentialite-wrapper .date-actualisation{font-size:.95rem;color:#343a40;font-weight:500;position:relative;z-index:2;opacity:.9}
.politique-confidentialite-wrapper .conteneur-principal-politique{max-width:920px;margin:0 auto;padding:3rem 1.5rem 5rem}
.politique-confidentialite-wrapper .bloc-introduction-generale{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2.5rem;border-left:5px solid #798878;box-shadow:0 4px 15px #0000000f}
.politique-confidentialite-wrapper .bloc-introduction-generale p{font-size:1.05rem;line-height:1.75;color:#343a40;margin:0 0 1.2rem}
.politique-confidentialite-wrapper .bloc-introduction-generale p:last-child{margin-bottom:0}
.politique-confidentialite-wrapper .section-politique-standard{background:#fff;padding:2.2rem 2.5rem;margin-bottom:2rem;border-radius:10px;box-shadow:0 2px 10px #0000000a;border-top:3px solid #9DA29E}
.politique-confidentialite-wrapper .section-politique-standard h2{font-size:1.75rem;color:#212529;font-weight:700;margin:0 0 1.5rem;padding-bottom:.8rem;border-bottom:2px solid #C4D1B6}
.politique-confidentialite-wrapper .section-politique-standard h3{font-size:1.35rem;color:#343a40;font-weight:600;margin:1.8rem 0 1rem}
.politique-confidentialite-wrapper .section-politique-standard p{font-size:1rem;line-height:1.7;color:#495057;margin:0 0 1rem}
.politique-confidentialite-wrapper .section-politique-standard ul{margin:1rem 0 1.5rem 1.5rem;padding:0}
.politique-confidentialite-wrapper .section-politique-standard li{font-size:1rem;line-height:1.65;color:#495057;margin-bottom:.7rem;position:relative;padding-left:.5rem}
.politique-confidentialite-wrapper .section-politique-standard li::marker{color:#798878}
.politique-confidentialite-wrapper .bloc-accentue-important{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2rem;border-radius:8px;margin:2rem 0;border:2px solid #C4D1B6}
.politique-confidentialite-wrapper .bloc-accentue-important p{font-size:1.02rem;line-height:1.7;color:#343a40;margin:0 0 .8rem}
.politique-confidentialite-wrapper .bloc-accentue-important p:last-child{margin-bottom:0}
.politique-confidentialite-wrapper .section-contact-finale{background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);padding:3rem 2.5rem;border-radius:12px;margin-top:3rem;text-align:center;box-shadow:0 6px 20px #00000014}
.politique-confidentialite-wrapper .section-contact-finale h2{font-size:1.9rem;color:#fff;font-weight:700;margin:0 0 1.5rem}
.politique-confidentialite-wrapper .section-contact-finale p{font-size:1.05rem;line-height:1.65;color:#fff;margin:0 0 1.2rem;opacity:.95}
.politique-confidentialite-wrapper .coordonnees-contact-bloc{margin-top:2rem;padding-top:2rem;border-top:1px solid #ffffff4d}
.politique-confidentialite-wrapper .coordonnees-contact-bloc p{font-size:1.1rem;color:#fff;font-weight:600;margin:.6rem 0}
.politique-confidentialite-wrapper .coordonnees-contact-bloc a{color:#fff;text-decoration:none;border-bottom:2px solid #fff6;transition:border-color .3s ease}
.politique-confidentialite-wrapper .coordonnees-contact-bloc a:hover{border-bottom-color:#fff}
.politique-confidentialite-wrapper .tableau-categories-donnees{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000a}
.politique-confidentialite-wrapper .tableau-categories-donnees thead{background:#798878}
.politique-confidentialite-wrapper .tableau-categories-donnees th{padding:1rem;text-align:left;color:#fff;font-weight:600;font-size:1rem}
.politique-confidentialite-wrapper .tableau-categories-donnees td{padding:1rem;border-bottom:1px solid #f0f0f0;color:#495057;font-size:.98rem;line-height:1.6}
.politique-confidentialite-wrapper .tableau-categories-donnees tr:last-child td{border-bottom:none}
.politique-confidentialite-wrapper .tableau-categories-donnees tr:nth-child(even){background:#fafbfc}
@media (max-width: 768px) {
.politique-confidentialite-wrapper .entete-politique{padding:3rem 1rem 2rem}
.politique-confidentialite-wrapper .entete-politique h1{font-size:2rem}
.politique-confidentialite-wrapper .conteneur-principal-politique{padding:2rem 1rem 3rem}
.politique-confidentialite-wrapper .bloc-introduction-generale{padding:1.8rem}
.politique-confidentialite-wrapper .section-politique-standard{padding:1.8rem 1.5rem}
.politique-confidentialite-wrapper .section-politique-standard h2{font-size:1.5rem}
.politique-confidentialite-wrapper .section-contact-finale{padding:2.5rem 1.5rem}
.politique-confidentialite-wrapper .tableau-categories-donnees{font-size:.9rem}
.politique-confidentialite-wrapper .tableau-categories-donnees th,.politique-confidentialite-wrapper .tableau-categories-donnees td{padding:.8rem}
}
.confirmation-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}
.confirmation-content-box{max-width:680px;width:100%;background:#fff;border-radius:16px;box-shadow:0 8px 24px #7988781f;padding:3.5rem 2.5rem;position:relative;overflow:hidden}
.confirmation-content-box::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#798878 0%,#9DA29E 50%,#C4D1B6 100%)}
.confirmation-icon-area{text-align:center;margin-bottom:2rem}
.confirmation-checkmark-circle{width:80px;height:80px;background:linear-gradient(135deg,#C4D1B6 0%,#9DA29E 100%);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;animation:pulse-effect 2s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1);box-shadow:0 4px 16px #79887833}
50%{transform:scale(1.05);box-shadow:0 6px 24px #7988784d}
}
.confirmation-checkmark-circle::after{content:'';font-size:2.5rem;color:#fff;font-weight:600;line-height:1}
.confirmation-main-heading{font-size:2rem;font-weight:700;color:#212529;text-align:center;margin:0 0 1.25rem;line-height:1.3}
.confirmation-subtext{font-size:1.05rem;color:#495057;text-align:center;line-height:1.7;margin:0 0 2rem}
.confirmation-details-grid{background:#f8f9fa;border-radius:12px;padding:1.75rem;margin:2rem 0;border-left:4px solid #798878}
.confirmation-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}
.confirmation-detail-row:last-child{border-bottom:none;padding-bottom:0}
.confirmation-detail-row:first-child{padding-top:0}
.confirmation-detail-label{font-size:.95rem;color:#6c757d;font-weight:500}
.confirmation-detail-value{font-size:.95rem;color:#212529;font-weight:600;text-align:right}
.confirmation-info-box{background:linear-gradient(135deg,#c4d1b626 0%,#9da29e1a 100%);border-radius:10px;padding:1.5rem;margin:2rem 0;border:1px solid #79887833}
.confirmation-info-title{font-size:1.1rem;font-weight:600;color:#212529;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}
.confirmation-info-title::before{content:'→';font-size:1.3rem;color:#798878}
.confirmation-info-text{font-size:.95rem;color:#495057;line-height:1.6;margin:0}
.confirmation-timeline-container{margin:2.5rem 0;position:relative}
.confirmation-timeline-step{display:flex;gap:1.25rem;margin-bottom:1.75rem;position:relative}
.confirmation-timeline-step:last-child{margin-bottom:0}
.confirmation-step-marker{flex-shrink:0;width:36px;height:36px;background:#fff;border:3px solid #798878;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#798878;font-size:.9rem;z-index:2;position:relative}
.confirmation-timeline-step.completed .confirmation-step-marker{background:#798878;color:#fff}
.confirmation-step-content{flex:1;padding-top:.25rem}
.confirmation-step-title{font-size:1.05rem;font-weight:600;color:#212529;margin:0 0 .4rem}
.confirmation-step-description{font-size:.9rem;color:#6c757d;line-height:1.5;margin:0}
.confirmation-timeline-step::after{content:'';position:absolute;left:17px;top:36px;width:2px;height:calc(100% + 12px);background:#e9ecef;z-index:1}
.confirmation-timeline-step:last-child::after{display:none}
.confirmation-actions-section{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f8f9fa;display:flex;gap:1rem;flex-wrap:wrap}
.confirmation-btn-primary{flex:1;min-width:200px;padding:.95rem 2rem;background:linear-gradient(135deg,#798878 0%,#9DA29E 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 12px #79887840}
.confirmation-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #79887859;background:linear-gradient(135deg,#6a7769 0%,#8e938f 100%)}
.confirmation-btn-secondary{flex:1;min-width:200px;padding:.95rem 2rem;background:#fff;color:#798878;text-decoration:none;border-radius:8px;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;border:2px solid #798878;cursor:pointer}
.confirmation-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 12px #79887826}
.confirmation-footer-note{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef;text-align:center}
.confirmation-contact-info{font-size:.9rem;color:#6c757d;line-height:1.6;margin:0}
.confirmation-contact-link{color:#798878;text-decoration:none;font-weight:600;transition:color .2s ease}
.confirmation-contact-link:hover{color:#6a7769;text-decoration:underline}
@media (max-width: 768px) {
.confirmation-content-box{padding:2.5rem 1.75rem}
.confirmation-main-heading{font-size:1.65rem}
.confirmation-subtext{font-size:1rem}
.confirmation-checkmark-circle{width:70px;height:70px}
.confirmation-checkmark-circle::after{font-size:2rem}
.confirmation-actions-section{flex-direction:column}
.confirmation-btn-primary,.confirmation-btn-secondary{width:100%;min-width:unset}
.confirmation-detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}
.confirmation-detail-value{text-align:left}
.confirmation-timeline-step{gap:1rem}
.confirmation-step-marker{width:32px;height:32px;font-size:.85rem}
.confirmation-timeline-step::after{left:15px;top:32px}
}
@media (max-width: 480px) {
.confirmation-wrapper{padding:1rem .75rem}
.confirmation-content-box{padding:2rem 1.25rem;border-radius:12px}
.confirmation-details-grid{padding:1.25rem}
.confirmation-info-box{padding:1.25rem}
}