/* PAGE LIENS – styles spécifiques */

.page {
    --liens-muted: #666;
    --liens-desc: #555;
    --liens-hover: #151515;
    --liens-focus: #111;

    width: min(100%, 42rem);
    margin-inline: auto;
    margin-block: 0;
    background: var(--blanc-pur);
    border-radius: clamp(0px, calc((100vw - 480px) / 480 * 6px), 6px);
    padding: 2.5rem 1.25rem;
}

.page a {
    color: inherit;
    text-decoration: none;
}

/* HEADER */

.entete {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    margin-bottom: 2.5rem;
}

.entete-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
}

.logo {
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 6px;
    object-fit: cover;
}

.slogan {
    margin: 0;
    color: var(--liens-muted);
    font-weight: 400;
}

.slogan-init {
    color: #ff0000;
}

.slogan-baseline {
    margin: 0;
    font-size: .9rem;
    color: var(--gris-neutre);
    font-weight: 400;
}

.manifeste {
    margin: 0;
    text-align: center;
    font-weight: 400;
}

/* RESEAUX */

.reseaux {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.25rem;
}

.reseaux a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: opacity .15s ease;
}

.reseaux a img {
    width: 20px;
    height: 20px;
    filter: brightness(0);
    opacity: 0.45;
}

.reseaux a:hover img {
    opacity: 0.75;
}

.reseaux-sep {
    color: var(--gris-clair);
    font-size: 1.1rem;
    user-select: none;
}

/* BLOCS */

.bloc {
    margin-bottom: 2.5rem;
}

.bloc--hero {
    margin-bottom: 1.25rem;
    padding-bottom: 1.5rem;
}

.bloc__header {
    margin-bottom: 1rem;
}

.page .section {
    margin: 0;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--liens-muted);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page .section::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--orange-clair);
}

/* SOUTENIR / ADHÉRER */

.soutenir {
    display: block;
    background: var(--blanc-pur);
    border: 1px solid var(--orange-clair);
    border-radius: 6px;
    padding: 1rem 1.25rem;
    text-align: center;
    transition: box-shadow .15s ease;
}

.soutenir:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.soutenir-titre {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--liens-hover);
}

.soutenir-cta {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    color: var(--liens-muted);
    margin-top: .2rem;
}

/* À LA UNE */

.focus {
    background: var(--blanc-pur);
    border: 1px solid var(--gris-perle);
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: .75rem 1rem;
    transition: box-shadow .15s ease;
}

.focus:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.focus a,
.focus__inner {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: flex-start;
}

.focus__img {
    display: block;
    width: 90px;
    height: auto;
    border-radius: 4px;
}

.focus__img[src=""] {
    display: none;
}

.focus__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.focus__titre {
    font-weight: 600;
}

.focus__desc {
    color: var(--liens-muted);
    font-weight: 400;
}

.focus__desc--strong {
    color: var(--liens-hover);
    font-weight: 600;
}

.focus__cta {
    width: 100%;
    font-weight: 500;
    text-align: right;
}

/* PÉTITION */

.bloc--petition {
    margin-bottom: 2rem;
}

.petition {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    padding: 1.75rem 1.5rem;
    background: var(--bleu-acier);
    border-radius: 6px;
    text-align: center;
    transition: box-shadow .2s ease, transform .2s ease;
    text-decoration: none;
}

.petition:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

.petition-titre {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--blanc-pur);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.petition-cta {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--blanc-pur);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    background: var(--orange-clair);
    border: none;
    border-radius: 4px;
    padding: .65rem 1.5rem;
    transition: box-shadow .2s ease, transform .2s ease;
}

.petition:hover .petition-cta {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}

/* LISTES */

.liste {
    display: flex;
    flex-direction: column;
}

.lien {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    font-weight: 500;
    background: var(--blanc-pur);
    border: 1px solid var(--gris-perle);
    border-top: none;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-bottom: .5rem;
    transition: box-shadow .15s ease;
}

.lien[href]:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.lien__img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: contain;
    flex-shrink: 0;
}

.lien__img[src=""] {
    display: none;
}

.lien__content {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    flex: 1;
}

.lien-titre {
    font-weight: 600;
}

.lien-desc {
    font-size: .85rem;
    color: var(--liens-desc);
    font-weight: 400;
}

.lien__actions {
    display: flex;
    gap: .35rem;
    align-items: center;
    flex-shrink: 0;
}

.lien__actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    transition: box-shadow .15s ease;
}

.lien__actions a:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.lien__actions a img {
    width: 18px;
    height: 18px;
    filter: brightness(0);
    opacity: 0.45;
}

.lien__actions a:hover img {
    opacity: 0.75;
}

/* FOOTER */

.footer {
    margin-top: 4rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--bleu-ardoise);
    color: var(--bleu-ardoise);
    font-size: .9rem;
}

/* CARTES LANGUES (dossier de présentation) */

.cards-row {
    display: flex;
    gap: .75rem;
}

.card-lang {
    flex: 1;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--blanc-pur);
    border-radius: 3px;
    transition: box-shadow .15s ease;
}

.card-lang:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.card-lang img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.card-lang-badge {
    position: absolute;
    bottom: .35rem;
    right: .35rem;
    background: var(--blanc-pur);
    color: var(--noir-doux);
    font-size: .65rem;
    font-weight: 600;
    line-height: 1;
    padding: .2rem .4rem;
    border-radius: 3px;
}

/* ACCESSIBILITÉ */

.page :focus-visible {
    outline: 2px solid var(--liens-focus);
    outline-offset: 2px;
}

/* =============================================
   ANCIEN ROOT / RESET (conservé pour reprise)
   =============================================
:root {
    --bg: #f6f6f6;
    --card: #ffffff;
    --text: #151515;
    --muted: #666;
    --accent: #111;
    --font: Inter, system-ui, sans-serif;
    --title: 2.2rem;
    --section: .78rem;
    --space-1: .5rem;
    --space-2: .75rem;
    --space-3: 1rem;
    --space-4: 1.5rem;
    --space-5: 2.5rem;
    --space-6: 4rem;
    --radius: 6px;
}
*/
