/* IMAGE background - Ambiance typiquement québécoise (Vieux-Québec / Nature) */
    body {
        background: #f0f2f5 url(https://singlescities.com/images/desktop.webp) no-repeat center center;
        min-height: 100vh;
        margin: 0;
        padding-top: 70px !important;
        background-attachment: fixed;
        background-size: cover;
    }
    .seo-section {
        background-color: #ffffff !important;
        padding: 80px 0;
        border-bottom: 1px solid #eee;
    }
    .bg-light-blue { background-color: #f4f8fb !important; }
    /* registration box */
    div.Registration {
        background-color: rgba(255, 255, 255, 0.98);
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.25);
        margin-bottom: 8em;
        border-top: 5px solid #003399; /* Bleu Royal Québec */
    }
    /* Typography & Colors */
    .title-reg { text-align: center; font-size: 2.2em; font-weight: 800; color: #002344; margin-bottom: 10px; }
    .title-reg span { color: #003399; } /* Bleu */
    .section-title { font-weight: 800; color: #002344; margin-bottom: 50px; text-align: center; position: relative; }
    .section-title:after { content: ''; display: block; width: 60px; height: 4px; background: #003399; margin: 15px auto; }
    .btn-qc {
        background-color: #003399;
        border: none;
        font-weight: bold;
        color: white;
        padding: 15px;
        font-size: 1.3em;
        border-radius: 5px;
        transition: all 0.3s;
    }
    .btn-qc:hover { background-color: #001f5c; color: white; transform: scale(1.02); }
    /* Tips & Cards */
    .tip-card {
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        height: 100%;
        transition: 0.3s;
    }
    .tip-card:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
    .tip-card i { color: #003399; margin-bottom: 15px; }
    .region-tag {
        display: inline-block;
        padding: 5px 15px;
        background: #003399;
        color: white;
        border-radius: 20px;
        margin: 5px;
        font-size: 0.9em;
    }
    /* Styles pour les Cards d'articles */
    .article-card {
        background: #fff;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        transition: transform 0.3s ease;
        margin-bottom: 30px;
    }
    .article-card:hover { transform: translateY(-5px); }
    .article-img-wrapper { position: relative; height: 200px; overflow: hidden; }
    .article-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }
    .label-cat {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #003399;
        color: white;
        padding: 5px 12px;
        font-size: 0.8em;
        font-weight: bold;
        border-radius: 20px;
        text-transform: uppercase;
    }
    .article-card-body { padding: 20px; }
    .article-card-body h4 { color: #002344; font-weight: 700; font-size: 1.25em; margin-bottom: 10px; min-height: 50px; }
    .article-card-body p { color: #666; font-size: 0.95em; line-height: 1.5; margin-bottom: 20px; }
    .read-more { color: #003399; font-weight: bold; text-decoration: none; font-size: 0.9em; }
    .read-more:hover { text-decoration: underline; }
    .bg-grey { background-color: #f8f9fa !important; }
    .btn-mag-accueil {
        display: inline-block;
        background-color: #003399; /* Ton bleu officiel */
        color: #ffffff !important;
        padding: 18px 35px;
        font-size: 1.2em;
        font-weight: bold;
        text-transform: uppercase;
        border-radius: 50px; /* Bords arrondis pour un look moderne */
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 51, 153, 0.3);
        border: 2px solid transparent;
    }

    .btn-mag-accueil:hover {
        background-color: #ffffff;
        color: #003399 !important;
        border: 2px solid #003399;
        transform: translateY(-3px); /* Petit effet de saut */
        box-shadow: 0 6px 20px rgba(0, 51, 153, 0.4);
        text-decoration: none;
    }
    .mag-card-link { text-decoration: none !important; color: inherit; }

    .mag-card-text {
        background: #ffffff;
        padding: 40px 30px;
        border-radius: 8px;
        border: 1px solid #eee;
        border-bottom: 4px solid #003399; /* Ligne d'accentuation */
        transition: all 0.3s ease;
        height: 280px; /* Aligne les boites à la même hauteur */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mag-card-text:hover {
        background: #fcfcfc;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        transform: translateY(-5px);
    }

    .mag-category {
        display: block;
        color: #d63384;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.8em;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-family: sans-serif;
    }

    .mag-card-text h3 {
        font-family: 'Helvetica Neue', sans-serif;
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 0;
        color: #1a1a1a;
        line-height: 1.3;
    }

    .mag-card-text p {
        font-family: 'Georgia', serif;
        color: #666;
        font-size: 1.1em;
        line-height: 1.6;
        margin-top: 10px;
    }

    .mag-read-time {
        font-family: sans-serif;
        font-size: 0.85em;
        color: #999;
        margin-top: 15px;
    }
