*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-shade:#7A6C6E;--secondary-tone:#A4A4A4;--tertiary-hue:#B9B1B2;--base-light:#fff;--bg-neutral:#f8f9fa;--text-primary:#212529;--text-secondary:#495057;--spacing-unit:1.5rem}
body{color:var(--text-primary);overflow-x:hidden;font:16px/1.7 'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:var(--base-light)}
.primary_wrapper{width:100%;max-width:1440px;margin:0 auto;padding:0 2rem}
header{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);border-bottom:1px solid #7a6c6e1f;position:relative}
.header_tier1_brand{text-align:center;padding:1.5rem 0;border-bottom:1px solid #a4a4a414}
.company__title_h1{color:var(--primary-shade);letter-spacing:-.02em;font:600 2.25rem 'Source Serif Pro',Georgia,serif}
.header_tier2_identity{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;gap:3rem;flex-wrap:wrap}
.contact_block_left{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:200px}
.contact_item_row{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.95rem}
.contact_icon_circle{width:32px;height:32px;border-radius:50%;background:linear-gradient(45deg,var(--primary-shade) 0%,var(--tertiary-hue) 100%);display:flex;align-items:center;justify-content:center;color:var(--base-light);font-size:.85rem;flex-shrink:0}
.logo_container_center{flex:0 0 auto;display:flex;align-items:center;justify-content:center;z-index:10;position:relative}
.logo_image_main{height:70px;width:70px;object-fit:contain;aspect-ratio:1/1}
.contact_block_right{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:200px;align-items:flex-end}
.header_tier3_navigation{background:linear-gradient(90deg,#7a6c6e0a 0%,#b9b1b20f 50%,#a4a4a40a 100%);border-top:1px solid #7a6c6e1a;padding:0}
.nav_menu_main{display:flex;align-items:center;justify-content:center;list-style:none;gap:0}
.nav_item_single{position:relative}
.nav_link_element{display:block;padding:1.2rem 2rem;color:var(--text-primary);text-decoration:none;font-weight:500;font-size:.98rem;letter-spacing:.01em;transition:color .25s ease,background-color .25s ease;position:relative}
.nav_link_element:hover,.nav_link_element:focus{color:var(--primary-shade);outline:none;background:#7a6c6e0f}
.nav_link_element:focus{box-shadow:inset 0 0 0 2px var(--primary-shade)}
main{min-height:60vh}
footer{background:linear-gradient(135deg,#2d2728 0%,#3a3335 50%,#2d2728 100%);color:#f5f6fa;margin-top:5rem;position:relative}
.footer_primary_section{padding:4rem 0 2.5rem}
.footer_content_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3.5rem;column-gap:4rem}
.footer_column_block{display:flex;flex-direction:column;gap:1.25rem}
.footer_heading_title{color:var(--tertiary-hue);margin-bottom:.5rem;letter-spacing:-.01em;font:600 1.3rem 'Source Serif Pro',Georgia,serif}
.footer_text_content{color:#e4e4e7;line-height:1.8;font-size:.95rem}
.footer_logo_display{height:60px;width:60px;margin-bottom:1rem;object-fit:contain}
.footer_list_links{list-style:none;display:flex;flex-direction:column;gap:.9rem}
.footer_link_item{color:#e4e4e7;text-decoration:none;font-size:.95rem;transition:color .25s ease,opacity .25s ease;display:inline-block}
.footer_link_item:hover,.footer_link_item:focus{color:var(--tertiary-hue);opacity:.85;outline:none}
.footer_link_item:focus{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}
.footer_address_block{display:flex;flex-direction:column;gap:.7rem;color:#e4e4e7;font-size:.95rem;line-height:1.7}
.address_line_item{display:flex;align-items:flex-start;gap:.6rem}
.address_icon_span{color:var(--tertiary-hue);font-size:1.1rem;margin-top:.15rem;flex-shrink:0}
.footer_bottom_bar{border-top:1px solid #b9b1b233;padding:2rem 0;margin-top:3rem}
.footer_copyright_text{text-align:center;color:#d4d4d8;font-size:.9rem}
.consent_overlay_bg{position:fixed;bottom:0;left:0;right:0;background:#212529d9;backdrop-filter:blur(4px);z-index:9999;display:none;animation:slideUpFade .4s ease-out}
@keyframes slideUpFade {
from{opacity:0;transform:translateY(30px)}
to{opacity:1;transform:translateY(0)}
}
.consent_card_wrapper{max-width:960px;margin:0 auto;padding:2rem}
.consent_inner_box{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);border-radius:12px;padding:2.5rem;box-shadow:0 -8px 32px #00000026;border:1px solid #7a6c6e1a}
.consent_heading_main{color:var(--primary-shade);margin-bottom:1rem;font:600 1.5rem 'Source Serif Pro',Georgia,serif}
.consent_description_text{color:var(--text-secondary);line-height:1.7;margin-bottom:1.75rem;font-size:.98rem}
.consent_actions_row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.btn_consent_primary{background:linear-gradient(45deg,var(--primary-shade) 0%,var(--secondary-tone) 100%);color:var(--base-light);border:none;padding:.9rem 2rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;transition:opacity .25s ease,transform .2s ease;min-width:160px}
.btn_consent_primary:hover{opacity:.9;transform:translateY(-1px)}
.btn_consent_primary:focus{outline:2px solid var(--primary-shade);outline-offset:3px}
.btn_consent_secondary{background:none;color:var(--text-primary);border:2px solid var(--secondary-tone);padding:.85rem 2rem;border-radius:6px;font-weight:500;font-size:.95rem;cursor:pointer;transition:background-color .25s ease,border-color .25s ease;min-width:160px}
.btn_consent_secondary:hover{border-color:var(--primary-shade);background:#a4a4a414}
.btn_consent_secondary:focus{outline:2px solid var(--primary-shade);outline-offset:3px}
.consent_policy_link{color:var(--primary-shade);text-decoration:none;font-weight:500;margin-left:1rem;border-bottom:1px solid transparent;transition:border-color .25s ease}
.consent_policy_link:hover,.consent_policy_link:focus{border-bottom-color:var(--primary-shade);outline:none}
@media (max-width: 1024px) {
.header_tier2_identity{justify-content:center}
.contact_block_right{align-items:flex-start}
}
@media (max-width: 768px) {
.company__title_h1{font-size:1.75rem}
.header_tier2_identity{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 0}
.contact_block_left,.contact_block_right{width:100%;align-items:center;text-align:center}
.contact_item_row{justify-content:center}
.nav_menu_main{flex-direction:column;align-items:stretch}
.nav_link_element{text-align:center;padding:1rem 1.5rem}
.footer_content_grid{grid-template-columns:1fr;gap:2.5rem}
.consent_card_wrapper{padding:1rem}
.consent_inner_box{padding:1.75rem}
.consent_actions_row{flex-direction:column}
.btn_consent_primary,.btn_consent_secondary{width:100%}
.consent_policy_link{margin-left:0;margin-top:.75rem;display:inline-block}
}
@media (max-width: 480px) {
.primary_wrapper{padding:0 1rem}
.company__title_h1{font-size:1.5rem}
.logo_image_main{height:55px;width:55px}
.nav_link_element{font-size:.9rem}
.consent_heading_main{font-size:1.25rem}
}
.apropos-hero-section{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.apropos-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7a6c6e14 0%,transparent 70%);border-radius:50%}
.apropos-hero-content{max-width:850px;margin:0 auto;position:relative;z-index:2}
.apropos-hero-title{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.apropos-hero-subtitle{font-size:1.25rem;color:#495057;line-height:1.7;margin-bottom:2rem}
.apropos-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}
.apropos-stat-item{text-align:center;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}
.apropos-stat-number{font-size:2.5rem;color:#7A6C6E;font-weight:700;display:block;margin-bottom:.5rem}
.apropos-stat-label{font-size:.95rem;color:#495057;line-height:1.4}
.apropos-histoire-section{padding:5rem 2rem;background:#fff}
.apropos-histoire-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.apropos-histoire-texte h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.apropos-histoire-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:1.3rem}
.apropos-histoire-image{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0000001a}
.apropos-histoire-image img{width:100%;height:400px;object-fit:cover;display:block}
.apropos-valeurs-section{padding:5rem 2rem;background:linear-gradient(to bottom,#f8f9fa 0%,#fff 100%);position:relative}
.apropos-valeurs-container{max-width:1200px;margin:0 auto}
.apropos-valeurs-header{text-align:center;margin-bottom:4rem}
.apropos-valeurs-header h2{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:700}
.apropos-valeurs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.apropos-valeur-card{background:#fff;padding:2.5rem;border-radius:12px;border-left:4px solid #7A6C6E;box-shadow:0 4px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.apropos-valeur-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}
.apropos-valeur-card h3{font-size:1.4rem;color:#7A6C6E;margin-bottom:1rem;font-weight:600}
.apropos-valeur-card p{font-size:1rem;color:#495057;line-height:1.7}
.apropos-methode-section{padding:5rem 2rem;background:#fff}
.apropos-methode-container{max-width:1200px;margin:0 auto}
.apropos-methode-intro{text-align:center;margin-bottom:4rem}
.apropos-methode-intro h2{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:700}
.apropos-methode-intro p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.apropos-methode-contenu{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.apropos-methode-visuel{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.apropos-methode-photo{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014}
.apropos-methode-photo img{width:100%;height:220px;object-fit:cover;display:block}
.apropos-methode-photo:nth-child(1){transform:translateY(20px)}
.apropos-methode-photo:nth-child(2){transform:translateY(-20px)}
.apropos-etapes-liste{display:flex;flex-direction:column;gap:2rem}
.apropos-etape-item{display:flex;gap:1.5rem;align-items:start}
.apropos-etape-numero{min-width:50px;height:50px;background:linear-gradient(135deg,#7A6C6E 0%,#B9B1B2 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;flex-shrink:0}
.apropos-etape-contenu h3{font-size:1.2rem;color:#212529;margin-bottom:.7rem;font-weight:600}
.apropos-etape-contenu p{font-size:.98rem;color:#495057;line-height:1.6}
.apropos-engagement-section{padding:5rem 2rem;background:linear-gradient(135deg,#f8f9fa 0%,#fafbfc 100%)}
.apropos-engagement-container{max-width:1100px;margin:0 auto;text-align:center}
.apropos-engagement-container h2{font-size:2.2rem;color:#212529;margin-bottom:1.5rem;font-weight:700}
.apropos-engagement-texte{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}
.apropos-cta-box{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 24px #00000014;margin-top:3rem}
.apropos-cta-box h3{font-size:1.6rem;color:#212529;margin-bottom:1.2rem;font-weight:600}
.apropos-cta-box p{font-size:1.05rem;color:#495057;margin-bottom:2rem;line-height:1.7}
.apropos-btn-primary{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.05rem;font-weight:600;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #7a6c6e4d}
.apropos-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a6c6e66}
@media (max-width: 968px) {
.apropos-hero-title{font-size:2.2rem}
.apropos-stats-grid{grid-template-columns:1fr;gap:1.5rem}
.apropos-histoire-container{grid-template-columns:1fr;gap:2.5rem}
.apropos-histoire-image img{height:320px}
.apropos-valeurs-grid{grid-template-columns:1fr}
.apropos-methode-contenu{grid-template-columns:1fr;gap:3rem}
.apropos-methode-photo:nth-child(1),.apropos-methode-photo:nth-child(2){transform:translateY(0)}
.apropos-cta-box{padding:2rem}
}
@media (max-width: 640px) {
.apropos-hero-section{padding:3rem 1.5rem}
.apropos-hero-title{font-size:1.8rem}
.apropos-hero-subtitle{font-size:1.05rem}
.apropos-histoire-section,.apropos-valeurs-section,.apropos-methode-section,.apropos-engagement-section{padding:3rem 1.5rem}
.apropos-valeur-card{padding:1.8rem}
.apropos-methode-visuel{grid-template-columns:1fr}
.apropos-etape-numero{min-width:45px;height:45px;font-size:1.1rem}
}
.tech-req-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh;padding:0;margin:0}
.tech-req-hero-section{background:linear-gradient(165deg,#fff 0%,#f8f9fa 50%,#fafbfc 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.tech-req-hero-section::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7a6c6e14 0%,transparent 70%);border-radius:50%;z-index:1}
.tech-req-hero-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,#a4a4a40f 0%,transparent 70%);border-radius:50%;z-index:1}
.tech-req-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.tech-req-hero-breadcrumb{font-size:14px;color:#7A6C6E;margin-bottom:20px;font-weight:500;letter-spacing:.5px}
.tech-req-hero-breadcrumb span{color:#A4A4A4;margin:0 8px}
.tech-req-hero-title{font-size:52px;color:#212529;font-weight:700;margin-bottom:24px;line-height:1.2;letter-spacing:-.5px}
.tech-req-hero-subtitle{font-size:20px;color:#495057;line-height:1.7;margin-bottom:30px;max-width:800px}
.tech-req-hero-meta{display:flex;gap:30px;flex-wrap:wrap;margin-top:35px}
.tech-req-meta-item{display:flex;align-items:center;gap:10px;color:#343a40;font-size:15px}
.tech-req-meta-icon{width:20px;height:20px;background:#7A6C6E;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px}
.tech-req-main-content{max-width:1400px;margin:0 auto;padding:60px 20px}
.tech-req-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start;margin-bottom:60px}
.tech-req-content-block{background:#fff;padding:45px;border-radius:12px;box-shadow:0 4px 20px #7a6c6e14;border-left:4px solid #7A6C6E}
.tech-req-section-label{font-size:13px;color:#7A6C6E;font-weight:600;text-transform:uppercase;letter-spacing:1.2px;margin-bottom:18px;display:block}
.tech-req-content-heading{font-size:32px;color:#212529;font-weight:700;margin-bottom:22px;line-height:1.3}
.tech-req-content-text{font-size:16px;color:#495057;line-height:1.8;margin-bottom:18px}
.tech-req-content-text:last-child{margin-bottom:0}
.tech-req-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #7a6c6e1f;height:100%;min-height:500px}
.tech-req-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}
.tech-req-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529d9 0%,transparent 100%);padding:30px;color:#fff}
.tech-req-image-caption{font-size:18px;font-weight:600;margin-bottom:8px}
.tech-req-image-subcaption{font-size:14px;opacity:.9;line-height:1.6}
.tech-req-specs-section{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:70px 40px;border-radius:16px;margin-bottom:60px;box-shadow:0 6px 25px #a4a4a41a}
.tech-req-specs-title{font-size:38px;color:#212529;font-weight:700;text-align:center;margin-bottom:50px;letter-spacing:-.5px}
.tech-req-specs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1200px;margin:0 auto}
.tech-req-spec-card{background:#fff;padding:35px 28px;border-radius:10px;border:2px solid #f5f6fa;transition:all .3s ease}
.tech-req-spec-card:hover{border-color:#B9B1B2;transform:translateY(-3px);box-shadow:0 8px 20px #7a6c6e1f}
.tech-req-spec-icon{width:54px;height:54px;background:linear-gradient(135deg,#7A6C6E 0%,#B9B1B2 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;margin-bottom:20px}
.tech-req-spec-name{font-size:20px;color:#212529;font-weight:600;margin-bottom:12px}
.tech-req-spec-description{font-size:15px;color:#495057;line-height:1.7;margin-bottom:16px}
.tech-req-spec-details{font-size:14px;color:#7A6C6E;font-weight:500;padding-top:14px;border-top:1px solid #f5f6fa}
.tech-req-requirements-table{background:#fff;padding:50px;border-radius:12px;box-shadow:0 4px 20px #7a6c6e14;margin-bottom:60px}
.tech-req-table-title{font-size:34px;color:#212529;font-weight:700;margin-bottom:35px;text-align:center}
.tech-req-comparison-table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:8px}
.tech-req-comparison-table thead{background:linear-gradient(135deg,#7A6C6E 0%,#B9B1B2 100%)}
.tech-req-comparison-table th{color:#fff;padding:18px 20px;text-align:left;font-size:16px;font-weight:600;letter-spacing:.3px}
.tech-req-comparison-table tbody tr{border-bottom:1px solid #f5f6fa;transition:background .2s ease}
.tech-req-comparison-table tbody tr:hover{background:#fafbfc}
.tech-req-comparison-table td{padding:18px 20px;font-size:15px;color:#343a40}
.tech-req-comparison-table td:first-child{font-weight:600;color:#7A6C6E}
.tech-req-checkmark{color:#7A6C6E;font-size:18px;font-weight:700}
.tech-req-cta-section{background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);padding:60px 40px;border-radius:16px;text-align:center;box-shadow:0 10px 35px #7a6c6e33}
.tech-req-cta-title{font-size:36px;color:#fff;font-weight:700;margin-bottom:18px;letter-spacing:-.3px}
.tech-req-cta-text{font-size:18px;color:#fff;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7;opacity:.95}
.tech-req-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.tech-req-btn-primary{background:#fff;color:#7A6C6E;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}
.tech-req-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026;background:#fafbfc}
.tech-req-btn-secondary{background:none;color:#fff;padding:16px 40px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all .3s ease}
.tech-req-btn-secondary:hover{background:#fff;color:#7A6C6E;transform:translateY(-2px)}
@media (max-width: 1024px) {
.tech-req-specs-grid{grid-template-columns:repeat(2,1fr)}
.tech-req-grid-layout{gap:40px}
}
@media (max-width: 768px) {
.tech-req-hero-section{padding:60px 20px 40px}
.tech-req-hero-title{font-size:38px}
.tech-req-hero-subtitle{font-size:18px}
.tech-req-grid-layout{grid-template-columns:1fr;gap:30px}
.tech-req-image-wrapper{min-height:350px}
.tech-req-specs-grid{grid-template-columns:1fr;gap:25px}
.tech-req-specs-section{padding:50px 25px}
.tech-req-content-block{padding:30px 25px}
.tech-req-requirements-table{padding:30px 20px;overflow-x:auto}
.tech-req-comparison-table{font-size:14px}
.tech-req-comparison-table th,.tech-req-comparison-table td{padding:12px 10px}
.tech-req-cta-title{font-size:28px}
.tech-req-cta-text{font-size:16px}
.tech-req-cta-buttons{flex-direction:column;align-items:center}
.tech-req-btn-primary,.tech-req-btn-secondary{width:100%;max-width:300px}
}
@media (max-width: 480px) {
.tech-req-hero-title{font-size:32px}
.tech-req-content-heading{font-size:26px}
.tech-req-specs-title{font-size:30px}
.tech-req-table-title{font-size:26px}
}
.finances-index-wrapper{background:#fafbfc;min-height:100vh}
.hero-negotiation-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.hero-negotiation-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,#b9b1b226 0%,transparent 70%);border-radius:50%}
.hero-content-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-text-area h1{font-size:3.2rem;line-height:1.15;color:#212529;margin-bottom:24px;font-weight:700;letter-spacing:-.02em}
.hero-text-area .lead-text{font-size:1.25rem;line-height:1.6;color:#495057;margin-bottom:32px}
.hero-visual-area{position:relative}
.hero-visual-area img{width:100%;height:480px;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #7a6c6e33;transition:transform .4s ease}
.hero-visual-area img:hover{transform:translateY(-8px)}
.cta-primary-button{display:inline-block;background:#7A6C6E;color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #7a6c6e40}
.cta-primary-button:hover{background:#655a5c;transform:translateY(-2px);box-shadow:0 6px 20px #7a6c6e59}
.methodology-showcase{padding:80px 20px;background:#fff}
.methodology-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:50px;align-items:start}
.methodology-image-wrapper{position:relative;height:100%}
.methodology-image-wrapper img{width:100%;height:550px;object-fit:cover;border-radius:12px;box-shadow:0 12px 40px #a4a4a42e}
.methodology-content-area{padding:20px 0}
.methodology-content-area h2{font-size:2.5rem;color:#212529;margin-bottom:28px;font-weight:700}
.methodology-content-area .intro-paragraph{font-size:1.1rem;color:#495057;line-height:1.7;margin-bottom:36px}
.approach-list{list-style:none;padding:0;margin:0}
.approach-list li{padding:20px 0;border-bottom:1px solid #f5f6fa;color:#343a40;font-size:1.05rem;line-height:1.6;position:relative;padding-left:40px}
.approach-list li::before{content:'→';position:absolute;left:0;color:#7A6C6E;font-size:1.4rem;font-weight:700}
.approach-list li:last-child{border-bottom:none}
.skills-development-block{padding:70px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#fff 100%)}
.skills-container{max-width:1200px;margin:0 auto}
.skills-header{text-align:center;margin-bottom:60px}
.skills-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.skills-header p{font-size:1.15rem;color:#495057;line-height:1.6;max-width:700px;margin:0 auto}
.skills-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.skill-card-item{background:#fff;padding:36px 28px;border-radius:10px;border:2px solid #f5f6fa;transition:all .3s ease;position:relative}
.skill-card-item::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#7A6C6E;transition:height .3s ease;border-radius:10px 0 0 10px}
.skill-card-item:hover::before{height:100%}
.skill-card-item:hover{border-color:#B9B1B2;transform:translateY(-6px);box-shadow:0 12px 30px #7a6c6e26}
.skill-card-item h3{font-size:1.35rem;color:#212529;margin-bottom:16px;font-weight:600}
.skill-card-item p{font-size:1rem;color:#495057;line-height:1.65;margin:0}
.transformation-section{padding:80px 20px;background:#fff;position:relative}
.transformation-wrapper{max-width:1100px;margin:0 auto}
.transformation-header{margin-bottom:50px}
.transformation-header h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.transformation-content-split{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.transformation-text-block{display:flex;flex-direction:column;gap:24px}
.transformation-example{background:#f8f9fa;padding:24px;border-radius:8px;border-left:4px solid #7A6C6E}
.transformation-example h4{font-size:1.15rem;color:#212529;margin-bottom:12px;font-weight:600}
.transformation-example p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.transformation-visual{position:relative}
.transformation-visual img{width:100%;height:500px;object-fit:cover;border-radius:12px;box-shadow:0 15px 45px #a4a4a433}
.program-details-section{padding:70px 20px;background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%)}
.program-container{max-width:1000px;margin:0 auto}
.program-intro-header{text-align:center;margin-bottom:50px}
.program-intro-header h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.program-intro-header p{font-size:1.1rem;color:#495057;line-height:1.65}
.program-timeline-list{display:flex;flex-direction:column;gap:20px;position:relative;padding-left:60px}
.program-timeline-list::before{content:'';position:absolute;left:18px;top:20px;bottom:20px;width:3px;background:linear-gradient(180deg,#7A6C6E 0%,#B9B1B2 100%)}
.timeline-phase-item{position:relative;background:#fff;padding:28px 32px;border-radius:10px;box-shadow:0 4px 20px #7a6c6e1a;transition:all .3s ease}
.timeline-phase-item::before{content:'';position:absolute;left:-42px;top:32px;width:16px;height:16px;background:#7A6C6E;border:4px solid #fff;border-radius:50%;box-shadow:0 2px 8px #7a6c6e4d}
.timeline-phase-item:hover{transform:translateX(8px);box-shadow:0 6px 25px #7a6c6e2e}
.timeline-phase-item h3{font-size:1.3rem;color:#212529;margin-bottom:12px;font-weight:600}
.timeline-phase-item p{font-size:1rem;color:#495057;line-height:1.6;margin:0}
.final-cta-section{padding:90px 20px;background:linear-gradient(135deg,#7A6C6E 0%,#B9B1B2 100%);text-align:center;position:relative;overflow:hidden}
.final-cta-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:#ffffff14;border-radius:50%}
.final-cta-section::after{content:'';position:absolute;bottom:-150px;right:-150px;width:500px;height:500px;background:#ffffff0f;border-radius:50%}
.final-cta-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.final-cta-content h2{font-size:2.6rem;color:#fff;margin-bottom:24px;font-weight:700;line-height:1.2}
.final-cta-content p{font-size:1.2rem;color:#fff;line-height:1.65;margin-bottom:40px;opacity:.95}
.cta-button-group{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.cta-secondary-button{display:inline-block;background:#fff;color:#7A6C6E;padding:16px 36px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #0000001a}
.cta-secondary-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026;background:#f8f9fa}
.cta-outline-button{display:inline-block;background:none;color:#fff;padding:16px 36px;border:2px solid #fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease}
.cta-outline-button:hover{background:#fff;color:#7A6C6E;transform:translateY(-3px)}
@media (max-width: 968px) {
.hero-content-container{grid-template-columns:1fr;gap:40px}
.hero-text-area h1{font-size:2.4rem}
.hero-visual-area img{height:360px}
.methodology-grid{grid-template-columns:1fr;gap:40px}
.methodology-image-wrapper img{height:400px}
.skills-grid-layout{grid-template-columns:1fr;gap:20px}
.transformation-content-split{grid-template-columns:1fr;gap:40px}
.transformation-visual img{height:350px}
.program-timeline-list{padding-left:50px}
.timeline-phase-item::before{left:-34px}
.cta-button-group{flex-direction:column;align-items:center}
.cta-primary-button,.cta-secondary-button,.cta-outline-button{width:100%;max-width:320px;text-align:center}
}
@media (max-width: 640px) {
.hero-negotiation-section{padding:50px 15px 40px}
.hero-text-area h1{font-size:1.9rem}
.hero-text-area .lead-text{font-size:1.1rem}
.methodology-content-area h2,.skills-header h2,.transformation-header h2,.program-intro-header h2{font-size:1.9rem}
.final-cta-content h2{font-size:2rem}
.final-cta-content p{font-size:1.05rem}
}
.contact-hero-zone{background:linear-gradient(135deg,#fafbfc 0%,#f5f6fa 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7a6c6e14 0%,transparent 70%);border-radius:50%}
.contact-hero-content{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}
.contact-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.2}
.contact-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.contact-main-wrapper{padding:70px 20px;background:#fff}
.contact-grid-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:start}
.contact-info-block{background:linear-gradient(145deg,#f8f9fa 0%,#fafbfc 100%);padding:40px 35px;border-radius:12px;border:1px solid #e9ecef;position:sticky;top:30px}
.contact-info-block h2{font-size:1.6rem;color:#212529;margin-bottom:30px;font-weight:600}
.info-item-row{margin-bottom:28px;display:flex;align-items:flex-start;gap:15px}
.info-item-row:last-child{margin-bottom:0}
.info-icon-holder{width:42px;height:42px;background:#7A6C6E;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.info-icon-holder i{color:#fff;font-size:18px}
.info-text-content h3{font-size:.95rem;color:#6c757d;margin:0 0 6px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.info-text-content p{font-size:1.05rem;color:#212529;margin:0;line-height:1.6}
.info-text-content a{color:#7A6C6E;text-decoration:none;transition:color .3s ease}
.info-text-content a:hover{color:#5a4c4e}
.contact-form-section{background:#fff;padding:45px 40px;border-radius:12px;border:1px solid #e9ecef;box-shadow:0 4px 20px #0000000a}
.contact-form-section h2{font-size:1.8rem;color:#212529;margin-bottom:12px;font-weight:600}
.form-subtitle-text{font-size:1rem;color:#6c757d;margin-bottom:35px;line-height:1.6}
.form-field-group{margin-bottom:24px}
.form-field-group label{display:block;font-size:.95rem;color:#343a40;margin-bottom:8px;font-weight:500}
.form-field-group input,.form-field-group textarea{width:100%;padding:14px 16px;border:1px solid #ced4da;border-radius:6px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease;font-family:inherit}
.form-field-group input:focus,.form-field-group textarea:focus{outline:none;border-color:#7A6C6E;box-shadow:0 0 0 3px #7a6c6e1a}
.form-field-group textarea{resize:vertical;min-height:140px}
.privacy-consent-box{margin:28px 0;display:flex;align-items:flex-start;gap:12px}
.privacy-consent-box input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.privacy-consent-box label{font-size:.95rem;color:#495057;line-height:1.6;cursor:pointer}
.privacy-consent-box label a{color:#7A6C6E;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease}
.privacy-consent-box label a:hover{border-bottom-color:#7A6C6E}
.form-submit-btn{width:100%;padding:16px 32px;background:#7A6C6E;color:#fff;border:none;border-radius:6px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}
.form-submit-btn:hover{background:#5a4c4e;transform:translateY(-2px);box-shadow:0 6px 20px #7a6c6e40}
.form-submit-btn:active{transform:translateY(0)}
.visual-accent-section{padding:90px 20px;background:linear-gradient(180deg,#f5f6fa 0%,#fafbfc 100%);position:relative}
.visual-content-wrapper{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.visual-text-area h2{font-size:2.2rem;color:#212529;margin-bottom:22px;font-weight:700;line-height:1.3}
.visual-text-area p{font-size:1.08rem;color:#495057;line-height:1.75;margin-bottom:18px}
.visual-text-area p:last-child{margin-bottom:0}
.visual-image-holder{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 40px #0000001a}
.visual-image-holder img{width:100%;height:auto;display:block;object-fit:cover}
@media (max-width: 992px) {
.contact-grid-container{grid-template-columns:1fr;gap:50px}
.contact-info-block{position:static}
.visual-content-wrapper{grid-template-columns:1fr;gap:50px}
.visual-text-area{order:2}
.visual-image-holder{order:1}
}
@media (max-width: 768px) {
.contact-hero-zone{padding:60px 20px 50px}
.contact-hero-content h1{font-size:2.2rem}
.contact-hero-content p{font-size:1.05rem}
.contact-main-wrapper{padding:50px 20px}
.contact-form-section{padding:35px 25px}
.contact-form-section h2{font-size:1.5rem}
.visual-accent-section{padding:60px 20px}
.visual-text-area h2{font-size:1.8rem}
.visual-text-area p{font-size:1rem}
}
@media (max-width: 480px) {
.contact-hero-content h1{font-size:1.9rem}
.contact-info-block{padding:30px 25px}
.contact-form-section{padding:30px 20px}
.form-field-group input,.form-field-group textarea{padding:12px 14px}
.info-item-row{flex-direction:column;gap:10px}
.info-icon-holder{align-self:flex-start}
}
.programme-apprentissage-page{background:linear-gradient(135deg,#fafbfc 0%,#fff 100%);min-height:100vh}
.programme-hero-zone{background:linear-gradient(to right,#fff 0%,#f8f9fa 100%);padding:5rem 2rem 4rem;position:relative;overflow:hidden}
.programme-hero-zone::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,#7a6c6e14 0%,transparent 70%);border-radius:50%}
.programme-hero-conteneur{max-width:1140px;margin:0 auto;position:relative;z-index:2}
.programme-hero-titre{font-size:2.8rem;color:#212529;font-weight:700;margin-bottom:1.5rem;line-height:1.2}
.programme-hero-soustitre{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:2rem}
.programme-hero-metainfo{display:flex;gap:2rem;flex-wrap:wrap;margin-top:2.5rem}
.programme-hero-badge{background:#7A6C6E;color:#fff;padding:.6rem 1.3rem;border-radius:25px;font-size:.95rem;font-weight:600}
.programme-hero-detail{color:#343a40;font-size:.95rem;display:flex;align-items:center;gap:.5rem}
.programme-contenu-principal{max-width:1140px;margin:0 auto;padding:0 2rem}
.programme-section-radiale{padding:5rem 0;position:relative}
.programme-radiale-conteneur{display:flex;flex-direction:column;align-items:center;gap:4rem}
.programme-centre-concept{background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;padding:3rem;border-radius:50%;width:280px;height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-shadow:0 8px 24px #7a6c6e33;position:relative}
.programme-centre-titre{font-size:1.5rem;font-weight:700;margin-bottom:.8rem}
.programme-centre-desc{font-size:.9rem;line-height:1.5}
.programme-branches-grille{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%}
.programme-branche-carte{background:#fff;padding:2rem;border-radius:12px;border:2px solid #f5f6fa;transition:all .3s ease;position:relative}
.programme-branche-carte::before{content:'';position:absolute;top:0;left:0;width:4px;height:0;background:#7A6C6E;transition:height .3s ease;border-radius:12px 0 0 12px}
.programme-branche-carte:hover{transform:translateY(-4px);box-shadow:0 8px 20px #7a6c6e26;border-color:#7A6C6E}
.programme-branche-carte:hover::before{height:100%}
.programme-branche-numero{display:inline-block;background:#f5f6fa;color:#7A6C6E;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-bottom:1.2rem}
.programme-branche-titre{font-size:1.3rem;color:#212529;font-weight:700;margin-bottom:1rem}
.programme-branche-texte{color:#495057;line-height:1.7;font-size:.95rem}
.programme-section-colonnes{padding:5rem 0;background:#f8f9fa}
.programme-colonnes-disposition{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.programme-colonne-gauche{position:sticky;top:2rem}
.programme-colonne-image-conteneur{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #7a6c6e2e}
.programme-colonne-image{width:100%;height:480px;object-fit:cover;display:block}
.programme-colonne-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#212529d9 0%,transparent 100%);padding:2rem;color:#fff}
.programme-colonne-image-titre{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}
.programme-colonne-droite{display:flex;flex-direction:column;gap:2rem}
.programme-competence-bloc{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid #7A6C6E;box-shadow:0 4px 12px #0000000f}
.programme-competence-entete{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.programme-competence-icone{background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}
.programme-competence-titre{font-size:1.25rem;color:#212529;font-weight:700}
.programme-competence-description{color:#495057;line-height:1.7;font-size:.95rem;margin-bottom:1rem}
.programme-competence-liste{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}
.programme-competence-item{color:#343a40;font-size:.9rem;padding-left:1.5rem;position:relative}
.programme-competence-item::before{content:'→';position:absolute;left:0;color:#7A6C6E;font-weight:700}
.programme-section-editorial{padding:5rem 0;background:#fff}
.programme-editorial-grille{display:grid;grid-template-columns:2fr 1fr;gap:3rem}
.programme-editorial-principal{display:flex;flex-direction:column;gap:2.5rem}
.programme-editorial-titre-section{font-size:2.2rem;color:#212529;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.programme-editorial-paragraphe{color:#495057;line-height:1.8;font-size:1rem;margin-bottom:1.5rem}
.programme-editorial-encadre{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);padding:2rem;border-radius:12px;border-left:4px solid #7A6C6E;margin:2rem 0}
.programme-editorial-encadre-titre{font-size:1.2rem;color:#212529;font-weight:700;margin-bottom:1rem}
.programme-editorial-encadre-texte{color:#495057;line-height:1.7;font-size:.95rem}
.programme-editorial-sidebar{display:flex;flex-direction:column;gap:2rem}
.programme-sidebar-widget{background:#f8f9fa;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}
.programme-sidebar-widget-titre{font-size:1.15rem;color:#212529;font-weight:700;margin-bottom:1.2rem}
.programme-sidebar-stat{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e9ecef}
.programme-sidebar-stat:last-child{border-bottom:none}
.programme-sidebar-stat-valeur{font-size:1.8rem;font-weight:700;color:#7A6C6E;line-height:1}
.programme-sidebar-stat-label{color:#495057;font-size:.9rem;line-height:1.4}
.programme-sidebar-image-conteneur{border-radius:12px;overflow:hidden;margin-top:1rem}
.programme-sidebar-image{width:100%;height:240px;object-fit:cover;display:block}
.programme-section-action{padding:5rem 0;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);position:relative;overflow:hidden}
.programme-section-action::before{content:'';position:absolute;top:-20%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,#ffffff1a 0%,transparent 70%);border-radius:50%}
.programme-action-conteneur{text-align:center;position:relative;z-index:2;max-width:800px;margin:0 auto}
.programme-action-titre{font-size:2.2rem;color:#fff;font-weight:700;margin-bottom:1.5rem;line-height:1.3}
.programme-action-description{font-size:1.1rem;color:#fffffff2;line-height:1.7;margin-bottom:2.5rem}
.programme-action-boutons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.programme-bouton-primaire{background:#fff;color:#7A6C6E;padding:1rem 2.5rem;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.programme-bouton-primaire:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;color:#7A6C6E}
.programme-bouton-secondaire{background:none;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-block;transition:all .3s ease;border:2px solid #fff}
.programme-bouton-secondaire:hover{background:#ffffff1a;transform:translateY(-2px);color:#fff}
@media (max-width: 992px) {
.programme-hero-titre{font-size:2.2rem}
.programme-colonnes-disposition{grid-template-columns:1fr;gap:3rem}
.programme-colonne-gauche{position:static}
.programme-editorial-grille{grid-template-columns:1fr;gap:3rem}
.programme-branches-grille{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.programme-hero-zone{padding:3rem 1.5rem 2.5rem}
.programme-hero-titre{font-size:1.9rem}
.programme-contenu-principal{padding:0 1.5rem}
.programme-section-radiale,.programme-section-colonnes,.programme-section-editorial,.programme-section-action{padding:3rem 0}
.programme-centre-concept{width:240px;height:240px;padding:2rem}
.programme-editorial-titre-section{font-size:1.8rem}
.programme-action-titre{font-size:1.8rem}
.programme-action-boutons{flex-direction:column;align-items:stretch}
.programme-bouton-primaire,.programme-bouton-secondaire{text-align:center}
}
.politique-cookies-principale{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}
.entete-politique-cookies{background:linear-gradient(165deg,#fff 0%,#f5f6fa 100%);padding:80px 20px 60px;text-align:center;border-bottom:3px solid #B9B1B2;position:relative;overflow:hidden}
.entete-politique-cookies::before{content:'';position:absolute;top:-50%;right:-10%;width:400px;raphieheight:400px;background:radial-gradient(circle,#7a6c6e14 0%,transparent 70%);border-radius:50%}
.entete-politique-cookies::after{content:'';position:absolute;bottom:-30%;left:-5%;width:300px;height:300px;background:radial-gradient(circle,#b9b1b20f 0%,transparent 70%);border-radius:50%}
.titre-principal-cookies{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 20px;letter-spacing:-.5px;position:relative;z-index:2}
.sous-titre-cookies{font-size:1.15rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7;position:relative;z-index:2}
.date-maj-cookies{display:inline-block;margin-top:25px;padding:10px 24px;background:#7A6C6E;color:#fff;border-radius:25px;font-size:.9rem;font-weight:500;position:relative;z-index:2}
.conteneur-contenu-cookies{max-width:920px;margin:0 auto;padding:60px 25px 80px}
.section-intro-cookies{background:#fff;padding:45px;border-radius:12px;margin-bottom:40px;border-left:5px solid #7A6C6E;box-shadow:0 2px 12px #0000000f}
.section-intro-cookies p{font-size:1.05rem;line-height:1.8;color:#343a40;margin:0 0 18px}
.section-intro-cookies p:last-child{margin-bottom:0}
.bloc-section-cookies{background:#fff;padding:50px 45px;margin-bottom:35px;border-radius:10px;box-shadow:0 3px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease}
.bloc-section-cookies:hover{transform:translateY(-3px);box-shadow:0 6px 25px #7a6c6e1f}
.titre-section-cookies{font-size:1.95rem;font-weight:700;color:#212529;margin:0 0 25px;padding-bottom:15px;border-bottom:2px solid #B9B1B2;position:relative}
.titre-section-cookies::after{content:'';position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:#7A6C6E}
.texte-section-cookies{font-size:1.02rem;line-height:1.75;color:#495057;margin:0 0 20px}
.texte-section-cookies:last-child{margin-bottom:0}
.liste-cookies-types{list-style:none;padding:0;margin:25px 0 0}
.element-type-cookie{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:30px;margin-bottom:25px;border-radius:8px;border:1px solid #e9ecef;transition:all .3s ease;position:relative;overflow:hidden}
.element-type-cookie::before{content:'';position:absolute;left:0;top:0;height:100%;width:4px;background:#7A6C6E;transform:scaleY(0);transition:transform .3s ease}
.element-type-cookie:hover{border-color:#B9B1B2;box-shadow:0 4px 18px #7a6c6e1a}
.element-type-cookie:hover::before{transform:scaleY(1)}
.nom-type-cookie{font-size:1.4rem;font-weight:600;color:#7A6C6E;margin:0 0 15px;display:flex;align-items:center}
.nom-type-cookie::before{content:'◆';margin-right:12px;font-size:.9rem;color:#A4A4A4}
.description-type-cookie{font-size:1rem;line-height:1.7;color:#495057;margin:0 0 15px}
.exemple-cookie{font-size:.95rem;color:#6c757d;font-style:italic;padding-left:20px;border-left:3px solid #B9B1B2;margin:15px 0 0}
.liste-points-cookies{list-style:none;padding:0;margin:20px 0}
.liste-points-cookies li{padding:12px 0 12px 35px;position:relative;font-size:1rem;line-height:1.7;color:#495057}
.liste-points-cookies li::before{content:'→';position:absolute;left:0;color:#7A6C6E;font-weight:700;font-size:1.2rem}
.encadre-important{background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;padding:35px;border-radius:10px;margin:35px 0;box-shadow:0 4px 20px #7a6c6e26}
.encadre-important h3{font-size:1.5rem;font-weight:700;margin:0 0 18px;color:#fff}
.encadre-important p{font-size:1.02rem;line-height:1.75;margin:0 0 15px;color:#fff}
.encadre-important p:last-child{margin-bottom:0}
.liste-navigateurs{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}
.carte-navigateur{background:#fff;padding:25px;border-radius:8px;border:2px solid #e9ecef;transition:all .3s ease}
.carte-navigateur:hover{border-color:#7A6C6E;box-shadow:0 5px 20px #7a6c6e1f;transform:translateY(-2px)}
.nom-navigateur{font-size:1.2rem;font-weight:600;color:#212529;margin:0 0 12px}
.instruction-navigateur{font-size:.95rem;line-height:1.6;color:#6c757d;margin:0}
.grille-durees{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px;margin:30px 0}
.carte-duree{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:28px;border-radius:8px;border:1px solid #dee2e6;text-align:center;transition:all .3s ease}
.carte-duree:hover{border-color:#B9B1B2;box-shadow:0 4px 16px #a4a4a426}
.titre-duree{font-size:1.15rem;font-weight:600;color:#7A6C6E;margin:0 0 12px}
.valeur-duree{font-size:2rem;font-weight:700;color:#212529;margin:0 0 8px}
.detail-duree{font-size:.9rem;color:#6c757d;margin:0}
.section-contact-cookies{background:linear-gradient(135deg,#7A6C6E 0%,#8a7c7e 100%);padding:50px 45px;border-radius:12px;text-align:center;margin-top:50px;box-shadow:0 6px 25px #7a6c6e33}
.section-contact-cookies h2{font-size:2rem;font-weight:700;color:#fff;margin:0 0 20px}
.section-contact-cookies p{font-size:1.05rem;line-height:1.75;color:#fff;margin:0 0 25px;max-width:650px;margin-left:auto;margin-right:auto}
.info-contact-cookies{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px}
.detail-contact-cookies{font-size:1rem;color:#fff;font-weight:500}
.detail-contact-cookies a{color:#fff;text-decoration:underline;transition:opacity .3s ease}
.detail-contact-cookies a:hover{opacity:.85}
@media (max-width: 768px) {
.titre-principal-cookies{font-size:2.2rem}
.sous-titre-cookies{font-size:1rem}
.entete-politique-cookies{padding:50px 20px 40px}
.conteneur-contenu-cookies{padding:40px 20px 60px}
.section-intro-cookies,.bloc-section-cookies{padding:30px 25px}
.titre-section-cookies{font-size:1.6rem}
.element-type-cookie{padding:20px}
.nom-type-cookie{font-size:1.2rem}
.liste-navigateurs{grid-template-columns:1fr}
.grille-durees{grid-template-columns:1fr}
.section-contact-cookies{padding:35px 25px}
.section-contact-cookies h2{font-size:1.6rem}
.info-contact-cookies{flex-direction:column;gap:15px}
}
@media (max-width: 480px) {
.titre-principal-cookies{font-size:1.8rem}
.section-intro-cookies,.bloc-section-cookies{padding:25px 20px}
.encadre-important{padding:25px 20px}
}
.politique-confidentialite-page{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.politique-header-zone{background:linear-gradient(to right,#7A6C6E,#A4A4A4);padding:4rem 2rem 3rem;margin-bottom:3rem;position:relative;overflow:hidden}
.politique-header-zone::before{content:'';position:absolute;top:0;left:-50%;width:200%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 30px,#ffffff08 30px,#ffffff08 60px);pointer-events:none}
.politique-header-contenu{max-width:920px;margin:0 auto;position:relative;z-index:2}
.politique-titre-principal{font-size:2.8rem;color:#fff;margin:0 0 1rem;font-weight:700;letter-spacing:-.5px;line-height:1.2}
.politique-sous-titre{font-size:1.1rem;color:#ffffffe6;margin:0;line-height:1.6}
.politique-date-maj{display:inline-block;background:#ffffff26;padding:.5rem 1.2rem;border-radius:20px;color:#fff;font-size:.95rem;margin-top:1.5rem;border:1px solid #fff3}
.politique-conteneur-principal{max-width:920px;margin:0 auto;padding:0 2rem 4rem}
.politique-intro-texte{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 2px 12px #7a6c6e14;border-left:4px solid #7A6C6E}
.politique-intro-texte p{color:#343a40;font-size:1.05rem;line-height:1.8;margin:0 0 1rem}
.politique-intro-texte p:last-child{margin-bottom:0}
.politique-section-bloc{background:#fff;padding:2.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #7a6c6e0f;transition:transform .3s ease,box-shadow .3s ease}
.politique-section-bloc:hover{transform:translateY(-2px);box-shadow:0 4px 16px #7a6c6e1f}
.politique-section-titre{font-size:1.75rem;color:#7A6C6E;margin:0 0 1.5rem;font-weight:600;position:relative;padding-bottom:.75rem}
.politique-section-titre::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(to right,#7A6C6E,#B9B1B2);border-radius:2px}
.politique-section-bloc h3{font-size:1.3rem;color:#495057;margin:2rem 0 1rem;font-weight:600}
.politique-section-bloc p{color:#495057;font-size:1rem;line-height:1.8;margin:0 0 1.2rem}
.politique-section-bloc ul{margin:1rem 0 1.5rem;padding-left:0;list-style:none}
.politique-section-bloc ul li{color:#495057;font-size:1rem;line-height:1.7;margin-bottom:.8rem;padding-left:2rem;position:relative}
.politique-section-bloc ul li::before{content:'●';color:#7A6C6E;position:absolute;left:.5rem;font-size:1.2rem;line-height:1.7}
.politique-liste-numerotee{counter-reset:item-compteur;list-style:none;padding-left:0;margin:1.5rem 0}
.politique-liste-numerotee li{counter-increment:item-compteur;padding-left:3rem;position:relative;margin-bottom:1.2rem;color:#495057;font-size:1rem;line-height:1.8}
.politique-liste-numerotee li::before{content:counter(item-compteur);position:absolute;left:0;top:0;background:linear-gradient(135deg,#7A6C6E,#A4A4A4);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem}
.politique-encadre-important{background:linear-gradient(135deg,#f8f9fa,#fff);border:2px solid #B9B1B2;border-radius:10px;padding:1.8rem;margin:2rem 0;position:relative}
.politique-encadre-important::before{content:'';position:absolute;top:-18px;left:20px;background:#7A6C6E;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 8px #7a6c6e4d}
.politique-encadre-important p{margin:0 0 .8rem;color:#343a40;font-size:1rem;line-height:1.7}
.politique-encadre-important p:last-child{margin-bottom:0}
.politique-contact-bloc{background:linear-gradient(135deg,#7A6C6E,#A4A4A4);padding:2.5rem;border-radius:12px;margin-top:3rem;color:#fff;text-align:center}
.politique-contact-bloc h2{font-size:1.8rem;margin:0 0 1rem;font-weight:600;color:#fff}
.politique-contact-bloc p{font-size:1.05rem;margin:0 0 1.5rem;color:#fffffff2;line-height:1.7}
.politique-contact-details{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;align-items:center}
.politique-contact-item{background:#ffffff26;padding:1rem 1.5rem;border-radius:8px;display:inline-block;color:#fff;font-size:1rem;border:1px solid #fff3;transition:background .3s ease}
.politique-contact-item:hover{background:#ffffff40}
.politique-tableau-wrapper{overflow-x:auto;margin:2rem 0;border-radius:8px;box-shadow:0 2px 8px #7a6c6e14}
.politique-tableau{width:100%;border-collapse:collapse;background:#fff}
.politique-tableau thead{background:linear-gradient(135deg,#7A6C6E,#A4A4A4)}
.politique-tableau th{padding:1.2rem;text-align:left;color:#fff;font-weight:600;font-size:1rem;border-bottom:2px solid #B9B1B2}
.politique-tableau td{padding:1.2rem;color:#495057;font-size:.98rem;line-height:1.6;border-bottom:1px solid #f0f1f3}
.politique-tableau tbody tr:hover{background:#fafbfc}
.politique-tableau tbody tr:last-child td{border-bottom:none}
@media (max-width: 768px) {
.politique-titre-principal{font-size:2rem}
.politique-header-zone{padding:3rem 1.5rem 2rem}
.politique-conteneur-principal{padding:0 1.5rem 3rem}
.politique-section-bloc{padding:2rem 1.5rem}
.politique-intro-texte{padding:2rem 1.5rem}
.politique-section-titre{font-size:1.5rem}
.politique-contact-bloc{padding:2rem 1.5rem}
.politique-tableau th,.politique-tableau td{padding:.8rem;font-size:.9rem}
}
@media (max-width: 480px) {
.politique-titre-principal{font-size:1.75rem}
.politique-sous-titre{font-size:1rem}
.politique-section-titre{font-size:1.3rem}
.politique-liste-numerotee li{padding-left:2.5rem}
.politique-liste-numerotee li::before{width:28px;height:28px;font-size:.85rem}
}
.success-page-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#f8f9fa 100%);min-height:100vh;padding:0;margin:0}
.success-hero-section{background:linear-gradient(to bottom right,#fff,#f5f6fa);padding:80px 20px 60px;text-align:center;position:relative;overflow:hidden}
.success-hero-section::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,#7a6c6e08 0%,transparent 70%);animation:subtle-pulse 8s ease-in-out infinite}
@keyframes subtle-pulse {
0%,100%{transform:scale(1)}
50%{transform:scale(1.05)}
}
.success-checkmark-container{width:120px;height:120px;margin:0 auto 35px;position:relative;z-index:2}
.success-circle-bg{width:120px;height:120px;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:circle-appear .6s ease-out forwards;box-shadow:0 8px 25px #7a6c6e40}
@keyframes circle-appear {
0%{transform:scale(0);opacity:0}
60%{transform:scale(1.1)}
100%{transform:scale(1);opacity:1}
}
.success-checkmark-icon{width:65px;height:65px;stroke:#fff;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;animation:checkmark-draw .8s ease-out .3s forwards;stroke-dasharray:100;stroke-dashoffset:100}
@keyframes checkmark-draw {
to{stroke-dashoffset:0}
}
.success-main-heading{font-size:3.2rem;font-weight:700;color:#212529;margin:0 0 20px;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .5s backwards}
@keyframes fade-slide-up {
from{opacity:0;transform:translateY(20px)}
to{opacity:1;transform:translateY(0)}
}
.success-subtitle-text{font-size:1.3rem;color:#495057;margin:0 0 15px;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .7s backwards}
.success-reference-code{display:inline-block;background:#fff;border:2px solid #B9B1B2;border-radius:8px;padding:12px 28px;font-size:.95rem;color:#343a40;font-weight:600;letter-spacing:.5px;margin-top:10px;position:relative;z-index:2;animation:fade-slide-up .6s ease-out .9s backwards}
.success-content-block{max-width:880px;margin:0 auto;padding:50px 20px}
.success-info-card{background:#fff;border-radius:12px;padding:45px 40px;box-shadow:0 4px 20px #0000000f;margin-bottom:35px}
.success-info-heading{font-size:1.6rem;color:#212529;margin:0 0 25px;font-weight:600;border-left:4px solid #7A6C6E;padding-left:18px}
.success-info-paragraph{font-size:1.05rem;line-height:1.75;color:#495057;margin:0 0 18px}
.success-info-paragraph:last-child{margin-bottom:0}
.success-timeline-wrapper{background:linear-gradient(to right,#f8f9fa 0%,#fff 100%);border-radius:12px;padding:40px 35px;margin-bottom:35px;border:1px solid #e9ecef}
.success-timeline-title{font-size:1.5rem;color:#212529;margin:0 0 30px;font-weight:600;text-align:center}
.success-steps-container{display:flex;flex-direction:column;gap:25px}
.success-step-item{display:flex;align-items:flex-start;gap:20px;padding:20px;background:#fff;border-radius:8px;border-left:3px solid #A4A4A4;box-shadow:0 2px 8px #0000000a}
.success-step-number{min-width:45px;height:45px;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;flex-shrink:0}
.success-step-content-wrapper{flex:1}
.success-step-heading{font-size:1.15rem;color:#212529;margin:0 0 8px;font-weight:600}
.success-step-description{font-size:.98rem;color:#495057;margin:0;line-height:1.6}
.success-cta-section{background:#fff;border-radius:12px;padding:45px 40px;text-align:center;box-shadow:0 4px 20px #0000000f;margin-bottom:35px}
.success-cta-heading{font-size:1.6rem;color:#212529;margin:0 0 20px;font-weight:600}
.success-cta-text{font-size:1.05rem;color:#495057;margin:0 0 30px;line-height:1.7}
.success-buttons-row{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.success-btn-primary{display:inline-block;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);color:#fff;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;box-shadow:0 4px 15px #7a6c6e4d;position:relative;z-index:10}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7a6c6e66}
.success-btn-secondary{display:inline-block;background:#fff;color:#7A6C6E;padding:16px 40px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:2px solid #7A6C6E;cursor:pointer;position:relative;z-index:10}
.success-btn-secondary:hover{background:#7A6C6E;color:#fff;transform:translateY(-2px)}
.success-contact-block{background:linear-gradient(to bottom right,#f8f9fa,#fff);border-radius:12px;padding:40px 35px;border:1px solid #e9ecef}
.success-contact-heading{font-size:1.5rem;color:#212529;margin:0 0 25px;font-weight:600;text-align:center}
.success-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}
.success-contact-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000a}
.success-contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#7A6C6E 0%,#A4A4A4 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;color:#fff;font-size:1.4rem}
.success-contact-label{font-size:.9rem;color:#6c757d;margin:0 0 8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}
.success-contact-value{font-size:1.05rem;color:#212529;margin:0;font-weight:600;word-break:break-word}
.success-contact-link{color:#7A6C6E;text-decoration:none;transition:color .3s ease}
.success-contact-link:hover{color:#A4A4A4;text-decoration:underline}
@media (max-width: 768px) {
.success-hero-section{padding:60px 20px 40px}
.success-main-heading{font-size:2.2rem}
.success-subtitle-text{font-size:1.1rem}
.success-checkmark-container{width:100px;height:100px}
.success-circle-bg{width:100px;height:100px}
.success-checkmark-icon{width:55px;height:55px}
.success-info-card{padding:30px 25px}
.success-timeline-wrapper{padding:30px 20px}
.success-step-item{flex-direction:column;align-items:center;text-align:center}
.success-buttons-row{flex-direction:column;align-items:stretch}
.success-btn-primary,.success-btn-secondary{width:100%}
.success-contact-grid{grid-template-columns:1fr}
.success-cta-section{padding:30px 25px}
}