.site-footer {
    padding: 5em 0;
    background: #272121;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.site-end{
    font-weight: bold;
    background: #28d927;
    padding: .5em 0;
    font-size: 13px;
}

.site-end p{
    margin: auto;
}

.site-end #compteur-visite{
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    border-width: 2px;
    background-color: #000;
    border-color: #000;
}

.site-end a{
    color: #000;
    border-bottom: 1px solid black;
}

.site-end a:hover {
    color: #fff;
    border-bottom: 1px solid white;
}

.site-footer p:last-child {
    margin-bottom: 0;
}

.site-footer a {
    color: #28d927;
    border-bottom: 1px solid transparent;
}

.site-footer a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer h3 {
    font-size: 13px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: bold;
    color: #fff;
}

.site-footer .footer-link li {
    line-height: 1.5;
    margin-bottom: 15px;
}

.site-footer .footer-link .fa-rss {
    margin-right: 6px;
}

.site-end .fa-rss {
    font-size: 14px;
    vertical-align: middle;
}

.feeds-page {
    max-width: 900px;
}

.feeds-intro {
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 1.6;
}

.feeds-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.feeds-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #fff;
}

.feeds-item-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    font-size: 18px;
}

.feeds-item-body {
    flex: 1;
    min-width: 0;
}

.feeds-item-title {
    font-size: 18px;
    margin: 0 0 0.35rem;
    font-weight: bold;
}

.feeds-item-description {
    margin: 0 0 0.5rem;
    color: #555;
    font-size: 14px;
}

.feeds-item-link {
    display: block;
    word-break: break-all;
    font-size: 13px;
    color: #28d927;
}

.feeds-item-subscribe {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .feeds-item {
        flex-direction: column;
    }

    .feeds-item-subscribe {
        align-self: stretch;
        text-align: center;
    }
}

.site-footer hr {
    width: 100%;
}

.footer-social a {
    line-height: 0;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}