.continent-block {
    background: #fff;
    border: 1px solid #dce0e6;
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}
.continent-block-title {
    background: #2a7ab8;
    color: #fff;
    padding: 8px 14px;
    margin: 0;
    font-size: 22px;
}
.continent-block-title .glyphicon {
    font-size: 12px;
    margin-right: 7px;
    opacity: 0.85;
}
.continent-block-intro {
    padding: 8px 14px;
    background: #f8f9fb;
    border-bottom: 1px solid #dce0e6;
    font-size: 16px;
    color: #555;
    line-height: 1.70;
}
.continent-block-intro p { margin: 0; }
.continent-pays-list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    column-gap: 0;
}
.continent-pays-list li {
    display: flex;
    align-items: center;
    break-inside: avoid;
    border-bottom: 1px solid #f2f4f6;
}
.continent-pays-list li:last-child { border-bottom: none; }
.continent-pays-list li a {
    flex: 1;
    display: block;
    padding: 4px 14px;
    font-size: 16px;
    color: #2c3e50;
    text-decoration: none;
}
.continent-pays-list .admin-meta {
    white-space: nowrap;
    padding-right: 14px;
    font-size: 13px;
}

.continent-pays-list li a:hover {
    background: #f0f6fc;
    color: #2a7ab8;
}

/* ============================================================
   BLOC CTA — Idées de treks (inspiré du bloc Vanoise V2)
============================================================ */
.rz-cta-band {
    padding: 28px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #1d5c96 0%, #152d58 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.rz-cta-band::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, #4b98d0 0%, transparent 70%);
    opacity: 0.45;
    pointer-events: none;
}
.rz-cta-band h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 8px;
}
.rz-cta-band > .row > .col-xs-12 > p {
    font-size: 14px;
    opacity: 0.88;
    margin-bottom: 16px;
}
.rz-cta-band ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rz-cta-band ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.rz-cta-band ul li:last-child { border-bottom: none; }
.rz-cta-band ul li a {
    display: block;
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    text-decoration: none;
}
.rz-cta-band ul li a::before {
    content: '› ';
    opacity: 0.65;
}
.rz-cta-band ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* ============================================================
   BLOC CTA CLAIR — Derniers topos dans le monde
============================================================ */
.rz-cta-band-light {
    padding: 28px 24px;
    border-radius: 10px;
    background: #f0f6fc;
    border: 1px solid #cfe0f0;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}
.rz-cta-band-light::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, #2a7ab8 0%, transparent 70%);
    opacity: 0.07;
    pointer-events: none;
}
.rz-cta-band-light h2 {
    color: #2c3e50;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 14px;
}
.rz-cta-band-light ul {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 24px;
}
@media (max-width: 600px) {
    .rz-cta-band-light ul { columns: 1; }
}
.rz-cta-band-light ul li {
    break-inside: avoid;
    border-bottom: 1px solid #dce0e6;
    padding: 5px 0;
}
.rz-cta-band-light ul li:last-child { border-bottom: none; }
.rz-cta-band-light ul li a {
    font-size: 16px;
    color: #2a7ab8;
    text-decoration: none;
}
.rz-cta-band-light ul li a:hover { text-decoration: underline; }
.rz-cta-pays {
    font-size: 13px;
    color: #6c7a89;
    font-weight: 600;
}
.bloc-text {
    font-size: 18px;
    line-height: 1.6em;
}