h1 {
    font-family: "Playwrite CU";
    color: #fdfce9;
    font-weight: lighter!important;
	font-size: 2em!important;
}

.apercuarticle {
    width: 80vw;
    height: 150px;
    overflow: hidden;
    margin: 60px auto 20px auto;
    background-color: hsla(0, 0%, 100%, .685);
    border-radius: 20px;
}

.entry-title {
    text-align: center;
    padding: 20px;
    font-size: 1.6em;
    font-weight: bold;
}

.entry-title a {
    text-decoration: none;
    color: #7FA8C5;
    letter-spacing: 2px;
}

.entry-title:visited a {
    text-decoration: none;
    color: #7FA8C5;
}

.entry-title:hover a {
    color: #7FA8C5;
}

.entry-content {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: auto;
    padding-top: auto;
    line-height: 1.7em;
    font-family: "Montserrat", sans-serif;
}

.entry-content p{
	line-height: 1.6;
	margin-bottom: 20px;
	color: #212529;
}


/* article individuel single.php */

.site-main-articleInd {
    min-width: 70vw;
    height: auto;
    overflow: hidden;
    margin: 0px auto 0px auto;
    padding-top: 20px !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-bottom: 50px !important;
    /*background-color: hsla(0, 0%, 100%, .685);*/
    background-color: #C4967E!important;
    border-radius: 20px;
    text-align: justify !important;
}

.redigepar {
    text-align: left;
    margin: 20px;
    font-style: italic;
    font-size: 0.8em;
}

.redigepar a {
    text-decoration: none;
    color: black;
}

@media screen and (max-device-width:1350px),
screen and (max-width:1350px) {
    .apercuarticle {
        width: 100vw;
        height: 320px;
        margin: 60px auto 20px auto;
    }
    .entry-title {
        padding: 20px 0 20px 0;
    }
    .entry-content {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: auto;
        padding-top: auto;
        line-height: 1.6em;
    }
    .site-main-articleInd {
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 0px auto 0px auto;
        border-radius: 20px;
    }
}