.elementor-29056 .elementor-element.elementor-element-d0ef74b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ============================================= */
/* VARIABLES & RESET */
/* ============================================= */
.ocg-page-wrapper {
    --ocg-blue: #0056b3;
    --ocg-blue-dark: #003d7a;
    --ocg-blue-light: #e6f0fa;
    --ocg-orange: #f58220;
    --ocg-orange-dark: #d96d10;
    --ocg-dark: #333333;
    --ocg-grey: #6c757d;
    --ocg-grey-light: #f8f9fa;
    --ocg-white: #ffffff;
    --ocg-border: #e1e8ed;
    --ocg-shadow: 0 4px 20px rgba(0,86,179,0.08);
    --ocg-shadow-hover: 0 8px 30px rgba(0,86,179,0.18);
    --ocg-radius: 12px;
    --ocg-transition: all 0.3s ease;

    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--ocg-dark);
    line-height: 1.6;
}
.ocg-page-wrapper * { box-sizing: border-box; }
.ocg-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================= */
/* HERO */
/* ============================================= */
.ocg-hero {
    background: linear-gradient(135deg, var(--ocg-blue) 0%, var(--ocg-blue-dark) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.ocg-hero::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(245,130,32,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.ocg-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.ocg-hero-title {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 20px;
    color: var(--ocg-white) !important;
}
.ocg-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.92) !important;
    margin-bottom: 30px;
}
.ocg-hero-content,
.ocg-hero-content h1,
.ocg-hero-content p,
.ocg-hero-content span {
    color: var(--ocg-white) !important;
}
.ocg-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,130,32,0.2);
    border: 1px solid rgba(245,130,32,0.4);
    color: var(--ocg-orange) !important;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.ocg-hero-badge svg { width: 16px; height: 16px; }
.ocg-hero-image img {
    width: 100%;
    height: auto;
    border-radius: var(--ocg-radius);
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    display: block;
}
.ocg-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ocg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--ocg-transition);
    cursor: pointer;
    border: none;
}
.ocg-btn svg { width: 18px; height: 18px; }
.ocg-btn-primary {
    background: var(--ocg-white);
    color: var(--ocg-blue) !important;
}
.ocg-btn-primary:hover {
    background: var(--ocg-blue-light);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.ocg-btn-secondary {
    background: var(--ocg-orange);
    color: var(--ocg-white) !important;
}
.ocg-btn-secondary:hover {
    background: var(--ocg-orange-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245,130,32,0.4);
}
.ocg-btn-outline {
    background: transparent;
    color: var(--ocg-blue) !important;
    border: 2px solid var(--ocg-blue);
    margin-top: 20px;
}
.ocg-btn-outline:hover {
    background: var(--ocg-blue);
    color: var(--ocg-white) !important;
    transform: translateY(-2px);
}
.ocg-btn-outline svg { width: 18px; height: 18px; }

/* ============================================= */
/* INTRODUCTION */
/* ============================================= */
.ocg-intro {
    padding: 50px 0 30px;
    background: var(--ocg-white);
}
.ocg-lead {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ocg-dark);
    margin-bottom: 20px;
    border-left: 4px solid var(--ocg-orange);
    padding-left: 20px;
}
.ocg-intro p {
    color: var(--ocg-grey);
    font-size: 1rem;
    max-width: 900px;
    margin-bottom: 15px;
}
.ocg-intro strong { color: var(--ocg-blue); }

