﻿body {
    font-family: 'Ubuntu', sans-serif;
    background: linear-gradient(to right, #c1c5c6, #c7d2d6);
    margin: 20px;
}

h3 {
    text-align: center;
    color: #0044cc;
}

.rss-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.rss-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.rss-title a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: .8em;
}

.rss-description {
    font-size: 0.95em;
    color: #555;
    margin: 8px 0;
    line-height: 1;
}

.rss-date {
    font-size: 0.8em;
    color: #888;
    margin-top: 5px;
}

/* Image en dessous du texte, alignée à gauche */
.rss-image {
    text-align: left;
    margin-top: 10px;
}

.rss-image img {
    width: 200px;       /* largeur fixe */
    height: 100px;      /* hauteur fixe */
    object-fit: cover;  /* recadrage esthétique */
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.rss-container {
    background-color: #d0d1df; /* fond blanc pour le bloc */
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
