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;
}
.carousel {
    margin: 2rem 0;
}
.carousel-item img {
    max-height: 30rem;
    object-fit: cover;
}
.article-footer {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #f2f0eb;
}


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

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