/* ============================================= */
/* SOMMAIRE */
/* ============================================= */
.ocg-sommaire {
    padding: 10px 0 50px;
    background: var(--ocg-white);
}
.ocg-sommaire-box {
    background: var(--ocg-blue-light);
    border: 1px solid rgba(0,86,179,0.15);
    border-radius: var(--ocg-radius);
    padding: 35px 40px;
    max-width: 750px;
}
.ocg-sommaire-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ocg-blue);
    margin: 0 0 20px;
}
.ocg-sommaire-title svg {
    width: 22px; height: 22px;
    stroke: var(--ocg-orange);
}
.ocg-sommaire-list {
    margin: 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ocg-sommaire-list li { color: var(--ocg-dark); }
.ocg-sommaire-list a {
    color: var(--ocg-blue);
    text-decoration: none;
    font-weight: 500;
    transition: var(--ocg-transition);
}
.ocg-sommaire-list a:hover {
    color: var(--ocg-orange);
    text-decoration: underline;
}

/* ============================================= */
/* SECTIONS GÉNÉRIQUES */
/* ============================================= */
.ocg-section {
    padding: 70px 0;
    background: var(--ocg-white);
}
.ocg-section-grey {
    background: var(--ocg-grey-light);
}
.ocg-h2 {
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--ocg-blue);
    margin: 0 0 10px;
    position: relative;
    padding-bottom: 15px;
}
.ocg-h2::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 50px; height: 4px;
    background: var(--ocg-orange);
    border-radius: 2px;
}
.ocg-h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--ocg-blue);
    margin: 0 0 15px;
}
.ocg-section-intro {
    color: var(--ocg-grey);
    font-size: 1.05rem;
    margin-bottom: 40px;
    margin-top: 10px;
    max-width: 800px;
}

/* ============================================= */
/* INFO BOX */
/* ============================================= */
.ocg-info-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: var(--ocg-blue-light);
    border: 1px solid rgba(0,86,179,0.2);
    border-left: 4px solid var(--ocg-blue);
    border-radius: var(--ocg-radius);
    padding: 20px 25px;
    margin-top: 30px;
}
.ocg-info-box svg {
    width: 22px; height: 22px;
    flex-shrink: 0;
    stroke: var(--ocg-blue);
    margin-top: 2px;
}
.ocg-info-box p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--ocg-dark);
}
.ocg-info-box a {
    color: var(--ocg-blue);
    font-weight: 600;
    text-decoration: underline;
}
.ocg-info-box a:hover { color: var(--ocg-orange); }

/* ============================================= */
/* IMAGE SECTION */
/* ============================================= */
.ocg-image-section {
    padding: 70px 0;
    background: var(--ocg-blue-light);
}
.ocg-image-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}
.ocg-image-wrap img {
    width: 100%;
    height: auto;
    border-radius: var(--ocg-radius);
    box-shadow: var(--ocg-shadow-hover);
    display: block;
}
.ocg-image-content h2 { color: var(--ocg-blue); }
.ocg-image-content p {
    color: var(--ocg-grey);
    margin-bottom: 25px;
    font-size: 1rem;
}
.ocg-check-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ocg-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--ocg-dark);
    font-weight: 500;
}
.ocg-check-list svg {
    width: 20px; height: 20px;
    flex-shrink: 0;
    stroke: var(--ocg-orange);
}

/* ============================================= */
/* CAS PARTICULIERS BLOCKS */
/* ============================================= */
.ocg-cas-block {
    background: var(--ocg-white);
    border: 1px solid var(--ocg-border);
    border-radius: var(--ocg-radius);
    padding: 30px;
    margin-bottom: 25px;
    transition: var(--ocg-transition);
}
.ocg-cas-block:hover {
    border-color: var(--ocg-blue);
    box-shadow: var(--ocg-shadow);
}
.ocg-cas-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 15px;
}
.ocg-cas-icon {
    flex-shrink: 0;
    width: 52px; height: 52px;
    background: var(--ocg-blue-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ocg-blue);
    transition: var(--ocg-transition);
}
.ocg-cas-icon svg { width: 24px; height: 24px; }
.ocg-cas-block:hover .ocg-cas-icon {
    background: var(--ocg-orange);
    color: var(--ocg-white);
}
.ocg-cas-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ocg-blue);
    margin: 0;
}
.ocg-cas-block > p {
    color: var(--ocg-grey);
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.7;
}
.ocg-cas-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.ocg-cas-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ocg-blue-light);
    color: var(--ocg-blue) !important;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: var(--ocg-transition);
    border: 1px solid rgba(0,86,179,0.15);
}
.ocg-cas-link svg { width: 16px; height: 16px; }
.ocg-cas-link:hover {
    background: var(--ocg-blue);
    color: var(--ocg-white) !important;
    transform: translateX(4px);
}

