body {
    background-color: rgb(219 219 219);
}

.texte-article {
    padding: 30px;
}

.hideback {
    background-color: rgb(219 219 219);
}

.contenueArticle {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    width: 80%;
    margin-left: 10%;
    background-color: white;
}

.ap_container {
    width: auto !important;
}

.contenu-back-article {
    height: 100%;
    width: 100%;
    background-color: rgb(219 219 219);
    position: relative;
    z-index: 1;
    margin-top: -90px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dateArticle {
    padding-left: 30px;
    padding-top: 10px;
}

.auteurArticle {
    padding-left: 30px;
}

@media (min-width: 1025px) and (max-width: 1000000px) {
    #titreArticle {
        margin-top: 10%;
        font-size: 4rem;
    }

    .textpanelArticle {
        padding: 0 1rem;
        color: white;
        font-family: var(--font-serif);
        font-size: 4vw;
        letter-spacing: -0.125rem;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        height: 50vh;
    }

    .imagebandeauArticle {
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: rgba(0,0,0,0.5);
        clip-path: inset(0 0 30% 0);
    }

    .panelimageArticle {
        position: fixed;
        width: 100%;
    }

    .panelimageArticleImg {
        position: fixed;
        top: -25%;
        left: 0;
        width: 100%;
    }

    .panelBandeauArticle {
        position: relative;
        z-index: 1;
        width: 100vw;
        max-width: 100%;
        height: 54vh;
        margin-top: -90px;
    }
}
@media (max-width: 1025px) {
    #titreArticle {
        margin-top: 140px;
        font-size: 4rem;
    }

    .textpanelArticle {
        padding: 0 1rem;
        color: white;
        font-family: var(--font-serif);
        font-size: 4vw;
        letter-spacing: -0.125rem;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        height: 50vh;
    }

    .imagebandeauArticle {
        background-repeat: no-repeat;
        background-size: 100%;
        background-color: rgba(0,0,0,0.5);
    }

    .panelimageArticle {
        position: fixed;
        width: 100%;
    }

    .panelimageArticleImg {
        position: fixed;
        top: 10%;
        left: 0;
        width: 100%;
    }

    .panelBandeauArticle {
        position: relative;
        z-index: 1;
        width: 100vw;
        max-width: 100%;
        height: 46vh;
        margin-top: -90px
    }

    .editor-container {
        overflow-x: hidden;
    }
}

