

main {
    min-height: calc(100vh - 209px);
}

.centre {
    width: 800px;
    margin: 32px auto;
    position: relative;
}

.large {
    width: 1200px;
}

/* BLOG----------------------*/

.titre-categ {
    margin-bottom: 32px !important;
}

#grille {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.apercu {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}

.apercu:nth-child(2n) {
    margin-right: 0;
}

.apercu .image {
    display: block;
    height: 260px;
    overflow: hidden;
}

.apercu img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.apercu .boite {
    display: block;
    padding: 20px !important;
}

.apercu a {
    color: #484848 !important;
    text-decoration: none !important;
}

.apercu a:hover {
    opacity: .8 !important;
}

.apercu h2 {
    font: 400 2.2em/1.1em Source Sans Pro, sans-serif !important;
    margin: 10px 0 0 !important;
    color: #8AA48E;
}

#categorie {
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
}

.date {
    font-size: .8em;
    color: var(--noir) !important;
}

.article img {
    margin: 20px 0;
}

/* ARTICLE-----------*/

.article h1,
.titre-categ {
    font: 100 3.2em/1.1em Source Sans Pro, sans-serif !important;
    letter-spacing: .02em !important;
    color: #8AA48E !important;
    text-transform: uppercase;
    margin-top: 10px;
}

.article h2 {
    line-height: 1.1em !important;
    margin: 40px 0 20px;
}

#haut-article {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 40px;
}

.modifie {
    font-size: .8em;
    line-height: 1em;
    opacity: .6;
    padding-right: 10px;
}

.modifie span {
    white-space: nowrap;
}

#interresser {
    background: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,.15);
    padding: 25px 0 32px;
    margin: 40px 0 -36px;
}

#interresser h3 {
    margin-top: 0;
}

/* Responsive----*/

@media (max-width: 1300px) {

    .large {
        width: 800px;
        /* padding: 0 32px 0 16px; */
    }

    #grille {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1130px) {

    .centre {
        width: 100%;
        padding: 0 32px 0 16px;
    }
}


@media (max-width: 850px) {

    #grille {
        grid-template-columns: repeat(1, 100%);
    }

    .apercu {
        margin: 15px 0;
    }
}


@media (max-width: 400px) {

    .article h1,
    .titre-categ {
        font-size: 2.5em !important;
    }
}
