


body {
    background-image: url("../../Images/site/background.png");
}


/* Copier du Numero 1 */

.article-header {
    background-color: #f2f0eb;
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
}


.article-footer {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #f2f0eb;
}


.principal {
    padding: 5rem;
    background-color: #f2f0eb;
    border-radius: 8px;
}

.souscarte{
    padding: 1.5rem;
    background-color: #dbd9d3;
    border-radius: 8px;
}

.list{
    padding: 1.5rem;
    background-color: rgba(179, 35, 34, 0.6);
    border-radius: 8px;
    color: rgb(28, 28, 28);
}