*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-color:#6686A3;--secondary-color:#A4C9C4;--tertiary-color:#C3D2C4;--text-dark:#212529;--text-medium:#495057;--bg-light:#fff;--bg-subtle:#f8f9fa;--bg-cream:#fafbfc}
body{color:var(--text-dark);background:var(--bg-light);font:17px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
header{background:linear-gradient(135deg,var(--bg-light) 0%,var(--bg-subtle) 100%);border-bottom:3px solid var(--primary-color);position:relative}
.header_outer_9kx{max-width:1340px;margin:0 auto;padding:0 25px}
.header_row_1_tp7{display:flex;align-items:center;justify-content:space-between;padding:22px 0 18px;border-bottom:1px solid #6686a326;position:relative}
.logo_container_4rf{display:flex;align-items:center;gap:18px;flex-shrink:0;z-index:10}
.logo_container_4rf img{height:62px;width:62px;display:block;object-fit:contain}
.company_title_8wq{font-size:26px;font-weight:700;color:var(--primary-color);letter-spacing:-.3px}
.credentials_block_5mn{display:flex;gap:28px;align-items:center}
.credential_item_2zh{font-size:14px;color:var(--text-medium);padding:8px 16px;background:#a4c9c41f;border-radius:6px;font-weight:500;position:relative}
.credential_item_2zh::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--secondary-color);border-radius:6px 0 0 6px}
.header_row_2_vx3{padding:16px 0}
.navigation_main_6pq{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;list-style:none}
.navigation_main_6pq li{position:relative}
.navigation_main_6pq a{display:block;padding:12px 24px;color:var(--text-dark);text-decoration:none;font-weight:500;font-size:16px;border-radius:8px;transition:background-color .25s ease,color .25s ease;position:relative}
.navigation_main_6pq a::after{content:'';position:absolute;bottom:8px;left:24px;right:24px;height:2px;background:var(--primary-color);transform:scaleX(0);transition:transform .25s ease}
.navigation_main_6pq a:hover{background:#6686a314;color:var(--primary-color)}
.navigation_main_6pq a:hover::after{transform:scaleX(1)}
.navigation_main_6pq a:focus{outline:3px solid var(--primary-color);outline-offset:2px}
main{min-height:400px}
footer{background:linear-gradient(180deg,var(--bg-subtle) 0%,#e8eef3 100%);border-top:4px solid var(--primary-color);margin-top:80px;position:relative}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--secondary-color) 50%,transparent 100%)}
.footer_inner_7qw{max-width:1340px;margin:0 auto;padding:55px 25px 35px}
.footer_grid_9xm{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;margin-bottom:45px}
.footer_column_about_3kp h3{font-size:22px;color:var(--primary-color);margin-bottom:18px;font-weight:700}
.footer_column_about_3kp p{color:var(--text-medium);line-height:1.8;margin-bottom:22px}
.footer_email_display_4tr{display:flex;align-items:center;gap:10px;color:var(--text-dark);font-weight:500;padding:12px 18px;background:var(--bg-light);border-radius:8px;border-left:4px solid var(--secondary-color)}
.footer_email_display_4tr::before{content:'';font-size:20px;color:var(--primary-color)}
.footer_column_links_8bv h4{font-size:18px;color:var(--text-dark);margin-bottom:16px;font-weight:600}
.footer_links_list_5mp{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer_links_list_5mp a{color:var(--text-medium);text-decoration:none;font-size:15px;transition:color .2s ease;display:inline-block;position:relative;padding-left:18px}
.footer_links_list_5mp a::before{content:'→';position:absolute;left:0;color:var(--secondary-color);transition:transform .2s ease}
.footer_links_list_5mp a:hover{color:var(--primary-color)}
.footer_links_list_5mp a:hover::before{transform:translateX(4px)}
.footer_links_list_5mp a:focus{outline:2px solid var(--primary-color);outline-offset:3px;border-radius:3px}
.footer_bottom_bar_2wn{padding-top:28px;border-top:2px solid #6686a333;text-align:center}
.footer_copyright_6hp{color:var(--text-medium);font-size:15px}
.cookie_consent_overlay_3zx{position:fixed;bottom:28px;right:28px;max-width:460px;background:var(--bg-light);border-radius:12px;box-shadow:0 8px 32px #2125292e;padding:28px;z-index:9999;border:2px solid var(--tertiary-color);transform:translateY(120%);transition:transform .4s cubic-bezier(0.68,-0.55,0.265,1.55)}
.cookie_consent_overlay_3zx.visible_state_7km{transform:translateY(0)}
.cookie_heading_9pr{font-size:19px;font-weight:700;color:var(--primary-color);margin-bottom:14px}
.cookie_description_4ts{font-size:15px;color:var(--text-medium);line-height:1.7;margin-bottom:22px}
.cookie_actions_row_8kv{display:flex;gap:12px;flex-wrap:wrap}
.cookie_btn_accept_2wq,.cookie_btn_reject_5nc{flex:1;min-width:140px;padding:13px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease;font-family:inherit}
.cookie_btn_accept_2wq{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--bg-light)}
.cookie_btn_accept_2wq:hover{background:linear-gradient(135deg,#577693 0%,#8fb8b3 100%)}
.cookie_btn_reject_5nc{background:var(--bg-subtle);color:var(--text-dark);border:2px solid var(--tertiary-color)}
.cookie_btn_reject_5nc:hover{background:var(--tertiary-color)}
.cookie_btn_accept_2wq:focus,.cookie_btn_reject_5nc:focus{outline:3px solid var(--primary-color);outline-offset:2px}
.cookie_btn_accept_2wq:active,.cookie_btn_reject_5nc:active{transform:scale(0.97)}
@media (max-width: 1024px) {
.footer_grid_9xm{grid-template-columns:1fr 1fr;gap:35px}
.footer_column_about_3kp{grid-column:1 / -1}
}
@media (max-width: 768px) {
.header_row_1_tp7{flex-direction:column;gap:18px;padding:18px 0 15px}
.logo_container_4rf{flex-direction:column;text-align:center}
.company_title_8wq{font-size:22px}
.credentials_block_5mn{flex-direction:column;gap:12px;width:100%}
.credential_item_2zh{width:100%;text-align:center}
.navigation_main_6pq{flex-direction:column;gap:8px;width:100%}
.navigation_main_6pq li{width:100%}
.navigation_main_6pq a{text-align:center;padding:14px 20px}
.footer_grid_9xm{grid-template-columns:1fr;gap:30px}
.cookie_consent_overlay_3zx{left:15px;right:15px;bottom:15px;max-width:none}
.cookie_actions_row_8kv{flex-direction:column}
.cookie_btn_accept_2wq,.cookie_btn_reject_5nc{min-width:100%}
}
@media (max-width: 480px) {
body{font-size:16px}
.logo_container_4rf img{height:52px;width:52px}
.company_title_8wq{font-size:20px}
.navigation_main_6pq a{font-size:15px}
.footer_inner_7qw{padding:40px 20px 25px}
}
.page-wrapper-dom{background:#fafbfc;min-height:100vh}
.hero-immersive-dom{position:relative;height:100vh;min-height:700px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%)}
.hero-immersive-dom::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./infographic_assets/sdqt0bgrx.jpg) center center/cover;opacity:.15;z-index:1}
.hero-content-wrapper-dom{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}
.hero-title-dom{font-size:4.5rem;font-weight:800;color:#fff;line-height:1.1;margin-bottom:2rem;text-shadow:2px 4px 8px #0003;letter-spacing:-.02em}
.hero-subtitle-dom{font-size:1.5rem;color:#fff;line-height:1.6;margin-bottom:3rem;max-width:650px;opacity:.95}
.hero-cta-dom{display:inline-block;padding:1.2rem 3rem;background:#fff;color:#6686A3;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;box-shadow:0 8px 24px #00000026;transition:all .3s ease}
.hero-cta-dom:hover{transform:translateY(-3px);box-shadow:0 12px 32px #00000040;color:#6686A3}
.diagonal-section-dom{position:relative;padding:8rem 0 6rem;background:#fff;clip-path:polygon(0 5%,100% 0,100% 100%,0 95%);margin-top:-5rem}
.content-grid-diagonal-dom{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.text-block-diagonal-dom h2{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.text-block-diagonal-dom p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:1.2rem}
.image-block-diagonal-dom img{width:100%;height:450px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #6686a333}
.asymmetric-layer-dom{background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);padding:5rem 0;position:relative}
.layer-container-dom{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;gap:3rem;align-items:flex-start}
.sidebar-accent-dom{flex:0 0 280px;background:#C3D2C4;padding:2.5rem;border-radius:8px;position:sticky;top:2rem}
.sidebar-accent-dom h3{font-size:1.5rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.sidebar-accent-dom ul{list-style:none;padding:0;margin:0}
.sidebar-accent-dom li{padding:.8rem 0;color:#343a40;font-size:1rem;border-bottom:1px solid #ffffff80}
.sidebar-accent-dom li:last-child{border-bottom:none}
.main-content-layer-dom{flex:1}
.main-content-layer-dom h2{font-size:2.5rem;color:#212529;margin-bottom:1.8rem;font-weight:700}
.content-cards-dom{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.info-card-dom{background:#fff;padding:2rem;border-radius:8px;border-left:4px solid #6686A3;box-shadow:0 4px 16px #0000000f;transition:transform .3s ease}
.info-card-dom:hover{transform:translateX(8px)}
.info-card-dom h4{font-size:1.3rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.info-card-dom p{font-size:1rem;color:#495057;line-height:1.7}
.overlap-showcase-dom{position:relative;background:#6686A3;padding:6rem 0;overflow:hidden}
.overlap-showcase-dom::after{content:'';position:absolute;bottom:-50px;right:-50px;width:400px;height:400px;background:#A4C9C4;border-radius:50%;opacity:.2}
.showcase-wrapper-dom{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.showcase-header-dom{text-align:center;margin-bottom:4rem}
.showcase-header-dom h2{font-size:3rem;color:#fff;margin-bottom:1.2rem;font-weight:700}
.showcase-header-dom p{font-size:1.2rem;color:#fff;opacity:.9;max-width:700px;margin:0 auto;line-height:1.7}
.showcase-grid-dom{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}
.showcase-item-dom{background:#fffffff2;padding:2.5rem;border-radius:12px;text-align:center;transition:all .3s ease}
.showcase-item-dom:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0003}
.showcase-item-dom img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1.5rem}
.showcase-item-dom h3{font-size:1.4rem;color:#212529;margin-bottom:1rem;font-weight:600}
.showcase-item-dom p{font-size:1rem;color:#495057;line-height:1.7}
.testimonial-wave-dom{background:#f5f6fa;padding:5rem 0;position:relative}
.testimonial-wave-dom::before{content:'';position:absolute;top:0;left:0;right:0;height:80px;background:#6686A3;clip-path:polygon(0 0,100% 0,100% 50%,0 100%)}
.testimonial-container-dom{max-width:1000px;margin:0 auto;padding:0 2rem}
.testimonial-flex-dom{display:flex;gap:3rem;align-items:center;margin-top:2rem}
.testimonial-image-dom{flex:0 0 180px}
.testimonial-image-dom img{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid #A4C9C4;box-shadow:0 8px 24px #0000001f}
.testimonial-content-dom{flex:1}
.testimonial-content-dom blockquote{font-size:1.25rem;color:#343a40;line-height:1.8;margin-bottom:1.5rem;font-style:italic;position:relative;padding-left:2rem;border-left:4px solid #6686A3}
.testimonial-author-dom{font-size:1.1rem;color:#212529;font-weight:600;margin-bottom:.3rem}
.testimonial-role-dom{font-size:.95rem;color:#6c757d}
.testimonial-secondary-dom{margin-top:3rem;display:flex;gap:3rem;align-items:center;flex-direction:row-reverse}
.cta-final-dom{background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);padding:6rem 0;text-align:center;position:relative}
.cta-content-dom{max-width:800px;margin:0 auto;padding:0 2rem}
.cta-content-dom h2{font-size:3rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.cta-content-dom p{font-size:1.2rem;color:#343a40;margin-bottom:2.5rem;line-height:1.7}
.cta-buttons-dom{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.btn-primary-dom{display:inline-block;padding:1.2rem 3rem;background:#6686A3;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 6px 20px #6686a34d}
.btn-primary-dom:hover{background:#557189;transform:translateY(-3px);box-shadow:0 10px 30px #6686a366;color:#fff}
.btn-secondary-dom{display:inline-block;padding:1.2rem 3rem;background:transparent;color:#212529;font-size:1.1rem;font-weight:600;text-decoration:none;border-radius:50px;border:2px solid #212529;transition:all .3s ease}
.btn-secondary-dom:hover{background:#212529;color:#fff;transform:translateY(-3px)}
@media (max-width: 768px) {
.hero-title-dom{font-size:2.5rem}
.hero-subtitle-dom{font-size:1.1rem}
.content-grid-diagonal-dom{grid-template-columns:1fr;gap:2rem}
.layer-container-dom{flex-direction:column}
.sidebar-accent-dom{flex:1 1 auto;position:static}
.content-cards-dom{grid-template-columns:1fr}
.showcase-grid-dom{grid-template-columns:1fr}
.testimonial-flex-dom,.testimonial-secondary-dom{flex-direction:column;text-align:center}
.testimonial-content-dom blockquote{padding-left:0;border-left:none;border-top:4px solid #6686A3;padding-top:1rem}
.cta-content-dom h2{font-size:2rem}
.cta-buttons-dom{flex-direction:column;align-items:center}
.diagonal-section-dom{clip-path:none;margin-top:0}
}
.interface-racine{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;position:relative}
.bloc-ouverture-dialogue{padding:100px 20px 80px;background:linear-gradient(165deg,#c3d2c426 0%,#a4c9c41f 100%);border-bottom:1px solid #6686a314;position:relative;overflow:hidden}
.bloc-ouverture-dialogue::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a4c9c41a 0%,transparent 70%);border-radius:50%}
.conteneur-titre-principal{max-width:780px;margin:0 auto;text-align:left;position:relative;z-index:2}
.titre-conversation{font-size:2.8rem;line-height:1.2;color:#212529;margin:0 0 24px;font-weight:700;letter-spacing:-.02em}
.sous-texte-initial{font-size:1.15rem;line-height:1.7;color:#495057;margin:0;max-width:600px}
.conteneur-principal-echange{max-width:1140px;margin:0 auto;padding:60px 20px}
.grille-asymetrique{display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:start}
.panneau-donnees-laterales{background:#fff;border-radius:16px;padding:42px 36px;box-shadow:0 2px 12px #0000000a;border:1px solid #6686a31a;position:sticky;top:30px}
.etiquette-section-info{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#6686A3;margin:0 0 20px;font-weight:600}
.titre-panneau-info{font-size:1.5rem;line-height:1.3;color:#212529;margin:0 0 28px;font-weight:600}
.module-coordonnees{margin-bottom:32px}
.ligne-coordonnee{display:flex;align-items:flex-start;margin-bottom:20px;gap:14px}
.icone-coordonnee{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.icone-coordonnee::after{content:'';width:10px;height:10px;background:#fff;border-radius:2px}
.texte-coordonnee{flex:1}
.label-coordonnee{font-size:.8rem;color:#6c757d;margin:0 0 4px;text-transform:uppercase;letter-spacing:.05em;font-weight:500}
.valeur-coordonnee{font-size:1rem;color:#212529;line-height:1.5;margin:0;word-break:break-word}
.valeur-coordonnee a{color:#6686A3;text-decoration:none;transition:color .2s ease}
.valeur-coordonnee a:hover{color:#A4C9C4}
.separateur-visuel{height:1px;background:linear-gradient(90deg,transparent 0%,#6686a326 50%,transparent 100%);margin:28px 0}
.note-disponibilite{background:linear-gradient(135deg,#c3d2c433 0%,#a4c9c426 100%);padding:18px 20px;border-radius:10px;border-left:3px solid #6686A3}
.note-disponibilite p{font-size:.92rem;line-height:1.6;color:#495057;margin:0}
.zone-saisie-principale{background:#fff;border-radius:16px;padding:50px 44px;box-shadow:0 4px 20px #0000000d;border:1px solid #6686a314}
.entete-formulaire{margin-bottom:36px}
.titre-zone-saisie{font-size:1.9rem;line-height:1.3;color:#212529;margin:0 0 14px;font-weight:600}
.description-formulaire{font-size:1.05rem;line-height:1.7;color:#495057;margin:0}
.champ-saisie-groupe{margin-bottom:28px}
.intitule-champ{display:block;font-size:.95rem;color:#343a40;margin-bottom:10px;font-weight:500;letter-spacing:.01em}
.zone-texte-simple{width:100%;padding:14px 16px;border:1.5px solid #6686a340;border-radius:10px;font-size:1rem;color:#212529;background:#fff;transition:all .25s ease;font-family:inherit;box-sizing:border-box}
.zone-texte-simple:focus{outline:none;border-color:#6686A3;box-shadow:0 0 0 3px #6686a31a}
.zone-texte-simple::placeholder{color:#adb5bd}
.zone-texte-etendue{width:100%;padding:14px 16px;border:1.5px solid #6686a340;border-radius:10px;font-size:1rem;color:#212529;background:#fff;transition:all .25s ease;font-family:inherit;min-height:160px;resize:vertical;box-sizing:border-box}
.zone-texte-etendue:focus{outline:none;border-color:#6686A3;box-shadow:0 0 0 3px #6686a31a}
.zone-texte-etendue::placeholder{color:#adb5bd}
.grille-double-champ{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.conteneur-acceptation{margin:32px 0;padding:20px;background:linear-gradient(135deg,#c3d2c426 0%,#a4c9c41a 100%);border-radius:10px;border:1px solid #6686a31f}
.wrapper-checkbox-perso{display:flex;align-items:flex-start;gap:12px;cursor:pointer}
.checkbox-cache{position:absolute;opacity:0;pointer-events:none}
.case-visuelle{width:22px;height:22px;border:2px solid #6686A3;border-radius:6px;background:#fff;flex-shrink:0;position:relative;transition:all .2s ease;margin-top:2px}
.checkbox-cache:checked + .case-visuelle{background:#6686A3;border-color:#6686A3}
.checkbox-cache:checked + .case-visuelle::after{content:'';position:absolute;top:3px;left:7px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.texte-acceptation{flex:1;font-size:.92rem;line-height:1.6;color:#495057;margin:0}
.texte-acceptation a{color:#6686A3;text-decoration:underline;transition:color .2s ease}
.texte-acceptation a:hover{color:#A4C9C4}
.zone-action-finale{margin-top:36px}
.bouton-transmission{background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);color:#fff;border:none;padding:16px 48px;border-radius:12px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #6686a340;position:relative;overflow:hidden;z-index:3}
.bouton-transmission::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);opacity:0;transition:opacity .3s ease;z-index:-1}
.bouton-transmission:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6686a359}
.bouton-transmission:hover::before{opacity:1}
.bouton-transmission:active{transform:translateY(0)}
.bande-info-supplementaire{background:#fff;padding:60px 20px;border-top:1px solid #6686a314}
.conteneur-info-sup{max-width:1140px;margin:0 auto}
.grille-modules-info{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.module-info-individuel{background:linear-gradient(135deg,#c3d2c414 0%,#a4c9c40f 100%);padding:32px 28px;border-radius:12px;border:1px solid #6686a31a;transition:all .3s ease}
.module-info-individuel:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000000f}
.icone-module-info{width:48px;height:48px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);border-radius:10px;margin-bottom:20px;position:relative}
.icone-module-info::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;background:#fff;border-radius:4px}
.titre-module-info{font-size:1.25rem;line-height:1.3;color:#212529;margin:0 0 12px;font-weight:600}
.texte-module-info{font-size:.95rem;line-height:1.6;color:#495057;margin:0}
.section-horaires-acces{background:linear-gradient(165deg,#f8f9fa 0%,#fff 100%);padding:70px 20px;border-top:1px solid #6686a314}
.conteneur-horaires{max-width:900px;margin:0 auto;text-align:center}
.titre-section-horaires{font-size:2rem;line-height:1.3;color:#212529;margin:0 0 16px;font-weight:600}
.sous-titre-horaires{font-size:1.1rem;line-height:1.6;color:#495057;margin:0 0 44px}
.tableau-horaires{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #0000000a;border:1px solid #6686a31a}
.rangee-horaire{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #6686a314}
.rangee-horaire:last-child{border-bottom:none}
.rangee-horaire:nth-child(odd){background:#c3d2c40d}
.cellule-jour{padding:18px 24px;text-align:left;font-weight:600;color:#343a40;font-size:.95rem;border-right:1px solid #6686a314}
.cellule-plage{padding:18px 24px;text-align:right;color:#495057;font-size:.95rem}
.zone-contextuelle-finale{background:linear-gradient(135deg,#6686a30d 0%,#a4c9c414 100%);padding:70px 20px}
.conteneur-contexte-final{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;align-items:center}
.texte-contexte-final{padding-right:30px}
.titre-contexte-final{font-size:1.8rem;line-height:1.3;color:#212529;margin:0 0 20px;font-weight:600}
.paragraphe-contexte{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 18px}
.paragraphe-contexte:last-child{margin-bottom:0}
.bloc-visuel-decoration{background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 50%,#C3D2C4 100%);border-radius:16px;padding:60px 40px;position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}
.bloc-visuel-decoration::before{content:'';position:absolute;top:-30%;right:-20%;width:300px;height:300px;background:#ffffff26;border-radius:50%}
.bloc-visuel-decoration::after{content:'';position:absolute;bottom:-20%;left:-15%;width:250px;height:250px;background:#ffffff1a;border-radius:50%}
.forme-geometrique-centre{width:180px;height:180px;background:#ffffff40;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;position:relative;z-index:2;animation:rotation-douce 20s infinite linear}
@keyframes rotation-douce {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
@media (max-width: 992px) {
.grille-asymetrique{grid-template-columns:1fr;gap:40px}
.panneau-donnees-laterales{position:static}
.grille-modules-info{grid-template-columns:1fr;gap:24px}
.conteneur-contexte-final{grid-template-columns:1fr;gap:36px}
.texte-contexte-final{padding-right:0}
.bloc-visuel-decoration{min-height:240px}
}
@media (max-width: 768px) {
.bloc-ouverture-dialogue{padding:70px 20px 60px}
.titre-conversation{font-size:2rem}
.sous-texte-initial{font-size:1rem}
.zone-saisie-principale{padding:36px 24px}
.grille-double-champ{grid-template-columns:1fr;gap:20px}
.bouton-transmission{width:100%;padding:16px 24px}
.titre-section-horaires{font-size:1.6rem}
.rangee-horaire{grid-template-columns:1fr}
.cellule-jour{border-right:none;border-bottom:1px solid #6686a314}
.cellule-plage{text-align:left}
.titre-contexte-final{font-size:1.5rem}
.forme-geometrique-centre{width:140px;height:140px}
}
.apropos-hero-principal{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.apropos-hero-principal::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(135deg,#a4c9c41a 0%,#c3d2c426 100%);transform:rotate(-15deg);z-index:1}
.apropos-hero-contenu{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.apropos-titre-principal{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.apropos-intro-texte{font-size:1.15rem;color:#495057;line-height:1.7;max-width:750px;margin-bottom:2rem}
.apropos-stats-ligne{display:flex;gap:2.5rem;flex-wrap:wrap;margin-top:3rem}
.apropos-stat-item{flex:1;min-width:200px;padding:1.5rem;background:#fff;border-left:4px solid #6686A3;box-shadow:0 2px 8px #0000000f}
.apropos-stat-nombre{font-size:2.2rem;color:#6686A3;font-weight:700;display:block;margin-bottom:.5rem}
.apropos-stat-label{font-size:.95rem;color:#495057;line-height:1.4}
.apropos-valeurs-section{padding:5rem 1.5rem;background:#fff;position:relative}
.apropos-valeurs-grille{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.apropos-valeurs-visuel{position:relative}
.apropos-valeurs-image{width:100%;height:480px;object-fit:cover;border-radius:8px;box-shadow:0 8px 24px #0000001f}
.apropos-valeurs-accent{position:absolute;bottom:-20px;right:-20px;width:180px;height:180px;background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);border-radius:8px;z-index:-1}
.apropos-valeurs-contenu h2{font-size:2.3rem;color:#212529;margin-bottom:1.8rem;font-weight:700;line-height:1.3}
.apropos-valeur-bloc{margin-bottom:2rem;padding-left:1.5rem;border-left:3px solid #C3D2C4}
.apropos-valeur-titre{font-size:1.3rem;color:#6686A3;font-weight:600;margin-bottom:.7rem}
.apropos-valeur-description{font-size:1rem;color:#495057;line-height:1.7}
.apropos-equipe-section{padding:5rem 1.5rem;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.apropos-equipe-conteneur{max-width:1200px;margin:0 auto}
.apropos-equipe-entete{text-align:center;margin-bottom:4rem}
.apropos-equipe-entete h2{font-size:2.5rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.apropos-equipe-entete p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.6}
.apropos-equipe-disposition{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start}
.apropos-membre-principal{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #00000014;position:relative}
.apropos-membre-photo{width:100%;height:320px;object-fit:cover}
.apropos-membre-info{padding:1.8rem;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%)}
.apropos-membre-nom{font-size:1.4rem;color:#fff;font-weight:700;margin-bottom:.4rem}
.apropos-membre-role{font-size:.95rem;color:#ffffffe6;margin-bottom:1rem}
.apropos-membre-bio{font-size:.95rem;color:#fffffff2;line-height:1.6}
.apropos-philosophie-blocs{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.apropos-philo-carte{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 12px #0000000f;border-top:4px solid #6686A3;transition:transform .3s ease,box-shadow .3s ease}
.apropos-philo-carte:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}
.apropos-philo-icone{width:50px;height:50px;background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.5rem;color:#fff}
.apropos-philo-carte h3{font-size:1.25rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.apropos-philo-carte p{font-size:.95rem;color:#495057;line-height:1.6}
.apropos-demarche-section{padding:5rem 1.5rem;background:#fff;position:relative}
.apropos-demarche-conteneur{max-width:1200px;margin:0 auto}
.apropos-demarche-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:4rem}
.apropos-demarche-etape{position:relative;padding-top:3rem}
.apropos-etape-numero{position:absolute;top:0;left:0;width:55px;height:55px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;z-index:2}
.apropos-demarche-etape h3{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600;padding-left:70px}
.apropos-demarche-etape p{font-size:.95rem;color:#495057;line-height:1.7}
.apropos-engagement-final{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.apropos-engagement-visuel{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.apropos-engagement-img{width:100%;height:220px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #00000014}
.apropos-engagement-img:first-child{margin-top:2rem}
.apropos-engagement-texte h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.apropos-engagement-texte p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:1.5rem}
.apropos-cta-bouton{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);color:#fff;text-decoration:none;border-radius:6px;font-weight:600;font-size:1.05rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #6686a34d;z-index:10;position:relative}
.apropos-cta-bouton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6686a366}
@media (max-width: 992px) {
.apropos-titre-principal{font-size:2.2rem}
.apropos-valeurs-grille,.apropos-equipe-disposition,.apropos-engagement-final{grid-template-columns:1fr;gap:2.5rem}
.apropos-demarche-grille{grid-template-columns:1fr;gap:2rem}
.apropos-stats-ligne{flex-direction:column;gap:1.5rem}
.apropos-philosophie-blocs{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.apropos-hero-principal{padding:3rem 1rem 2.5rem}
.apropos-titre-principal{font-size:1.9rem}
.apropos-intro-texte{font-size:1.05rem}
.apropos-valeurs-section,.apropos-equipe-section,.apropos-demarche-section{padding:3rem 1rem}
.apropos-valeurs-image{height:320px}
.apropos-engagement-visuel{grid-template-columns:1fr}
.apropos-engagement-img:first-child{margin-top:0}
}
.hwp-wrapper{background:linear-gradient(135deg,#fff 0%,#fafbfc 100%);min-height:100vh}
.hwp-hero-section{background:linear-gradient(to bottom right,#fff,#f8f9fa);padding:80px 0 60px;position:relative;overflow:hidden}
.hwp-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#a4c9c426,transparent 70%);border-radius:50%}
.hwp-hero-content{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}
.hwp-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.hwp-hero-text h1{font-size:3rem;color:#212529;margin-bottom:24px;line-height:1.2;font-weight:700}
.hwp-hero-text p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:20px}
.hwp-hero-image-box{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #6686a333}
.hwp-hero-image-box img{width:100%;height:400px;object-fit:cover;display:block}
.hwp-hero-accent{position:absolute;bottom:-30px;left:-30px;width:150px;height:150px;background:linear-gradient(135deg,#A4C9C4,#C3D2C4);border-radius:50%;opacity:.4;z-index:-1}
.hwp-process-split{padding:80px 0;background:#fff}
.hwp-process-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:45% 55%;gap:80px;align-items:start}
.hwp-profile-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-radius:20px;padding:40px;box-shadow:0 8px 30px #00000014;position:sticky;top:100px}
.hwp-profile-image-wrap{width:180px;height:180px;margin:0 auto 30px;border-radius:50%;overflow:hidden;border:4px solid #A4C9C4;box-shadow:0 6px 20px #6686a340}
.hwp-profile-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.hwp-profile-info{text-align:center}
.hwp-profile-info h3{font-size:1.6rem;color:#212529;margin-bottom:8px;font-weight:600}
.hwp-profile-info p{font-size:1rem;color:#6686A3;margin-bottom:20px;font-weight:500}
.hwp-profile-bio{font-size:.95rem;color:#495057;line-height:1.6;text-align:left;margin-top:20px;padding-top:20px;border-top:2px solid #C3D2C4}
.hwp-steps-content h2{font-size:2.4rem;color:#212529;margin-bottom:50px;font-weight:700}
.hwp-step-item{margin-bottom:45px;padding-left:70px;position:relative}
.hwp-step-number{position:absolute;left:0;top:0;width:50px;height:50px;background:linear-gradient(135deg,#6686A3,#A4C9C4);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 4px 12px #6686a34d}
.hwp-step-item h3{font-size:1.5rem;color:#212529;margin-bottom:12px;font-weight:600}
.hwp-step-item p{font-size:1rem;color:#495057;line-height:1.7}
.hwp-zigzag-section{padding:80px 0;background:linear-gradient(to bottom,#fff 0%,#f8f9fa 100%)}
.hwp-zigzag-container{max-width:1200px;margin:0 auto;padding:0 20px}
.hwp-zigzag-title{text-align:center;font-size:2.6rem;color:#212529;margin-bottom:70px;font-weight:700}
.hwp-zigzag-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:60px;align-items:center}
.hwp-zigzag-row:nth-child(even) .hwp-zigzag-text{order:2}
.hwp-zigzag-row:nth-child(even) .hwp-zigzag-visual{order:1}
.hwp-zigzag-text h3{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.hwp-zigzag-text p{font-size:1.05rem;color:#495057;line-height:1.7;margin-bottom:16px}
.hwp-zigzag-visual{background:linear-gradient(135deg,#A4C9C4 0%,#C3D2C4 100%);border-radius:16px;padding:50px;box-shadow:0 8px 30px #6686a333;position:relative;overflow:hidden}
.hwp-zigzag-visual::before{content:'';position:absolute;top:-20px;right:-20px;width:100px;height:100px;background:#fff3;border-radius:50%}
.hwp-zigzag-list{list-style:none;padding:0;margin:0}
.hwp-zigzag-list li{font-size:1.05rem;color:#212529;padding:14px 0;padding-left:35px;position:relative;line-height:1.6}
.hwp-zigzag-list li::before{content:'';position:absolute;left:0;top:14px;color:#6686A3;font-weight:700;font-size:1.3rem}
.hwp-cta-section{padding:100px 0;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);position:relative;overflow:hidden}
.hwp-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:300px;height:300px;background:#ffffff1a;border-radius:50%}
.hwp-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.hwp-cta-content{max-width:900px;margin:0 auto;padding:0 20px;text-align:center;position:relative;z-index:2}
.hwp-cta-content h2{font-size:2.8rem;color:#fff;margin-bottom:30px;font-weight:700;line-height:1.3}
.hwp-cta-content p{font-size:1.2rem;color:#fff;margin-bottom:40px;line-height:1.7;opacity:.95}
.hwp-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.hwp-btn-primary{background:#fff;color:#6686A3;padding:16px 40px;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #0003}
.hwp-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d;background:#f8f9fa}
.hwp-btn-secondary{background:transparent;color:#fff;padding:16px 40px;border:2px solid #fff;border-radius:8px;font-size:1.1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease}
.hwp-btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}
@media (max-width: 968px) {
.hwp-hero-grid{grid-template-columns:1fr;gap:40px}
.hwp-hero-text h1{font-size:2.2rem}
.hwp-process-container{grid-template-columns:1fr;gap:50px}
.hwp-profile-card{position:static}
.hwp-zigzag-row{grid-template-columns:1fr;gap:40px}
.hwp-zigzag-row:nth-child(even) .hwp-zigzag-text,.hwp-zigzag-row:nth-child(even) .hwp-zigzag-visual{order:0}
.hwp-zigzag-title{font-size:2rem}
.hwp-cta-content h2{font-size:2rem}
.hwp-cta-buttons{flex-direction:column;align-items:center}
.hwp-btn-primary,.hwp-btn-secondary{width:100%;max-width:300px}
}
@media (max-width: 640px) {
.hwp-hero-section{padding:50px 0 40px}
.hwp-hero-text h1{font-size:1.8rem}
.hwp-hero-text p{font-size:1rem}
.hwp-step-item{padding-left:60px}
.hwp-step-number{width:45px;height:45px;font-size:1.2rem}
.hwp-zigzag-visual{padding:30px}
.hwp-cta-section{padding:60px 0}
}
.partenaires-hero-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.partenaires-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:linear-gradient(45deg,#a4c9c41a 0%,#c3d2c426 100%);transform:rotate(-15deg);z-index:1}
.partenaires-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.partenaires-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.partenaires-hero-intro{font-size:1.15rem;color:#495057;max-width:750px;line-height:1.7;margin-bottom:2rem}
.partenaires-valeurs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}
.partenaires-valeur-item{background:#fff;padding:2rem;border-radius:8px;border-left:4px solid #6686A3;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.partenaires-valeur-item:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001a}
.partenaires-valeur-item h3{font-size:1.3rem;color:#6686A3;margin-bottom:.8rem;font-weight:600}
.partenaires-valeur-item p{color:#495057;line-height:1.6;font-size:.98rem}
.partenaires-programme-section{background:#fff;padding:5rem 2rem;position:relative}
.partenaires-programme-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.partenaires-programme-texte h2{font-size:2.3rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.partenaires-programme-texte p{color:#495057;line-height:1.7;margin-bottom:1.2rem;font-size:1.02rem}
.partenaires-programme-liste{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:2.5rem;border-radius:12px;border:2px solid #C3D2C4}
.partenaires-programme-liste h3{font-size:1.4rem;color:#6686A3;margin-bottom:1.8rem;font-weight:600}
.partenaires-avantage-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding-left:2rem;position:relative}
.partenaires-avantage-item::before{content:'';position:absolute;left:0;top:0;width:28px;height:28px;background:#6686A3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}
.partenaires-avantage-item h4{font-size:1.1rem;color:#212529;margin-bottom:.4rem;font-weight:600}
.partenaires-avantage-item p{color:#495057;line-height:1.6;font-size:.95rem}
.partenaires-programme-image{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001f}
.partenaires-programme-image img{width:100%;height:auto;display:block;object-fit:cover}
.partenaires-temoignage-section{background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%);padding:5rem 2rem;position:relative}
.partenaires-temoignage-container{max-width:1100px;margin:0 auto}
.partenaires-temoignage-header{text-align:center;margin-bottom:3.5rem}
.partenaires-temoignage-header h2{font-size:2.3rem;color:#212529;margin-bottom:1rem;font-weight:700}
.partenaires-temoignage-header p{font-size:1.08rem;color:#495057;max-width:650px;margin:0 auto;line-height:1.6}
.partenaires-temoignage-card{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 20px #00000014;display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:start;position:relative}
.partenaires-temoignage-card::before{content:'"';position:absolute;top:1.5rem;left:2rem;color:#A4C9C4;opacity:.3;font:6rem/1 Georgia,serif}
.partenaires-temoignage-profil{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:180px}
.partenaires-temoignage-photo{width:140px;height:140px;border-radius:50%;overflow:hidden;border:4px solid #C3D2C4;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a}
.partenaires-temoignage-photo img{width:100%;height:100%;object-fit:cover}
.partenaires-temoignage-nom{font-size:1.2rem;color:#212529;font-weight:600;margin-bottom:.3rem}
.partenaires-temoignage-role{font-size:.95rem;color:#6686A3;font-weight:500}
.partenaires-temoignage-contenu{position:relative;z-index:2}
.partenaires-temoignage-texte{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2rem;font-style:italic}
.partenaires-temoignage-resultats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding-top:2rem;border-top:2px solid #f8f9fa}
.partenaires-resultat-bloc{text-align:center}
.partenaires-resultat-chiffre{font-size:2rem;color:#6686A3;font-weight:700;display:block;margin-bottom:.3rem}
.partenaires-resultat-label{font-size:.9rem;color:#495057;line-height:1.4}
.partenaires-collaboration-section{background:#fff;padding:5rem 2rem 6rem;position:relative}
.partenaires-collaboration-wrapper{max-width:1300px;margin:0 auto}
.partenaires-collaboration-intro{text-align:center;max-width:800px;margin:0 auto 4rem}
.partenaires-collaboration-intro h2{font-size:2.4rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.partenaires-collaboration-intro p{font-size:1.08rem;color:#495057;line-height:1.7}
.partenaires-etapes-container{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem}
.partenaires-etape-bloc{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem 2rem;border-radius:12px;text-align:center;position:relative;border:2px solid transparent;transition:all .3s ease}
.partenaires-etape-bloc:hover{border-color:#A4C9C4;transform:translateY(-6px);box-shadow:0 8px 24px #0000001a}
.partenaires-etape-numero{width:60px;height:60px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px #6686a34d}
.partenaires-etape-bloc h3{font-size:1.3rem;color:#212529;margin-bottom:1rem;font-weight:600}
.partenaires-etape-bloc p{color:#495057;line-height:1.6;font-size:.98rem}
.partenaires-cta-wrapper{background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);padding:3rem 2.5rem;border-radius:16px;text-align:center;box-shadow:0 8px 32px #6686a340;position:relative;overflow:hidden}
.partenaires-cta-wrapper::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);animation:pulse-effect 4s ease-in-out infinite}
@keyframes pulse-effect {
0%,100%{transform:scale(1);opacity:.5}
50%{transform:scale(1.1);opacity:.8}
}
.partenaires-cta-wrapper h3{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:700;position:relative;z-index:2}
.partenaires-cta-wrapper p{font-size:1.1rem;color:#fff;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;position:relative;z-index:2}
.partenaires-cta-bouton{display:inline-block;background:#fff;color:#6686A3;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #00000026;position:relative;z-index:2}
.partenaires-cta-bouton:hover{transform:translateY(-3px);box-shadow:0 6px 24px #0003;background:#f8f9fa}
.partenaires-visuel-decoratif{margin-top:4rem;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000001f}
.partenaires-visuel-decoratif img{width:100%;height:auto;display:block;object-fit:cover}
@media (max-width: 968px) {
.partenaires-hero-content h1{font-size:2.2rem}
.partenaires-programme-wrapper{grid-template-columns:1fr;gap:3rem}
.partenaires-temoignage-card{grid-template-columns:1fr;gap:2rem;padding:2rem}
.partenaires-etapes-container{grid-template-columns:1fr;gap:2rem}
}
@media (max-width: 640px) {
.partenaires-hero-section{padding:3rem 1.5rem 2.5rem}
.partenaires-hero-content h1{font-size:1.8rem}
.partenaires-valeurs-grid{grid-template-columns:1fr;gap:1.5rem}
.partenaires-programme-section,.partenaires-temoignage-section,.partenaires-collaboration-section{padding:3rem 1.5rem}
.partenaires-programme-texte h2,.partenaires-temoignage-header h2,.partenaires-collaboration-intro h2{font-size:1.8rem}
.partenaires-temoignage-resultats{grid-template-columns:1fr}
.partenaires-cta-wrapper h3{font-size:1.6rem}
}
.cookie-policy-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.cookie-policy-page .policy-header-zone{background:linear-gradient(165deg,#6686A3 0%,#A4C9C4 100%);padding:5rem 0 4rem;position:relative;overflow:hidden}
.cookie-policy-page .policy-header-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:#c3d2c433;border-radius:50%;z-index:1}
.cookie-policy-page .policy-header-zone::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:#ffffff1a;border-radius:50%;z-index:1}
.cookie-policy-page .header-content-wrap{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}
.cookie-policy-page .policy-main-title{font-size:3.2rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;letter-spacing:-.02em}
.cookie-policy-page .policy-subtitle-text{font-size:1.15rem;color:#ffffffeb;margin:0;line-height:1.6;max-width:700px}
.cookie-policy-page .document-content-area{max-width:1100px;margin:-2rem auto 0;padding:0 2rem 5rem;position:relative;z-index:3}
.cookie-policy-page .primary-content-card{background:#fff;border-radius:16px;padding:4rem 3.5rem;box-shadow:0 8px 30px #6686a31f;position:relative}
.cookie-policy-page .intro-narrative-block{margin-bottom:3.5rem;padding-bottom:2.5rem;border-bottom:2px solid #f5f6fa}
.cookie-policy-page .narrative-opening-text{font-size:1.12rem;line-height:1.85;color:#343a40;margin-bottom:1.3rem}
.cookie-policy-page .narrative-opening-text:last-child{margin-bottom:0}
.cookie-policy-page .concept-divider-visual{width:80px;height:4px;background:linear-gradient(90deg,#6686A3 0%,#A4C9C4 100%);margin:2.5rem 0;border-radius:2px}
.cookie-policy-page .thematic-section-cluster{margin-bottom:3rem}
.cookie-policy-page .cluster-heading-element{font-size:1.75rem;font-weight:600;color:#6686A3;margin:0 0 1.5rem;line-height:1.3;position:relative;padding-left:1.2rem}
.cookie-policy-page .cluster-heading-element::before{content:'';position:absolute;left:0;top:.3rem;width:5px;height:1.4rem;background:#A4C9C4;border-radius:3px}
.cookie-policy-page .explanatory-fragment{background:#fafbfc;padding:2rem 2.2rem;border-radius:10px;margin-bottom:1.5rem;border-left:4px solid #C3D2C4}
.cookie-policy-page .fragment-label-text{font-size:1.05rem;font-weight:600;color:#495057;margin:0 0 .9rem;letter-spacing:.01em}
.cookie-policy-page .fragment-description-text{font-size:1rem;line-height:1.75;color:#495057;margin:0}
.cookie-policy-page .layered-commentary-box{background:linear-gradient(135deg,#a4c9c414 0%,#c3d2c41f 100%);padding:2.5rem;border-radius:12px;margin:2rem 0;position:relative}
.cookie-policy-page .layered-commentary-box::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #6686a326;border-radius:12px;pointer-events:none}
.cookie-policy-page .commentary-emphasis-text{font-size:1.08rem;line-height:1.8;color:#343a40;margin-bottom:1.2rem}
.cookie-policy-page .commentary-emphasis-text:last-child{margin-bottom:0}
.cookie-policy-page .technical-enumeration-list{list-style:none;padding:0;margin:1.5rem 0}
.cookie-policy-page .enumeration-item-entry{padding:1.3rem 0;border-bottom:1px solid #f5f6fa;display:flex;align-items:flex-start;gap:1rem}
.cookie-policy-page .enumeration-item-entry:last-child{border-bottom:none}
.cookie-policy-page .item-marker-shape{width:28px;height:28px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);border-radius:50%;flex-shrink:0;margin-top:.2rem}
.cookie-policy-page .item-content-wrapper{flex:1}
.cookie-policy-page .item-designation-text{font-size:1.02rem;font-weight:600;color:#343a40;margin:0 0 .6rem}
.cookie-policy-page .item-elaboration-text{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.cookie-policy-page .asymmetric-insight-panel{background:#fff;border:2px solid #C3D2C4;border-radius:10px;padding:2.2rem;margin:2.5rem 0}
.cookie-policy-page .insight-header-phrase{font-size:1.3rem;font-weight:600;color:#6686A3;margin:0 0 1.2rem}
.cookie-policy-page .insight-body-content{font-size:1rem;line-height:1.75;color:#495057;margin:0}
.cookie-policy-page .mosaic-grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin:2rem 0}
.cookie-policy-page .mosaic-tile-element{background:#fafbfc;padding:1.8rem;border-radius:10px;border-top:4px solid #A4C9C4;transition:transform .3s ease,box-shadow .3s ease}
.cookie-policy-page .mosaic-tile-element:hover{transform:translateY(-3px);box-shadow:0 6px 20px #6686a326}
.cookie-policy-page .tile-identifier-text{font-size:1.05rem;font-weight:600;color:#343a40;margin:0 0 .8rem}
.cookie-policy-page .tile-explanation-text{font-size:.96rem;line-height:1.7;color:#495057;margin:0}
.cookie-policy-page .control-mechanism-section{background:linear-gradient(165deg,#6686a30f 0%,#a4c9c414 100%);padding:3rem 2.5rem;border-radius:12px;margin:3rem 0}
.cookie-policy-page .mechanism-title-phrase{font-size:1.65rem;font-weight:600;color:#6686A3;margin:0 0 1.8rem;text-align:center}
.cookie-policy-page .mechanism-instruction-block{margin-bottom:2rem}
.cookie-policy-page .mechanism-instruction-block:last-child{margin-bottom:0}
.cookie-policy-page .instruction-step-label{font-size:1.08rem;font-weight:600;color:#343a40;margin:0 0 .7rem}
.cookie-policy-page .instruction-detail-text{font-size:1rem;line-height:1.7;color:#495057;margin:0}
.cookie-policy-page .inquiry-response-block{margin-top:4rem;padding-top:3rem;border-top:2px solid #f5f6fa}
.cookie-policy-page .response-header-text{font-size:1.5rem;font-weight:600;color:#6686A3;margin:0 0 1.5rem}
.cookie-policy-page .response-content-area{background:#fafbfc;padding:2rem;border-radius:10px;border-left:4px solid #6686A3}
.cookie-policy-page .contact-method-text{font-size:1rem;line-height:1.75;color:#343a40;margin:0 0 1rem}
.cookie-policy-page .contact-method-text:last-child{margin-bottom:0}
.cookie-policy-page .contact-detail-emphasis{font-weight:600;color:#6686A3}
.cookie-policy-page .final-notation-area{margin-top:3rem;padding:2rem;background:#c3d2c41a;border-radius:10px;text-align:center}
.cookie-policy-page .notation-text-element{font-size:.95rem;color:#495057;margin:0;line-height:1.7}
@media (max-width: 768px) {
.cookie-policy-page .policy-main-title{font-size:2.2rem}
.cookie-policy-page .policy-subtitle-text{font-size:1.05rem}
.cookie-policy-page .primary-content-card{padding:2.5rem 1.8rem}
.cookie-policy-page .cluster-heading-element{font-size:1.5rem}
.cookie-policy-page .mosaic-grid-container{grid-template-columns:1fr}
.cookie-policy-page .control-mechanism-section{padding:2rem 1.5rem}
.cookie-policy-page .document-content-area{padding:0 1.2rem 3rem}
.cookie-policy-page .policy-header-zone{padding:3.5rem 0 3rem}
.cookie-policy-page .header-content-wrap{padding:0 1.2rem}
}
.politique-page-container{background:#fff;min-height:100vh;padding:0;margin:0}
.politique-header-zone{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #C3D2C4}
.politique-header-zone h1{font-size:2.8rem;color:#212529;font-weight:700;margin:0 0 20px;letter-spacing:-.5px}
.politique-meta-info{font-size:.95rem;color:#6c757d;line-height:1.6}
.politique-meta-info strong{color:#495057}
.politique-content-wrapper{max-width:900px;margin:0 auto;padding:60px 25px;background:#fff}
.politique-intro-block{background:#f5f6fa;border-left:5px solid #6686A3;padding:30px;margin-bottom:50px;border-radius:0 8px 8px 0}
.politique-intro-block p{font-size:1.1rem;color:#343a40;line-height:1.8;margin:0}
.politique-section-divider{background:linear-gradient(90deg,transparent 0%,#A4C9C4 50%,transparent 100%);height:2px;margin:55px 0;opacity:.5}
.politique-content-bloc{margin-bottom:45px}
.politique-content-bloc h2{font-size:1.9rem;color:#212529;font-weight:600;margin:0 0 25px;padding-bottom:12px;border-bottom:2px solid #C3D2C4}
.politique-content-bloc h3{font-size:1.4rem;color:#343a40;font-weight:600;margin:35px 0 18px}
.politique-content-bloc p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:18px}
.politique-content-bloc ul{list-style:none;padding:0;margin:20px 0}
.politique-content-bloc ul li{position:relative;padding-left:30px;margin-bottom:12px;font-size:1.05rem;color:#495057;line-height:1.7}
.politique-content-bloc ul li:before{content:"→";position:absolute;left:0;color:#6686A3;font-weight:700}
.politique-highlight-box{background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%);border:2px solid #A4C9C4;padding:25px;margin:30px 0;border-radius:8px}
.politique-highlight-box p{margin:0;font-size:1.05rem;color:#343a40;line-height:1.75}
.politique-contact-final{background:#6686A3;color:#fff;padding:40px;margin:60px 0 0;border-radius:10px;text-align:center}
.politique-contact-final h2{font-size:1.8rem;margin:0 0 20px;color:#fff;border:none;padding:0}
.politique-contact-final p{font-size:1.1rem;color:#fff;margin:10px 0;line-height:1.6}
.politique-contact-final a{color:#C3D2C4;text-decoration:none;font-weight:600;transition:color .3s ease}
.politique-contact-final a:hover{color:#fff}
.politique-data-table{width:100%;border-collapse:collapse;margin:25px 0;background:#fff;border:1px solid #dee2e6}
.politique-data-table th{background:#6686A3;color:#fff;padding:15px;text-align:left;font-weight:600;font-size:1.05rem}
.politique-data-table td{padding:15px;border-bottom:1px solid #e9ecef;color:#495057;font-size:1rem;line-height:1.6}
.politique-data-table tr:last-child td{border-bottom:none}
.politique-data-table tr:nth-child(even){background:#f8f9fa}
@media (max-width: 768px) {
.politique-header-zone{padding:60px 20px 40px}
.politique-header-zone h1{font-size:2rem}
.politique-content-wrapper{padding:40px 20px}
.politique-content-bloc h2{font-size:1.6rem}
.politique-content-bloc h3{font-size:1.25rem}
.politique-content-bloc p,.politique-content-bloc ul li{font-size:1rem}
.politique-intro-block{padding:20px}
.politique-contact-final{padding:30px 20px}
.politique-data-table{font-size:.9rem}
.politique-data-table th,.politique-data-table td{padding:10px}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-zone{background:linear-gradient(160deg,#fff 0%,#C3D2C4 100%);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-zone::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#a4c9c426 0%,transparent 70%);border-radius:50%}
.success-hero-zone::after{content:'';position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,#6686a31a 0%,transparent 70%);border-radius:50%}
.success-confirmation-block{max-width:720px;margin:0 auto;position:relative;z-index:2}
.success-icon-visual{width:90px;height:90px;margin:0 auto 35px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 24px #6686a340}
.success-icon-visual::before{content:'';position:absolute;width:110px;height:110px;border:3px solid #a4c9c44d;border-radius:50%;animation:pulse-ring 2s ease-out infinite}
@keyframes pulse-ring {
0%{transform:scale(0.9);opacity:1}
100%{transform:scale(1.3);opacity:0}
}
.success-icon-visual svg{width:45px;height:45px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;margin:0 0 20px;line-height:1.2}
.success-subheading-text{font-size:19px;color:#495057;line-height:1.6;margin:0 0 15px}
.success-detail-paragraph{font-size:16px;color:#6c757d;line-height:1.7;margin:0}
.success-timeline-container{background:#fff;padding:70px 20px;position:relative}
.success-timeline-wrapper{max-width:900px;margin:0 auto}
.timeline-heading-center{text-align:center;margin-bottom:55px}
.timeline-heading-center h2{font-size:34px;font-weight:700;color:#212529;margin:0 0 12px}
.timeline-heading-center p{font-size:17px;color:#6c757d;line-height:1.6;margin:0;max-width:620px;margin:0 auto}
.timeline-steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;margin-top:50px}
.timeline-step-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border:2px solid #C3D2C4;border-radius:12px;padding:35px 28px;position:relative;transition:all .3s ease}
.timeline-step-card:hover{transform:translateY(-5px);box-shadow:0 12px 28px #6686a326;border-color:#A4C9C4}
.step-number-badge{position:absolute;top:-18px;left:28px;width:42px;height:42px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;box-shadow:0 4px 12px #6686a34d}
.step-card-title{font-size:21px;font-weight:600;color:#212529;margin:15px 0 12px;line-height:1.3}
.step-card-description{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.success-actions-zone{background:linear-gradient(135deg,#f5f6fa 0%,#fff 100%);padding:65px 20px;text-align:center}
.actions-content-box{max-width:680px;margin:0 auto}
.actions-content-box h3{font-size:30px;font-weight:700;color:#212529;margin:0 0 18px;line-height:1.3}
.actions-content-box p{font-size:16px;color:#6c757d;line-height:1.7;margin:0 0 35px}
.action-buttons-row{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.btn-primary-action{display:inline-block;padding:15px 38px;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);color:#fff;font-size:16px;font-weight:600;text-decoration:none;border-radius:8px;transition:all .3s ease;box-shadow:0 4px 14px #6686a340;position:relative;z-index:10}
.btn-primary-action:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6686a359;color:#fff}
.btn-secondary-action{display:inline-block;padding:15px 38px;background:#fff;color:#6686A3;font-size:16px;font-weight:600;text-decoration:none;border:2px solid #6686A3;border-radius:8px;transition:all .3s ease;position:relative;z-index:10}
.btn-secondary-action:hover{background:#6686A3;color:#fff;transform:translateY(-2px)}
.success-info-cards{background:#fff;padding:70px 20px}
.info-cards-wrapper{max-width:1100px;margin:0 auto}
.cards-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}
.info-single-card{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-left:4px solid #A4C9C4;border-radius:8px;padding:32px 26px;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.info-single-card:hover{box-shadow:0 8px 24px #6686a326;transform:translateX(5px)}
.info-card-icon{width:50px;height:50px;background:linear-gradient(135deg,#C3D2C4 0%,#A4C9C4 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.info-card-icon svg{width:28px;height:28px;stroke:#6686A3;stroke-width:2;fill:none}
.info-single-card h4{font-size:20px;font-weight:600;color:#212529;margin:0 0 10px;line-height:1.3}
.info-single-card p{font-size:15px;color:#6c757d;line-height:1.6;margin:0}
.success-contact-strip{background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);padding:45px 20px;text-align:center;position:relative;overflow:hidden}
.success-contact-strip::before{content:'';position:absolute;top:-50%;left:20%;width:300px;height:300px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.contact-strip-content{max-width:750px;margin:0 auto;position:relative;z-index:2}
.contact-strip-content h3{font-size:26px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.3}
.contact-strip-content p{font-size:16px;color:#fffffff2;line-height:1.6;margin:0 0 8px}
.contact-info-link{font-size:17px;color:#fff;font-weight:600;text-decoration:none;border-bottom:2px solid #fff6;transition:all .3s ease;display:inline-block;margin-top:5px}
.contact-info-link:hover{border-bottom-color:#fff;color:#fff}
@media (max-width: 768px) {
.success-main-heading{font-size:32px}
.success-subheading-text{font-size:17px}
.timeline-heading-center h2{font-size:28px}
.timeline-steps-grid{grid-template-columns:1fr;gap:50px}
.action-buttons-row{flex-direction:column;align-items:center}
.btn-primary-action,.btn-secondary-action{width:100%;max-width:320px}
.cards-grid-layout{grid-template-columns:1fr}
.success-hero-zone{padding:60px 20px 50px}
.success-icon-visual{width:75px;height:75px}
.success-icon-visual svg{width:38px;height:38px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:26px}
.timeline-heading-center h2{font-size:24px}
.step-card-title{font-size:19px}
.actions-content-box h3{font-size:24px}
}
.error-page-wrapper{min-height:100vh;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 50%,#fff 100%);display:flex;align-items:center;justify-content:center;padding:2rem 1rem;position:relative;overflow:hidden}
.error-page-wrapper::before{content:'';position:absolute;top:-10%;right:-5%;width:40%;height:60%;background:linear-gradient(145deg,#a4c9c426,#c3d2c41a);border-radius:50%;filter:blur(80px);z-index:1}
.error-page-wrapper::after{content:'';position:absolute;bottom:-15%;left:-8%;width:45%;height:55%;background:linear-gradient(225deg,#6686a31f,#a4c9c414);border-radius:50%;filter:blur(90px);z-index:1}
.error-content-zone{max-width:920px;width:100%;position:relative;z-index:2;background:#ffffffd9;backdrop-filter:blur(20px);border-radius:24px;padding:4rem 3rem;box-shadow:0 8px 32px #6686a31f 0 2px 8px #0000000a;border:1px solid #c3d2c44d}
.error-visual-mark{text-align:center;margin-bottom:2.5rem;position:relative}
.error-number-display{font-size:9rem;font-weight:800;color:#6686A3;line-height:1;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}
.error-number-display::after{content:'404';position:absolute;top:6px;left:6px;z-index:-1;color:#c3d2c433;-webkit-text-fill-color:#c3d2c433}
.error-main-message{text-align:center;margin-bottom:3rem}
.error-heading-primary{font-size:2.2rem;font-weight:700;color:#212529;margin:0 0 1.2rem;line-height:1.3}
.error-description-text{font-size:1.15rem;color:#495057;line-height:1.7;margin:0 auto;max-width:580px}
.error-explanation-block{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:16px;padding:2.5rem 2rem;margin-bottom:2.5rem;border-left:4px solid #A4C9C4;box-shadow:0 2px 12px #6686a314}
.error-scenario-title{font-size:1.3rem;font-weight:600;color:#343a40;margin:0 0 1.2rem}
.error-reason-list{list-style:none;padding:0;margin:0}
.error-reason-list li{padding:.8rem 0 .8rem 2.5rem;color:#495057;font-size:1.05rem;line-height:1.6;position:relative;border-bottom:1px solid #c3d2c440}
.error-reason-list li:last-child{border-bottom:none}
.error-reason-list li::before{content:'';position:absolute;left:0;top:1.2rem;width:14px;height:14px;background:#A4C9C4;border-radius:50%;box-shadow:0 0 0 3px #a4c9c433}
.error-navigation-section{margin-top:3rem;text-align:center}
.error-nav-suggestion{font-size:1.1rem;color:#343a40;margin-bottom:2rem;font-weight:500}
.error-action-buttons{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}
.error-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#6686A3 0%,#A4C9C4 100%);color:#fff;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 16px #6686a340;border:none;cursor:pointer;position:relative;z-index:10}
.error-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #6686a359;background:linear-gradient(135deg,#5a7a93 0%,#92b8b3 100%)}
.error-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:#fff;color:#6686A3;font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 8px #6686a326;border:2px solid #A4C9C4;cursor:pointer;position:relative;z-index:10}
.error-btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 4px 16px #6686a340;border-color:#6686A3}
.error-footer-info{margin-top:3.5rem;padding-top:2rem;border-top:1px solid #c3d2c459;text-align:center}
.error-support-message{font-size:1rem;color:#495057;margin-bottom:1rem;line-height:1.6}
.error-contact-link{color:#6686A3;text-decoration:none;font-weight:600;transition:color .3s ease;border-bottom:2px solid transparent}
.error-contact-link:hover{color:#5a7a93;border-bottom-color:#A4C9C4}
@media (max-width: 768px) {
.error-content-zone{padding:3rem 1.8rem;border-radius:16px}
.error-number-display{font-size:6rem}
.error-heading-primary{font-size:1.75rem}
.error-description-text{font-size:1.05rem}
.error-explanation-block{padding:2rem 1.5rem}
.error-action-buttons{flex-direction:column;align-items:stretch}
.error-btn-primary,.error-btn-secondary{width:100%;padding:1.1rem 2rem}
.error-reason-list li{padding-left:2rem;font-size:1rem}
.error-reason-list li::before{width:12px;height:12px}
}
@media (max-width: 480px) {
.error-number-display{font-size:4.5rem}
.error-heading-primary{font-size:1.5rem}
.error-content-zone{padding:2.5rem 1.5rem}
}