/* ============================================= */
/* TABLEAU D'ORIENTATION */
/* ============================================= */
.ocg-table-wrap {
    overflow-x: auto;
    border-radius: var(--ocg-radius);
    box-shadow: var(--ocg-shadow);
    margin-top: 30px;
}
.ocg-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--ocg-white);
    min-width: 600px;
}
.ocg-table thead {
    background: linear-gradient(135deg, var(--ocg-blue), var(--ocg-blue-dark));
}
.ocg-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ocg-white) !important;
}
.ocg-table td {
    padding: 14px 20px;
    border-bottom: 1px solid var(--ocg-border);
    font-size: 0.9rem;
    color: var(--ocg-dark);
}
.ocg-table tbody tr:nth-child(even) { background: var(--ocg-grey-light); }
.ocg-table tbody tr:hover { background: var(--ocg-blue-light); }
.ocg-table a {
    color: var(--ocg-orange);
    font-weight: 600;
    text-decoration: none;
}
.ocg-table a:hover { text-decoration: underline; }

/* ============================================= */
/* ALERTE / WARNING BOX */
/* ============================================= */
.ocg-warning-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff8f0;
    border: 1px solid rgba(245,130,32,0.3);
    border-left: 4px solid var(--ocg-orange);
    border-radius: var(--ocg-radius);
    padding: 20px 25px;
    margin-top: 30px;
}
.ocg-warning-box svg {
    width: 22px; height: 22px;
    flex-shrink: 0;
    stroke: var(--ocg-orange);
    margin-top: 2px;
}
.ocg-warning-box p {
    margin: 0;
    font-size: 0.95rem;
    color: var(--ocg-dark);
    line-height: 1.6;
}

/* ============================================= */
/* DEUX COLONNES */
/* ============================================= */
.ocg-two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}
.ocg-col-block {
    background: var(--ocg-white);
    border: 1px solid var(--ocg-border);
    border-radius: var(--ocg-radius);
    padding: 30px;
}
.ocg-col-icon {
    width: 52px; height: 52px;
    background: var(--ocg-blue-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.ocg-col-icon svg {
    width: 24px; height: 24px;
    stroke: var(--ocg-blue);
}
.ocg-col-block h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ocg-blue);
    margin: 0 0 15px;
}
.ocg-col-block p {
    color: var(--ocg-grey);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 20px;
}
.ocg-col-block .ocg-check-list { margin-bottom: 0; }

/* ============================================= */
/* ÉTAPES */
/* ============================================= */
.ocg-etapes {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    margin-top: 10px;
}
.ocg-etapes::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 60px;
    bottom: 60px;
    width: 2px;
    background: linear-gradient(to bottom, var(--ocg-blue), var(--ocg-orange));
    z-index: 0;
}
.ocg-etape {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    position: relative;
    z-index: 1;
    padding: 10px 0 30px;
}
.ocg-etape-num {
    flex-shrink: 0;
    width: 58px; height: 58px;
    background: linear-gradient(135deg, var(--ocg-blue), var(--ocg-blue-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,86,179,0.3);
}
.ocg-etape-num span {
    color: var(--ocg-white);
    font-size: 1.3rem;
    font-weight: 800;
}
.ocg-etape-body {
    background: var(--ocg-white);
    border: 1px solid var(--ocg-border);
    border-radius: var(--ocg-radius);
    padding: 25px 30px;
    flex-grow: 1;
    transition: var(--ocg-transition);
}
.ocg-etape-body:hover {
    border-color: var(--ocg-blue);
    box-shadow: var(--ocg-shadow);
}
.ocg-etape-body h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ocg-blue);
    margin: 0 0 10px;
}
.ocg-etape-body p {
    color: var(--ocg-grey);
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.7;
}
.ocg-etape-body strong { color: var(--ocg-blue); }

