* {
    font-family: "Roboto Slab", serif !important;
}

p {
    font-size: 18px;
    color: black;
}

#contentFrame {
    padding: 0 !important;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1,
h3 {
    width: auto;
    text-align: center;
    font-size: 1.8rem !important;
    margin-bottom: 2rem !important;
}

img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bloc {
    display: none;
}

div[itemprop="articleBody"] {
    width: 60%;
    margin: auto;
    text-align: justify;

}

div[itemprop="articleBody"]>a {
    border: none;
}

#contentFrame>div {
    width: 60% !important;
    text-align: justify;
}

.figure {
    text-align: center;
    margin: 2rem 0;
}

iframe {
    width: 100%;
    height: 27rem;
    border: none;
}

.navi {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 5rem;
    order: 4;
}

.navi .nav {
    font-size: 0.8rem !important;
}

.navi .ico {
    display: flex;
    text-align: center;
}

.navi a {
    text-decoration: none;
    color: black;
    border: none;
}

.navi img {
    width: 183px;
    height: 103px;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.addCommentaire {
    order: 3;
    margin-top: 5rem;
}

.viewCommentaire {
    order: 2;
    margin-top: 5rem;
}

.viewCommentaire h4 {
    border-bottom: 1px solid black;
    font-weight: 500;
}

.viewCommentaire h4 span {
    display: block;
}

.sharedaddy {
    display: none;
}

.entry-meta {
    display: none;
}

.author-info {
    display: none;
}

#contentFrame>div>table {
    display: none;
}

#contentFrame>div>table~p {
    display: none;
}

@media screen and (max-width: 500px) {
    div[itemprop="articleBody"] {
        width: 100%;
    }

    h1,
    h3 {
        font-size: 1rem !important;
    }

    img {
        width: 100%;
    }

    iframe {
        height: 12rem;
    }

    #contentFrame>div {
        width: 100% !important;
        text-align: justify;
    }

    .navi .ico {
        width: 45%;
    }

    .navi img {
        width: 130px;
        height: 75px;
    }
}