.tagcloud a {
    padding: 6px 16px;
    font-size: 12px !important;
    line-height: 20px;
    color: #434345;
    margin-left: 5px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin-top: 5px !important;
    display: inline-block;
    font-family: 'Lato';
}
.elementor-posts-container .elementor-post__read-more {
    float: right;
    font-size: 16px !important;
    color: #0066b3 !important;
}
.elementor-posts-container .elementor-post__title a {
    color: #0066b3 !important;
}

.archive-page .bg {
    background-image: url(https://www.bionique.com/wp-content/uploads/2023/04/1.2-Mycoplasma-scaled-1600x1000.jpg);
    transform: translate3d(0px, 0px, 0px);
}
.blog-page #primary {
    width: 66%;
    display: inline-block;
    vertical-align: top;
}
#secondary {
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
#secondary > li::marker {
    content: '';
}
 
.blog-page {
    max-width: 1100px;
    margin: 0 auto;
}
.blog-page a {
    text-decoration: none;
}
.blog-page #primary {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 0px 0px 20px 0px;
    border-color: #B4B1B1;
}

.blog-page p,
.blog-page a,
.blog-page li {
    font-family: "Roboto", Sans-serif !important;
    font-weight: normal;
    line-height: 1.6;
    font-size: 1em;
}
#secondary .widget ul li {
    list-style: disc;
}
.blog-page #primary article {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    padding: 0px 0px 20px 0px;
    border-color: #B4B1B1;
    margin-bottom: 25px;
}
.blog-page #primary article h3 {
    font-weight: 600;
    font-size: 26px;
}
.blog-page #primary article h3 a:hover {
    color: #0066b3;
}
.blog-page #primary .post-excerept a {
    float: right;
}
#secondary h2.widgettitle {
    font-size: 1.2em !important;
    position: relative;
}
#secondary h2.widgettitle::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 98%;
    background: #d9d9d9;
}
#secondary h2.widgettitle::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 40px;
    background: #191919;
    z-index: 1;
}
#secondary, .blog-page #primary {
    padding: 20px;
}
.readon {
  background: #0066b3;
  color: #fff !important;
  padding: 10px 12px;
  border-radius: 4px;
}
.blog-page h1 {
    font-size: 26px;
}