h2 {
   font-family: Segoe UI;
    font-size: 36px;
    font-weight: 100;
    color: #104c98;
    margin: 0 0 30px;
}
#articles_plus_lus .img-article {
    overflow: hidden;
}
#articles_plus_lus .imgarticle {
    height: 217px;
    width: auto;
    max-width: inherit;
}
#articles_plus_lus .date-article {
    font-size: 13px;
    font-family: Segoe UI;
    display: block;
    margin-right: 5px;
}
#articles_plus_lus .flexarticle {
    display: flex; flex-wrap: wrap;  margin-top: 15px;
}
#articles_plus_lus .useradmin {
    font-size: 13px;
    font-family: Segoe UI;
    display: block;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
}
#articles_plus_lus .useradmin:before {
    content: "";
    background: #252525;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
}
#articles_plus_lus .useradmin img {
    border-radius: 50%;
    width: 15%;
    margin-top: -5px;
    margin-right: 10px;
}
#articles_plus_lus .date {
    display: flex;
    align-items: center;
    width: 100%;
}
#articles_plus_lus .name-article {
   font-size: 20px;
    color: #18a0db;
    font-family: Segoe UI;
    line-height: 23px;
    margin-top: 20px;
    display: block;
}
#articles_plus_lus .parag-article {
    font-size: 14px;
    color: #232323;
    display: block;
    text-align: justify;
    margin: 20px 0 0;
}
@media screen and (max-width: 1366px){
h2 {
    font-size: 34px;
}
#articles_plus_lus .date-article {
    font-size: 14px; margin-right: 3px;
}
#articles_plus_lus .name-article {
    font-size: 18px;
    line-height: 20px;
}
}
@media screen and (max-width: 1200px){
#articles_plus_lus .date-article {
    font-size: 13px; margin-right: 3px;
}
}
@media screen and (max-width: 1024px){
#articles_plus_lus .date-article {
    font-size: 11px;
    margin-right: 3px;
}
#articles_plus_lus .name-article {
    font-size: 15px;
    line-height: 18px;
}
}
@media screen and (max-width: 991px){
#articles_plus_lus .imgarticle {
    height: auto;
    width: 100%;
    max-width: inherit;
}
h2 {
    padding-left: 0 !important;
}
#articles_plus_lus .bloc-article {
    padding-left: 0;
}
#articles_plus_lus .date-article {
    font-size: 14px;
    margin-right: 4px;
}
#articles_plus_lus .name-article {
    font-size: 18px;
    line-height: 20px;
}
}

@media screen and (max-width: 767px){
#articles_plus_lus .bloc-article {
    padding-left: 0;
    margin-bottom: 30px;
    padding: 0;
}
#articles_plus_lus .name-article {
    font-size: 20px;
    line-height: 22px;
}
#articles_plus_lus .date-article {
    font-size: 15px;
    margin-right: 4px;
}
#articles_plus_lus .imgarticle {
    height: auto;
    width: 100%;
}
}
@media screen and (max-width: 380px){
h2 {
    font-size: 30px !important;
    margin: 0 0 20px !important;
}
}

