*{margin:0;padding:0;box-sizing:border-box}
:root{--primary-shade:#93A79E;--secondary-shade:#BDCFC6;--tertiary-shade:#EDF3EF;--text-primary:#2a3532;--text-secondary:#495057;--white-base:#fff;--light-gray:#f8f9fa;--spacing-base:clamp(1rem,2.5vw,1.5rem)}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.7;color:var(--text-primary);background:linear-gradient(135deg,var(--white-base) 0%,var(--tertiary-shade) 100%);min-height:100vh}
header{background:linear-gradient(180deg,var(--white-base) 0%,var(--tertiary-shade) 100%);padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,5vw,3rem);box-shadow:0 4px 12px #93a79e14}
.header_brand_row{text-align:center;margin-bottom:40px}
.brand_title_main{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--primary-shade);letter-spacing:-.02em;margin-bottom:.5rem}
.brand_tagline_sub{font-size:clamp(1rem,2vw,1.3rem);color:var(--text-secondary);font-weight:400}
.header_navigation_row{display:flex;align-items:center;justify-content:space-between;gap:clamp(1.5rem,4vw,3rem);flex-wrap:wrap}
.logo_container_left{flex-shrink:0;z-index:10}
.logo_image_element{height:85px;width:85px;display:block;object-fit:contain}
.main_nav_links{display:flex;gap:clamp(1.2rem,3vw,2.5rem);list-style:none;flex-wrap:wrap;align-items:center;justify-content:flex-end;flex:1}
.nav_link_item a{text-decoration:none;color:var(--text-primary);font-size:clamp(0.95rem,1.5vw,1.1rem);font-weight:500;padding:.6rem 1.2rem;border-radius:8px;transition:background-color .25s ease,color .25s ease;display:inline-block}
.nav_link_item a:hover{color:var(--white-base);background:var(--secondary-shade)}
.nav_link_item a:focus{outline:2px solid var(--primary-shade);outline-offset:3px}
main{min-height:calc(100vh - 400px)}
footer{background:linear-gradient(135deg,var(--primary-shade) 0%,#7a8d85 100%);color:var(--white-base);padding:clamp(2.5rem,5vw,4rem) clamp(1rem,5vw,3rem);margin-top:clamp(3rem,6vw,5rem)}
.footer_content_wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(2rem,4vw,3.5rem)}
.footer_section_block h3{font-size:clamp(1.1rem,2vw,1.35rem);margin-bottom:1.2rem;font-weight:600;color:var(--tertiary-shade)}
.footer_links_list{list-style:none}
.footer_links_list li{margin-bottom:.8rem}
.footer_links_list a{color:var(--white-base);text-decoration:none;font-size:clamp(0.9rem,1.5vw,1.05rem);transition:opacity .25s ease;display:inline-block}
.footer_links_list a:hover{opacity:.75}
.footer_links_list a:focus{outline:2px solid var(--tertiary-shade);outline-offset:3px}
.footer_contact_info p{margin-bottom:.6rem;font-size:clamp(0.9rem,1.5vw,1.05rem)}
.footer_contact_info a{color:var(--white-base);text-decoration:underline;transition:opacity .25s ease}
.footer_contact_info a:hover{opacity:.75}
.footer_bottom_bar{text-align:center;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1.5rem,3vw,2rem);border-top:1px solid #edf3ef4d;font-size:clamp(0.85rem,1.3vw,0.95rem)}
.footer_logo_image{height:60px;width:60px;margin-bottom:1rem;display:block}
.consent_overlay_bg{position:fixed;bottom:0;left:0;right:0;background:#2a3532eb;backdrop-filter:blur(6px);padding:clamp(1.5rem,3vw,2rem);z-index:9999;transform:translateY(100%);transition:transform .4s cubic-bezier(0.68,-0.55,0.27,1.55)}
.consent_overlay_bg.visible_state{transform:translateY(0)}
.consent_inner_container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}
.consent_text_block{color:var(--white-base);font-size:clamp(0.9rem,1.5vw,1rem);line-height:1.6}
.consent_text_block a{color:var(--secondary-shade);text-decoration:underline}
.consent_actions_group{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}
.consent_btn_primary,.consent_btn_secondary{padding:.9rem 1.8rem;border:none;border-radius:8px;font-size:clamp(0.9rem,1.5vw,1rem);font-weight:600;cursor:pointer;transition:background-color .25s ease,transform .15s ease;min-width:44px;min-height:44px}
.consent_btn_primary{color:var(--text-primary);background:var(--secondary-shade)}
.consent_btn_primary:hover{color:var(--white-base);background:var(--primary-shade)}
.consent_btn_secondary{color:var(--white-base);border:2px solid var(--white-base)}
.consent_btn_secondary:hover{background:#ffffff26}
.consent_btn_primary:focus,.consent_btn_secondary:focus{outline:3px solid var(--tertiary-shade);outline-offset:3px}
@media (max-width: 768px) {
.header_brand_row{margin-bottom:30px}
.header_navigation_row{flex-direction:column;align-items:center;gap:1.5rem}
.logo_container_left{order:-1}
.main_nav_links{justify-content:center;width:100%}
.consent_actions_group{flex-direction:column}
.consent_btn_primary,.consent_btn_secondary{width:100%}
}
@media (max-width: 480px) {
.main_nav_links{flex-direction:column;gap:.8rem;width:100%}
.nav_link_item{width:100%;text-align:center}
.nav_link_item a{display:block;width:100%}
}
.conseils-apprentissage-hero{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.conseils-apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#93a79e26;border-radius:50%;z-index:1}
.conseils-hero-contenu{max-width:900px;margin:0 auto;position:relative;z-index:2}
.conseils-hero-contenu h1{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.conseils-hero-contenu p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:0}
.conseils-zigzag-section{background:#fff;padding:90px 20px}
.conseils-zigzag-wrapper{max-width:1200px;margin:0 auto}
.conseils-zigzag-rangee{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:80px}
.conseils-zigzag-rangee:last-child{margin-bottom:0}
.conseils-zigzag-rangee.inverse{direction:rtl}
.conseils-zigzag-rangee.inverse > *{direction:ltr}
.conseils-zigzag-image{width:100%;height:420px;overflow:hidden;border-radius:12px;box-shadow:0 8px 24px #93a79e33;position:relative}
.conseils-zigzag-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.conseils-zigzag-image:hover img{transform:scale(1.05)}
.conseils-zigzag-texte h2{font-size:2.2rem;color:#212529;margin-bottom:20px;font-weight:700;line-height:1.3}
.conseils-zigzag-texte p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:18px}
.conseils-zigzag-texte p:last-child{margin-bottom:0}
.conseils-decisions-bloc{background:linear-gradient(180deg,#f8f9fa 0%,#EDF3EF 100%);padding:85px 20px;position:relative}
.conseils-decisions-bloc::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#93A79E 0%,#BDCFC6 50%,#93A79E 100%)}
.conseils-decisions-conteneur{max-width:1100px;margin:0 auto}
.conseils-decisions-entete{text-align:center;margin-bottom:60px}
.conseils-decisions-entete h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.conseils-decisions-entete p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.conseils-questions-grille{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:50px}
.conseils-question-carte{background:#fff;padding:35px;border-radius:10px;border-left:5px solid #93A79E;box-shadow:0 4px 16px #0000000f;transition:all .3s ease}
.conseils-question-carte:hover{transform:translateY(-4px);box-shadow:0 8px 24px #93a79e2e;border-left-color:#BDCFC6}
.conseils-question-carte h3{font-size:1.35rem;color:#212529;margin-bottom:15px;font-weight:600;display:flex;align-items:center;gap:12px}
.conseils-question-carte h3::before{content:'?';display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#93A79E;color:#fff;border-radius:50%;font-size:1.1rem;font-weight:700;flex-shrink:0}
.conseils-question-carte p{font-size:1rem;color:#495057;line-height:1.7;margin-bottom:0}
.conseils-reponses-tableau{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #00000014}
.conseils-reponses-tableau table{width:100%;border-collapse:collapse}
.conseils-reponses-tableau thead{background:#93A79E}
.conseils-reponses-tableau thead th{padding:20px 25px;text-align:left;color:#fff;font-weight:600;font-size:1.05rem}
.conseils-reponses-tableau tbody tr{border-bottom:1px solid #EDF3EF;transition:background .2s ease}
.conseils-reponses-tableau tbody tr:hover{background:#f8f9fa}
.conseils-reponses-tableau tbody tr:last-child{border-bottom:none}
.conseils-reponses-tableau tbody td{padding:22px 25px;color:#495057;font-size:.98rem;line-height:1.6;vertical-align:top}
.conseils-reponses-tableau tbody td:first-child{font-weight:600;color:#212529;width:35%}
.conseils-metriques-section{background:#fff;padding:90px 20px}
.conseils-metriques-conteneur{max-width:1150px;margin:0 auto}
.conseils-metriques-intro{text-align:center;margin-bottom:65px}
.conseils-metriques-intro h2{font-size:2.4rem;color:#212529;margin-bottom:20px;font-weight:700}
.conseils-metriques-intro p{font-size:1.08rem;color:#495057;max-width:750px;margin:0 auto;line-height:1.7}
.conseils-accomplissements-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:70px}
.conseils-accomplissement-box{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:45px 35px;border-radius:12px;text-align:center;position:relative;overflow:hidden;box-shadow:0 5px 18px #93a79e26;transition:transform .3s ease}
.conseils-accomplissement-box:hover{transform:translateY(-6px)}
.conseils-accomplissement-box::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:#93A79E}
.conseils-accomplissement-nombre{font-size:3rem;color:#212529;font-weight:700;line-height:1;margin-bottom:12px;display:block}
.conseils-accomplissement-box h3{font-size:1.2rem;color:#343a40;margin-bottom:10px;font-weight:600}
.conseils-accomplissement-box p{font-size:.95rem;color:#495057;line-height:1.6;margin-bottom:0}
.conseils-temoignages-conteneur{display:grid;grid-template-columns:repeat(2,1fr);gap:35px}
.conseils-temoignage-carte{background:#f8f9fa;padding:40px;border-radius:10px;border-top:4px solid #93A79E;position:relative}
.conseils-temoignage-carte::before{content:'"';position:absolute;top:20px;left:25px;color:#BDCFC6;opacity:.4;font:5rem/1 Georgia,serif}
.conseils-temoignage-texte{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:25px;font-style:italic;position:relative;z-index:2}
.conseils-temoignage-auteur{display:flex;align-items:center;gap:15px;position:relative;z-index:2}
.conseils-temoignage-initiales{width:50px;height:50px;background:#93A79E;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;flex-shrink:0}
.conseils-temoignage-info h4{font-size:1.1rem;color:#212529;margin-bottom:4px;font-weight:600}
.conseils-temoignage-info p{font-size:.92rem;color:#6c757d;margin-bottom:0}
@media (max-width: 992px) {
.conseils-zigzag-rangee{grid-template-columns:1fr;gap:40px;margin-bottom:60px}
.conseils-zigzag-rangee.inverse{direction:ltr}
.conseils-questions-grille{grid-template-columns:1fr;gap:25px}
.conseils-accomplissements-grille{grid-template-columns:1fr;gap:30px}
.conseils-temoignages-conteneur{grid-template-columns:1fr;gap:30px}
}
@media (max-width: 768px) {
.conseils-apprentissage-hero{padding:60px 20px 50px}
.conseils-hero-contenu h1{font-size:2.2rem}
.conseils-hero-contenu p{font-size:1.05rem}
.conseils-zigzag-section{padding:60px 20px}
.conseils-zigzag-texte h2{font-size:1.8rem}
.conseils-zigzag-image{height:320px}
.conseils-decisions-bloc{padding:60px 20px}
.conseils-decisions-entete h2{font-size:2rem}
.conseils-question-carte{padding:28px}
.conseils-reponses-tableau thead th,.conseils-reponses-tableau tbody td{padding:16px 18px;font-size:.92rem}
.conseils-metriques-section{padding:60px 20px}
.conseils-metriques-intro h2{font-size:2rem}
.conseils-accomplissement-box{padding:35px 25px}
.conseils-accomplissement-nombre{font-size:2.5rem}
.conseils-temoignage-carte{padding:30px}
}
@media (max-width: 480px) {
.conseils-hero-contenu h1{font-size:1.9rem}
.conseils-zigzag-texte h2{font-size:1.6rem}
.conseils-decisions-entete h2{font-size:1.8rem}
.conseils-metriques-intro h2{font-size:1.8rem}
.conseils-reponses-tableau{overflow-x:auto}
}
.upcoming-courses-hero{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.upcoming-courses-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#93a79e26;border-radius:50%;z-index:1}
.upcoming-courses-hero .hero-content-wrapper{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.upcoming-courses-hero h1{font-size:2.8rem;color:#2d3e37;margin-bottom:20px;font-weight:700;line-height:1.2}
.upcoming-courses-hero .hero-intro-text{font-size:1.15rem;color:#495057;max-width:700px;line-height:1.7;margin-bottom:35px}
.upcoming-courses-hero .hero-date-badge{display:inline-block;background:#fff;padding:12px 28px;border-radius:30px;color:#93A79E;font-weight:600;font-size:.95rem;box-shadow:0 4px 15px #93a79e33}
.instructor-showcase-section{padding:90px 20px;background:#fff}
.instructor-showcase-section .section-container{max-width:1200px;margin:0 auto}
.instructor-showcase-section .section-header-block{text-align:center;margin-bottom:60px}
.instructor-showcase-section .section-header-block h2{font-size:2.3rem;color:#212529;margin-bottom:18px;font-weight:700}
.instructor-showcase-section .section-header-block p{font-size:1.1rem;color:#6c757d;max-width:650px;margin:0 auto;line-height:1.6}
.instructor-showcase-section .instructor-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.instructor-showcase-section .instructor-profile-card{background:#f8f9fa;padding:40px;border-radius:12px;border-left:5px solid #93A79E;transition:transform .3s ease,box-shadow .3s ease}
.instructor-showcase-section .instructor-profile-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #93a79e26}
.instructor-showcase-section .instructor-profile-card h3{font-size:1.6rem;color:#2d3e37;margin-bottom:8px;font-weight:600}
.instructor-showcase-section .instructor-profile-card .instructor-title{color:#93A79E;font-size:1rem;margin-bottom:20px;font-weight:500}
.instructor-showcase-section .instructor-profile-card .instructor-bio{color:#495057;line-height:1.7;font-size:.98rem;margin-bottom:25px}
.instructor-showcase-section .instructor-profile-card .expertise-list{list-style:none;padding:0;margin:0}
.instructor-showcase-section .instructor-profile-card .expertise-list li{padding:8px 0;color:#6c757d;font-size:.95rem;position:relative;padding-left:25px}
.instructor-showcase-section .instructor-profile-card .expertise-list li::before{content:'';position:absolute;left:0;color:#93A79E;font-weight:700}
.course-catalog-section{padding:80px 20px;background:linear-gradient(to bottom,#fafbfc 0%,#EDF3EF 100%);position:relative}
.course-catalog-section .catalog-wrapper{max-width:1300px;margin:0 auto}
.course-catalog-section .catalog-intro{margin-bottom:55px}
.course-catalog-section .catalog-intro h2{font-size:2.2rem;color:#212529;margin-bottom:15px;font-weight:700}
.course-catalog-section .catalog-intro .intro-description{font-size:1.05rem;color:#6c757d;line-height:1.6;max-width:800px}
.course-catalog-section .courses-masonry{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.course-catalog-section .course-item-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}
.course-catalog-section .course-item-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #93a79e33}
.course-catalog-section .course-item-card:nth-child(1){grid-row:span 1}
.course-catalog-section .course-item-card:nth-child(2){grid-row:span 2}
.course-catalog-section .course-item-card:nth-child(3){grid-row:span 1}
.course-catalog-section .course-item-card .course-image-container{width:100%;height:200px;overflow:hidden;background:#BDCFC6}
.course-catalog-section .course-item-card .course-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.course-catalog-section .course-item-card:hover .course-image-container img{transform:scale(1.08)}
.course-catalog-section .course-item-card .course-content-box{padding:30px;flex-grow:1;display:flex;flex-direction:column}
.course-catalog-section .course-item-card .course-tag{display:inline-block;background:#EDF3EF;color:#93A79E;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:15px;align-self:flex-start}
.course-catalog-section .course-item-card h3{font-size:1.4rem;color:#2d3e37;margin-bottom:12px;font-weight:600;line-height:1.3}
.course-catalog-section .course-item-card .course-description{color:#6c757d;font-size:.95rem;line-height:1.6;margin-bottom:20px;flex-grow:1}
.course-catalog-section .course-item-card .course-meta-info{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #e9ecef}
.course-catalog-section .course-item-card .course-date{color:#93A79E;font-weight:600;font-size:.9rem}
.course-catalog-section .course-item-card .course-duration{color:#6c757d;font-size:.9rem}
.methodology-approach-section{padding:85px 20px;background:#fff}
.methodology-approach-section .methodology-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:45% 55%;gap:60px;align-items:center}
.methodology-approach-section .methodology-visual-side{position:relative}
.methodology-approach-section .methodology-visual-side img{width:100%;height:auto;border-radius:15px;box-shadow:0 10px 40px #93a79e40}
.methodology-approach-section .methodology-visual-side::after{content:'';position:absolute;bottom:-20px;right:-20px;width:200px;height:200px;background:#EDF3EF;border-radius:50%;z-index:-1}
.methodology-approach-section .methodology-content-side h2{font-size:2.4rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.methodology-approach-section .methodology-content-side .methodology-intro{font-size:1.05rem;color:#6c757d;line-height:1.7;margin-bottom:35px}
.methodology-approach-section .approach-points-list{list-style:none;padding:0;margin:0}
.methodology-approach-section .approach-points-list li{margin-bottom:25px;padding-left:45px;position:relative;color:#495057;line-height:1.6}
.methodology-approach-section .approach-points-list li::before{content:'';position:absolute;left:0;top:5px;width:30px;height:30px;background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);border-radius:50%}
.methodology-approach-section .approach-points-list li strong{color:#2d3e37;font-weight:600;display:block;margin-bottom:5px;font-size:1.05rem}
.enrollment-information-section{padding:90px 20px;background:linear-gradient(165deg,#EDF3EF 0%,#fff 50%,#BDCFC6 100%);position:relative;overflow:hidden}
.enrollment-information-section::before{content:'';position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:#bdcfc64d;border-radius:50%;z-index:1}
.enrollment-information-section .enrollment-wrapper{max-width:1000px;margin:0 auto;position:relative;z-index:2}
.enrollment-information-section .enrollment-header{text-align:center;margin-bottom:50px}
.enrollment-information-section .enrollment-header h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.enrollment-information-section .enrollment-header .header-subtitle{font-size:1.1rem;color:#6c757d;line-height:1.6;max-width:700px;margin:0 auto}
.enrollment-information-section .enrollment-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:35px;margin-bottom:50px}
.enrollment-information-section .detail-box{background:#fff;padding:35px;border-radius:12px;box-shadow:0 5px 20px #93a79e1f;border-top:4px solid #93A79E;transition:transform .3s ease}
.enrollment-information-section .detail-box:hover{transform:translateY(-5px)}
.enrollment-information-section .detail-box h3{font-size:1.3rem;color:#2d3e37;margin-bottom:15px;font-weight:600}
.enrollment-information-section .detail-box p{color:#6c757d;line-height:1.7;font-size:.98rem;margin-bottom:0}
.enrollment-information-section .detail-box ul{list-style:none;padding:0;margin:15px 0 0}
.enrollment-information-section .detail-box ul li{padding:8px 0;color:#6c757d;font-size:.95rem;position:relative;padding-left:25px}
.enrollment-information-section .detail-box ul li::before{content:'→';position:absolute;left:0;color:#93A79E;font-weight:700}
.enrollment-information-section .enrollment-cta-box{background:#2d3e37;padding:45px;border-radius:15px;text-align:center;box-shadow:0 8px 30px #2d3e3733}
.enrollment-information-section .enrollment-cta-box h3{font-size:1.8rem;color:#fff;margin-bottom:20px;font-weight:600}
.enrollment-information-section .enrollment-cta-box p{color:#BDCFC6;font-size:1.05rem;line-height:1.6;margin-bottom:30px}
.enrollment-information-section .cta-button-primary{display:inline-block;background:#93A79E;color:#fff;padding:16px 45px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:background .3s ease,transform .3s ease;box-shadow:0 5px 20px #93a79e4d}
.enrollment-information-section .cta-button-primary:hover{background:#7d9188;transform:translateY(-3px);box-shadow:0 8px 25px #93a79e66}
.enrollment-information-section .contact-info-note{text-align:center;margin-top:35px;color:#6c757d;font-size:.95rem}
.enrollment-information-section .contact-info-note a{color:#93A79E;text-decoration:none;font-weight:600;transition:color .3s ease}
.enrollment-information-section .contact-info-note a:hover{color:#7d9188;text-decoration:underline}
@media (max-width: 1024px) {
.instructor-showcase-section .instructor-grid{grid-template-columns:1fr;gap:30px}
.course-catalog-section .courses-masonry{grid-template-columns:repeat(2,1fr)}
.course-catalog-section .course-item-card:nth-child(2){grid-row:span 1}
.methodology-approach-section .methodology-container{grid-template-columns:1fr;gap:40px}
.enrollment-information-section .enrollment-details-grid{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.upcoming-courses-hero h1{font-size:2rem}
.upcoming-courses-hero .hero-intro-text{font-size:1rem}
.instructor-showcase-section .section-header-block h2,.course-catalog-section .catalog-intro h2,.methodology-approach-section .methodology-content-side h2,.enrollment-information-section .enrollment-header h2{font-size:1.8rem}
.course-catalog-section .courses-masonry{grid-template-columns:1fr}
.methodology-approach-section .methodology-visual-side::after{width:150px;height:150px}
.enrollment-information-section .enrollment-cta-box{padding:35px 25px}
}
@media (max-width: 480px) {
.upcoming-courses-hero{padding:60px 15px 40px}
.instructor-showcase-section,.course-catalog-section,.methodology-approach-section,.enrollment-information-section{padding:60px 15px}
.instructor-showcase-section .instructor-profile-card{padding:30px 25px}
.course-catalog-section .course-item-card .course-content-box{padding:25px 20px}
}
.budget-index-hero{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;overflow:hidden}
.budget-index-hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#93a79eeb 0%,#bdcfc6e0 100%);z-index:1}
.budget-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}
.budget-hero-content{position:relative;z-index:2;max-width:720px;padding:0 30px;margin-left:8%}
.budget-hero-content h1{font-size:3.8rem;line-height:1.15;color:#fff;margin-bottom:28px;font-weight:700;letter-spacing:-.02em}
.budget-hero-content p{font-size:1.35rem;line-height:1.7;color:#fff;margin-bottom:42px;font-weight:400}
.budget-hero-cta{display:inline-block;padding:18px 46px;background:#fff;color:#93A79E;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 4px 18px #00000026}
.budget-hero-cta:hover{transform:translateY(-3px);box-shadow:0 6px 24px #00000038;background:#EDF3EF}
.budget-practical-section{background:#fff;padding:95px 0}
.budget-practical-wrapper{max-width:1200px;margin:0 auto;padding:0 30px}
.budget-diagonal-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.budget-content-area h2{font-size:2.6rem;color:#212529;margin-bottom:26px;line-height:1.25;font-weight:700}
.budget-content-area p{font-size:1.1rem;color:#495057;line-height:1.8;margin-bottom:22px}
.budget-highlight-box{background:linear-gradient(120deg,#EDF3EF 0%,#BDCFC6 100%);padding:32px;border-radius:8px;margin-top:35px;border-left:5px solid #93A79E}
.budget-highlight-box h3{font-size:1.45rem;color:#212529;margin-bottom:16px;font-weight:600}
.budget-highlight-box p{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:0}
.budget-visual-container{position:relative}
.budget-visual-container img{width:100%;height:auto;border-radius:12px;box-shadow:0 12px 40px #93a79e40;transition:transform .4s ease}
.budget-visual-container img:hover{transform:scale(1.03)}
.budget-approach-section{background:linear-gradient(160deg,#EDF3EF 0%,#fff 100%);padding:90px 0}
.budget-approach-container{max-width:1140px;margin:0 auto;padding:0 30px}
.budget-section-header{text-align:center;margin-bottom:65px}
.budget-section-header h2{font-size:2.75rem;color:#212529;margin-bottom:20px;font-weight:700}
.budget-section-header p{font-size:1.2rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.7}
.budget-steps-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:50px}
.budget-step-card{background:#fff;padding:42px 32px;border-radius:10px;box-shadow:0 6px 28px #93a79e1f;transition:all .35s ease;position:relative;overflow:hidden}
.budget-step-card::before{content:'';position:absolute;top:0;left:0;width:5px;height:100%;background:linear-gradient(180deg,#93A79E 0%,#BDCFC6 100%);transform:scaleY(0);transition:transform .35s ease}
.budget-step-card:hover{transform:translateY(-8px);box-shadow:0 12px 38px #93a79e33}
.budget-step-card:hover::before{transform:scaleY(1)}
.budget-step-number{display:inline-block;width:54px;height:54px;background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);color:#fff;border-radius:50%;font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.budget-step-card h3{font-size:1.5rem;color:#212529;margin-bottom:18px;font-weight:600}
.budget-step-card p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:0}
.budget-timeline-section{background:#fff;padding:95px 0}
.budget-timeline-wrapper{max-width:950px;margin:0 auto;padding:0 30px}
.budget-timeline-intro{text-align:center;margin-bottom:70px}
.budget-timeline-intro h2{font-size:2.7rem;color:#212529;margin-bottom:22px;font-weight:700}
.budget-timeline-intro p{font-size:1.15rem;color:#495057;line-height:1.7}
.budget-timeline-flow{position:relative;padding-left:0}
.budget-timeline-item{display:grid;grid-template-columns:180px 1fr;gap:40px;margin-bottom:55px;align-items:start}
.budget-timeline-date{background:linear-gradient(120deg,#93A79E 0%,#BDCFC6 100%);color:#fff;padding:16px 24px;border-radius:8px;text-align:center;font-weight:600;font-size:1.1rem;box-shadow:0 4px 16px #93a79e33}
.budget-timeline-content{background:#f8f9fa;padding:32px;border-radius:10px;border-left:4px solid #BDCFC6;transition:all .3s ease}
.budget-timeline-content:hover{background:#EDF3EF;border-left-color:#93A79E;transform:translateX(8px)}
.budget-timeline-content h3{font-size:1.6rem;color:#212529;margin-bottom:16px;font-weight:600}
.budget-timeline-content p{font-size:1.05rem;color:#495057;line-height:1.75;margin-bottom:0}
.budget-timeline-cta{text-align:center;margin-top:60px}
.budget-timeline-cta a{display:inline-block;padding:17px 44px;background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:6px;transition:all .3s ease;box-shadow:0 5px 20px #93a79e4d}
.budget-timeline-cta a:hover{transform:translateY(-4px);box-shadow:0 8px 28px #93a79e66}
@media (max-width: 968px) {
.budget-hero-content h1{font-size:2.8rem}
.budget-hero-content{margin-left:5%}
.budget-diagonal-grid{grid-template-columns:1fr;gap:45px}
.budget-steps-layout{grid-template-columns:1fr;gap:35px}
.budget-timeline-item{grid-template-columns:1fr;gap:20px}
.budget-timeline-date{width:180px}
}
@media (max-width: 640px) {
.budget-index-hero{min-height:500px}
.budget-hero-content h1{font-size:2.2rem}
.budget-hero-content p{font-size:1.15rem}
.budget-hero-content{margin-left:0}
.budget-content-area h2{font-size:2rem}
.budget-section-header h2{font-size:2.1rem}
.budget-practical-section,.budget-approach-section,.budget-timeline-section{padding:60px 0}
}
.contact-page-wrapper{background:linear-gradient(135deg,#EDF3EF 0%,#fff 50%,#f8f9fa 100%);min-height:100vh;padding:0}
.contact-hero-block{background:linear-gradient(165deg,#93A79E 0%,#BDCFC6 100%);padding:80px 20px 60px;position:relative;overflow:hidden}
.contact-hero-block::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#edf3ef1a;border-radius:50%}
.contact-hero-content{max-width:800px;margin:0 auto;position:relative;z-index:2}
.contact-hero-content h1{color:#fff;font-size:2.8rem;font-weight:700;margin-bottom:20px;line-height:1.2}
.contact-hero-content .subtitle-text{color:#EDF3EF;font-size:1.15rem;line-height:1.6;margin-bottom:30px}
.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin-top:35px}
.quick-link-card{background:#fffffff2;padding:20px;border-radius:8px;text-align:center;transition:all .3s ease;border:2px solid transparent}
.quick-link-card:hover{transform:translateY(-3px);border-color:#93A79E;box-shadow:0 6px 20px #93a79e40}
.quick-link-card a{color:#343a40;text-decoration:none;font-weight:600;font-size:.95rem}
.contact-methods-section{padding:70px 20px;background:#fff}
.contact-methods-container{max-width:1200px;margin:0 auto}
.section-header-center{text-align:center;margin-bottom:50px}
.section-header-center h2{color:#212529;font-size:2.2rem;font-weight:700;margin-bottom:15px}
.section-header-center p{color:#495057;font-size:1.05rem;max-width:600px;margin:0 auto;line-height:1.6}
.methods-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.contact-info-list{display:flex;flex-direction:column;gap:25px}
.info-item-card{background:#f8f9fa;padding:30px;border-radius:12px;border-left:4px solid #93A79E;transition:all .3s ease}
.info-item-card:hover{background:#EDF3EF;transform:translateX(5px);box-shadow:0 4px 15px #93a79e26}
.info-item-card h3{color:#93A79E;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600}
.info-item-card .detail-text{color:#212529;font-size:1.1rem;line-height:1.7;margin:0}
.info-item-card a{color:#212529;text-decoration:none;transition:color .3s ease}
.info-item-card a:hover{color:#93A79E}
.contact-image-wrapper{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}
.contact-image-wrapper img{width:100%;height:450px;object-fit:cover;display:block}
.form-section-block{padding:70px 20px;background:linear-gradient(to bottom,#fff 0%,#EDF3EF 100%)}
.form-wrapper-container{max-width:700px;margin:0 auto;background:#fff;padding:50px;border-radius:16px;box-shadow:0 8px 25px #93a79e33}
.form-wrapper-container h2{color:#212529;font-size:2rem;font-weight:700;margin-bottom:15px;text-align:center}
.form-intro-text{color:#495057;font-size:1rem;text-align:center;margin-bottom:40px;line-height:1.6}
.contact-form-main{display:flex;flex-direction:column;gap:25px}
.form-group-custom{display:flex;flex-direction:column;gap:8px}
.form-group-custom label{color:#343a40;font-weight:600;font-size:.95rem}
.form-group-custom input,.form-group-custom textarea,.form-group-custom select{padding:14px 18px;border:2px solid #BDCFC6;border-radius:8px;font-size:1rem;color:#212529;background:#fff;transition:all .3s ease}
.form-group-custom input:focus,.form-group-custom textarea:focus,.form-group-custom select:focus{outline:none;border-color:#93A79E;box-shadow:0 0 0 3px #93a79e1a}
.form-group-custom textarea{min-height:150px;resize:vertical;font-family:inherit}
.privacy-checkbox-wrapper{display:flex;align-items:start;gap:12px;margin-top:10px}
.privacy-checkbox-wrapper input[type="checkbox"]{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}
.privacy-checkbox-wrapper label{color:#495057;font-size:.9rem;line-height:1.5;cursor:pointer}
.privacy-checkbox-wrapper a{color:#93A79E;text-decoration:underline;transition:color .3s ease}
.privacy-checkbox-wrapper a:hover{color:#212529}
.submit-btn-main{background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);color:#fff;padding:16px 40px;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:15px;position:relative;z-index:10}
.submit-btn-main:hover{transform:translateY(-2px);box-shadow:0 6px 20px #93a79e59}
.submit-btn-main:active{transform:translateY(0)}
.additional-info-section{padding:70px 20px;background:#f8f9fa}
.additional-container{max-width:900px;margin:0 auto;text-align:center}
.additional-container h2{color:#212529;font-size:2rem;font-weight:700;margin-bottom:25px}
.faq-style-list{display:flex;flex-direction:column;gap:20px;text-align:left;margin-top:40px}
.faq-item-box{background:#fff;padding:25px 30px;border-radius:10px;border-left:4px solid #BDCFC6;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}
.faq-item-box:hover{border-left-color:#93A79E;box-shadow:0 4px 15px #93a79e26}
.faq-item-box h3{color:#343a40;font-size:1.15rem;font-weight:600;margin-bottom:12px}
.faq-item-box p{color:#495057;font-size:1rem;line-height:1.7;margin:0}
.hours-section-block{padding:70px 20px;background:linear-gradient(135deg,#EDF3EF 0%,#fff 100%)}
.hours-content-wrapper{max-width:800px;margin:0 auto;text-align:center}
.hours-content-wrapper h2{color:#212529;font-size:2rem;font-weight:700;margin-bottom:20px}
.hours-description{color:#495057;font-size:1.05rem;margin-bottom:40px;line-height:1.6}
.hours-grid-display{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}
.hours-card-item{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:all .3s ease}
.hours-card-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #93a79e33}
.hours-card-item h3{color:#93A79E;font-size:1.1rem;font-weight:600;margin-bottom:15px}
.hours-card-item p{color:#343a40;font-size:1rem;margin:0;line-height:1.7}
.cta-buttons-row{display:flex;gap:15px;justify-content:center;margin-top:35px;flex-wrap:wrap}
.btn-primary-custom{background:#93A79E;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;position:relative;z-index:10}
.btn-primary-custom:hover{background:#7d9189;transform:translateY(-2px);box-shadow:0 6px 20px #93a79e4d}
.btn-secondary-custom{background:none;color:#93A79E;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;border:2px solid #93A79E;transition:all .3s ease;display:inline-block;position:relative;z-index:10}
.btn-secondary-custom:hover{background:#93A79E;color:#fff;transform:translateY(-2px)}
@media (max-width: 768px) {
.contact-hero-content h1{font-size:2rem}
.quick-links-grid{grid-template-columns:1fr}
.methods-layout{grid-template-columns:1fr;gap:30px}
.contact-image-wrapper img{height:300px}
.form-wrapper-container{padding:30px 20px}
.section-header-center h2,.hours-content-wrapper h2,.additional-container h2{font-size:1.7rem}
.hours-grid-display{grid-template-columns:1fr}
.cta-buttons-row{flex-direction:column;align-items:stretch}
.btn-primary-custom,.btn-secondary-custom{text-align:center}
}
@media (max-width: 480px) {
.contact-hero-content h1{font-size:1.7rem}
.contact-hero-content .subtitle-text{font-size:1rem}
.info-item-card{padding:20px}
.form-wrapper-container h2{font-size:1.6rem}
}
.apropos-hero-unique{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:80px 20px 100px;position:relative;overflow:hidden}
.apropos-hero-unique::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#93a79e26;border-radius:50%;z-index:1}
.apropos-hero-content{max-width:900px;margin:0 auto;position:relative;z-index:2;text-align:center}
.apropos-hero-content h1{font-size:2.8rem;color:#212529;margin-bottom:25px;font-weight:700;line-height:1.2}
.apropos-hero-content p{font-size:1.15rem;color:#495057;line-height:1.7;margin-bottom:35px}
.apropos-cta-principal{display:inline-block;background:#93A79E;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 #93a79e4d}
.apropos-cta-principal:hover{background:#7d9189;transform:translateY(-2px);box-shadow:0 6px 20px #93a79e66;color:#fff}
.section-histoire-valeurs{padding:90px 20px;background:#fff}
.histoire-grid-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.histoire-texte-bloc h2{font-size:2.3rem;color:#212529;margin-bottom:30px;font-weight:700;line-height:1.3}
.histoire-texte-bloc p{font-size:1.05rem;color:#495057;line-height:1.8;margin-bottom:20px}
.histoire-image-conteneur{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0000001f}
.histoire-image-conteneur img{width:100%;height:450px;object-fit:cover;display:block}
.section-notre-approche{padding:90px 20px;background:linear-gradient(180deg,#f8f9fa 0%,#EDF3EF 100%);position:relative}
.approche-container-special{max-width:1100px;margin:0 auto}
.approche-titre-central{text-align:center;margin-bottom:70px}
.approche-titre-central h2{font-size:2.5rem;color:#212529;margin-bottom:20px;font-weight:700}
.approche-titre-central p{font-size:1.1rem;color:#495057;max-width:700px;margin:0 auto;line-height:1.7}
.approche-cartes-zigzag{display:flex;flex-direction:column;gap:50px}
.approche-carte-item{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}
.approche-carte-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}
.approche-carte-item:nth-child(even){direction:rtl}
.approche-carte-item:nth-child(even) .approche-carte-texte{direction:ltr}
.approche-carte-image{border-radius:8px;overflow:hidden}
.approche-carte-image img{width:100%;height:300px;object-fit:cover;display:block}
.approche-carte-texte h3{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600}
.approche-carte-texte p{font-size:1.05rem;color:#495057;line-height:1.7}
.section-expertise-domaines{padding:90px 20px;background:#fff}
.expertise-wrapper-max{max-width:1150px;margin:0 auto}
.expertise-entete h2{font-size:2.4rem;color:#212529;margin-bottom:50px;text-align:center;font-weight:700}
.expertise-colonnes-trois{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}
.expertise-domaine-box{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:35px 30px;border-radius:10px;text-align:center;transition:all .3s ease;border:2px solid transparent}
.expertise-domaine-box:hover{border-color:#93A79E;transform:scale(1.03);box-shadow:0 6px 25px #93a79e40}
.expertise-icone-wrapper{width:70px;height:70px;background:#93A79E;border-radius:50%;margin:0 auto 25px;display:flex;align-items:center;justify-content:center}
.expertise-icone-wrapper svg{width:35px;height:35px;fill:#fff}
.expertise-domaine-box h3{font-size:1.4rem;color:#212529;margin-bottom:15px;font-weight:600}
.expertise-domaine-box p{font-size:.98rem;color:#495057;line-height:1.6}
.section-notre-engagement{padding:90px 20px;background:linear-gradient(135deg,#BDCFC6 0%,#93A79E 100%);position:relative}
.engagement-conteneur-special{max-width:1000px;margin:0 auto;text-align:center}
.engagement-conteneur-special h2{font-size:2.6rem;color:#fff;margin-bottom:35px;font-weight:700;line-height:1.3}
.engagement-texte-principal{font-size:1.15rem;color:#fff;line-height:1.8;margin-bottom:25px;opacity:.95}
.engagement-points-liste{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin:50px 0;text-align:left}
.engagement-point-item{background:#ffffff26;padding:25px;border-radius:10px;backdrop-filter:blur(10px);border:1px solid #fff3}
.engagement-point-item h3{font-size:1.3rem;color:#fff;margin-bottom:12px;font-weight:600}
.engagement-point-item p{font-size:1rem;color:#fff;line-height:1.6;opacity:.9}
.engagement-cta-groupe{margin-top:45px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.btn-engagement-blanc{display:inline-block;background:#fff;color:#93A79E;padding:16px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;transition:all .3s ease;box-shadow:0 4px 15px #00000026}
.btn-engagement-blanc:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 6px 20px #0003;color:#7d9189}
.btn-engagement-contour{display:inline-block;background:none;color:#fff;padding:16px 35px;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.05rem;border:2px solid #fff;transition:all .3s ease}
.btn-engagement-contour:hover{background:#fff;color:#93A79E;transform:translateY(-2px)}
@media (max-width: 968px) {
.apropos-hero-content h1{font-size:2.2rem}
.histoire-grid-wrapper{grid-template-columns:1fr;gap:40px}
.approche-carte-item{grid-template-columns:1fr;direction:ltr!important}
.approche-carte-item:nth-child(even) .approche-carte-texte{direction:ltr}
.expertise-colonnes-trois{grid-template-columns:1fr;gap:25px}
.engagement-points-liste{grid-template-columns:1fr;gap:20px}
.engagement-cta-groupe{flex-direction:column;align-items:center}
.btn-engagement-blanc,.btn-engagement-contour{width:100%;max-width:300px;text-align:center}
}
@media (max-width: 640px) {
.apropos-hero-unique{padding:60px 15px 70px}
.apropos-hero-content h1{font-size:1.8rem}
.apropos-hero-content p{font-size:1rem}
.section-histoire-valeurs,.section-notre-approche,.section-expertise-domaines,.section-notre-engagement{padding:60px 15px}
.histoire-texte-bloc h2{font-size:1.9rem}
.approche-titre-central h2{font-size:2rem}
.expertise-entete h2{font-size:2rem}
.engagement-conteneur-special h2{font-size:2.1rem}
}
.programme-apprentissage-hero{background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);padding:5rem 1.5rem 4rem;position:relative;overflow:hidden}
.programme-apprentissage-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:#93a79e26;border-radius:50%;z-index:0}
.hero-contenu-wrapper{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.hero-titre-principal{font-size:2.8rem;color:#212529;margin-bottom:1.5rem;font-weight:700;line-height:1.2}
.hero-description-texte{font-size:1.15rem;color:#495057;line-height:1.7;max-width:720px;margin-bottom:2rem}
.hero-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2.5rem}
.detail-capsule{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014}
.detail-capsule-label{font-size:.85rem;color:#93A79E;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.detail-capsule-valeur{font-size:1.1rem;color:#212529;font-weight:600}
.parcours-formation-section{background:#fff;padding:5rem 1.5rem}
.parcours-container{max-width:1200px;margin:0 auto}
.parcours-intro-bloc{text-align:center;margin-bottom:4rem}
.parcours-titre{font-size:2.3rem;color:#212529;margin-bottom:1.2rem;font-weight:700}
.parcours-sous-titre{font-size:1.05rem;color:#495057;max-width:680px;margin:0 auto;line-height:1.6}
.timeline-parcours{position:relative;padding:2rem 0}
.timeline-etape{display:grid;grid-template-columns:80px 1fr;gap:2rem;margin-bottom:3rem;position:relative}
.etape-numero-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}
.etape-numero{width:70px;height:70px;background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#fff;font-weight:700;box-shadow:0 4px 12px #93a79e4d;position:relative;z-index:2}
.etape-ligne-connecteur{width:3px;height:calc(100% + 3rem);background:#BDCFC6;position:absolute;top:70px;left:50%;transform:translateX(-50%);z-index:1}
.timeline-etape:last-child .etape-ligne-connecteur{display:none}
.etape-contenu-bloc{background:#f8f9fa;padding:2rem;border-radius:10px;border-left:4px solid #93A79E}
.etape-titre{font-size:1.5rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.etape-description{font-size:1rem;color:#495057;line-height:1.6;margin-bottom:1rem}
.etape-duree-info{display:inline-block;background:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;color:#93A79E;font-weight:600}
.methodes-pedagogiques-section{background:#f8f9fa;padding:5rem 1.5rem;position:relative}
.methodes-container-principal{max-width:1100px;margin:0 auto}
.methodes-header{margin-bottom:3.5rem}
.methodes-titre-section{font-size:2.2rem;color:#212529;margin-bottom:1rem;font-weight:700}
.methodes-introduction{font-size:1.05rem;color:#495057;line-height:1.7;max-width:750px}
.methodes-grille-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.methode-carte{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 3px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.methode-carte:hover{transform:translateY(-5px);box-shadow:0 6px 20px #93a79e33}
.methode-icone-decoratif{width:50px;height:50px;background:linear-gradient(135deg,#EDF3EF 0%,#BDCFC6 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.methode-titre-carte{font-size:1.4rem;color:#212529;margin-bottom:.8rem;font-weight:600}
.methode-description-texte{font-size:.98rem;color:#495057;line-height:1.6}
.temoignages-reussite-section{background:#fff;padding:5rem 1.5rem}
.temoignages-wrapper{max-width:1150px;margin:0 auto}
.temoignages-titre-principal{font-size:2.3rem;color:#212529;text-align:center;margin-bottom:3.5rem;font-weight:700}
.temoignages-grille{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.temoignage-colonne-gauche{display:flex;flex-direction:column;gap:2rem}
.temoignage-colonne-droite{position:relative}
.temoignage-carte-complet{background:#f8f9fa;padding:2rem;border-radius:12px;border-top:4px solid #93A79E}
.temoignage-texte-citation{font-size:1.05rem;color:#343a40;line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.temoignage-auteur-info{display:flex;align-items:center;gap:1rem}
.auteur-initiales-cercle{width:45px;height:45px;background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}
.auteur-nom-titre{flex:1}
.auteur-nom{font-size:1rem;color:#212529;font-weight:600;margin-bottom:.2rem}
.auteur-contexte{font-size:.88rem;color:#93A79E}
.image-temoignage-visuel{width:100%;height:450px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000001a}
.image-temoignage-visuel img{width:100%;height:100%;object-fit:cover}
.inscription-action-section{background:linear-gradient(135deg,#93A79E 0%,#BDCFC6 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}
.inscription-action-section::after{content:'';position:absolute;bottom:-30%;left:-5%;width:500px;height:500px;background:#ffffff1a;border-radius:50%;z-index:0}
.inscription-contenu-centre{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:1}
.inscription-titre-final{font-size:2.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700;line-height:1.3}
.inscription-description-finale{font-size:1.1rem;color:#fff;line-height:1.7;margin-bottom:2.5rem;opacity:.95}
.inscription-details-pratiques{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2.5rem;box-shadow:0 4px 15px #0000001a}
.details-grille-info{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}
.info-item-bloc{padding:1rem}
.info-label-petit{font-size:.85rem;color:#93A79E;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}
.info-valeur-grande{font-size:1.2rem;color:#212529;font-weight:700}
.boutons-action-groupe{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.bouton-action-principal{background:#fff;color:#93A79E;padding:1rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 4px 12px #00000026}
.bouton-action-principal:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000040;color:#93A79E}
.bouton-action-secondaire{background:none;color:#fff;padding:1rem 2.5rem;border-radius:8px;font-size:1.05rem;font-weight:600;text-decoration:none;display:inline-block;border:2px solid #fff;transition:all .3s ease}
.bouton-action-secondaire:hover{background:#fff;color:#93A79E;transform:translateY(-3px)}
@media (max-width: 768px) {
.programme-apprentissage-hero{padding:3rem 1rem 2.5rem}
.hero-titre-principal{font-size:2rem}
.hero-description-texte{font-size:1rem}
.hero-details-grid{grid-template-columns:1fr;gap:1rem}
.parcours-formation-section{padding:3rem 1rem}
.parcours-titre{font-size:1.8rem}
.timeline-etape{grid-template-columns:60px 1fr;gap:1.5rem;margin-bottom:2.5rem}
.etape-numero{width:55px;height:55px;font-size:1.4rem}
.etape-ligne-connecteur{top:55px}
.etape-contenu-bloc{padding:1.5rem}
.etape-titre{font-size:1.2rem}
.methodes-pedagogiques-section{padding:3rem 1rem}
.methodes-titre-section{font-size:1.8rem}
.methodes-grille-layout{grid-template-columns:1fr;gap:1.5rem}
.temoignages-reussite-section{padding:3rem 1rem}
.temoignages-titre-principal{font-size:1.8rem;margin-bottom:2.5rem}
.temoignages-grille{grid-template-columns:1fr;gap:2rem}
.image-temoignage-visuel{height:350px}
.inscription-action-section{padding:3rem 1rem}
.inscription-titre-final{font-size:1.8rem}
.inscription-description-finale{font-size:1rem}
.details-grille-info{grid-template-columns:1fr;gap:1.5rem}
.boutons-action-groupe{flex-direction:column;gap:1rem}
.bouton-action-principal,.bouton-action-secondaire{width:100%;text-align:center}
}
.cookie-policy-container{background:#fff;min-height:100vh;padding:60px 20px}
.cookie-policy-wrapper{max-width:900px;margin:0 auto;background:#fafbfc;border-radius:8px;padding:50px 40px;box-shadow:0 2px 12px #93a79e1a}
.cookie-policy-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:3px solid #BDCFC6}
.cookie-policy-header h1{font-size:2.4rem;color:#212529;margin-bottom:15px;font-weight:700;line-height:1.3}
.cookie-policy-update{font-size:.95rem;color:#6c757d;font-style:italic}
.cookie-policy-intro{background:#EDF3EF;padding:30px;border-left:5px solid #93A79E;margin-bottom:45px;border-radius:4px}
.cookie-policy-intro p{font-size:1.05rem;line-height:1.7;color:#343a40;margin-bottom:15px}
.cookie-policy-intro p:last-child{margin-bottom:0}
.policy-section-block{margin-bottom:50px}
.policy-section-title{font-size:1.8rem;color:#212529;margin-bottom:20px;font-weight:600;position:relative;padding-left:20px}
.policy-section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:30px;background:linear-gradient(180deg,#93A79E 0%,#BDCFC6 100%);border-radius:3px}
.policy-text-content p{font-size:1rem;line-height:1.8;color:#495057;margin-bottom:18px}
.policy-text-content strong{color:#212529;font-weight:600}
.cookie-types-grid{display:grid;grid-template-columns:1fr;gap:25px;margin-top:30px}
.cookie-type-card{background:#fff;padding:28px;border-radius:6px;border:1px solid #BDCFC6;transition:all .3s ease}
.cookie-type-card:hover{box-shadow:0 4px 16px #93a79e26;transform:translateY(-2px)}
.cookie-type-heading{font-size:1.3rem;color:#93A79E;margin-bottom:12px;font-weight:600;display:flex;align-items:center;gap:10px}
.cookie-type-heading::before{content:'●';font-size:1.5rem}
.cookie-type-card p{font-size:.98rem;line-height:1.7;color:#495057;margin:0}
.usage-examples-list{background:#f8f9fa;padding:25px 30px;border-radius:6px;margin:25px 0}
.usage-examples-list ul{list-style:none;padding:0;margin:0}
.usage-examples-list li{font-size:1rem;line-height:1.7;color:#343a40;padding:12px 0;padding-left:30px;position:relative;border-bottom:1px solid #e9ecef}
.usage-examples-list li:last-child{border-bottom:none}
.usage-examples-list li::before{content:'→';position:absolute;left:0;color:#93A79E;font-weight:700;font-size:1.2rem}
.browser-controls-section{background:linear-gradient(135deg,#EDF3EF 0%,#fff 100%);padding:35px;border-radius:8px;margin:40px 0}
.browser-controls-section h3{font-size:1.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.browser-list-items{display:flex;flex-direction:column;gap:15px}
.browser-item-link{background:#fff;padding:18px 24px;border-radius:6px;border:2px solid #BDCFC6;font-size:1.05rem;color:#212529;text-decoration:none;transition:all .3s ease;display:block;font-weight:500}
.browser-item-link:hover{background:#93A79E;color:#fff;border-color:#93A79E;transform:translateX(5px)}
.data-retention-box{background:#fff;border:2px solid #93A79E;padding:30px;border-radius:8px;margin:35px 0}
.data-retention-box h4{font-size:1.4rem;color:#93A79E;margin-bottom:18px;font-weight:600}
.retention-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}
.retention-item{padding:15px;background:#f8f9fa;border-radius:4px;border-left:4px solid #BDCFC6}
.retention-item-title{font-size:1.05rem;color:#212529;font-weight:600;margin-bottom:8px}
.retention-item-desc{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}
.user-rights-highlight{background:#EDF3EF;padding:35px;border-radius:8px;margin:40px 0;border-top:5px solid #93A79E}
.user-rights-highlight h3{font-size:1.6rem;color:#212529;margin-bottom:25px;font-weight:600;text-align:center}
.rights-grid-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:25px}
.right-card-item{background:#fff;padding:24px;border-radius:6px;box-shadow:0 2px 8px #93a79e1a}
.right-card-item h4{font-size:1.15rem;color:#93A79E;margin-bottom:12px;font-weight:600}
.right-card-item p{font-size:.95rem;line-height:1.7;color:#495057;margin:0}
.contact-info-footer{background:#f8f9fa;padding:35px;border-radius:8px;margin-top:50px;text-align:center;border:1px solid #BDCFC6}
.contact-info-footer h3{font-size:1.5rem;color:#212529;margin-bottom:20px;font-weight:600}
.contact-info-footer p{font-size:1rem;line-height:1.7;color:#495057;margin-bottom:15px}
.contact-details-text{font-size:1.05rem;color:#93A79E;font-weight:600;margin-top:20px}
.contact-details-text a{color:#93A79E;text-decoration:none;transition:color .3s ease}
.contact-details-text a:hover{color:#212529;text-decoration:underline}
@media (max-width: 768px) {
.cookie-policy-wrapper{padding:35px 25px}
.cookie-policy-header h1{font-size:1.9rem}
.policy-section-title{font-size:1.5rem}
.cookie-types-grid{gap:20px}
.retention-details{grid-template-columns:1fr}
.rights-grid-layout{grid-template-columns:1fr}
.browser-controls-section{padding:25px}
}
@media (max-width: 480px) {
.cookie-policy-container{padding:40px 15px}
.cookie-policy-wrapper{padding:25px 20px}
.cookie-policy-header h1{font-size:1.6rem}
.policy-section-title{font-size:1.3rem}
.cookie-type-card{padding:20px}
}
.privacy-policy-wrapper{background:linear-gradient(135deg,#fafbfc 0%,#EDF3EF 100%);min-height:100vh;padding:0;margin:0}
.privacy-header-section{background:linear-gradient(to right,#93A79E,#BDCFC6);padding:4.5rem 1.5rem 3.5rem;text-align:center;position:relative;overflow:hidden}
.privacy-header-section::before{content:'';position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#edf3ef1a;transform:rotate(15deg)}
.privacy-header-section h1{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;position:relative;z-index:2}
.privacy-meta-info{font-size:1rem;color:#EDF3EF;margin:0;position:relative;z-index:2}
.privacy-content-container{max-width:900px;margin:0 auto;padding:3rem 1.5rem}
.privacy-intro-block{background:#fff;border-left:5px solid #93A79E;padding:2rem;margin-bottom:2.5rem;border-radius:4px;box-shadow:0 2px 8px #93a79e1a}
.privacy-intro-block p{font-size:1.1rem;line-height:1.75;color:#495057;margin:0 0 1rem}
.privacy-intro-block p:last-child{margin-bottom:0}
.privacy-section-block{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 3px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}
.privacy-section-block:hover{transform:translateY(-3px);box-shadow:0 6px 20px #93a79e26}
.privacy-section-block h2{font-size:1.75rem;font-weight:600;color:#212529;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #EDF3EF}
.privacy-section-block h3{font-size:1.3rem;font-weight:600;color:#343a40;margin:1.75rem 0 1rem}
.privacy-section-block p{font-size:1.05rem;line-height:1.7;color:#495057;margin:0 0 1.25rem}
.privacy-section-block ul{list-style:none;padding:0;margin:1.5rem 0}
.privacy-section-block ul li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.05rem;line-height:1.65;color:#495057}
.privacy-section-block ul li::before{content:'';position:absolute;left:0;top:0;color:#93A79E;font-weight:700;font-size:1.2rem}
.privacy-table-wrapper{overflow-x:auto;margin:1.5rem 0}
.privacy-data-table{width:100%;border-collapse:collapse;background:#fafbfc;border-radius:6px;overflow:hidden}
.privacy-data-table th{background:linear-gradient(135deg,#93A79E,#BDCFC6);color:#fff;padding:1rem;text-align:left;font-weight:600;font-size:1.05rem}
.privacy-data-table td{padding:1rem;border-bottom:1px solid #EDF3EF;color:#495057;font-size:1rem;line-height:1.6}
.privacy-data-table tr:last-child td{border-bottom:none}
.privacy-data-table tr:nth-child(even){background:#fff}
.privacy-highlight-box{background:linear-gradient(135deg,#EDF3EF,#BDCFC6);padding:1.75rem;border-radius:8px;margin:2rem 0;border-left:4px solid #93A79E}
.privacy-highlight-box p{margin:0;font-size:1.05rem;line-height:1.7;color:#212529;font-weight:500}
.privacy-contact-card{background:linear-gradient(to bottom right,#93A79E,#BDCFC6);padding:2.5rem;border-radius:10px;margin-top:3rem;text-align:center;color:#fff}
.privacy-contact-card h2{font-size:1.9rem;font-weight:700;margin:0 0 1.5rem;color:#fff}
.privacy-contact-card p{font-size:1.1rem;line-height:1.7;margin:0 0 .75rem;color:#EDF3EF}
.privacy-contact-card a{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s ease}
.privacy-contact-card a:hover{opacity:.85}
.privacy-updates-note{background:#f8f9fa;padding:1.5rem;border-radius:6px;margin-top:2.5rem;border:1px solid #BDCFC6}
.privacy-updates-note p{margin:0;font-size:.95rem;color:#495057;line-height:1.6;font-style:italic}
@media (max-width: 768px) {
.privacy-header-section{padding:3rem 1rem 2.5rem}
.privacy-header-section h1{font-size:2rem}
.privacy-content-container{padding:2rem 1rem}
.privacy-section-block{padding:1.5rem}
.privacy-section-block h2{font-size:1.5rem}
.privacy-section-block h3{font-size:1.2rem}
.privacy-intro-block{padding:1.5rem}
.privacy-contact-card{padding:2rem 1.5rem}
.privacy-data-table th,.privacy-data-table td{padding:.75rem;font-size:.95rem}
}
.page-success-confirmation{background:linear-gradient(135deg,#EDF3EF 0%,#fff 50%,#BDCFC6 100%);min-height:100vh;padding:0;margin:0}
.success-content-wrapper{max-width:720px;margin:0 auto;padding:80px 20px 60px}
.success-icon-container{text-align:center;margin-bottom:35px;animation:iconAppear .6s ease-out}
@keyframes iconAppear {
0%{opacity:0;transform:scale(0.5) rotate(-10deg)}
100%{opacity:1;transform:scale(1) rotate(0deg)}
}
.success-checkmark-visual{width:90px;height:90px;margin:0 auto;position:relative;background:linear-gradient(135deg,#93A79E,#BDCFC6);border-radius:50%;box-shadow:0 8px 24px #93a79e4d}
.success-checkmark-visual::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:48px;color:#fff;font-weight:700}
.success-main-heading{font-size:42px;font-weight:700;color:#212529;text-align:center;margin:0 0 20px;letter-spacing:-.5px;animation:fadeSlideDown .7s ease-out .2s both}
@keyframes fadeSlideDown {
0%{opacity:0;transform:translateY(-20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-subtitle-text{font-size:19px;color:#495057;text-align:center;margin:0 0 45px;line-height:1.6;animation:fadeSlideDown .7s ease-out .4s both}
.success-info-block{background:#fff;border-radius:12px;padding:35px 40px;margin-bottom:35px;box-shadow:0 4px 16px #00000014;border-left:4px solid #93A79E;animation:fadeSlideUp .8s ease-out .5s both}
@keyframes fadeSlideUp {
0%{opacity:0;transform:translateY(20px)}
100%{opacity:1;transform:translateY(0)}
}
.success-info-block h2{font-size:24px;color:#212529;margin:0 0 18px;font-weight:600}
.success-info-block p{font-size:16px;color:#495057;line-height:1.7;margin:0 0 14px}
.success-info-block p:last-child{margin-bottom:0}
.success-timeline-list{list-style:none;padding:0;margin:25px 0 0}
.success-timeline-list li{padding-left:35px;position:relative;margin-bottom:16px;font-size:16px;color:#495057;line-height:1.6}
.success-timeline-list li::before{content:'';position:absolute;left:0;top:7px;width:20px;height:20px;background:#BDCFC6;border-radius:50%;border:3px solid #93A79E}
.success-cta-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:40px;animation:fadeSlideUp .8s ease-out .7s both}
.success-btn-primary{display:inline-block;padding:16px 38px;background:linear-gradient(135deg,#93A79E,#BDCFC6);color:#fff;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #93a79e40}
.success-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #93a79e59;background:linear-gradient(135deg,#BDCFC6,#93A79E)}
.success-btn-secondary{display:inline-block;padding:16px 38px;background:#fff;color:#93A79E;text-decoration:none;border-radius:8px;font-size:17px;font-weight:600;border:2px solid #93A79E;transition:all .3s ease}
.success-btn-secondary:hover{background:#EDF3EF;transform:translateY(-2px);border-color:#BDCFC6}
.success-contact-details{background:#f8f9fa;border-radius:10px;padding:30px;margin-top:45px;text-align:center;animation:fadeSlideUp .8s ease-out .9s both}
.success-contact-details h3{font-size:20px;color:#212529;margin:0 0 20px;font-weight:600}
.success-contact-item{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;font-size:15px;color:#495057}
.success-contact-item:last-child{margin-bottom:0}
.success-contact-icon{width:18px;height:18px;background:#93A79E;border-radius:50%;display:inline-block;flex-shrink:0}
.success-divider-decoration{width:80px;height:3px;background:linear-gradient(90deg,transparent,#93A79E,transparent);margin:35px auto;border-radius:2px}
@media (max-width: 768px) {
.success-content-wrapper{padding:60px 18px 50px}
.success-main-heading{font-size:32px;margin-bottom:16px}
.success-subtitle-text{font-size:17px;margin-bottom:35px}
.success-info-block{padding:28px 24px;margin-bottom:28px}
.success-info-block h2{font-size:21px;margin-bottom:15px}
.success-info-block p{font-size:15px}
.success-cta-buttons{flex-direction:column;gap:14px}
.success-btn-primary,.success-btn-secondary{width:100%;text-align:center;padding:15px 30px}
.success-checkmark-visual{width:75px;height:75px}
.success-checkmark-visual::after{font-size:38px}
.success-contact-details{padding:25px 20px}
.success-contact-item{font-size:14px}
}
@media (max-width: 480px) {
.success-main-heading{font-size:28px}
.success-subtitle-text{font-size:16px}
.success-info-block{padding:22px 18px}
.success-timeline-list li{font-size:15px;padding-left:30px}
.success-timeline-list li::before{width:16px;height:16px;top:5px}
}