/* ============================================= */
/* AVANTAGES GRID */
/* ============================================= */
.ocg-avantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 40px;
}
.ocg-avantage {
    background: var(--ocg-blue-light);
    border-radius: var(--ocg-radius);
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(0,86,179,0.1);
    transition: var(--ocg-transition);
}
.ocg-avantage:hover {
    background: var(--ocg-blue);
    transform: translateY(-3px);
    box-shadow: var(--ocg-shadow-hover);
}
.ocg-avantage svg {
    width: 36px; height: 36px;
    stroke: var(--ocg-blue);
    margin-bottom: 12px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: var(--ocg-transition);
}
.ocg-avantage:hover svg { stroke: var(--ocg-white); }
.ocg-avantage p {
    color: var(--ocg-blue);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
    transition: var(--ocg-transition);
}
.ocg-avantage:hover p { color: var(--ocg-white); }

/* ============================================= */
/* LIENS GRID (PAGE FILLES) */
/* ============================================= */
.ocg-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 15px;
    margin-top: 30px;
}
.ocg-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--ocg-white);
    border: 1px solid var(--ocg-border);
    border-radius: 10px;
    padding: 16px 20px;
    text-decoration: none;
    color: var(--ocg-dark) !important;
    font-weight: 600;
    font-size: 0.95rem;
    transition: var(--ocg-transition);
}
.ocg-link-item svg {
    width: 18px; height: 18px;
    flex-shrink: 0;
    stroke: var(--ocg-orange);
    transition: var(--ocg-transition);
}
.ocg-link-item:hover {
    border-color: var(--ocg-orange);
    background: #fff8f0;
    transform: translateX(5px);
    color: var(--ocg-orange) !important;
}
.ocg-link-item:hover svg { transform: translateX(3px); }

/* ============================================= */
/* RÉFÉRENCES */
/* ============================================= */
.ocg-ref-list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ocg-ref-list li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ocg-blue);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--ocg-transition);
}
.ocg-ref-list li a svg {
    width: 14px; height: 14px;
    flex-shrink: 0;
    stroke: var(--ocg-grey);
}
.ocg-ref-list li a:hover {
    color: var(--ocg-orange);
    text-decoration: underline;
}

/* ============================================= */
/* FAQ */
/* ============================================= */
.ocg-faq {
    max-width: 850px;
    margin: 40px auto 0;
}
.ocg-faq-item {
    background: var(--ocg-white);
    border-radius: 10px;
    margin-bottom: 12px;
    box-shadow: var(--ocg-shadow);
    overflow: hidden;
    transition: var(--ocg-transition);
}
.ocg-faq-item[open] { box-shadow: var(--ocg-shadow-hover); }
.ocg-faq-item summary {
    padding: 20px 25px;
    font-weight: 600;
    cursor: pointer;
    color: var(--ocg-dark);
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--ocg-transition);
    font-size: 1rem;
}
.ocg-faq-item summary::-webkit-details-marker { display: none; }
.ocg-faq-item summary::after {
    content: '+';
    font-size: 1.6rem;
    color: var(--ocg-orange);
    font-weight: 300;
    transition: var(--ocg-transition);
    flex-shrink: 0;
    margin-left: 15px;
}
.ocg-faq-item[open] summary::after { content: '−'; }
.ocg-faq-item summary:hover { color: var(--ocg-blue); }
.ocg-faq-item p {
    padding: 15px 25px 25px;
    margin: 0;
    color: var(--ocg-grey);
    font-size: 0.95rem;
    line-height: 1.7;
    border-top: 1px solid var(--ocg-border);
}

