main {
    padding-top: 5rem;
}
.header-principal {
    position: relative;
}
.table td, .table th {
    padding: 1.8rem 2.4rem;
}
.table-responsive {
    margin-bottom: 2rem !important;
}

.markdownContainerNouveautes h1 {
    display: flex;
    justify-content: center;
}
.markdownContainerNouveautes h2 {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
}
.markdownContainerNouveautes h3 {
    margin-top: 2.4rem;
    display: flex;
    justify-content: center;
}
.markdownContainerNouveautes h4 {
    display: flex;
    justify-content: center;
}
.markdownContainerNouveautes h5 {
    display: flex;
    justify-content: center;
}

.markdownContainerNouveautes blockquote {
    background: #eeeeee;
    border-left: 10px solid #1d71b8;
    margin: 1.5em 10px;
    padding: 0.8em 10px 0.8em;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
