
#article {
    font-size:17px;
       
}
#article .imgarticle {
  
    margin-bottom : 15px;
    border: 1px solid var(--border-grey-color);
    border-radius:8px;
    margin-top:10px;
}
#article h2,h3  {
     font-size:1.70rem;
}
.post-date, .post-comments {
    color:#fff;
}
.post-date .crumina-icon, .post-comments .crumina-icon {
    fill:#fff;
}

.medium-section-padding {
    padding: 30px 0;
}
.datecolor {
    color:#000;
}

#article a {
    color: #007bff;
    font-weight:bold;
}
#article p {
    line-height: 2;
}
#article table {
    margin-top:10px;
}
#article table tr {
    border-bottom: 0px solid #dfe6ec;
}
#article table td {
    border-bottom: 1px solid #dfe6ec;
}
#article td {
    line-height: 2;
}
.imageleft {
 width: 100%;
     margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #dfe6ec;
}

 
 
.latest-posts-item .post-date {
    color:#477da4!important;
}
.post-title:hover {
    color:#000;
}
.latest-posts-item {
    text-align:right;
}
.w-about.widget-sidebar {
 /* box-shadow: 3px 5px 12px 5px rgb(137 134 129 / 41%); */ 
}
.post.advertising {
  /* box-shadow: 3px 5px 12px 5px rgb(137 134 129 / 41%); */  
}
table > tbody + tbody {
   border-top: 0px solid; 
}

.articlebg {
    padding: 30px 0;
    background-image: url(https://www.hebergementwebgratuit.com/img/site-web/bg-article.png);
    background-size: 100% 2000px;
    background-repeat:repeat-y;
}
.header--sticky {
    position: fixed;
    min-width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    padding-top: 70px;
}

.block-border-linear-gradient-top {
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#1eb0d8), color-stop(#00bcca), color-stop(#00c4a8), color-stop(#40c877), to(#8dc63f));
    background-image: -o-linear-gradient(left, #1eb0d8, #00bcca, #00c4a8, #40c877, #8dc63f);
    background-image: linear-gradient(to right, #1eb0d8, #00bcca, #00c4a8, #40c877, #8dc63f);
}



.input--with-icon .crumina-icon {
    fill: #477da4!important;
}
input.input--grey, textarea.input--grey, select.input--grey {
    background-color: #ffffff;
    border:2px solid #cfd8df;
}
.w-search.widget-sidebar  { 
-webkit-box-shadow: 3px 5px 12px 5px rgba(137,134,129,0.41); 
box-shadow: 3px 5px 12px 5px rgba(137,134,129,0.41);
}
.widget_links.widget-sidebar {
 /* box-shadow: 3px 5px 12px 5px rgb(137 134 129 / 41%);  */
}
.w-latest-posts.widget-sidebar {
  /* box-shadow: 3px 5px 12px 5px rgb(137 134 129 / 41%); */ 
}
.w-socials.widget-sidebar {
 /*  box-shadow: 3px 5px 12px 5px rgb(137 134 129 / 41%); */ 
}

.navigation-logo a img {
    height: 90px;
    display: block;
}
.footer-content {
    padding: 20px 0 60px;
}
.logobottom {
    height:150px;
    padding-bottom:20px;
    margin-top:50px;
}

.teammembers-item-name {
    margin-bottom:0px;
}
.crumina-teammember-item {
    text-align: left;
}
.teammember-content img {
    margin-right:10px;
    padding-top:10px;
} 

#article li {
    margin-top: 15px;
    margin-bottom: 8px;
} 
.post-thumb {
    border-bottom:1px solid #272a2c;  
}
.post-thumb img {
    min-width: 100%; 
}
#blogpost {
    border: 1px solid #849099; 
}
.ins adsbygoogle {
  border: 1px solid #000; /* Ajoutez votre style de bordure ici */
}
.post-text {
  font-family: "Comic Sans MS", "Chalkduster", fantasy;
  line-height: 27px;
  font-size: 16px;
}
.post-title {
    font-size:17px;
}




@media only screen and (max-width: 850px) {

 .post-date, .post-comments {
    font-size: 16px;
 }
 .header--sticky {
     padding-top: 9px;
 }
 .navigation-logo a img {
    height: 60px;
    display: block;
}
 .articlebg {
    padding-top: 0px;
 }
 #article {
    padding-left: 15px;
    padding-right: 15px;
    width:108%;
    margin-left:-15px;
 }
 #article .imgarticle {
    padding: 0px;
    border:0px;
    overflow: hidden;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    border-radius:0px; 
 }
 .post-additional-info {
    margin-top:10px;
    margin-bottom:10px; 
 }
 .button--xs {
    font-size: 22px;
    padding: 0.12rem 0.7rem;
    margin-top: 0px;
}
 .post-date, .post-comments {
     font-size:12px;
 }
 .text-left {
     margin-left: 15px;
 }
 .page-category-item {
     margin-right:15px;
     margin-bottom:10px;
 }
 
 .pb60 {
    padding-bottom: 10px;
 }
 .page-title {
     margin-top:0px;
     margin-bottom:25px;
 }
 h1, h2, h3, h4, h5, h6 {
    font-size: calc(1.3875rem + 0.00vw)!important;
 }
 #article p {
     font-size:15px;
 }
 #article .code {
     margin-left: -5px;
 }
 #article code {
     font-size: 13px;
 }
 #article pre {
     font-size: 13px;
 }
 .teammember-content {
     margin-top:10px;
 }


 

}

::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

