:root{
    --sizeH1:      45px;
    --sizeH2:      30px;
    --sizeP:       20px;
}

.img_fond h1 {
    color: white;
    text-align: center;
    padding-top: 25%;
    font-size: var(--sizeH1);
}

.img_fond p {
    color: white;
    padding-left: 2%;
    font-size: var(--sizeP);
}

.titre-article h1 {
    position: absolute;
    color: white;
    font-size: var(--sizeH1);
    text-align: center;
}

.titre-article p {
    color: white;
    padding-left: 3%;
    font-size: var(--sizeP);
}

.article {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.article p {
    font-size: var(--sizeP);
    line-height: 2em;
}

.likes {
    font-size: var(--sizeP);
}

.likes button {
    font-size: var(--sizeP);
    padding: 0.5%;
}

.likes a {
    text-decoration: none;
}

/*VIEWARTICLE*/

.recherche {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 20%;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    color: #b3b3b3;
    background-color: #333333;
    margin-bottom: 15px;
}

.buttonrecherche {
    background-color: #E50914;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 15px;
    width: 10%;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.viewarticle {
    padding-top: 10%;
}

.cadrearticle {
    background-color: black;
    color: white;
    border: 2px solid black;
    margin-left: 20%;
    margin-right: 20%;
}

.cadrearticle img {
    background-size: cover;
    width: 300px;
    height: 200px;
    float: left;
    padding-right: 2%;
}

.cadrearticle h1 {
    font-size: 30px;
}

.cadrearticle h2 {
    font-size: var(--sizeP);
    text-decoration: None;
}

.cadrearticle p {
    position: relative;
    font-size: var(--sizeP);
}

.cadrearticle button {
    margin-top: 2%;
    margin-left: 88%;
    padding: 1%;
}

.pagination {
    text-align: center;
    font-size: var(--sizeP);
}

.img_fond h1 {
    color: white;
    text-align: center;
    padding-top: 25%;
    font-size: var(--sizeH1);
}

.img_fond p {
    color: white;
    padding-top: 2%;
    padding-left: 2%;
    font-size: var(--sizeP);
}

.titre-article h1 {
    position: absolute;
    color: white;
    font-size: var(--sizeH1);
    text-align: center;
}

.titre-article p {
    color: white;
    padding-left: 3%;
    font-size: var(--sizeP);
}

.article {
    width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

.article p {
    font-size: var(--sizeP);
    line-height: 2em;
}

.likes {
    font-size: var(--sizeP);
}

.likes button {
    font-size: var(--sizeP);
    padding: 0.5%;
}

.likes a {
    text-decoration: none;
}

/*VIEWARTICLE*/

.recherche {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 20%;
    font-size: 1em;
    border: 0;
    border-radius: 5px;
    color: #b3b3b3;
    background-color: #333333;
    margin-bottom: 15px;
}

.buttonrecherche {
    background-color: #E50914;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: white;
    padding: 15px;
    width: 10%;
    font-size: 1em;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

.viewarticle {
    padding-top: 10%;
}

.cadrearticle {
    background-color: black;
    color: white;
    border: 2px solid black;
    margin-left: 20%;
    margin-right: 20%;
}

.cadrearticle img {
    background-size: cover;
    width: 300px;
    height: 200px;
    float: left;
    padding-right: 2%;
}

.cadrearticle h1 {
    font-size: 30px;
}

.cadrearticle h2 {
    font-size: var(--sizeP);
    text-decoration: None;
}

.cadrearticle p {
    position: relative;
    font-size: var(--sizeP);
}

.cadrearticle button {
    margin-top: 2%;
    margin-left: 88%;
    padding: 1%;
}

.pagination {
    text-align: center;
    font-size: var(--sizeP);
}