/* ============================================= */
/* CTA FINAL */
/* ============================================= */
.ocg-cta-final {
    background: linear-gradient(135deg, var(--ocg-blue) 0%, var(--ocg-blue-dark) 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ocg-cta-final::before {
    content: '';
    position: absolute;
    bottom: -30%; left: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(245,130,32,0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.ocg-cta-final,
.ocg-cta-final p,
.ocg-cta-final span,
.ocg-cta-final h2 {
    color: var(--ocg-white) !important;
}
.ocg-cta-final > .ocg-container > p {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.92;
}
.ocg-h2-white {
    font-size: 1.9rem;
    color: var(--ocg-white) !important;
    font-weight: 800;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 15px;
}
.ocg-h2-white::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60px; height: 4px;
    background: var(--ocg-orange);
    border-radius: 2px;
}
.ocg-cta-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.ocg-cta-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 35px;
    border-radius: var(--ocg-radius);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: var(--ocg-transition);
    min-width: 240px;
    justify-content: center;
}
.ocg-cta-card svg { width: 24px; height: 24px; flex-shrink: 0; }
.ocg-cta-orange {
    background: var(--ocg-orange);
    color: var(--ocg-white) !important;
}
.ocg-cta-orange:hover {
    background: var(--ocg-orange-dark);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(245,130,32,0.4);
}
.ocg-cta-white {
    background: var(--ocg-white);
    color: var(--ocg-blue) !important;
}
.ocg-cta-white:hover {
    background: var(--ocg-blue-light);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.ocg-cta-card span { color: inherit !important; }
.ocg-footer-links {
    position: relative;
    z-index: 2;
    margin-top: 10px;
}
.ocg-footer-links a {
    color: rgba(255,255,255,0.75) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: var(--ocg-transition);
    margin: 0 5px;
}
.ocg-footer-links a:hover { color: var(--ocg-white) !important; }

/* ============================================= */
/* RESPONSIVE TABLETTE */
/* ============================================= */
@media (max-width: 1024px) {
    .ocg-hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .ocg-hero-image { display: none; }
    .ocg-image-grid { grid-template-columns: 1fr; gap: 35px; }
    .ocg-hero-title { font-size: 2rem; }
    .ocg-two-cols { grid-template-columns: 1fr; gap: 25px; }
    .ocg-avantages-grid { grid-template-columns: 1fr 1fr; }
    .ocg-etapes::before { display: none; }
}

/* ============================================= */
/* RESPONSIVE MOBILE */
/* ============================================= */
@media (max-width: 768px) {
    .ocg-hero { padding: 50px 0; }
    .ocg-hero-title { font-size: 1.7rem; }
    .ocg-hero-subtitle { font-size: 1rem; }
    .ocg-hero-buttons { flex-direction: column; }
    .ocg-btn { width: 100%; justify-content: center; }

    .ocg-section { padding: 50px 0; }
    .ocg-image-section { padding: 50px 0; }
    .ocg-cta-final { padding: 50px 0; }

    .ocg-h2 { font-size: 1.5rem; }
    .ocg-h2-white { font-size: 1.5rem; }

    .ocg-sommaire-box { padding: 25px 20px; }
    .ocg-links-grid { grid-template-columns: 1fr; }
    .ocg-avantages-grid { grid-template-columns: 1fr; }

    .ocg-cas-header { flex-direction: column; align-items: flex-start; gap: 12px; }
    .ocg-cas-links { flex-direction: column; }
    .ocg-cas-link { width: 100%; justify-content: center; }

    .ocg-etape { flex-direction: column; gap: 15px; }
    .ocg-etape-num { width: 48px; height: 48px; }

    .ocg-cta-grid { flex-direction: column; align-items: stretch; }
    .ocg-cta-card { min-width: unset; width: 100%; }

    .ocg-table thead th,
    .ocg-table td { padding: 12px 15px; font-size: 0.85rem; }

    .ocg-faq-item summary { padding: 16px 18px; font-size: 0.9rem; }
    .ocg-faq-item p { padding: 12px 18px 18px; }

    .ocg-two-cols { grid-template-columns: 1fr; }
    .ocg-col-block { padding: 22px 20px; }
}

/* ============================================= */
/* PETIT MOBILE */
/* ============================================= */
@media (max-width: 480px) {
    .ocg-hero-title { font-size: 1.4rem; }
    .ocg-hero-subtitle { font-size: 0.95rem; }
    .ocg-lead { font-size: 1rem; }
    .ocg-sommaire-box { padding: 20px 15px; }
    .ocg-cas-block { padding: 20px; }
    .ocg-etape-body { padding: 18px 20px; }
    .ocg-avantage { padding: 20px 15px; }
    .ocg-col-block { padding: 18px 15px; }
    .ocg-ref-list li a { font-size: 0.9rem; }
}/* End custom CSS */